tangled
alpha
login
or
join now
shindakun.net
/
attodo.app
3
fork
atom
The attodo.app, uhh... app.
3
fork
atom
overview
issues
pulls
pipelines
favicon
Steve Layton
3 months ago
253834c3
e25f752c
+32
-3
6 changed files
expand all
collapse all
unified
split
static
favicon.svg
templates
dashboard.html
docs.html
landing.html
list-detail.html
public-list.html
+4
static/favicon.svg
···
1
1
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
2
2
+
<rect width="32" height="32" fill="#1e88e5" rx="4"/>
3
3
+
<text x="16" y="16" font-family="Arial, sans-serif" font-size="24" font-weight="bold" fill="#ffffff" text-anchor="middle" dominant-baseline="middle">@</text>
4
4
+
</svg>
+3
-1
templates/dashboard.html
···
8
8
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css">
9
9
<script src="https://unpkg.com/htmx.org@2.0.8"></script>
10
10
<link rel="manifest" href="/static/manifest.json">
11
11
-
<link rel="icon" type="image/svg+xml" href="/static/icon.svg">
11
11
+
<link rel="icon" type="image/svg+xml" href="/static/favicon.svg">
12
12
+
<link rel="icon" type="image/png" href="/static/icon-192.png">
13
13
+
<link rel="apple-touch-icon" href="/static/icon-192.png">
12
14
<meta name="theme-color" content="#1e88e5">
13
15
<style>
14
16
.container {
+8
-1
templates/docs.html
···
9
9
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css">
10
10
<script src="https://unpkg.com/htmx.org@2.0.8"></script>
11
11
<link rel="manifest" href="/static/manifest.json">
12
12
-
<link rel="icon" type="image/svg+xml" href="/static/icon.svg">
12
12
+
<link rel="icon" type="image/svg+xml" href="/static/favicon.svg">
13
13
+
<link rel="icon" type="image/png" href="/static/icon-192.png">
14
14
+
<link rel="apple-touch-icon" href="/static/icon-192.png">
13
15
<meta name="theme-color" content="#1e88e5">
14
16
<style>
15
17
.container {
···
110
112
<footer class="container">
111
113
<p style="text-align: center; color: var(--pico-muted-color); font-size: 0.875rem;">
112
114
Made with ❤ in PDX!
115
115
+
</p>
116
116
+
<p style="text-align: center; font-size: 0.875rem;">
117
117
+
<a href="/docs/privacy" style="color: var(--pico-muted-color); text-decoration: none;">Privacy Policy</a>
118
118
+
<span style="color: var(--pico-muted-color); margin: 0 0.5rem;">•</span>
119
119
+
<a href="/docs/terms" style="color: var(--pico-muted-color); text-decoration: none;">Terms of Service</a>
113
120
</p>
114
121
<p class="version-info" style="text-align: center; color: var(--pico-muted-color); font-size: 0.75rem;">
115
122
{{getVersion}}-{{getCommitID}}
+2
templates/landing.html
···
33
33
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css">
34
34
<script src="https://unpkg.com/htmx.org@2.0.8"></script>
35
35
<link rel="manifest" href="/static/manifest.json">
36
36
+
<link rel="icon" type="image/svg+xml" href="/static/favicon.svg">
36
37
<link rel="icon" type="image/png" href="/static/icon-192.png">
38
38
+
<link rel="apple-touch-icon" href="/static/icon-192.png">
37
39
<meta name="theme-color" content="#1e88e5">
38
40
<style>
39
41
.container {
+8
-1
templates/list-detail.html
···
8
8
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css">
9
9
<script src="https://unpkg.com/htmx.org@2.0.8"></script>
10
10
<link rel="manifest" href="/static/manifest.json">
11
11
-
<link rel="icon" type="image/svg+xml" href="/static/icon.svg">
11
11
+
<link rel="icon" type="image/svg+xml" href="/static/favicon.svg">
12
12
+
<link rel="icon" type="image/png" href="/static/icon-192.png">
13
13
+
<link rel="apple-touch-icon" href="/static/icon-192.png">
12
14
<meta name="theme-color" content="#1e88e5">
13
15
<style>
14
16
.container {
···
562
564
<footer class="container">
563
565
<p style="text-align: center; color: var(--pico-muted-color); font-size: 0.875rem;">
564
566
Made with ❤ in PDX!
567
567
+
</p>
568
568
+
<p style="text-align: center; font-size: 0.875rem;">
569
569
+
<a href="/docs/privacy" style="color: var(--pico-muted-color); text-decoration: none;">Privacy Policy</a>
570
570
+
<span style="color: var(--pico-muted-color); margin: 0 0.5rem;">•</span>
571
571
+
<a href="/docs/terms" style="color: var(--pico-muted-color); text-decoration: none;">Terms of Service</a>
565
572
</p>
566
573
<p class="version-info" style="text-align: center; color: var(--pico-muted-color); font-size: 0.75rem;">
567
574
{{getVersion}}-{{getCommitID}}
+7
templates/public-list.html
···
22
22
23
23
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css">
24
24
<link rel="manifest" href="/static/manifest.json">
25
25
+
<link rel="icon" type="image/svg+xml" href="/static/favicon.svg">
25
26
<link rel="icon" type="image/png" href="/static/icon-192.png">
27
27
+
<link rel="apple-touch-icon" href="/static/icon-192.png">
26
28
<meta name="theme-color" content="#1e88e5">
27
29
<style>
28
30
.container {
···
197
199
<footer class="container">
198
200
<p style="text-align: center; color: var(--pico-muted-color); font-size: 0.875rem;">
199
201
Made with ❤ in PDX!
202
202
+
</p>
203
203
+
<p style="text-align: center; font-size: 0.875rem;">
204
204
+
<a href="/docs/privacy" style="color: var(--pico-muted-color); text-decoration: none;">Privacy Policy</a>
205
205
+
<span style="color: var(--pico-muted-color); margin: 0 0.5rem;">•</span>
206
206
+
<a href="/docs/terms" style="color: var(--pico-muted-color); text-decoration: none;">Terms of Service</a>
200
207
</p>
201
208
<p class="version-info" style="text-align: center; color: var(--pico-muted-color); font-size: 0.75rem;">
202
209
{{getVersion}}-{{getCommitID}}