Skip to content
This repository was archived by the owner on Sep 23, 2024. It is now read-only.

Commit 5200cd5

Browse files
authored
Merge pull request #265 from lizlooney/pr_add_google_cloud_image
Added "with support from Google Cloud" image to footer.
2 parents 92ff5d6 + b960ed5 commit 5200cd5

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

server/app.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ handlers:
2424
upload: static/favicon.ico
2525
expiration: 1d
2626

27+
- url: /WithSupportFromGoogleCloud.png
28+
static_files: static/WithSupportFromGoogleCloud.png
29+
upload: static/WithSupportFromGoogleCloud.png
30+
expiration: 1m
31+
2732
- url: /.*
2833
script: auto
2934
secure: always
13.9 KB
Loading

server/templates/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ <h5 class="card-title">
7272
</div>
7373
<footer>
7474
<div class="container d-flex justify-content-between" style="padding: 20px 0;">
75-
<a href="https://github.com/lizlooney" target="_blank">Powered by Liz</a>
75+
<div><img src="WithSupportFromGoogleCloud.png" alt="With support from Google Cloud"></div>
7676
<div>© 2021 <i>FIRST</i><br>
7777
<a href="/terms/t_and_c">Terms and Conditions</a><br>
7878
<a href="/terms/privacy">Privacy Policy</a>

0 commit comments

Comments
 (0)