Initial Commit Rework
BIN
frontend/src/Content/Fonts/FontAwesome.otf
Normal file
BIN
frontend/src/Content/Fonts/Roboto-Light.ttf
Normal file
BIN
frontend/src/Content/Fonts/Roboto-Light.woff
Normal file
BIN
frontend/src/Content/Fonts/Roboto-Light.woff2
Normal file
BIN
frontend/src/Content/Fonts/Roboto-Regular.ttf
Normal file
BIN
frontend/src/Content/Fonts/Roboto-Regular.woff
Normal file
BIN
frontend/src/Content/Fonts/Roboto-Regular.woff2
Normal file
BIN
frontend/src/Content/Fonts/UbuntuMono-Regular.eot
Normal file
BIN
frontend/src/Content/Fonts/UbuntuMono-Regular.ttf
Normal file
BIN
frontend/src/Content/Fonts/UbuntuMono-Regular.woff
Normal file
2337
frontend/src/Content/Fonts/font-awesome.css
vendored
Normal file
BIN
frontend/src/Content/Fonts/fontawesome-webfont.eot
Normal file
2671
frontend/src/Content/Fonts/fontawesome-webfont.svg
Normal file
After Width: | Height: | Size: 434 KiB |
BIN
frontend/src/Content/Fonts/fontawesome-webfont.ttf
Normal file
BIN
frontend/src/Content/Fonts/fontawesome-webfont.woff
Normal file
BIN
frontend/src/Content/Fonts/fontawesome-webfont.woff2
Normal file
27
frontend/src/Content/Fonts/fonts.css
Normal file
|
@ -0,0 +1,27 @@
|
|||
@font-face {
|
||||
font-weight: 300;
|
||||
font-style: normal;
|
||||
font-family: 'Roboto';
|
||||
src: url('Roboto-Light.woff2?v=1.1.0') format('woff2'), url('Roboto-Light.woff?v=1.2.0') format('woff'), url('Roboto-Light.ttf?v=1.1.0') format('truetype');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
font-family: 'Roboto';
|
||||
src: url('Roboto-Regular.woff2?v=1.2.0') format('woff2'), url('Roboto-Regular.woff?v=1.2.0') format('woff'), url('Roboto-Regular.ttf?v=1.1.0') format('truetype');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-family: 'Roboto';
|
||||
src: url('Roboto-Regular.woff2?v=1.3.0') format('woff2'), url('Roboto-Regular.woff?v=1.2.0') format('woff'), url('Roboto-Regular.ttf?v=1.1.0') format('truetype');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
font-family: 'Ubuntu Mono';
|
||||
src: url('UbuntuMono-Regular.eot?#iefix') format('embedded-opentype'), url('UbuntuMono-Regular.woff') format('woff'), url('UbuntuMono-Regular.ttf') format('truetype');
|
||||
}
|
BIN
frontend/src/Content/Images/404.png
Normal file
After Width: | Height: | Size: 101 KiB |
BIN
frontend/src/Content/Images/Icons/android-chrome-192x192.png
Normal file
After Width: | Height: | Size: 4.5 KiB |
BIN
frontend/src/Content/Images/Icons/android-chrome-512x512.png
Normal file
After Width: | Height: | Size: 92 KiB |
BIN
frontend/src/Content/Images/Icons/apple-touch-icon.png
Normal file
After Width: | Height: | Size: 3.7 KiB |
9
frontend/src/Content/Images/Icons/browserconfig.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<browserconfig>
|
||||
<msapplication>
|
||||
<tile>
|
||||
<square150x150logo src="/Content/Images/Icons/mstile-150x150.png"/>
|
||||
<TileColor>#00ccff</TileColor>
|
||||
</tile>
|
||||
</msapplication>
|
||||
</browserconfig>
|
BIN
frontend/src/Content/Images/Icons/favicon-16x16.png
Normal file
After Width: | Height: | Size: 572 B |
BIN
frontend/src/Content/Images/Icons/favicon-32x32.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
frontend/src/Content/Images/Icons/favicon-debug-16x16.png
Normal file
After Width: | Height: | Size: 715 B |
BIN
frontend/src/Content/Images/Icons/favicon-debug-32x32.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
frontend/src/Content/Images/Icons/favicon-debug.ico
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
frontend/src/Content/Images/Icons/favicon.ico
Normal file
After Width: | Height: | Size: 17 KiB |
18
frontend/src/Content/Images/Icons/manifest.json
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"name": "",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/Content/Images/Icons/android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/Content/Images/Icons/android-chrome-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"theme_color": "#3a3f51",
|
||||
"background_color": "#3a3f51",
|
||||
"display": "standalone"
|
||||
}
|
BIN
frontend/src/Content/Images/Icons/mstile-144x144.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
frontend/src/Content/Images/Icons/mstile-150x150.png
Normal file
After Width: | Height: | Size: 3.5 KiB |
BIN
frontend/src/Content/Images/Icons/mstile-310x150.png
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
frontend/src/Content/Images/Icons/mstile-310x310.png
Normal file
After Width: | Height: | Size: 6.5 KiB |
BIN
frontend/src/Content/Images/Icons/mstile-70x70.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
38
frontend/src/Content/Images/Icons/safari-pinned-tab.svg
Normal file
|
@ -0,0 +1,38 @@
|
|||
<?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="700.000000pt" height="700.000000pt" viewBox="0 0 700.000000 700.000000"
|
||||
preserveAspectRatio="xMidYMid meet">
|
||||
<metadata>
|
||||
Created by potrace 1.11, written by Peter Selinger 2001-2013
|
||||
</metadata>
|
||||
<g transform="translate(0.000000,700.000000) scale(0.100000,-0.100000)"
|
||||
fill="#000000" stroke="none">
|
||||
<path d="M1225 6163 c-49 -42 -116 -103 -149 -134 l-61 -58 455 -455 454 -456
|
||||
31 30 31 30 274 -275 275 -275 -78 -77 -77 -78 -275 275 -275 274 27 28 27 29
|
||||
-454 455 -455 455 -48 -53 c-27 -29 -83 -93 -124 -141 l-76 -89 375 -376 c206
|
||||
-208 393 -399 415 -427 270 -335 393 -768 393 -1386 0 -608 -102 -1000 -351
|
||||
-1342 -29 -40 -217 -237 -418 -439 -353 -356 -364 -368 -352 -392 15 -26 229
|
||||
-256 239 -256 4 0 202 198 441 441 l434 440 -26 26 -26 27 152 158 c84 87 204
|
||||
212 267 278 l115 120 80 -75 79 -75 -105 -107 c-57 -60 -178 -184 -267 -277
|
||||
l-163 -169 -30 29 -30 28 -442 -442 -442 -442 50 -51 c28 -28 96 -89 153 -136
|
||||
l104 -85 366 364 c240 238 398 387 457 430 233 170 435 251 750 300 127 20
|
||||
178 22 560 23 438 0 531 -6 724 -47 238 -50 453 -157 671 -332 41 -33 227
|
||||
-211 412 -395 l338 -334 52 43 c97 81 218 194 216 202 -2 4 -203 214 -448 467
|
||||
l-444 461 -28 -27 -27 -26 -108 101 c-59 55 -189 182 -287 280 l-179 180 74
|
||||
81 74 81 287 -287 288 -288 -28 -27 -27 -28 74 -77 c41 -43 244 -253 450 -467
|
||||
l376 -388 64 68 c35 38 97 107 138 153 l74 84 -363 366 c-387 390 -449 463
|
||||
-547 651 -177 341 -243 757 -220 1385 15 409 51 583 167 810 85 164 172 265
|
||||
599 696 222 223 403 408 403 412 0 9 -191 235 -228 271 l-31 29 -378 -368
|
||||
c-208 -203 -412 -401 -453 -441 l-74 -73 28 -30 29 -30 -271 -273 -271 -273
|
||||
-78 78 -78 77 272 272 272 272 29 -27 28 -27 456 442 455 443 -81 76 c-45 42
|
||||
-108 99 -141 127 l-60 51 -335 -332 c-376 -374 -425 -418 -563 -510 -337 -226
|
||||
-739 -327 -1297 -327 -628 0 -1068 131 -1422 422 -35 28 -223 211 -419 405
|
||||
l-356 354 -88 -78z m2391 -1707 c162 -13 359 -96 495 -210 149 -124 273 -315
|
||||
320 -491 32 -120 37 -330 11 -455 -38 -183 -123 -340 -261 -479 -191 -194
|
||||
-405 -282 -681 -282 -234 0 -413 59 -589 196 -316 243 -444 624 -345 1024 65
|
||||
264 297 525 564 634 47 19 108 40 137 47 57 13 214 28 253 24 14 -2 57 -5 96
|
||||
-8z"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.3 KiB |
1
frontend/src/Content/Images/logo.svg
Normal file
After Width: | Height: | Size: 54 KiB |
BIN
frontend/src/Content/Images/poster-dark.png
Normal file
After Width: | Height: | Size: 1.7 KiB |