mirror of
https://gitlab.com/redline-racing-division/redline-racing-website.git
synced 2025-09-12 08:35:14 +00:00
added new logo and look
This commit is contained in:
@@ -3492,7 +3492,7 @@ body.is-menu-visible #menu .inner {
|
|||||||
-ms-transform: translateY(0);
|
-ms-transform: translateY(0);
|
||||||
transform: translateY(0);
|
transform: translateY(0);
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
margin: 0 0 1.3em 0;
|
margin: 0 0 0em 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#banner .logo .icon {
|
#banner .logo .icon {
|
||||||
@@ -3528,10 +3528,10 @@ body.is-menu-visible #menu .inner {
|
|||||||
-ms-filter: blur(0);
|
-ms-filter: blur(0);
|
||||||
filter: blur(0);
|
filter: blur(0);
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
border-bottom: solid 2px rgba(255, 255, 255, 0.125);
|
|
||||||
font-size: 2.25em;
|
font-size: 2.25em;
|
||||||
margin-bottom: 0.8em;
|
/* display: table-caption; */
|
||||||
padding-bottom: 0.4em;
|
font-family: "Exo", sans-serif;
|
||||||
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#banner p {
|
#banner p {
|
||||||
|
BIN
images/redline.png
Normal file
BIN
images/redline.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 49 KiB |
BIN
images/redline.webp
Normal file
BIN
images/redline.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
19
index.html
19
index.html
@@ -17,6 +17,10 @@
|
|||||||
<noscript>
|
<noscript>
|
||||||
<link rel="stylesheet" href="assets/css/noscript.css"
|
<link rel="stylesheet" href="assets/css/noscript.css"
|
||||||
/></noscript>
|
/></noscript>
|
||||||
|
<link
|
||||||
|
href="https://fonts.googleapis.com/css?family=Exo:700|Lato:700&display=swap"
|
||||||
|
rel="stylesheet"
|
||||||
|
/>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body class="is-preload">
|
<body class="is-preload">
|
||||||
@@ -53,9 +57,18 @@
|
|||||||
<!-- Banner -->
|
<!-- Banner -->
|
||||||
<section id="banner">
|
<section id="banner">
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<!-- <div class="logo"><span class="icon fa-gem"></span></div> -->
|
<div class="logo">
|
||||||
<h2><mark class="red">Red</mark>line Racing Division</h2>
|
<img src="./images/redline.webp" style="width: 30%" />
|
||||||
<p>Student Run Formula SAE Team</p>
|
</div>
|
||||||
|
<h2>
|
||||||
|
Redline Racing Division
|
||||||
|
</h2>
|
||||||
|
<h1
|
||||||
|
style="font-family: 'Lato', sans-serif;
|
||||||
|
"
|
||||||
|
>
|
||||||
|
Student Run Formula SAE Team
|
||||||
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user