Skip to content
This repository was archived by the owner on Jun 27, 2020. It is now read-only.

23 files changed

+206
-13
lines changed

src/assets/logo.svg

+146-4
Loading
4.95 KB
Loading
10.5 KB
Loading
-2.86 KB
Binary file not shown.
-3.64 KB
Binary file not shown.
-8.68 KB
Binary file not shown.
-1.87 KB
Binary file not shown.
-1.93 KB
Binary file not shown.

static/img/icons/apple-touch-icon.png

3.05 KB
Loading

static/img/icons/browserconfig.xml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<browserconfig>
3+
<msapplication>
4+
<tile>
5+
<square150x150logo src="/mstile-150x150.png"/>
6+
<TileColor>#455a64</TileColor>
7+
</tile>
8+
</msapplication>
9+
</browserconfig>

static/img/icons/favicon-16x16.png

-75 Bytes
Loading

static/img/icons/favicon-32x32.png

-395 Bytes
Loading

static/img/icons/favicon.ico

13.6 KB
Binary file not shown.
-3.43 KB
Binary file not shown.

static/img/icons/mstile-144x144.png

7.04 KB
Loading

static/img/icons/mstile-150x150.png

3.28 KB
Loading

static/img/icons/mstile-310x150.png

7.46 KB
Loading

static/img/icons/mstile-310x310.png

14.2 KB
Loading

static/img/icons/mstile-70x70.png

4.89 KB
Loading
+42
Loading

static/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
"start_url": "{{ .BaseURL }}/",
1717
"display": "standalone",
1818
"background_color": "#ffffff",
19-
"theme_color": "#2979ff"
19+
"theme_color": "#455a64"
2020
}

static/share/404.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
<link rel="icon" type="image/png" sizes="16x16" href="{{ .BaseURL }}/static/img/icons/favicon-16x16.png">
1010
<!--[if IE]><link rel="shortcut icon" href="{{ .BaseURL }}/static/img/icons/favicon.ico"><![endif]-->
1111
<link rel="manifest" href="{{ .BaseURL }}/static/manifest.json">
12-
<meta name="theme-color" content="#2979ff">
12+
<meta name="theme-color" content="#455a64">
1313
<meta name="apple-mobile-web-app-capable" content="yes">
1414
<meta name="apple-mobile-web-app-status-bar-style" content="black">
1515
<meta name="apple-mobile-web-app-title" content="assets">
16-
<link rel="apple-touch-icon" href="{{ .BaseURL }}/static/img/icons/apple-touch-icon-152x152.png">
17-
<meta name="msapplication-TileImage" content="{{ .BaseURL }}/static/img/icons/msapplication-icon-144x144.png">
18-
<meta name="msapplication-TileColor" content="#2979ff">
16+
<link rel="apple-touch-icon" href="{{ .BaseURL }}/static/img/icons/apple-touch-icon.png">
17+
<meta name="msapplication-TileImage" content="{{ .BaseURL }}/static/img/icons/mstile-144x144.png">
18+
<meta name="msapplication-TileColor" content="#455a64">
1919

2020
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/7.0.0/normalize.min.css">
2121
<style>

static/share/index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
<link rel="icon" type="image/png" sizes="16x16" href="{{ .BaseURL }}/static/img/icons/favicon-16x16.png">
1010
<!--[if IE]><link rel="shortcut icon" href="{{ .BaseURL }}/static/img/icons/favicon.ico"><![endif]-->
1111
<link rel="manifest" href="{{ .BaseURL }}/static/manifest.json">
12-
<meta name="theme-color" content="#2979ff">
12+
<meta name="theme-color" content="#455a64">
1313
<meta name="apple-mobile-web-app-capable" content="yes">
1414
<meta name="apple-mobile-web-app-status-bar-style" content="black">
1515
<meta name="apple-mobile-web-app-title" content="assets">
16-
<link rel="apple-touch-icon" href="{{ .BaseURL }}/static/img/icons/apple-touch-icon-152x152.png">
17-
<meta name="msapplication-TileImage" content="{{ .BaseURL }}/static/img/icons/msapplication-icon-144x144.png">
18-
<meta name="msapplication-TileColor" content="#2979ff">
16+
<link rel="apple-touch-icon" href="{{ .BaseURL }}/static/img/icons/apple-touch-icon.png">
17+
<meta name="msapplication-TileImage" content="{{ .BaseURL }}/static/img/icons/mstile-144x144.png">
18+
<meta name="msapplication-TileColor" content="#455a64">
1919

2020
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/7.0.0/normalize.min.css">
2121
<style>

0 commit comments

Comments
 (0)