Skip to content

Commit fc69d3c

Browse files
committed
Update favicons
1 parent edcbb34 commit fc69d3c

17 files changed

+40
-42
lines changed

_includes/favicons.html

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<link rel="apple-touch-icon" sizes="180x180" href="{{site.url}}/favicons/apple-touch-icon.png?v=xQoRB7A0ld">
2-
<link rel="icon" type="image/png" href="{{site.url}}/favicons/favicon-32x32.png?v=xQoRB7A0ld" sizes="32x32">
3-
<link rel="icon" type="image/png" href="{{site.url}}/favicons/favicon-16x16.png?v=xQoRB7A0ld" sizes="16x16">
4-
<link rel="manifest" href="{{site.url}}/favicons/manifest.json?v=xQoRB7A0ld">
5-
<link rel="mask-icon" href="{{site.url}}/favicons/safari-pinned-tab.svg?v=xQoRB7A0ld" color="#e44d26">
6-
<link rel="shortcut icon" href="{{site.url}}/favicons/favicon.ico?v=xQoRB7A0ld">
7-
<meta name="msapplication-config" content="{{site.url}}/favicons/browserconfig.xml?v=xQoRB7A0ld">
8-
<meta name="theme-color" content="#ffffff">
1+
<link rel="apple-touch-icon" sizes="180x180" href="{{site.url}}/favicons/apple-touch-icon.png?v=201702051021">
2+
<link rel="icon" type="image/png" href="{{site.url}}/favicons/favicon-32x32.png?v=201702051021" sizes="32x32">
3+
<link rel="icon" type="image/png" href="{{site.url}}/favicons/favicon-16x16.png?v=201702051021" sizes="16x16">
4+
<link rel="manifest" href="{{site.url}}/favicons/manifest.json?v=201702051021">
5+
<link rel="mask-icon" href="{{site.url}}/favicons/safari-pinned-tab.svg?v=201702051021" color="#fd4011">
6+
<link rel="shortcut icon" href="{{site.url}}/favicons/favicon.ico?v=201702051021">
7+
<meta name="msapplication-config" content="{{site.url}}/favicons/browserconfig.xml?v=201702051021">
8+
<meta name="theme-color" content="#fd4011">

css/website.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

favicons/android-chrome-192x192.png

2.06 KB
Loading

favicons/android-chrome-384x384.png

5.67 KB
Loading

favicons/apple-touch-icon.png

1.25 KB
Loading

favicons/browserconfig.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<browserconfig>
33
<msapplication>
44
<tile>
5-
<square150x150logo src="/favicons/mstile-150x150.png?v=xQoRB7A0ld"/>
6-
<TileColor>#e44d26</TileColor>
5+
<square150x150logo src="/favicons/mstile-150x150.png?v=201702051021"/>
6+
<TileColor>#fd4011</TileColor>
77
</tile>
88
</msapplication>
99
</browserconfig>

favicons/favicon-16x16.png

71 Bytes
Loading

favicons/favicon-32x32.png

160 Bytes
Loading

favicons/favicon.ico

0 Bytes
Binary file not shown.

favicons/manifest.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
"name": "HTML Reference",
33
"icons": [
44
{
5-
"src": "/favicons/android-chrome-192x192.png?v=xQoRB7A0ld",
5+
"src": "/favicons/android-chrome-192x192.png?v=201702051021",
66
"sizes": "192x192",
77
"type": "image/png"
88
},
99
{
10-
"src": "/favicons/android-chrome-384x384.png?v=xQoRB7A0ld",
10+
"src": "/favicons/android-chrome-384x384.png?v=201702051021",
1111
"sizes": "384x384",
1212
"type": "image/png"
1313
}
1414
],
15-
"theme_color": "#ffffff",
16-
"background_color": "#ffffff",
15+
"theme_color": "#fd4011",
16+
"background_color": "#fd4011",
1717
"display": "standalone"
1818
}

favicons/mstile-150x150.png

-5 Bytes
Loading

favicons/safari-pinned-tab.svg

+21-21
Loading

images/html-reference-icon.png

5.01 KB
Loading

images/html-reference-logo.png

12.7 KB
Loading

images/html-reference-share.png

4.44 KB
Loading

sass/header.sass

+2-3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
.header-figure
55
display: flex
66
img:first-child
7-
height: 144px
8-
width: 144px
7+
height: 128px
8+
width: 128px
99

1010
.header-title
1111
color: $text-strong
@@ -42,7 +42,6 @@
4242
margin-bottom: 30px
4343
img:last-child
4444
height: 40px
45-
margin-top: -20px
4645
.header-subtitle
4746
margin-top: 10px
4847

sass/variables.sass

+2-3
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,9 @@ $blue-invert: findColorInvert($blue)
2222
$purple-invert: findColorInvert($purple)
2323
$red-invert: findColorInvert($red)
2424

25-
$html5: #e44d26
26-
$html5-bis: #f16529
25+
$html5: #FD4011
26+
$html5-bis: #FF7D45
2727
$html5-invert: findColorInvert($html5)
28-
$html5-light: hsl(12, 78%, 92%)
2928

3029
// Social
3130
$facebook: #3b5998

0 commit comments

Comments
 (0)