Browse Source

Added lots of SEO stuff and images.

KrisVos130 8 years ago
parent
commit
1c214e6716
32 changed files with 202 additions and 2 deletions
  1. BIN
      frontend/build/android-chrome-144x144.png
  2. BIN
      frontend/build/android-chrome-192x192.png
  3. BIN
      frontend/build/android-chrome-36x36.png
  4. BIN
      frontend/build/android-chrome-48x48.png
  5. BIN
      frontend/build/android-chrome-72x72.png
  6. BIN
      frontend/build/android-chrome-96x96.png
  7. BIN
      frontend/build/apple-touch-icon-114x114.png
  8. BIN
      frontend/build/apple-touch-icon-120x120.png
  9. BIN
      frontend/build/apple-touch-icon-144x144.png
  10. BIN
      frontend/build/apple-touch-icon-152x152.png
  11. BIN
      frontend/build/apple-touch-icon-180x180.png
  12. BIN
      frontend/build/apple-touch-icon-57x57.png
  13. BIN
      frontend/build/apple-touch-icon-60x60.png
  14. BIN
      frontend/build/apple-touch-icon-72x72.png
  15. BIN
      frontend/build/apple-touch-icon-76x76.png
  16. BIN
      frontend/build/apple-touch-icon-precomposed.png
  17. BIN
      frontend/build/apple-touch-icon.png
  18. 12 0
      frontend/build/browserconfig.xml
  19. BIN
      frontend/build/favicon-16x16.png
  20. BIN
      frontend/build/favicon-194x194.png
  21. BIN
      frontend/build/favicon-32x32.png
  22. BIN
      frontend/build/favicon-96x96.png
  23. BIN
      frontend/build/favicon.ico
  24. 31 2
      frontend/build/index.html
  25. 41 0
      frontend/build/manifest.json
  26. BIN
      frontend/build/mstile-144x144.png
  27. BIN
      frontend/build/mstile-150x150.png
  28. BIN
      frontend/build/mstile-310x150.png
  29. BIN
      frontend/build/mstile-310x310.png
  30. BIN
      frontend/build/mstile-70x70.png
  31. 2 0
      frontend/build/robots.txt
  32. 116 0
      frontend/build/safari-pinned-tab.svg

BIN
frontend/build/android-chrome-144x144.png


BIN
frontend/build/android-chrome-192x192.png


BIN
frontend/build/android-chrome-36x36.png


BIN
frontend/build/android-chrome-48x48.png


BIN
frontend/build/android-chrome-72x72.png


BIN
frontend/build/android-chrome-96x96.png


BIN
frontend/build/apple-touch-icon-114x114.png


BIN
frontend/build/apple-touch-icon-120x120.png


BIN
frontend/build/apple-touch-icon-144x144.png


BIN
frontend/build/apple-touch-icon-152x152.png


BIN
frontend/build/apple-touch-icon-180x180.png


BIN
frontend/build/apple-touch-icon-57x57.png


BIN
frontend/build/apple-touch-icon-60x60.png


BIN
frontend/build/apple-touch-icon-72x72.png


BIN
frontend/build/apple-touch-icon-76x76.png


BIN
frontend/build/apple-touch-icon-precomposed.png


BIN
frontend/build/apple-touch-icon.png


+ 12 - 0
frontend/build/browserconfig.xml

@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<browserconfig>
+  <msapplication>
+    <tile>
+      <square70x70logo src="/mstile-70x70.png?v=06042016"/>
+      <square150x150logo src="/mstile-150x150.png?v=06042016"/>
+      <square310x310logo src="/mstile-310x310.png?v=06042016"/>
+      <wide310x150logo src="/mstile-310x150.png?v=06042016"/>
+      <TileColor>#2d89ef</TileColor>
+    </tile>
+  </msapplication>
+</browserconfig>

BIN
frontend/build/favicon-16x16.png


BIN
frontend/build/favicon-194x194.png


BIN
frontend/build/favicon-32x32.png


BIN
frontend/build/favicon-96x96.png


BIN
frontend/build/favicon.ico


+ 31 - 2
frontend/build/index.html

@@ -1,10 +1,39 @@
 <!DOCTYPE html>
 <html lang='en'>
 <head>
+	<title>Musare</title>
+
 	<meta charset='UTF-8'>
+	<meta http-equiv='X-UA-Compatible' content='IE=edge'>
 	<meta name='viewport' content='width=device-width, initial-scale=1'>
-	<title>Musare</title>
-	<link rel='shortcut icon' type='image/x-icon' href='/assets/favicon.ico' />
+	<meta name='keywords' content='music, musare, listen, station, station, radio, edm, chill, community, official, rooms, room, party, good, mus, pop'>
+	<meta name='description' content='On Musare you can listen to lots of different songs, playing 24/7 in our official stations and in user-made community stations!'>
+	<meta name='copyright' content='© Copyright Musare 2015-2016 All Right Reserved'>
+
+	<link rel='apple-touch-icon' sizes='57x57' href='/apple-touch-icon-57x57.png?v=06042016'>
+	<link rel='apple-touch-icon' sizes='60x60' href='/apple-touch-icon-60x60.png?v=06042016'>
+	<link rel='apple-touch-icon' sizes='72x72' href='/apple-touch-icon-72x72.png?v=06042016'>
+	<link rel='apple-touch-icon' sizes='76x76' href='/apple-touch-icon-76x76.png?v=06042016'>
+	<link rel='apple-touch-icon' sizes='114x114' href='/apple-touch-icon-114x114.png?v=06042016'>
+	<link rel='apple-touch-icon' sizes='120x120' href='/apple-touch-icon-120x120.png?v=06042016'>
+	<link rel='apple-touch-icon' sizes='144x144' href='/apple-touch-icon-144x144.png?v=06042016'>
+	<link rel='apple-touch-icon' sizes='152x152' href='/apple-touch-icon-152x152.png?v=06042016'>
+	<link rel='apple-touch-icon' sizes='180x180' href='/apple-touch-icon-180x180.png?v=06042016'>
+	<link rel='icon' type='image/png' href='/favicon-32x32.png?v=06042016' sizes='32x32'>
+	<link rel='icon' type='image/png' href='/favicon-194x194.png?v=06042016' sizes='194x194'>
+	<link rel='icon' type='image/png' href='/favicon-96x96.png?v=06042016' sizes='96x96'>
+	<link rel='icon' type='image/png' href='/android-chrome-192x192.png?v=06042016' sizes='192x192'>
+	<link rel='icon' type='image/png' href='/favicon-16x16.png?v=06042016' sizes='16x16'>
+	<link rel='manifest' href='/manifest.json?v=06042016'>
+	<link rel='mask-icon' href='/safari-pinned-tab.svg?v=06042016' color='#03a9f4'>
+	<link rel='shortcut icon' href='/favicon.ico?v=06042016'>
+	<meta name='msapplication-TileColor' content='#03a9f4'>
+	<meta name='msapplication-TileImage' content='/mstile-144x144.png?v=06042016'>
+	<meta name='theme-color' content='#03a9f4'>
+	<meta name='google' content='nositelinkssearchbox' />
+
+
+	<link href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css' rel='stylesheet' type='text/css'>
 	<link href='https://fonts.googleapis.com/css?family=Roboto:100,400' rel='stylesheet'>
 	<link href='https://fonts.googleapis.com/icon?family=Material+Icons' rel='stylesheet'>
 	<link rel='stylesheet' href='/index.css'>

+ 41 - 0
frontend/build/manifest.json

@@ -0,0 +1,41 @@
+{
+	"name": "Musare",
+	"icons": [
+		{
+			"src": "\/android-chrome-36x36.png?v=06042016",
+			"sizes": "36x36",
+			"type": "image\/png",
+			"density": 0.75
+		},
+		{
+			"src": "\/android-chrome-48x48.png?v=06042016",
+			"sizes": "48x48",
+			"type": "image\/png",
+			"density": 1
+		},
+		{
+			"src": "\/android-chrome-72x72.png?v=06042016",
+			"sizes": "72x72",
+			"type": "image\/png",
+			"density": 1.5
+		},
+		{
+			"src": "\/android-chrome-96x96.png?v=06042016",
+			"sizes": "96x96",
+			"type": "image\/png",
+			"density": 2
+		},
+		{
+			"src": "\/android-chrome-144x144.png?v=06042016",
+			"sizes": "144x144",
+			"type": "image\/png",
+			"density": 3
+		},
+		{
+			"src": "\/android-chrome-192x192.png?v=06042016",
+			"sizes": "192x192",
+			"type": "image\/png",
+			"density": 4
+		}
+	]
+}

BIN
frontend/build/mstile-144x144.png


BIN
frontend/build/mstile-150x150.png


BIN
frontend/build/mstile-310x150.png


BIN
frontend/build/mstile-310x310.png


BIN
frontend/build/mstile-70x70.png


+ 2 - 0
frontend/build/robots.txt

@@ -0,0 +1,2 @@
+User-agent: *
+Disallow: /admin/

+ 116 - 0
frontend/build/safari-pinned-tab.svg

