Add favicon to docs

This commit is contained in:
Adam Wathan 2017-10-28 12:52:42 -04:00
parent 0c424c1b81
commit f2e948e477
11 changed files with 62 additions and 0 deletions

View File

@ -4,6 +4,12 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#00b4b6">
<meta name="theme-color" content="#ffffff">
@if (isset($title))
<title>{{ $title . ' - Tailwind CSS' }}</title>
@else

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/mstile-150x150.png"/>
<TileColor>#00aba9</TileColor>
</tile>
</msapplication>
</browserconfig>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

BIN
docs/source/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

18
docs/source/manifest.json Normal file
View File

@ -0,0 +1,18 @@
{
"name": "Tailwind CSS",
"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"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@ -0,0 +1,29 @@
<?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="520.000000pt" height="520.000000pt" viewBox="0 0 520.000000 520.000000"
preserveAspectRatio="xMidYMid meet">
<metadata>
Created by potrace 1.11, written by Peter Selinger 2001-2013
</metadata>
<g transform="translate(0.000000,520.000000) scale(0.100000,-0.100000)"
fill="#000000" stroke="none">
<path d="M2345 4134 c-426 -64 -730 -281 -909 -650 -27 -54 -52 -107 -57 -116
-5 -10 -9 -23 -9 -29 0 -6 -6 -25 -14 -42 -17 -39 -46 -132 -46 -148 0 -6 39
29 86 79 202 216 385 302 624 298 253 -5 380 -71 657 -342 170 -167 231 -223
288 -270 154 -125 327 -214 515 -263 69 -18 102 -25 185 -37 56 -9 370 -12
430 -4 219 28 334 63 495 148 257 137 454 390 565 725 39 119 45 158 17 117
-34 -49 -129 -145 -200 -201 -83 -67 -208 -131 -302 -156 -86 -23 -279 -23
-368 1 -174 46 -257 105 -532 376 -151 149 -191 185 -273 248 -185 141 -407
233 -642 266 -126 18 -392 18 -510 0z"/>
<path d="M1149 2596 c-2 -2 -29 -6 -59 -9 -30 -4 -66 -8 -80 -11 -14 -2 -43
-7 -65 -11 -76 -13 -250 -76 -325 -117 -280 -154 -462 -390 -581 -753 -35
-108 -34 -133 4 -78 36 52 146 157 220 212 243 178 569 198 820 49 86 -50 160
-114 362 -313 306 -301 510 -421 821 -486 112 -23 456 -35 554 -19 30 5 71 12
90 15 295 46 571 215 744 454 90 126 193 344 225 480 5 20 12 45 17 56 4 11
-15 -7 -43 -40 -194 -232 -393 -342 -633 -350 -274 -10 -409 57 -706 350 -264
261 -364 340 -539 428 -76 38 -219 92 -266 101 -8 1 -39 8 -69 14 -30 6 -71
14 -90 17 -40 7 -395 17 -401 11z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB