aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2019-02-17 16:21:26 +0800
committercrupest <crupest@outlook.com>2019-02-17 16:21:26 +0800
commit122a28595e45c6ec48a773ca1284238566d497d3 (patch)
tree6aed1ab9e4eef14360ad8c52fbb7d0b9943d10d9
parentcf593ab4ab22b9ad905763812321bc76931b6cb8 (diff)
downloadtimeline-122a28595e45c6ec48a773ca1284238566d497d3.tar.gz
timeline-122a28595e45c6ec48a773ca1284238566d497d3.tar.bz2
timeline-122a28595e45c6ec48a773ca1284238566d497d3.zip
Update the ugly favicon and add it to the toolbar.
-rw-r--r--Timeline/ClientApp/src/app/app.component.html3
-rw-r--r--Timeline/ClientApp/src/assets/icon.svg7
-rw-r--r--Timeline/ClientApp/src/assets/timeline.svg10
-rw-r--r--Timeline/wwwroot/android-chrome-192x192.pngbin1842 -> 1834 bytes
-rw-r--r--Timeline/wwwroot/android-chrome-512x512.pngbin6184 -> 6153 bytes
-rw-r--r--Timeline/wwwroot/apple-touch-icon.pngbin1529 -> 1557 bytes
-rw-r--r--Timeline/wwwroot/favicon-16x16.pngbin560 -> 536 bytes
-rw-r--r--Timeline/wwwroot/favicon-32x32.pngbin667 -> 678 bytes
-rw-r--r--Timeline/wwwroot/favicon.icobin15086 -> 15086 bytes
-rw-r--r--Timeline/wwwroot/mstile-144x144.pngbin1384 -> 1371 bytes
-rw-r--r--Timeline/wwwroot/mstile-150x150.pngbin1432 -> 1400 bytes
-rw-r--r--Timeline/wwwroot/mstile-310x150.pngbin1627 -> 1593 bytes
-rw-r--r--Timeline/wwwroot/mstile-310x310.pngbin3352 -> 3333 bytes
-rw-r--r--Timeline/wwwroot/mstile-70x70.pngbin1068 -> 1049 bytes
-rw-r--r--Timeline/wwwroot/safari-pinned-tab.svg38
-rw-r--r--timeline.pngbin1003 -> 0 bytes
16 files changed, 26 insertions, 32 deletions
diff --git a/Timeline/ClientApp/src/app/app.component.html b/Timeline/ClientApp/src/app/app.component.html
index cb5da0fa..9d20bc91 100644
--- a/Timeline/ClientApp/src/app/app.component.html
+++ b/Timeline/ClientApp/src/app/app.component.html
@@ -1,6 +1,7 @@
<body>
<mat-toolbar color="primary" class="mat-elevation-z4">
- <a mat-button routerLink="/">Timeline</a>
+ <a mat-button routerLink="/">
+ <img width="30" height="30" src="assets/icon.svg"> Timeline</a>
<a mat-button routerLink="/todo">TodoList</a>
<span class="fill-remaining-space"></span>
<button mat-icon-button>
diff --git a/Timeline/ClientApp/src/assets/icon.svg b/Timeline/ClientApp/src/assets/icon.svg
new file mode 100644
index 00000000..a04bddac
--- /dev/null
+++ b/Timeline/ClientApp/src/assets/icon.svg
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 1000 1000">
+<line fill="none" stroke="#ffffff" stroke-width="200" x1="500" y1="0" x2="500" y2="250"/>
+<circle fill="none" stroke="#ffffff" stroke-width="120" cx="500" cy="500" r="250"/>
+<line fill="none" stroke="#ffffff" stroke-width="200" x1="500" y1="750" x2="500" y2="1000"/>
+</svg>
diff --git a/Timeline/ClientApp/src/assets/timeline.svg b/Timeline/ClientApp/src/assets/timeline.svg
deleted file mode 100644
index 1a01305f..00000000
--- a/Timeline/ClientApp/src/assets/timeline.svg
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
- width="1000pt" height="1000pt" viewBox="0 0 1000 1000">
-<line fill="none" stroke="#2A60FF" stroke-width="80" x1="400" y1="0" x2="400" y2="250"/>
-<line fill="none" stroke="#2A60FF" stroke-width="80" x1="600" y1="0" x2="600" y2="250"/>
-<circle fill="none" stroke="#2A60FF" stroke-width="100" cx="500" cy="500" r="250"/>
-<line fill="none" stroke="#2A60FF" stroke-width="80" x1="400" y1="750" x2="400" y2="1000"/>
-<line fill="none" stroke="#2A60FF" stroke-width="80" x1="600" y1="750" x2="600" y2="1000"/>
-</svg>
diff --git a/Timeline/wwwroot/android-chrome-192x192.png b/Timeline/wwwroot/android-chrome-192x192.png
index 38d21c00..5dff06b1 100644
--- a/Timeline/wwwroot/android-chrome-192x192.png
+++ b/Timeline/wwwroot/android-chrome-192x192.png
Binary files differ
diff --git a/Timeline/wwwroot/android-chrome-512x512.png b/Timeline/wwwroot/android-chrome-512x512.png
index 18e3b8af..ab68aace 100644
--- a/Timeline/wwwroot/android-chrome-512x512.png
+++ b/Timeline/wwwroot/android-chrome-512x512.png
Binary files differ
diff --git a/Timeline/wwwroot/apple-touch-icon.png b/Timeline/wwwroot/apple-touch-icon.png
index 42f2e938..1397e419 100644
--- a/Timeline/wwwroot/apple-touch-icon.png
+++ b/Timeline/wwwroot/apple-touch-icon.png
Binary files differ
diff --git a/Timeline/wwwroot/favicon-16x16.png b/Timeline/wwwroot/favicon-16x16.png
index 4ae6ff2f..0cee9398 100644
--- a/Timeline/wwwroot/favicon-16x16.png
+++ b/Timeline/wwwroot/favicon-16x16.png
Binary files differ
diff --git a/Timeline/wwwroot/favicon-32x32.png b/Timeline/wwwroot/favicon-32x32.png
index 91c79322..2e358474 100644
--- a/Timeline/wwwroot/favicon-32x32.png
+++ b/Timeline/wwwroot/favicon-32x32.png
Binary files differ
diff --git a/Timeline/wwwroot/favicon.ico b/Timeline/wwwroot/favicon.ico
index 37d55219..fba217fd 100644
--- a/Timeline/wwwroot/favicon.ico
+++ b/Timeline/wwwroot/favicon.ico
Binary files differ
diff --git a/Timeline/wwwroot/mstile-144x144.png b/Timeline/wwwroot/mstile-144x144.png
index f4fbe29a..b111e9f7 100644
--- a/Timeline/wwwroot/mstile-144x144.png
+++ b/Timeline/wwwroot/mstile-144x144.png
Binary files differ
diff --git a/Timeline/wwwroot/mstile-150x150.png b/Timeline/wwwroot/mstile-150x150.png
index 08142bd7..50eb11aa 100644
--- a/Timeline/wwwroot/mstile-150x150.png
+++ b/Timeline/wwwroot/mstile-150x150.png
Binary files differ
diff --git a/Timeline/wwwroot/mstile-310x150.png b/Timeline/wwwroot/mstile-310x150.png
index fdaa102c..b2de3715 100644
--- a/Timeline/wwwroot/mstile-310x150.png
+++ b/Timeline/wwwroot/mstile-310x150.png
Binary files differ
diff --git a/Timeline/wwwroot/mstile-310x310.png b/Timeline/wwwroot/mstile-310x310.png
index 0a2c2a0b..011b7b7e 100644
--- a/Timeline/wwwroot/mstile-310x310.png
+++ b/Timeline/wwwroot/mstile-310x310.png
Binary files differ
diff --git a/Timeline/wwwroot/mstile-70x70.png b/Timeline/wwwroot/mstile-70x70.png
index 6ac84712..bcc60d24 100644
--- a/Timeline/wwwroot/mstile-70x70.png
+++ b/Timeline/wwwroot/mstile-70x70.png
Binary files differ
diff --git a/Timeline/wwwroot/safari-pinned-tab.svg b/Timeline/wwwroot/safari-pinned-tab.svg
index 4a868ea2..0716ee63 100644
--- a/Timeline/wwwroot/safari-pinned-tab.svg
+++ b/Timeline/wwwroot/safari-pinned-tab.svg
@@ -9,26 +9,22 @@ Created by potrace 1.11, written by Peter Selinger 2001-2013
</metadata>
<g transform="translate(0.000000,700.000000) scale(0.100000,-0.100000)"
fill="#000000" stroke="none">
-<path d="M2518 6178 l-3 -821 -108 -66 c-173 -106 -339 -246 -491 -414 -48
--52 -148 -188 -199 -270 -47 -76 -112 -199 -116 -222 -1 -5 -8 -17 -16 -25 -7
--8 -18 -31 -23 -50 -6 -19 -24 -71 -41 -115 -28 -75 -74 -243 -85 -310 -2 -16
--7 -49 -11 -73 -4 -23 -9 -54 -11 -70 -2 -15 -6 -111 -8 -213 -3 -206 13 -357
-59 -542 118 -469 389 -873 786 -1174 42 -32 120 -83 172 -113 l96 -55 1 -822
-0 -823 280 0 280 0 0 721 0 721 43 -7 c23 -3 80 -12 127 -19 116 -17 437 -13
-560 8 52 9 98 16 103 16 4 0 7 -324 7 -720 l0 -720 280 0 280 0 2 822 3 821
-101 62 c351 215 619 508 797 870 65 131 134 322 153 419 2 10 8 33 13 50 5 17
-17 83 27 146 22 139 24 474 5 590 -7 41 -15 89 -17 105 -11 66 -57 236 -91
-330 -95 267 -286 569 -479 759 -129 128 -259 230 -408 321 l-101 62 -3 821 -2
-822 -280 0 -280 0 0 -720 c0 -569 -3 -720 -12 -720 -7 0 -53 8 -103 17 -125
-23 -483 23 -610 0 -49 -10 -96 -17 -102 -17 -10 0 -13 151 -13 720 l0 720
--280 0 -280 0 -2 -822z m1227 -1302 c498 -93 887 -420 1068 -896 60 -160 82
--293 81 -500 -2 -277 -75 -517 -230 -750 -68 -103 -86 -126 -172 -214 -57 -58
--213 -186 -228 -186 -4 0 -15 -6 -23 -14 -26 -23 -144 -83 -226 -116 -87 -35
--233 -74 -315 -85 -77 -11 -301 -13 -358 -5 -26 5 -69 11 -96 14 -27 4 -53 9
--58 12 -5 3 -21 7 -36 10 -79 14 -255 86 -357 147 -233 139 -424 342 -540 572
--67 133 -118 284 -131 384 -2 20 -7 47 -10 61 -10 46 -11 294 -2 365 11 86 56
-269 74 304 8 14 14 31 14 38 0 29 108 222 175 312 97 133 269 292 381 355 16
-9 43 25 59 36 47 29 234 107 300 125 86 23 152 36 215 42 30 3 57 7 59 9 9 8
-287 -7 356 -20z"/>
+<path d="M2800 6277 l0 -722 -62 -24 c-185 -70 -379 -177 -538 -297 -93 -70
+-107 -81 -200 -169 -50 -47 -177 -185 -199 -219 -8 -11 -18 -23 -22 -26 -4 -3
+-42 -57 -84 -120 -63 -95 -174 -302 -206 -385 -59 -152 -111 -336 -125 -440
+-3 -27 -8 -52 -9 -55 -21 -35 -26 -479 -6 -600 6 -41 14 -91 17 -110 22 -147
+114 -421 194 -579 107 -214 284 -454 438 -595 25 -22 55 -50 66 -61 48 -47
+208 -165 301 -222 111 -68 277 -150 373 -184 l62 -22 0 -723 0 -724 700 0 700
+0 0 724 0 723 43 17 c23 9 46 16 50 16 4 0 46 18 93 40 47 22 88 40 89 40 2 0
+55 30 117 67 508 301 862 770 1007 1333 16 63 32 133 35 155 9 65 18 119 23
+140 3 11 6 106 8 210 2 169 -1 232 -20 353 -3 17 -8 49 -11 70 -11 71 -65 268
+-104 373 -117 320 -323 621 -585 855 -75 67 -267 214 -279 214 -3 0 -31 16
+-62 36 -67 43 -254 133 -341 164 l-63 23 0 723 0 724 -700 0 -700 0 0 -723z
+m920 -1467 c197 -38 348 -96 501 -195 242 -156 431 -394 528 -665 38 -108 49
+-151 70 -285 13 -85 6 -315 -14 -415 -62 -313 -238 -602 -487 -796 -54 -42
+-220 -149 -226 -145 -1 1 -15 -5 -32 -14 -73 -38 -239 -88 -365 -111 -72 -13
+-298 -12 -385 2 -432 67 -801 331 -989 709 -77 154 -104 232 -132 385 -15 80
+-20 296 -9 370 30 198 56 287 133 442 186 376 549 646 963 717 125 21 339 22
+444 1z"/>
</g>
</svg>
diff --git a/timeline.png b/timeline.png
deleted file mode 100644
index fd24d037..00000000
--- a/timeline.png
+++ /dev/null
Binary files differ