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);
|
||||
transform: translateY(0);
|
||||
opacity: 1;
|
||||
margin: 0 0 1.3em 0;
|
||||
margin: 0 0 0em 0;
|
||||
}
|
||||
|
||||
#banner .logo .icon {
|
||||
@@ -3528,10 +3528,10 @@ body.is-menu-visible #menu .inner {
|
||||
-ms-filter: blur(0);
|
||||
filter: blur(0);
|
||||
opacity: 1;
|
||||
border-bottom: solid 2px rgba(255, 255, 255, 0.125);
|
||||
font-size: 2.25em;
|
||||
margin-bottom: 0.8em;
|
||||
padding-bottom: 0.4em;
|
||||
/* display: table-caption; */
|
||||
font-family: "Exo", sans-serif;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#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>
|
||||
<link rel="stylesheet" href="assets/css/noscript.css"
|
||||
/></noscript>
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css?family=Exo:700|Lato:700&display=swap"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
</head>
|
||||
|
||||
<body class="is-preload">
|
||||
@@ -53,9 +57,18 @@
|
||||
<!-- Banner -->
|
||||
<section id="banner">
|
||||
<div class="inner">
|
||||
<!-- <div class="logo"><span class="icon fa-gem"></span></div> -->
|
||||
<h2><mark class="red">Red</mark>line Racing Division</h2>
|
||||
<p>Student Run Formula SAE Team</p>
|
||||
<div class="logo">
|
||||
<img src="./images/redline.webp" style="width: 30%" />
|
||||
</div>
|
||||
<h2>
|
||||
Redline Racing Division
|
||||
</h2>
|
||||
<h1
|
||||
style="font-family: 'Lato', sans-serif;
|
||||
"
|
||||
>
|
||||
Student Run Formula SAE Team
|
||||
</h1>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
Reference in New Issue
Block a user