commit d05020e2818540bc2cfdd03e3656cc7426508aee
parent 03e2f8a2178647131d708b36cb324eafd849afc4
Author: therealFIGBERT <figbertwelner@gmail.com>
Date: Thu, 26 Mar 2020 18:08:17 -0700
:lipstick: add custom favicon, increase privacy policy spacing
Diffstat:
13 files changed, 62 insertions(+), 2 deletions(-)
diff --git a/public/android-chrome-192x192.png b/public/android-chrome-192x192.png
Binary files differ.
diff --git a/public/android-chrome-512x512.png b/public/android-chrome-512x512.png
Binary files differ.
diff --git a/public/apple-touch-icon.png b/public/apple-touch-icon.png
Binary files differ.
diff --git a/public/browserconfig.xml b/public/browserconfig.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<browserconfig>
+ <msapplication>
+ <tile>
+ <square150x150logo src="/mstile-150x150.png"/>
+ <TileColor>#2b5797</TileColor>
+ </tile>
+ </msapplication>
+</browserconfig>
diff --git a/public/favicon-16x16.png b/public/favicon-16x16.png
Binary files differ.
diff --git a/public/favicon-32x32.png b/public/favicon-32x32.png
Binary files differ.
diff --git a/public/favicon.ico b/public/favicon.ico
Binary files differ.
diff --git a/public/favicon.png b/public/favicon.png
Binary files differ.
diff --git a/public/index.html b/public/index.html
@@ -4,7 +4,13 @@
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width,initial-scale=1'>
<title>txtodo</title>
- <link rel='icon' type='image/png' href='/favicon.png'>
+ <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
+ <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
+ <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
+ <link rel="manifest" href="/site.webmanifest">
+ <link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
+ <meta name="msapplication-TileColor" content="#2b5797">
+ <meta name="theme-color" content="#ffffff">
<link rel='stylesheet' href='/build/bundle.css'>
<script defer src='/build/bundle.js'></script>
</head>
diff --git a/public/mstile-150x150.png b/public/mstile-150x150.png
Binary files differ.
diff --git a/public/safari-pinned-tab.svg b/public/safari-pinned-tab.svg
@@ -0,0 +1,26 @@
+<?xml version="1.0" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
+ "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
+<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
+ width="1024.000000pt" height="1024.000000pt" viewBox="0 0 1024.000000 1024.000000"
+ preserveAspectRatio="xMidYMid meet">
+<g transform="translate(0.000000,1024.000000) scale(0.100000,-0.100000)"
+fill="#000000" stroke="none">
+<path d="M1967 6683 c-4 -3 -7 -147 -7 -320 l0 -313 -185 0 -185 0 0 -135 0
+-135 185 0 185 0 0 -812 c0 -816 6 -1003 35 -1111 50 -190 158 -296 352 -344
+51 -13 111 -17 238 -17 94 1 183 4 198 8 l28 7 -3 135 -3 136 -150 1 c-142 2
+-153 3 -207 30 -65 32 -110 85 -136 162 -15 45 -17 135 -20 928 l-3 877 251 0
+250 0 0 135 0 135 -250 0 -250 0 0 320 0 320 -158 0 c-87 0 -162 -3 -165 -7z"/>
+<path d="M7637 6683 c-4 -3 -7 -147 -7 -320 l0 -313 -185 0 -185 0 0 -135 0
+-135 185 0 185 0 0 -812 c0 -816 6 -1003 35 -1111 50 -190 158 -296 352 -344
+51 -13 111 -17 238 -17 94 1 183 4 198 8 l28 7 -3 135 -3 136 -150 1 c-142 2
+-153 3 -207 30 -65 32 -110 85 -136 162 -15 45 -17 135 -20 928 l-3 877 251 0
+250 0 0 135 0 135 -250 0 -250 0 0 320 0 320 -158 0 c-87 0 -162 -3 -165 -7z"/>
+<path d="M4040 6044 c0 -3 191 -278 424 -612 232 -334 429 -616 436 -628 11
+-18 -27 -76 -429 -652 -242 -348 -441 -634 -441 -637 0 -3 82 -4 182 -3 l181
+3 342 508 c188 280 346 512 351 517 5 5 156 -212 354 -510 l345 -519 183 -1
+c100 0 182 3 182 6 0 3 -196 293 -435 645 l-436 638 441 621 c242 342 440 623
+440 626 0 2 -82 4 -182 4 l-183 0 -343 -505 c-189 -278 -347 -505 -350 -505
+-4 0 -163 227 -352 505 l-345 505 -182 0 c-101 0 -183 -3 -183 -6z"/>
+</g>
+</svg>
diff --git a/public/site.webmanifest b/public/site.webmanifest
@@ -0,0 +1,19 @@
+{
+ "name": "txtodo",
+ "short_name": "txtodo",
+ "icons": [
+ {
+ "src": "/android-chrome-192x192.png",
+ "sizes": "192x192",
+ "type": "image/png"
+ },
+ {
+ "src": "/android-chrome-512x512.png",
+ "sizes": "512x512",
+ "type": "image/png"
+ }
+ ],
+ "theme_color": "#ffffff",
+ "background_color": "#ffffff",
+ "display": "standalone"
+}
diff --git a/src/App.svelte b/src/App.svelte
@@ -36,7 +36,7 @@
<div class="mt-16 pb-16 w-full sm:w-7/12 md:w-1/2 lg:w-1/3">
<h2 class="{textColor} antialiased font-sans font-light tracking-wider text-xs sm:text-sm md:text-base lg:text-lg"><span class="font-bold">txtodo</span> is a simple, minimalist open-source todo list app made by <a href="https://figbert.com/" class="{linkColor}">FIGBERT</a> and inspired by <a href="https://jeffhuang.com/productivity_text_file/" class="{linkColor}">Jeff Huang.</a></h2>
<h3 class="text-subtext antialiased font-sans font-light tracking-wider text-xs sm:text-sm md:text-base lg:text-lg">It manages immediate, short-term tasks<br/>to help you get things done without overthinking it. Plus, it's entirely open source, and built with SwiftUI.</h3>
- <p class="text-subtext antialiased font-sans font-light tracking-wider text-xs">txtodo does not track you: it is entirely offline. the only app-analytics i receive are provided by the App Store. this site uses <a href="https://www.goatcounter.com/" class="text-blue-700">GoatCounter</a> for anonymous analytics.</p>
+ <p class="text-subtext antialiased font-sans font-light tracking-wider text-xs mt-8">txtodo does not track you: it is entirely offline. the only app analytics i receive are provided by the App Store. this site uses <a href="https://www.goatcounter.com/" class="text-blue-700">GoatCounter</a> for anonymous analytics.</p>
<div class="mt-8">
<div class="inline-block align-middle mr-2"><DownloadIcon isDarkMode={isDarkMode} srcPair={["./apple-dark.svg", "./apple-light.svg"]} alt="Apple logo" label="Download from the App Store" link="https://apple.com/"/></div>
<div class="inline-block align-middle"><DownloadIcon isDarkMode={isDarkMode} srcPair={["./github-dark.svg", "./github-light.svg"]} alt="Github logo" label="View the repo" link="https://github.com/therealFIGBERT/txtodo"/></div>