summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJared Dillard <jdillard@netgate.com>2017-08-01 18:23:25 -0500
committerJared Dillard <jdillard@netgate.com>2017-08-25 12:39:03 -0500
commit0408ddb1b48d63d49e02f2ed0d87a1dc4a03f3e4 (patch)
treeacb3ce1a5fb050dd336d7d0223dbbc5996157e1c
parent6f4e64ec897ec226749fcd2a8ae1ef7c676f690d (diff)
downloadpfsense-0408ddb1b48d63d49e02f2ed0d87a1dc4a03f3e4.zip
pfsense-0408ddb1b48d63d49e02f2ed0d87a1dc4a03f3e4.tar.gz
update favicon
-rw-r--r--src/usr/local/www/android-chrome-192x192.pngbin0 -> 6479 bytes
-rw-r--r--src/usr/local/www/android-chrome-512x512.pngbin0 -> 19007 bytes
-rw-r--r--src/usr/local/www/apple-touch-icon.pngbin4068 -> 6170 bytes
-rw-r--r--src/usr/local/www/browserconfig.xml9
-rw-r--r--src/usr/local/www/favicon-16x16.pngbin0 -> 1162 bytes
-rw-r--r--src/usr/local/www/favicon-32x32.pngbin0 -> 1842 bytes
-rw-r--r--src/usr/local/www/favicon.icobin1406 -> 15086 bytes
-rw-r--r--src/usr/local/www/head.inc15
-rw-r--r--src/usr/local/www/manifest.json18
-rw-r--r--src/usr/local/www/mstile-150x150.pngbin0 -> 3578 bytes
-rw-r--r--src/usr/local/www/safari-pinned-tab.svg70
11 files changed, 109 insertions, 3 deletions
diff --git a/src/usr/local/www/android-chrome-192x192.png b/src/usr/local/www/android-chrome-192x192.png
new file mode 100644
index 0000000..3a8c217
--- /dev/null
+++ b/src/usr/local/www/android-chrome-192x192.png
Binary files differ
diff --git a/src/usr/local/www/android-chrome-512x512.png b/src/usr/local/www/android-chrome-512x512.png
new file mode 100644
index 0000000..37e96f6
--- /dev/null
+++ b/src/usr/local/www/android-chrome-512x512.png
Binary files differ
diff --git a/src/usr/local/www/apple-touch-icon.png b/src/usr/local/www/apple-touch-icon.png
index 7a4b975..4b91105 100644
--- a/src/usr/local/www/apple-touch-icon.png
+++ b/src/usr/local/www/apple-touch-icon.png
Binary files differ
diff --git a/src/usr/local/www/browserconfig.xml b/src/usr/local/www/browserconfig.xml
new file mode 100644
index 0000000..b3930d0
--- /dev/null
+++ b/src/usr/local/www/browserconfig.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<browserconfig>
+ <msapplication>
+ <tile>
+ <square150x150logo src="/mstile-150x150.png"/>
+ <TileColor>#da532c</TileColor>
+ </tile>
+ </msapplication>
+</browserconfig>
diff --git a/src/usr/local/www/favicon-16x16.png b/src/usr/local/www/favicon-16x16.png
new file mode 100644
index 0000000..1e61465
--- /dev/null
+++ b/src/usr/local/www/favicon-16x16.png
Binary files differ
diff --git a/src/usr/local/www/favicon-32x32.png b/src/usr/local/www/favicon-32x32.png
new file mode 100644
index 0000000..b01c77b
--- /dev/null
+++ b/src/usr/local/www/favicon-32x32.png
Binary files differ
diff --git a/src/usr/local/www/favicon.ico b/src/usr/local/www/favicon.ico
index 3440bf2..e1f8341 100644
--- a/src/usr/local/www/favicon.ico
+++ b/src/usr/local/www/favicon.ico
Binary files differ
diff --git a/src/usr/local/www/head.inc b/src/usr/local/www/head.inc
index 2cf5d2f..941d4d1 100644
--- a/src/usr/local/www/head.inc
+++ b/src/usr/local/www/head.inc
@@ -85,9 +85,18 @@ if (!isset($config['system']['webgui']['dashboardcolumns'])) {
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
- <link rel="stylesheet" href="/vendor/font-awesome/css/font-awesome.min.css">
- <link rel="stylesheet" href="/vendor/sortable/sortable-theme-bootstrap.css">
- <link rel="stylesheet" href="<?=$cssfile?>" />
+
+ <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="#5bbad5">
+ <meta name="theme-color" content="#ffffff">
+
+ <link rel="stylesheet" href="/vendor/font-awesome/css/font-awesome.min.css?v=<?=filemtime('/usr/local/www/vendor/font-awesome/css/font-awesome.min.css')?>">
+ <link rel="stylesheet" href="/vendor/sortable/sortable-theme-bootstrap.css?v=<?=filemtime('/usr/local/www/vendor/sortable/sortable-theme-bootstrap.css')?>">
+ <link rel="stylesheet" href="<?=$cssfile?>?v=<?=filemtime('/usr/local/www/' . $cssfile)?>" />
+
<title><?=$tabtitle?></title>
<script type="text/javascript">
//<![CDATA[
diff --git a/src/usr/local/www/manifest.json b/src/usr/local/www/manifest.json
new file mode 100644
index 0000000..4fbe181
--- /dev/null
+++ b/src/usr/local/www/manifest.json
@@ -0,0 +1,18 @@
+{
+ "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"
+} \ No newline at end of file
diff --git a/src/usr/local/www/mstile-150x150.png b/src/usr/local/www/mstile-150x150.png
new file mode 100644
index 0000000..3681454
--- /dev/null
+++ b/src/usr/local/www/mstile-150x150.png
Binary files differ
diff --git a/src/usr/local/www/safari-pinned-tab.svg b/src/usr/local/www/safari-pinned-tab.svg
new file mode 100644
index 0000000..88f92f9
--- /dev/null
+++ b/src/usr/local/www/safari-pinned-tab.svg
@@ -0,0 +1,70 @@
+<?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="712.000000pt" height="712.000000pt" viewBox="0 0 712.000000 712.000000"
+ preserveAspectRatio="xMidYMid meet">
+<metadata>
+Created by potrace 1.11, written by Peter Selinger 2001-2013
+</metadata>
+<g transform="translate(0.000000,712.000000) scale(0.100000,-0.100000)"
+fill="#000000" stroke="none">
+<path d="M917 6684 c-1 -1 -23 -5 -49 -8 -75 -10 -190 -59 -234 -101 -6 -5
+-22 -19 -35 -31 -35 -30 -79 -82 -79 -93 0 -5 -4 -11 -8 -13 -19 -7 -68 -133
+-79 -198 -9 -58 -9 -4690 1 -4673 6 12 47 150 71 246 7 26 12 42 50 177 20 69
+38 132 40 140 2 8 18 66 35 128 18 62 33 119 34 125 1 7 4 17 8 22 3 6 9 26
+14 45 10 45 8 37 28 101 9 31 18 65 21 75 2 11 29 107 60 214 30 107 69 245
+86 305 52 188 80 288 99 355 22 74 39 140 41 155 0 6 7 25 14 43 8 17 12 32
+10 32 -3 0 0 12 6 28 6 15 12 34 14 42 2 8 15 56 29 105 15 50 28 97 30 105 7
+28 34 124 76 270 23 80 46 165 52 190 5 25 14 49 19 55 6 6 166 10 430 10
+l420 0 -6 -25 c-10 -42 -56 -214 -62 -230 -3 -8 -7 -21 -9 -29 -1 -8 -6 -26
+-10 -40 -4 -14 -8 -29 -9 -33 -2 -5 -3 -9 -5 -10 -1 -2 -3 -11 -5 -20 -3 -14
+0 -16 15 -8 11 6 22 15 25 20 11 18 137 113 225 171 75 49 143 89 230 135 28
+14 159 66 175 68 5 1 15 4 20 7 8 5 34 13 80 25 6 1 25 5 44 9 19 3 38 8 43
+11 16 10 298 12 378 3 84 -9 229 -37 245 -47 5 -4 16 -7 24 -8 23 -4 124 -47
+181 -77 75 -41 134 -84 199 -148 154 -152 223 -296 275 -569 14 -74 15 -272 1
+-370 -8 -56 -35 -190 -42 -210 -3 -8 -7 -22 -9 -30 -12 -70 -61 -228 -74 -245
+-5 -5 -8 -14 -9 -20 -1 -37 -130 -296 -206 -415 -54 -85 -165 -238 -210 -289
+-59 -67 -150 -165 -178 -190 -16 -14 -43 -39 -60 -54 -164 -147 -437 -307
+-632 -371 -269 -87 -575 -94 -850 -20 -112 30 -104 28 -140 44 -99 42 -124 59
+-195 131 -48 48 -61 66 -90 122 -14 26 -28 47 -32 47 -6 0 -20 -42 -33 -95 -1
+-5 -5 -17 -8 -25 -3 -8 -13 -42 -22 -75 -19 -72 -20 -76 -39 -140 -8 -27 -26
+-93 -41 -145 -14 -52 -39 -140 -55 -195 -35 -120 -121 -426 -124 -440 -1 -5
+-10 -37 -20 -70 -10 -33 -19 -67 -21 -76 -2 -8 -11 -40 -20 -70 -9 -30 -18
+-63 -20 -74 l-5 -21 2583 1 c2797 1 2618 -2 2744 57 151 70 275 245 289 408 6
+69 7 4477 1 4487 -3 5 -2 15 2 22 15 23 0 49 -32 56 -59 15 -72 16 -169 20
+-116 4 -214 -14 -301 -56 -55 -26 -137 -88 -137 -104 0 -3 -9 -16 -21 -28 -43
+-46 -131 -261 -163 -397 -11 -45 -28 -107 -33 -120 -3 -8 -7 -19 -9 -25 -1 -5
+-12 -44 -24 -85 -12 -41 -23 -82 -25 -90 -3 -8 -7 -24 -10 -35 -6 -20 -3 -20
+242 -20 136 0 255 -1 264 -3 13 -3 20 -20 44 -112 1 -3 4 -12 8 -20 3 -8 22
+-67 42 -130 20 -63 39 -121 42 -129 3 -8 -59 -76 -165 -181 l-170 -167 -253 1
+c-154 1 -257 -3 -265 -9 -7 -5 -15 -21 -18 -35 -6 -27 -9 -38 -61 -220 -20
+-69 -37 -132 -39 -140 -3 -8 -14 -49 -26 -90 -11 -41 -23 -84 -25 -95 -3 -11
+-9 -31 -14 -45 -6 -14 -17 -54 -26 -90 -9 -36 -19 -72 -22 -80 -3 -8 -7 -19
+-8 -25 -2 -5 -24 -86 -50 -180 -26 -93 -48 -174 -49 -180 -1 -5 -8 -20 -14
+-33 -7 -12 -11 -22 -8 -22 2 0 -7 -39 -21 -87 -25 -89 -41 -146 -47 -173 -2
+-8 -12 -42 -22 -75 -10 -33 -19 -65 -20 -71 -1 -6 -10 -38 -20 -70 -20 -69
+-21 -73 -27 -99 -3 -11 -13 -47 -23 -80 -10 -33 -19 -64 -20 -70 -1 -5 -12
+-44 -24 -85 -12 -41 -23 -79 -25 -85 -1 -5 -8 -30 -15 -55 -7 -25 -13 -48 -12
+-52 1 -5 -8 -8 -21 -8 -233 -3 -890 0 -894 3 -2 3 4 31 13 63 10 33 19 64 20
+69 1 6 25 93 54 195 29 102 54 196 56 209 3 13 9 32 14 41 5 9 11 28 14 41 2
+13 21 83 41 154 20 72 40 144 45 160 5 17 18 64 30 105 12 41 23 82 26 90 2 8
+17 65 34 125 17 61 32 115 34 120 20 75 28 102 33 115 3 8 8 24 10 35 3 19 27
+102 80 282 13 45 26 90 28 100 1 10 24 90 49 178 25 87 43 161 41 164 -8 8
+-328 7 -353 -1 -20 -7 -22 -5 -16 20 4 15 10 34 14 42 5 8 8 17 8 20 0 8 20
+82 79 290 31 107 56 200 57 205 1 6 4 15 7 20 4 6 10 28 14 50 4 22 11 46 17
+53 6 6 7 12 4 12 -4 0 -3 8 3 17 8 16 29 18 192 18 l183 0 8 30 c5 17 11 41
+14 55 3 14 21 81 40 150 20 69 42 149 50 177 50 180 64 227 107 343 44 119 50
+133 103 242 46 94 108 197 143 240 173 211 302 308 538 404 90 36 180 62 242
+70 20 2 43 6 51 9 66 18 389 33 510 22 21 -2 25 2 23 25 -4 63 -91 195 -170
+259 -52 42 -158 96 -203 104 -18 3 -38 9 -44 13 -9 5 -5293 11 -5299 6z"/>
+<path d="M2637 3794 c-1 -1 -36 -4 -77 -7 -41 -4 -82 -8 -90 -10 -8 -2 -33 -7
+-55 -12 -22 -4 -44 -10 -50 -14 -5 -3 -16 -6 -23 -7 -13 -2 -55 -20 -122 -52
+-174 -83 -334 -247 -429 -439 -38 -78 -84 -201 -96 -258 -21 -103 -31 -188
+-28 -240 2 -33 4 -67 4 -75 2 -48 72 -210 92 -210 4 0 7 -5 7 -12 0 -10 53
+-65 91 -93 35 -26 122 -58 194 -71 53 -9 267 -11 330 -2 63 9 197 46 209 59 6
+5 15 9 22 9 12 0 154 78 164 90 3 3 20 16 38 29 41 29 133 121 169 169 16 20
+33 43 40 50 26 27 104 182 132 263 117 331 77 577 -121 734 -29 23 -126 64
+-183 77 -49 11 -211 28 -218 22z"/>
+</g>
+</svg>
OpenPOWER on IntegriCloud