diff options
author | siddharth ravikumar <s@ricketyspace.net> | 2022-06-21 20:10:36 -0400 |
---|---|---|
committer | siddharth ravikumar <s@ricketyspace.net> | 2022-06-21 20:10:36 -0400 |
commit | 036db1622d30cf0d95d80252b338ba00698f7677 (patch) | |
tree | 0d5ef050f253c0aebe759d6bb413649f7b2f1260 | |
parent | f72bc7700c780618721688d452a6df0627684df1 (diff) |
static/logo: change logo file names
-rw-r--r-- | static/logo/peach-v2-114.png (renamed from static/logo/peach-114.png) | bin | 1942 -> 1942 bytes | |||
-rw-r--r-- | static/logo/peach-v2-120.png (renamed from static/logo/peach-120.png) | bin | 2063 -> 2063 bytes | |||
-rw-r--r-- | static/logo/peach-v2-152.png (renamed from static/logo/peach-152.png) | bin | 2628 -> 2628 bytes | |||
-rw-r--r-- | static/logo/peach-v2-167.png (renamed from static/logo/peach-167.png) | bin | 2917 -> 2917 bytes | |||
-rw-r--r-- | static/logo/peach-v2-180.png (renamed from static/logo/peach-180.png) | bin | 3240 -> 3240 bytes | |||
-rw-r--r-- | static/logo/peach-v2-58.png (renamed from static/logo/peach-58.png) | bin | 915 -> 915 bytes | |||
-rw-r--r-- | static/logo/peach-v2-76.png (renamed from static/logo/peach-76.png) | bin | 1213 -> 1213 bytes | |||
-rw-r--r-- | static/logo/peach-v2-80.png (renamed from static/logo/peach-80.png) | bin | 1321 -> 1321 bytes | |||
-rw-r--r-- | static/logo/peach-v2-87.png (renamed from static/logo/peach-87.png) | bin | 1458 -> 1458 bytes | |||
-rw-r--r-- | static/logo/peach.rkt | 2 | ||||
-rw-r--r-- | templates/footer.tmpl | 2 | ||||
-rw-r--r-- | templates/head.tmpl | 20 |
12 files changed, 12 insertions, 12 deletions
diff --git a/static/logo/peach-114.png b/static/logo/peach-v2-114.png Binary files differindex a935f1f..a935f1f 100644 --- a/static/logo/peach-114.png +++ b/static/logo/peach-v2-114.png diff --git a/static/logo/peach-120.png b/static/logo/peach-v2-120.png Binary files differindex b16a721..b16a721 100644 --- a/static/logo/peach-120.png +++ b/static/logo/peach-v2-120.png diff --git a/static/logo/peach-152.png b/static/logo/peach-v2-152.png Binary files differindex 56dc172..56dc172 100644 --- a/static/logo/peach-152.png +++ b/static/logo/peach-v2-152.png diff --git a/static/logo/peach-167.png b/static/logo/peach-v2-167.png Binary files differindex 34fff1a..34fff1a 100644 --- a/static/logo/peach-167.png +++ b/static/logo/peach-v2-167.png diff --git a/static/logo/peach-180.png b/static/logo/peach-v2-180.png Binary files differindex 929d0d1..929d0d1 100644 --- a/static/logo/peach-180.png +++ b/static/logo/peach-v2-180.png diff --git a/static/logo/peach-58.png b/static/logo/peach-v2-58.png Binary files differindex 59d0a5a..59d0a5a 100644 --- a/static/logo/peach-58.png +++ b/static/logo/peach-v2-58.png diff --git a/static/logo/peach-76.png b/static/logo/peach-v2-76.png Binary files differindex 599bd98..599bd98 100644 --- a/static/logo/peach-76.png +++ b/static/logo/peach-v2-76.png diff --git a/static/logo/peach-80.png b/static/logo/peach-v2-80.png Binary files differindex e4a57e5..e4a57e5 100644 --- a/static/logo/peach-80.png +++ b/static/logo/peach-v2-80.png diff --git a/static/logo/peach-87.png b/static/logo/peach-v2-87.png Binary files differindex d1f6b0c..d1f6b0c 100644 --- a/static/logo/peach-87.png +++ b/static/logo/peach-v2-87.png diff --git a/static/logo/peach.rkt b/static/logo/peach.rkt index 73f1454..58a9cdf 100644 --- a/static/logo/peach.rkt +++ b/static/logo/peach.rkt @@ -40,7 +40,7 @@ ;; Exports the logo into PNG. (define (png-export logo size) - (send logo save-file (format "peach-~s.png" size) 'png)) + (send logo save-file (format "peach-v2-~s.png" size) 'png)) ;; Makes a sizexsize peach logo and exports it to a PNG. diff --git a/templates/footer.tmpl b/templates/footer.tmpl index 87b3bed..f08ae1f 100644 --- a/templates/footer.tmpl +++ b/templates/footer.tmpl @@ -2,7 +2,7 @@ <div class="footer"> <div class="logo-container"> <a href="{{ . }}"> - <img src="/static/logo/peach-180.png" + <img src="/static/logo/peach-v2-180.png" width="20" height="20" alt="[ peach logo ]" /> </a> </div> diff --git a/templates/head.tmpl b/templates/head.tmpl index 0fa23b7..23037be 100644 --- a/templates/head.tmpl +++ b/templates/head.tmpl @@ -4,15 +4,15 @@ <meta name="author" content="siddharth ravikumar"> <meta name="description" content="peach - barebones weather service"> <meta name="theme-color" content="#ffffff"/> -<link rel="icon" href="/static/logo/peach-180.png" sizes="180x180" type="image/png"> -<link rel="apple-touch-icon" href="/static/logo/peach-152.png" sizes="152x152" type="image/png"> -<link rel="apple-touch-icon" href="/static/logo/peach-114.png" sizes="114x114" type="image/png"> -<link rel="apple-touch-icon" href="/static/logo/peach-120.png" sizes="120x120" type="image/png"> -<link rel="apple-touch-icon" href="/static/logo/peach-167.png" sizes="167x167" type="image/png"> -<link rel="apple-touch-icon" href="/static/logo/peach-167.png" sizes="180x180" type="image/png"> -<link rel="apple-touch-icon" href="/static/logo/peach-58.png" sizes="58x58" type="image/png"> -<link rel="apple-touch-icon" href="/static/logo/peach-76.png" sizes="76x76" type="image/png"> -<link rel="apple-touch-icon" href="/static/logo/peach-80.png" sizes="80x80" type="image/png"> -<link rel="apple-touch-icon" href="/static/logo/peach-87.png" sizes="87x87" type="image/png"> +<link rel="icon" href="/static/logo/peach-v2-180.png" sizes="180x180" type="image/png"> +<link rel="apple-touch-icon" href="/static/logo/peach-v2-152.png" sizes="152x152" type="image/png"> +<link rel="apple-touch-icon" href="/static/logo/peach-v2-114.png" sizes="114x114" type="image/png"> +<link rel="apple-touch-icon" href="/static/logo/peach-v2-120.png" sizes="120x120" type="image/png"> +<link rel="apple-touch-icon" href="/static/logo/peach-v2-167.png" sizes="167x167" type="image/png"> +<link rel="apple-touch-icon" href="/static/logo/peach-v2-167.png" sizes="180x180" type="image/png"> +<link rel="apple-touch-icon" href="/static/logo/peach-v2-58.png" sizes="58x58" type="image/png"> +<link rel="apple-touch-icon" href="/static/logo/peach-v2-76.png" sizes="76x76" type="image/png"> +<link rel="apple-touch-icon" href="/static/logo/peach-v2-80.png" sizes="80x80" type="image/png"> +<link rel="apple-touch-icon" href="/static/logo/peach-v2-87.png" sizes="87x87" type="image/png"> <link rel="preload" href="/static/peach.min.css?{{ .Version }}" as="style" /> <style>@import url("/static/peach.min.css?{{ .Version }}");</style> |