1
0
mirror of https://gitlab.com/redline-racing-division/redline-racing-website.git synced 2025-07-23 22:51:21 +00:00

init commit

This commit is contained in:
2019-09-17 00:04:46 -07:00
commit 50d15b917c
72 changed files with 18203 additions and 0 deletions

5
assets/css/fontawesome-all.min.css vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64">
<style>
line { stroke: #ffffff; stroke-width: 2px; }
</style>
<line x1="20" y1="20" x2="44" y2="44" />
<line x1="20" y1="44" x2="44" y2="20" />
</svg>

After

Width:  |  Height:  |  Size: 240 B

4156
assets/css/main.css Normal file

File diff suppressed because it is too large Load Diff

39
assets/css/noscript.css Normal file
View File

@@ -0,0 +1,39 @@
/*
Solid State by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
/* Banner */
body.is-preload #banner .logo {
-moz-transform: none;
-webkit-transform: none;
-ms-transform: none;
transform: none;
opacity: 1;
}
body.is-preload #banner h2 {
opacity: 1;
-moz-transform: none;
-webkit-transform: none;
-ms-transform: none;
transform: none;
-moz-filter: none;
-webkit-filter: none;
-ms-filter: none;
filter: none;
}
body.is-preload #banner p {
opacity: 01;
-moz-transform: none;
-webkit-transform: none;
-ms-transform: none;
transform: none;
-moz-filter: none;
-webkit-filter: none;
-ms-filter: none;
filter: none;
}