@@ -0,0 +1,116 @@
+<?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="2048.000000pt" height="2048.000000pt" viewBox="0 0 2048.000000 2048.000000"
+ preserveAspectRatio="xMidYMid meet">
+<metadata>
+Created by potrace 1.11, written by Peter Selinger 2001-2013
+</metadata>
+<g transform="translate(0.000000,2048.000000) scale(0.100000,-0.100000)"
+fill="#000000" stroke="none">
+<path d="M14570 15310 c-124 -16 -164 -22 -184 -26 -12 -3 -32 -7 -46 -10 -55
+-11 -110 -27 -223 -65 -477 -160 -941 -510 -1344 -1014 -220 -276 -418 -592
+-609 -975 -224 -448 -435 -1013 -575 -1540 -11 -41 -25 -79 -30 -85 -5 -5 -34
+-10 -64 -11 l-55 -2 5 42 c6 45 8 62 24 181 6 44 13 103 16 130 3 28 8 61 11
+75 2 14 7 48 10 75 2 28 7 62 9 76 3 15 7 47 10 70 6 53 15 115 20 149 2 14 7
+48 10 75 7 65 19 160 40 311 4 29 14 116 20 174 3 28 11 106 21 195 13 109 5
+524 -11 615 -2 14 -7 52 -10 85 -3 33 -8 69 -10 80 -2 11 -7 36 -10 55 -7 49
+-14 86 -27 150 -6 30 -12 60 -14 65 -33 158 -137 425 -221 565 -81 136 -221
+287 -338 366 -82 55 -250 124 -342 140 -15 3 -41 8 -58 13 -33 8 -108 14 -195
+14 -367 1 -745 -160 -1165 -496 -214 -172 -541 -522 -759 -812 -196 -261 -454
+-659 -598 -925 -19 -36 -49 -91 -67 -124 -46 -84 -235 -460 -267 -531 -15 -33
+-42 -94 -62 -135 -61 -132 -162 -369 -241 -570 -43 -107 -82 -204 -86 -215 -4
+-11 -9 -24 -11 -30 -4 -17 -64 -179 -74 -200 -42 -92 -244 -730 -329 -1045
+-34 -124 -68 -248 -76 -276 -8 -28 -15 -58 -15 -67 0 -9 -4 -18 -9 -21 -5 -4
+-5 10 0 32 13 49 40 180 53 252 3 19 8 46 11 60 3 14 7 37 10 53 3 15 12 59
+20 97 8 38 17 82 20 97 3 16 7 39 10 53 3 14 23 122 45 240 21 118 42 229 45
+245 10 50 63 358 70 399 3 21 7 48 10 60 6 27 14 71 20 116 3 19 8 51 11 70 4
+19 8 44 10 55 22 148 45 304 49 325 2 14 11 79 20 145 9 66 18 131 20 145 2
+14 7 48 10 75 3 28 7 59 9 71 2 11 7 53 11 93 3 40 8 82 10 93 3 11 7 61 10
+112 4 50 8 101 10 113 6 39 18 314 18 423 0 117 -13 431 -18 461 -2 11 -7 56
+-11 102 -3 45 -8 84 -9 87 -2 3 -6 33 -10 65 -27 248 -133 558 -248 728 -96
+141 -271 292 -403 347 -27 12 -56 25 -65 29 -27 15 -162 49 -244 61 -79 12
+-332 17 -390 7 -16 -3 -50 -8 -75 -12 -124 -18 -335 -84 -460 -143 -277 -131
+-564 -381 -802 -697 -50 -67 -157 -225 -187 -277 -10 -18 -40 -69 -66 -113
+-106 -182 -255 -508 -350 -771 -49 -132 -115 -333 -121 -364 -3 -14 -11 -32
+-19 -40 -31 -34 4 -244 63 -380 11 -25 34 -65 52 -89 l32 -44 60 7 c103 10
+188 60 225 130 24 45 146 200 258 325 102 115 326 329 445 427 19 16 37 31 40
+35 4 5 127 96 210 156 162 117 442 260 550 279 14 3 39 8 55 12 48 12 137 7
+171 -11 44 -23 81 -83 103 -167 16 -63 18 -102 15 -240 -2 -91 -6 -183 -8
+-205 -2 -22 -7 -78 -11 -125 -4 -47 -8 -105 -10 -130 -2 -25 -6 -88 -10 -140
+-4 -52 -9 -113 -11 -134 -2 -22 -6 -80 -9 -130 -3 -50 -7 -107 -10 -126 -2
+-19 -7 -74 -10 -122 -3 -48 -8 -107 -10 -130 -2 -24 -7 -79 -10 -123 -3 -44
+-8 -102 -10 -130 -3 -27 -7 -77 -10 -110 -5 -68 -23 -265 -30 -340 -3 -27 -7
+-77 -10 -110 -5 -57 -8 -90 -20 -207 -3 -29 -8 -69 -10 -88 -3 -19 -7 -66 -11
+-105 -3 -38 -7 -77 -9 -86 -2 -10 -7 -50 -10 -90 -4 -40 -8 -81 -10 -90 -2
+-10 -6 -44 -10 -76 -3 -32 -7 -69 -10 -83 -2 -14 -7 -47 -10 -75 -3 -27 -7
+-66 -10 -85 -2 -19 -7 -56 -10 -82 -3 -27 -7 -67 -10 -90 -3 -24 -7 -56 -9
+-73 -2 -16 -7 -46 -10 -65 -3 -19 -8 -51 -10 -70 -11 -82 -18 -137 -22 -160
+-2 -14 -7 -45 -10 -70 -3 -25 -7 -57 -10 -72 -2 -16 -6 -43 -9 -60 -3 -18 -7
+-44 -10 -58 -3 -14 -7 -38 -9 -55 -3 -16 -16 -104 -31 -195 -14 -91 -28 -176
+-30 -190 -2 -14 -11 -68 -20 -120 -9 -52 -18 -111 -21 -130 -37 -249 -118
+-689 -140 -767 l-15 -53 -62 0 c-133 -1 -307 -34 -441 -84 -324 -122 -603
+-357 -751 -631 -171 -316 -163 -730 20 -1097 51 -100 69 -128 140 -213 160
+-193 343 -299 630 -366 72 -16 131 -21 295 -24 113 -2 230 0 260 5 30 4 86 11
+124 15 88 8 232 45 322 80 201 80 383 223 527 412 49 64 151 231 179 293 9 19
+28 62 43 95 59 131 175 513 209 688 10 52 119 479 171 672 9 33 27 98 40 145
+149 558 448 1485 685 2125 10 28 35 95 55 150 20 55 41 109 45 120 5 11 28 70
+51 130 89 235 257 649 305 752 13 28 24 54 24 57 0 3 13 35 30 71 16 36 30 67
+30 70 0 2 16 38 35 79 19 42 35 78 35 80 0 2 15 37 34 78 19 40 57 123 84 183
+50 110 225 477 240 505 5 8 42 78 82 155 226 433 400 718 596 980 232 310 410
+453 572 460 312 13 503 -219 567 -688 4 -27 8 -56 10 -65 3 -18 16 -211 21
+-327 6 -117 6 -776 0 -835 -3 -30 -8 -111 -11 -180 -4 -69 -8 -141 -10 -160
+-2 -19 -6 -73 -10 -120 -3 -47 -8 -96 -10 -110 -2 -14 -6 -54 -10 -90 -6 -80
+-13 -141 -19 -189 -3 -20 -10 -81 -16 -136 -6 -55 -13 -111 -16 -125 -2 -14
+-7 -47 -10 -75 -3 -27 -7 -61 -9 -75 -3 -14 -7 -50 -10 -80 -4 -30 -8 -62 -11
+-70 -2 -8 -6 -35 -9 -60 -3 -25 -7 -56 -10 -70 -2 -14 -7 -45 -10 -70 -3 -25
+-8 -52 -10 -60 -2 -8 -7 -40 -10 -70 -3 -30 -8 -62 -10 -70 -3 -8 -7 -31 -9
+-50 -5 -35 -31 -194 -40 -240 -3 -14 -12 -68 -21 -120 -9 -52 -18 -106 -21
+-120 -7 -43 -43 -243 -49 -275 -2 -16 -7 -41 -10 -55 -3 -14 -8 -41 -11 -60
+-9 -49 -10 -55 -27 -140 -9 -41 -19 -93 -23 -115 -4 -22 -8 -44 -9 -50 -5 -19
+-26 -130 -32 -160 -6 -37 -74 -376 -109 -540 -14 -66 -36 -167 -50 -225 -14
+-58 -27 -114 -30 -124 -18 -92 -66 -181 -86 -161 -11 11 -132 19 -263 18 -428
+-3 -773 -158 -978 -438 -109 -149 -179 -338 -205 -554 -9 -75 -8 -350 1 -431
+15 -133 17 -149 32 -218 103 -490 697 -851 1380 -837 233 5 368 36 560 131
+406 201 716 597 899 1149 51 155 52 159 80 270 24 97 30 124 41 183 3 15 8 38
+11 52 8 33 15 70 51 260 25 135 68 359 89 460 14 69 27 136 30 150 2 14 7 36
+10 50 3 14 8 36 10 50 13 69 98 479 121 580 14 63 30 135 34 160 17 84 80 365
+110 490 30 122 64 270 75 320 3 14 14 61 25 105 12 44 22 87 24 95 2 8 11 44
+20 80 9 36 19 73 20 82 7 32 116 442 141 528 33 112 85 291 90 310 24 97 203
+644 279 856 71 196 220 577 270 689 15 33 39 87 53 120 119 267 331 633 479
+829 313 411 618 612 944 621 149 4 249 -30 330 -115 65 -69 122 -183 144 -289
+2 -9 8 -38 15 -65 6 -27 13 -70 16 -95 3 -25 7 -56 9 -69 24 -141 24 -665 0
+-1047 -3 -59 -16 -195 -20 -214 -1 -9 -6 -50 -10 -91 -4 -41 -9 -83 -11 -94
+-2 -10 -6 -44 -10 -75 -3 -31 -8 -63 -9 -71 -2 -9 -7 -43 -11 -75 -4 -33 -9
+-62 -9 -65 -1 -3 -5 -32 -9 -65 -5 -33 -10 -67 -11 -75 -2 -8 -6 -40 -11 -70
+-4 -30 -8 -57 -9 -60 -1 -3 -5 -27 -10 -55 -4 -27 -9 -59 -11 -70 -3 -11 -11
+-60 -19 -110 -8 -49 -17 -101 -20 -115 -3 -14 -8 -38 -11 -55 -3 -16 -16 -91
+-30 -165 -14 -74 -28 -148 -31 -165 -4 -25 -22 -113 -39 -190 -2 -11 -6 -32
+-9 -48 -3 -15 -12 -60 -21 -100 -8 -39 -17 -82 -20 -94 -2 -13 -6 -33 -8 -45
+-3 -13 -12 -57 -21 -98 -9 -41 -19 -86 -21 -100 -3 -14 -14 -63 -24 -110 -18
+-81 -23 -103 -36 -167 -3 -16 -11 -56 -19 -91 -8 -34 -17 -77 -20 -95 -4 -17
+-15 -70 -25 -117 -10 -47 -21 -96 -23 -110 -3 -14 -13 -61 -22 -105 -10 -44
+-19 -93 -21 -110 -2 -16 -7 -37 -10 -47 -2 -9 -7 -25 -9 -35 -7 -32 -47 -237
+-51 -263 -6 -34 -32 -170 -50 -257 -8 -39 -16 -89 -20 -110 -3 -21 -12 -74
+-19 -118 -8 -44 -17 -96 -20 -115 -3 -19 -7 -46 -10 -60 -2 -14 -7 -43 -10
+-65 -3 -23 -8 -52 -10 -65 -3 -14 -7 -43 -9 -65 -9 -83 -17 -151 -21 -170 -2
+-11 -7 -54 -11 -95 -3 -41 -8 -91 -9 -110 -21 -214 -26 -484 -11 -610 13 -114
+47 -272 77 -365 40 -119 145 -331 211 -426 115 -164 271 -326 390 -402 159
+-103 419 -215 563 -243 22 -5 42 -9 45 -9 3 -1 16 -5 30 -8 107 -27 369 -40
+510 -24 198 22 441 113 570 212 311 242 601 799 534 1025 -12 41 -12 43 3 25
+14 -18 15 -13 9 70 -11 167 -32 276 -83 425 -64 192 -135 315 -242 420 -210
+208 -521 310 -948 314 l-132 1 5 35 c5 32 15 96 30 175 19 110 76 396 84 425
+5 19 12 50 15 68 3 18 28 133 55 255 28 122 53 233 56 247 3 14 11 53 19 88 8
+34 17 74 20 90 2 15 9 42 14 60 5 17 8 32 6 32 -3 0 0 11 5 25 5 14 12 36 14
+48 4 23 64 291 71 317 8 34 46 207 51 235 3 17 12 55 19 85 8 30 26 111 40
+180 26 120 30 143 39 193 2 12 15 76 29 142 14 66 28 134 30 150 3 17 10 53
+16 80 6 28 12 64 15 80 2 17 11 68 20 115 20 107 23 124 41 240 9 52 18 106
+20 120 10 59 14 89 24 160 6 41 13 95 16 120 3 25 10 74 15 110 15 102 18 130
+25 205 4 39 8 77 10 85 2 8 7 58 10 110 4 52 8 111 11 130 24 228 24 849 -1
+1085 -19 176 -31 270 -49 362 -3 11 -8 43 -11 70 -4 26 -11 66 -17 88 -6 22
+-11 47 -12 55 -2 15 -6 32 -32 135 -30 117 -97 322 -141 430 -48 119 -142 308
+-155 313 -4 2 -8 8 -8 13 0 6 -19 38 -42 72 -179 266 -406 463 -628 542 -48
+18 -51 19 -120 36 -25 6 -54 13 -65 16 -33 8 -326 10 -385 3z"/>
+</g>
+</svg>