add icons
After Width: | Height: | Size: 4.3 KiB |
After Width: | Height: | Size: 5.8 KiB |
|
@ -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>
|
After Width: | Height: | Size: 986 B |
After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 6.6 KiB |
|
@ -0,0 +1,27 @@
|
|||
<?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="136.000000pt" height="136.000000pt" viewBox="0 0 136.000000 136.000000"
|
||||
preserveAspectRatio="xMidYMid meet">
|
||||
<metadata>
|
||||
Created by potrace 1.11, written by Peter Selinger 2001-2013
|
||||
</metadata>
|
||||
<g transform="translate(0.000000,136.000000) scale(0.100000,-0.100000)"
|
||||
fill="#000000" stroke="none">
|
||||
<path d="M309 1246 c-120 -35 -208 -110 -262 -224 -29 -61 -32 -76 -31 -162 0
|
||||
-84 4 -103 31 -160 19 -41 53 -90 92 -130 58 -61 63 -64 73 -45 7 11 49 58 95
|
||||
103 l82 84 -34 33 c-26 24 -35 41 -35 64 0 27 21 53 167 198 188 187 182 170
|
||||
75 220 -65 30 -183 39 -253 19z"/>
|
||||
<path d="M882 1250 c-85 -18 -142 -61 -329 -246 -101 -99 -183 -188 -183 -197
|
||||
0 -10 14 -26 31 -36 l31 -19 125 125 c68 68 129 123 136 120 35 -11 5 -48
|
||||
-214 -266 -217 -215 -231 -231 -225 -258 11 -43 31 -58 77 -54 9 0 79 64 157
|
||||
141 77 77 145 140 150 140 5 0 13 -7 16 -16 5 -12 -32 -56 -135 -160 -114
|
||||
-114 -142 -148 -141 -170 0 -31 33 -64 65 -64 13 0 72 51 162 140 77 77 146
|
||||
140 153 140 7 0 15 -7 19 -16 4 -11 -37 -58 -136 -158 -109 -110 -141 -148
|
||||
-141 -169 0 -41 31 -64 80 -57 8 1 79 65 157 142 78 77 146 137 152 133 26
|
||||
-15 3 -47 -129 -181 -114 -115 -140 -145 -137 -165 4 -22 9 -24 63 -27 l59 -3
|
||||
275 278 c336 340 335 338 335 518 0 107 -3 125 -25 170 -44 91 -121 160 -220
|
||||
199 -52 21 -166 29 -228 16z"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.4 KiB |
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"name": "",
|
||||
"short_name": "",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/android-chrome-96x96.png",
|
||||
"sizes": "96x96",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"theme_color": "#ffffff",
|
||||
"background_color": "#ffffff",
|
||||
"display": "standalone"
|
||||
}
|
|
@ -2,6 +2,13 @@
|
|||
<head>
|
||||
<title>Meritocracy</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<link rel="apple-touch-icon" sizes="120x120" href="/images/app/images/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/images/app/images/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/images/app/images/favicon-16x16.png">
|
||||
<link rel="manifest" href="/images/app/images/site.webmanifest">
|
||||
<link rel="mask-icon" href="/images/app/images/safari-pinned-tab.svg" color="#5bbad5">
|
||||
<meta name="msapplication-TileColor" content="#da532c">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
</head>
|
||||
<body class="container">
|
||||
<div id="app">
|
||||
|
|
After Width: | Height: | Size: 4.3 KiB |
After Width: | Height: | Size: 5.8 KiB |
|
@ -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>
|
After Width: | Height: | Size: 986 B |
After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 6.6 KiB |
|
@ -0,0 +1,27 @@
|
|||
<?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="136.000000pt" height="136.000000pt" viewBox="0 0 136.000000 136.000000"
|
||||
preserveAspectRatio="xMidYMid meet">
|
||||
<metadata>
|
||||
Created by potrace 1.11, written by Peter Selinger 2001-2013
|
||||
</metadata>
|
||||
<g transform="translate(0.000000,136.000000) scale(0.100000,-0.100000)"
|
||||
fill="#000000" stroke="none">
|
||||
<path d="M309 1246 c-120 -35 -208 -110 -262 -224 -29 -61 -32 -76 -31 -162 0
|
||||
-84 4 -103 31 -160 19 -41 53 -90 92 -130 58 -61 63 -64 73 -45 7 11 49 58 95
|
||||
103 l82 84 -34 33 c-26 24 -35 41 -35 64 0 27 21 53 167 198 188 187 182 170
|
||||
75 220 -65 30 -183 39 -253 19z"/>
|
||||
<path d="M882 1250 c-85 -18 -142 -61 -329 -246 -101 -99 -183 -188 -183 -197
|
||||
0 -10 14 -26 31 -36 l31 -19 125 125 c68 68 129 123 136 120 35 -11 5 -48
|
||||
-214 -266 -217 -215 -231 -231 -225 -258 11 -43 31 -58 77 -54 9 0 79 64 157
|
||||
141 77 77 145 140 150 140 5 0 13 -7 16 -16 5 -12 -32 -56 -135 -160 -114
|
||||
-114 -142 -148 -141 -170 0 -31 33 -64 65 -64 13 0 72 51 162 140 77 77 146
|
||||
140 153 140 7 0 15 -7 19 -16 4 -11 -37 -58 -136 -158 -109 -110 -141 -148
|
||||
-141 -169 0 -41 31 -64 80 -57 8 1 79 65 157 142 78 77 146 137 152 133 26
|
||||
-15 3 -47 -129 -181 -114 -115 -140 -145 -137 -165 4 -22 9 -24 63 -27 l59 -3
|
||||
275 278 c336 340 335 338 335 518 0 107 -3 125 -25 170 -44 91 -121 160 -220
|
||||
199 -52 21 -166 29 -228 16z"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.4 KiB |
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"name": "",
|
||||
"short_name": "",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/android-chrome-96x96.png",
|
||||
"sizes": "96x96",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"theme_color": "#ffffff",
|
||||
"background_color": "#ffffff",
|
||||
"display": "standalone"
|
||||
}
|