favicons
BIN
img/fav/android-chrome-192x192.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
img/fav/android-chrome-512x512.png
Normal file
After Width: | Height: | Size: 46 KiB |
BIN
img/fav/apple-touch-icon.png
Normal file
After Width: | Height: | Size: 12 KiB |
9
img/fav/browserconfig.xml
Normal file
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<browserconfig>
|
||||
<msapplication>
|
||||
<tile>
|
||||
<square150x150logo src="./img/fav/mstile-150x150.png"/>
|
||||
<TileColor>#00aba9</TileColor>
|
||||
</tile>
|
||||
</msapplication>
|
||||
</browserconfig>
|
BIN
img/fav/favicon-16x16.png
Normal file
After Width: | Height: | Size: 1020 B |
BIN
img/fav/favicon-32x32.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
img/fav/favicon.ico
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
img/fav/mstile-150x150.png
Normal file
After Width: | Height: | Size: 10 KiB |
15
img/fav/safari-pinned-tab.svg
Normal file
@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
|
||||
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
||||
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
|
||||
width="3035.000000pt" height="3035.000000pt" viewBox="0 0 3035.000000 3035.000000"
|
||||
preserveAspectRatio="xMidYMid meet">
|
||||
<metadata>
|
||||
Created by potrace 1.11, written by Peter Selinger 2001-2013
|
||||
</metadata>
|
||||
<g transform="translate(0.000000,3035.000000) scale(0.100000,-0.100000)"
|
||||
fill="#000000" stroke="none">
|
||||
<path d="M0 15180 l0 -9020 15175 0 15175 0 0 9020 0 9020 -15175 0 -15175 0
|
||||
0 -9020z"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 613 B |
19
img/fav/site.webmanifest
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "",
|
||||
"short_name": "",
|
||||
"icons": [
|
||||
{
|
||||
"src": "android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "android-chrome-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"theme_color": "#ffffff",
|
||||
"background_color": "#ffffff",
|
||||
"display": "standalone"
|
||||
}
|
29
index.html
@ -33,6 +33,35 @@
|
||||
|
||||
<!-- Custom styles for this template -->
|
||||
<link href="css/one-page-wonder.css" rel="stylesheet" />
|
||||
|
||||
<!-- Favicons -->
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
sizes="180x180"
|
||||
href="./img/fav/apple-touch-icon.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="32x32"
|
||||
href="./img/fav/favicon-32x32.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="16x16"
|
||||
href="./img/fav/favicon-16x16.png"
|
||||
/>
|
||||
<link rel="manifest" href="./img/fav/site.webmanifest" />
|
||||
<link
|
||||
rel="mask-icon"
|
||||
href="./img/fav/safari-pinned-tab.svg"
|
||||
color="#5bbad5"
|
||||
/>
|
||||
<link rel="shortcut icon" href="./img/fav/favicon.ico" />
|
||||
<meta name="msapplication-TileColor" content="#00aba9" />
|
||||
<meta name="msapplication-config" content="./img/fav/browserconfig.xml" />
|
||||
<meta name="theme-color" content="#ffffff" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|