mirror of
https://gitlab.com/redline-racing-division/redline-racing-website.git
synced 2025-06-16 15:17:22 +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 {
|
||||
display: none;
|
||||
visibility: hidden;
|
||||
padding-top: 1rem;
|
||||
padding-bottom: 1rem;
|
||||
background-color: rgba(0, 0, 0, 0.7);
|
||||
@ -57,8 +59,9 @@ h6 {
|
||||
header.masthead {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
padding-top: calc(7rem + 72px);
|
||||
padding-bottom: 7rem;
|
||||
padding-top: 5vh;
|
||||
/* padding-top: calc(7rem + 72px);
|
||||
padding-bottom: 7rem; */
|
||||
background: linear-gradient(
|
||||
to top,
|
||||
rgb(255, 255, 255),
|
||||
|
44
index.html
44
index.html
@ -1,6 +1,21 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<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
|
||||
name="viewport"
|
||||
@ -94,11 +109,11 @@
|
||||
</nav>
|
||||
|
||||
<header class="masthead text-center">
|
||||
<div class="masthead-content">
|
||||
<div style="min-height: 70vh;">
|
||||
<div>
|
||||
<img
|
||||
src="img/RRDLogoTrans.png"
|
||||
class="img-fluid"
|
||||
style=" max-height: 50vh;"
|
||||
alt="Redline Racing
|
||||
Division Logo"
|
||||
/>
|
||||
@ -108,9 +123,8 @@
|
||||
>Learn More</a
|
||||
> -->
|
||||
</div>
|
||||
</div>
|
||||
<a href="#scroll"
|
||||
><img src="img/chevrons-down.svg" style="width: 5%;"
|
||||
><img src="img/chevrons-down.svg" style="width: 5%; height: 10vh;"
|
||||
/></a>
|
||||
|
||||
<!-- <div class="bg-circle-1 bg-circle"></div>
|
||||
@ -119,6 +133,28 @@
|
||||
<div class="bg-circle-4 bg-circle"></div> -->
|
||||
</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">
|
||||
<br />
|
||||
<div class="container">
|
||||
|
Loading…
x
Reference in New Issue
Block a user