Skip to content

Commit 63f7f97

Browse files
committed
✨ Update favicon
1 parent 3c9f7f3 commit 63f7f97

35 files changed

+192
-6
lines changed

build/404.html

Lines changed: 64 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,72 @@
88
<title>Dohyun Ko's Resume</title>
99

1010
<!-- For old IEs -->
11-
<link href="favicon.ico" rel="shortcut icon" />
11+
<link rel="shortcut icon" href="favicon.ico" />
1212

1313
<!-- For new browsers - multisize ico -->
14-
<link href="favicon.ico" rel="icon" type="image/x-icon" />
14+
<link
15+
rel="icon"
16+
type="image/x-icon"
17+
sizes="16x16 32x32"
18+
href="favicon.ico"
19+
/>
20+
21+
<!-- For iPad with high-resolution Retina display running iOS ≥ 7: -->
22+
<link
23+
rel="apple-touch-icon"
24+
sizes="152x152"
25+
href="favicon-152-precomposed.png"
26+
/>
27+
28+
<!-- For iPad with high-resolution Retina display running iOS ≤ 6: -->
29+
<link
30+
rel="apple-touch-icon"
31+
sizes="144x144"
32+
href="favicon-144-precomposed.png"
33+
/>
34+
35+
<!-- For iPhone with high-resolution Retina display running iOS ≥ 7: -->
36+
<link
37+
rel="apple-touch-icon"
38+
sizes="120x120"
39+
href="favicon-120-precomposed.png"
40+
/>
41+
42+
<!-- For iPhone with high-resolution Retina display running iOS ≤ 6: -->
43+
<link
44+
rel="apple-touch-icon"
45+
sizes="114x114"
46+
href="favicon-114-precomposed.png"
47+
/>
48+
49+
<!-- For iPhone 6+ -->
50+
<link
51+
rel="apple-touch-icon"
52+
sizes="180x180"
53+
href="favicon-180-precomposed.png"
54+
/>
55+
56+
<!-- For first- and second-generation iPad: -->
57+
<link
58+
rel="apple-touch-icon"
59+
sizes="72x72"
60+
href="favicon-72-precomposed.png"
61+
/>
62+
63+
<!-- For non-Retina iPhone, iPod Touch, and Android 2.1+ devices: -->
64+
<link rel="apple-touch-icon" sizes="57x57" href="favicon-57.png" />
65+
66+
<!-- For Old Chrome -->
67+
<link rel="icon" sizes="32x32" href="favicon-32.png" />
68+
69+
<!-- For IE10 Metro -->
70+
<meta name="msapplication-TileColor" content="#FFFFFF" />
71+
<meta name="msapplication-TileImage" content="favicon-144.png" />
72+
<meta name="theme-color" content="#ffffff" />
73+
74+
<!-- Chrome for Android -->
75+
<link rel="manifest" href="manifest.json" />
76+
<link rel="icon" sizes="192x192" href="favicon-192.png" />
1577

1678
<script type="text/javascript">
1779
window.smartlook ||

build/favicon-114-precomposed.png

10.4 KB
Loading

build/favicon-120-precomposed.png

10.9 KB
Loading

build/favicon-144-precomposed.png

13.7 KB
Loading

build/favicon-152-precomposed.png

14.5 KB
Loading

build/favicon-180-precomposed.png

17.5 KB
Loading

build/favicon-192.png

18.9 KB
Loading

build/favicon-32.png

2.06 KB
Loading

build/favicon-36.png

2.41 KB
Loading

build/favicon-48.png

3.5 KB
Loading

0 commit comments

Comments
 (0)