mirror of
https://gitlab.com/redline-racing-division/redline-racing-website.git
synced 2025-06-15 22:56:44 +00:00
Merge branch 'master' of https://gitlab.com/MisterBiggs/redline-racing-website
This commit is contained in:
commit
6158f4cddb
@ -35,6 +35,8 @@ h6 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.navbar-custom {
|
.navbar-custom {
|
||||||
|
display: none;
|
||||||
|
visibility: hidden;
|
||||||
padding-top: 1rem;
|
padding-top: 1rem;
|
||||||
padding-bottom: 1rem;
|
padding-bottom: 1rem;
|
||||||
background-color: rgba(0, 0, 0, 0.7);
|
background-color: rgba(0, 0, 0, 0.7);
|
||||||
@ -57,8 +59,9 @@ h6 {
|
|||||||
header.masthead {
|
header.masthead {
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
padding-top: calc(7rem + 72px);
|
padding-top: 5vh;
|
||||||
padding-bottom: 7rem;
|
/* padding-top: calc(7rem + 72px);
|
||||||
|
padding-bottom: 7rem; */
|
||||||
background: linear-gradient(
|
background: linear-gradient(
|
||||||
to top,
|
to top,
|
||||||
rgb(255, 255, 255),
|
rgb(255, 255, 255),
|
||||||
|
58
index.html
58
index.html
@ -1,6 +1,21 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||||
|
<script
|
||||||
|
async
|
||||||
|
src="https://www.googletagmanager.com/gtag/js?id=UA-135612468-2"
|
||||||
|
></script>
|
||||||
|
<script>
|
||||||
|
window.dataLayer = window.dataLayer || [];
|
||||||
|
function gtag() {
|
||||||
|
dataLayer.push(arguments);
|
||||||
|
}
|
||||||
|
gtag("js", new Date());
|
||||||
|
|
||||||
|
gtag("config", "UA-135612468-2");
|
||||||
|
</script>
|
||||||
|
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta
|
<meta
|
||||||
name="viewport"
|
name="viewport"
|
||||||
@ -94,23 +109,22 @@
|
|||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<header class="masthead text-center">
|
<header class="masthead text-center">
|
||||||
<div class="masthead-content">
|
<div>
|
||||||
<div style="min-height: 70vh;">
|
<img
|
||||||
<img
|
src="img/RRDLogoTrans.png"
|
||||||
src="img/RRDLogoTrans.png"
|
class="img-fluid"
|
||||||
class="img-fluid"
|
style=" max-height: 50vh;"
|
||||||
alt="Redline Racing
|
alt="Redline Racing
|
||||||
Division Logo"
|
Division Logo"
|
||||||
/>
|
/>
|
||||||
<!-- <h1 class="masthead-heading mb-0">Redline Racing Division</h1>
|
<!-- <h1 class="masthead-heading mb-0">Redline Racing Division</h1>
|
||||||
<h2 class="masthead-subheading mb-0">FSAE</h2> -->
|
<h2 class="masthead-subheading mb-0">FSAE</h2> -->
|
||||||
<!-- <a href="#" class="btn btn-primary btn-xl rounded-pill mt-5"
|
<!-- <a href="#" class="btn btn-primary btn-xl rounded-pill mt-5"
|
||||||
>Learn More</a
|
>Learn More</a
|
||||||
> -->
|
> -->
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<a href="#scroll"
|
<a href="#scroll"
|
||||||
><img src="img/chevrons-down.svg" style="width: 5%;"
|
><img src="img/chevrons-down.svg" style="width: 5%; height: 10vh;"
|
||||||
/></a>
|
/></a>
|
||||||
|
|
||||||
<!-- <div class="bg-circle-1 bg-circle"></div>
|
<!-- <div class="bg-circle-1 bg-circle"></div>
|
||||||
@ -119,6 +133,28 @@
|
|||||||
<div class="bg-circle-4 bg-circle"></div> -->
|
<div class="bg-circle-4 bg-circle"></div> -->
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
<!-- Car Show -->
|
||||||
|
<div
|
||||||
|
class="card text-center"
|
||||||
|
style="max-width: 90%; margin: auto;"
|
||||||
|
id="scroll"
|
||||||
|
>
|
||||||
|
<div class="card-header">
|
||||||
|
Featured
|
||||||
|
</div>
|
||||||
|
<div class="card-body">
|
||||||
|
<h5 class="card-title">Redline Racing Car Show</h5>
|
||||||
|
<p class="card-text">
|
||||||
|
For more information about the car show click on the button below.
|
||||||
|
</p>
|
||||||
|
<a href="https://show.redlineracingdivision.com" class="btn btn-danger">
|
||||||
|
Car Show Info Page</a
|
||||||
|
>
|
||||||
|
</div>
|
||||||
|
<div class="card-footer text-muted">
|
||||||
|
Saturday, November 30th
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<section id="scroll">
|
<section id="scroll">
|
||||||
<br />
|
<br />
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user