mirror of
https://gitlab.com/redline-racing-division/redline-racing-website.git
synced 2025-06-15 22:56:44 +00:00
449 lines
15 KiB
HTML
449 lines
15 KiB
HTML
<!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"
|
|
content="width=device-width, initial-scale=1, shrink-to-fit=no"
|
|
/>
|
|
<meta
|
|
name="description"
|
|
content="The home page for Redline Racing Division a FSAE team based at Embry-Riddle's Prescott Arizona Campus."
|
|
/>
|
|
<meta name="author" content="Anson Biggs" />
|
|
<meta
|
|
name="keywords"
|
|
content="engineering, FSAE, embry-riddle, Formula, aerospace, university, redline, racing, redlineracingdivision"
|
|
/>
|
|
|
|
<title>Redline Racing Division</title>
|
|
|
|
<!-- Bootstrap core CSS -->
|
|
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
|
|
|
|
<!-- Custom fonts for this template -->
|
|
<link
|
|
href="https://fonts.googleapis.com/css?family=Catamaran:100,200,300,400,500,600,700,800,900"
|
|
rel="stylesheet"
|
|
/>
|
|
<link
|
|
href="https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i"
|
|
rel="stylesheet"
|
|
/>
|
|
|
|
<!-- Custom styles for this template -->
|
|
<link href="css/one-page-wonder.css" rel="stylesheet" />
|
|
|
|
<!-- Favicons -->
|
|
<link
|
|
rel="apple-touch-icon"
|
|
sizes="180x180"
|
|
href="./img/fav/apple-touch-icon.png"
|
|
/>
|
|
<link
|
|
rel="icon"
|
|
type="image/png"
|
|
sizes="32x32"
|
|
href="./img/fav/favicon-32x32.png"
|
|
/>
|
|
<link
|
|
rel="icon"
|
|
type="image/png"
|
|
sizes="16x16"
|
|
href="./img/fav/favicon-16x16.png"
|
|
/>
|
|
<link rel="manifest" href="./img/fav/site.webmanifest" />
|
|
<link
|
|
rel="mask-icon"
|
|
href="./img/fav/safari-pinned-tab.svg"
|
|
color="#5bbad5"
|
|
/>
|
|
<link rel="shortcut icon" href="./img/fav/favicon.ico" />
|
|
<meta name="msapplication-TileColor" content="#00aba9" />
|
|
<meta name="msapplication-config" content="./img/fav/browserconfig.xml" />
|
|
<meta name="theme-color" content="#ffffff" />
|
|
</head>
|
|
|
|
<body>
|
|
<!-- Navigation -->
|
|
<nav class="navbar navbar-expand-lg navbar-dark navbar-custom fixed-top">
|
|
<div class="container">
|
|
<a class="navbar-brand" href="#">Redline Racing</a>
|
|
<button
|
|
class="navbar-toggler"
|
|
type="button"
|
|
data-toggle="collapse"
|
|
data-target="#navbarResponsive"
|
|
aria-controls="navbarResponsive"
|
|
aria-expanded="false"
|
|
aria-label="Toggle navigation"
|
|
>
|
|
<!-- <span class="navbar-toggler-icon"></span> -->
|
|
</button>
|
|
<div class="collapse navbar-collapse" id="navbarResponsive">
|
|
<!-- <ul class="navbar-nav ml-auto">
|
|
<li class="nav-item">
|
|
<a class="nav-link" href="#">Sign Up</a>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a class="nav-link" href="#">Log In</a>
|
|
</li>
|
|
</ul> -->
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
|
|
<header class="masthead text-center">
|
|
<div class="container">
|
|
<img
|
|
src="img/RRDLogoTrans.png"
|
|
class="img-fluid"
|
|
style=" max-height: 50vh; margin-bottom: 5vh;"
|
|
alt="Redline Racing
|
|
Division Logo"
|
|
/>
|
|
<!-- <h1 class="masthead-heading mb-0">Redline Racing Division</h1>
|
|
<h2 class="masthead-subheading mb-0">FSAE</h2> -->
|
|
<!-- <a href="#" class="btn btn-primary btn-xl rounded-pill mt-5"
|
|
>Learn More</a
|
|
> -->
|
|
</div>
|
|
<a href="#scroll"
|
|
><img src="img/chevrons-down.svg" style="width: 5%; height: 10vh;"
|
|
/></a>
|
|
|
|
<!-- <div class="bg-circle-1 bg-circle"></div>
|
|
<div class="bg-circle-2 bg-circle"></div>
|
|
<div class="bg-circle-3 bg-circle"></div>
|
|
<div class="bg-circle-4 bg-circle"></div> -->
|
|
</header>
|
|
|
|
<section id="scroll">
|
|
<br />
|
|
<div class="container">
|
|
<div class="alert alert-danger" role="alert">
|
|
If you are an Embry-Riddle student that would like the join the club
|
|
<a
|
|
href="#"
|
|
class="alert-link"
|
|
data-toggle="modal"
|
|
data-target="#exampleModal"
|
|
>
|
|
click here</a
|
|
>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Modal -->
|
|
<div
|
|
class="modal fade"
|
|
id="exampleModal"
|
|
tabindex="-1"
|
|
role="dialog"
|
|
aria-labelledby="exampleModalLabel"
|
|
aria-hidden="true"
|
|
>
|
|
<div
|
|
class="modal-dialog modal-dialog-centered modal-lg"
|
|
role="document"
|
|
>
|
|
<div class="modal-content">
|
|
<div class="modal-header">
|
|
<h5 class="modal-title" id="exampleModalLabel">
|
|
Club Sign Up Form
|
|
</h5>
|
|
<button
|
|
type="button"
|
|
class="close"
|
|
data-dismiss="modal"
|
|
aria-label="Close"
|
|
>
|
|
<span aria-hidden="true">×</span>
|
|
</button>
|
|
</div>
|
|
<div class="modal-body">
|
|
<iframe
|
|
width="100%"
|
|
height="480px"
|
|
src="https://forms.office.com/Pages/ResponsePage.aspx?id=Y8kxabcHVkGrDjXR95A1uE_w_Cnn0CVGvLJv4aPTUylUNktSNEJRQjFQNk1SMjdDSEQ2UFlISDc4MiQlQCN0PWcu&embed=true"
|
|
frameborder="0"
|
|
marginwidth="0"
|
|
marginheight="0"
|
|
style="border: none; max-width:100%; max-height:100vh"
|
|
allowfullscreen
|
|
webkitallowfullscreen
|
|
mozallowfullscreen
|
|
msallowfullscreen
|
|
>
|
|
</iframe>
|
|
</div>
|
|
<div class="modal-footer">
|
|
<small class="text-muted"
|
|
>Thanks for considering Redline Racing Division
|
|
</small>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="container">
|
|
<div class="row align-items-center">
|
|
<div class="col-lg-6 order-lg-2">
|
|
<div class="p-5">
|
|
<img
|
|
class="img-fluid rounded-circle"
|
|
src="img/car.jpg"
|
|
alt="Embry-Riddle Formula SAE Car"
|
|
/>
|
|
</div>
|
|
</div>
|
|
<div class="col-lg-6 order-lg-1">
|
|
<div class="p-5">
|
|
<h2 class="display-4">About Us</h2>
|
|
<p>
|
|
We are Redline Racing, a student-run Formula SAE (Society of
|
|
Automotive Engineers) team. We strive to compete with teams from
|
|
around the world. Our club represents Embry-Riddle Aeronautical
|
|
University in Prescott, Arizona, the number one Aerospace
|
|
Engineering university in the United States. With the help of
|
|
sponsors and our personal engineering expertise, we believe that
|
|
we can be one of the most accomplished Formula SAE teams.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<section>
|
|
<div class="container">
|
|
<div class="row align-items-center">
|
|
<div class="col-lg-6">
|
|
<div class="p-5">
|
|
<img
|
|
class="img-fluid rounded-circle"
|
|
src="img/saeint.png"
|
|
alt="Logo For SAE International"
|
|
/>
|
|
</div>
|
|
</div>
|
|
<div class="col-lg-6">
|
|
<div class="p-5">
|
|
<h2 class="display-4">About Formula SAE</h2>
|
|
<p>
|
|
Every year, SAE International hosts multiple Formula and other
|
|
vehicle category competitions around the world, allowing
|
|
domestic and international teams to showcase their vehicle(s).
|
|
The Formula SAE competition is the world's largest collegiate
|
|
automotive design competition, with approximately 400 teams
|
|
competing every year.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<section>
|
|
<div class="container">
|
|
<div class="row align-items-center">
|
|
<div class="col-lg-6 order-lg-2">
|
|
<div class="p-5">
|
|
<img
|
|
class="img-fluid rounded-circle"
|
|
src="img/saeEvent-min.jpg"
|
|
alt="Picture of people gathered at an SAE International Event"
|
|
/>
|
|
</div>
|
|
</div>
|
|
<div class="col-lg-6 order-lg-1">
|
|
<div class="p-5">
|
|
<h2 class="display-4">About the Competition</h2>
|
|
<p>
|
|
The Formula SAE competition takes place in multiple locations
|
|
across the United States and the world. The Competition offers
|
|
practical experiences for undergraduate and graduate students
|
|
across multiple disciplines in the domains of engineering
|
|
design, manufacturing, and business applications. For teams to
|
|
be successful, they must justify their automotive design
|
|
decisions based on their ability to meet the requirements of the
|
|
competition. The engineering challenges the competition presents
|
|
make Formula SAE one of the most difficult and complex student
|
|
design competitions.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<section>
|
|
<div class="container">
|
|
<div class="row align-items-center">
|
|
<div class="jumbotron">
|
|
<h1 class="display-4">Donate</h1>
|
|
<p class="lead">
|
|
Redline Racing Division values donations from everyone, be it
|
|
large corporations or local community members. Any donation made
|
|
is tax deductible through Embry-Riddle Aeronautical University's
|
|
501(c)(3) non-profit status. Below, we have our official
|
|
sponsorship package which spells out how your donation helps
|
|
progress students education.
|
|
</p>
|
|
<hr class="my-4" />
|
|
<h2>Donations less than $500</h2>
|
|
<p>
|
|
We greatly appreciate donations of all sizes. Cash donations
|
|
smaller than $500 are made easy using the gofundme link below. If
|
|
you wish to donate something other than money please reach out to
|
|
us using the form below.
|
|
</p>
|
|
<a
|
|
class="btn btn-primary btn-lg"
|
|
style="background-color: #00b964; border-color: #00b964;"
|
|
href="https://www.gofundme.com/f/embryriddle-aeronautical-university-fsae-team"
|
|
role="button"
|
|
>gofundme</a
|
|
>
|
|
<hr class="my-4" />
|
|
<h2>Large Donations</h2>
|
|
<p>
|
|
Large donations must be made through the via Embry-Riddle using
|
|
the link below.
|
|
</p>
|
|
<a
|
|
class="btn btn-primary btn-lg"
|
|
href="https://givingto.erau.edu/"
|
|
role="button"
|
|
>Giving to Embry Riddle</a
|
|
>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<section>
|
|
<div class="container">
|
|
<div class="row align-items-center">
|
|
<div class="col-md-6 order-lg-1">
|
|
<div class="p-5">
|
|
<form action="https://formspree.io/moqqagwk" method="POST">
|
|
<div class="form-row">
|
|
<div class="form-group col-md-6">
|
|
<label for="Email">Email address</label>
|
|
<input
|
|
type="email"
|
|
name="_replyto"
|
|
class="form-control"
|
|
id="InputEmail"
|
|
aria-describedby="emailHelp"
|
|
placeholder="Enter email"
|
|
/>
|
|
<small id="emailHelp" class="form-text text-muted"
|
|
>We'll never share your email.</small
|
|
>
|
|
</div>
|
|
<div class="form-group col-md-6">
|
|
<label for="fullName">Full Name</label>
|
|
<input
|
|
type="Name"
|
|
class="form-control"
|
|
name="fullName"
|
|
id="fullName"
|
|
placeholder="First Last"
|
|
/>
|
|
</div>
|
|
<div class="form-group col-md-12">
|
|
<label for="message">Message</label>
|
|
<textarea
|
|
class="form-control"
|
|
id="message"
|
|
rows="3"
|
|
placeholder="Enter your message here."
|
|
></textarea>
|
|
</div>
|
|
</div>
|
|
|
|
<button
|
|
type="submit"
|
|
class="btn btn-primary"
|
|
style=" background-color: rgb(0, 110, 255);
|
|
border-color: rgb(0, 110, 255);"
|
|
>
|
|
Send Message
|
|
</button>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-6 order-lg-2">
|
|
<div class="p-5">
|
|
<h2 class="display-4">Contact Us</h2>
|
|
|
|
<!-- <li class="icon solid fa-phone">(000) 000-0000</li>
|
|
<li class="icon solid fa-envelope">
|
|
<a href="#">information@untitled.tld</a>
|
|
</li>
|
|
<li class="icon brands fa-twitter">
|
|
<a href="#">twitter.com/untitled-tld</a>
|
|
</li>
|
|
<li class="icon brands fa-facebook-f">
|
|
<a href="#">facebook.com/untitled-tld</a>
|
|
</li> -->
|
|
|
|
<ul class="list-group">
|
|
<!-- Icons from feathericons.com -->
|
|
<li class="list-group-item">
|
|
<img src="img/map.svg" /> Embry-Riddle Aeronautical
|
|
University, Prescott, AZ
|
|
</li>
|
|
<li class="list-group-item">
|
|
<a href="https://fb.me/eraurrd/"
|
|
><img src="img/facebook.svg" /> Facebook</a
|
|
>
|
|
</li>
|
|
<li class="list-group-item">
|
|
<a href="https://www.instagram.com/eraurrd/"
|
|
><img src="img/instagram.svg" /> Instagram</a
|
|
>
|
|
</li>
|
|
<li class="list-group-item">
|
|
<a href="mailto:contact@redlineracingdivision.com"
|
|
><img src="img/mail.svg" />
|
|
contact@redlineracingdivision.com</a
|
|
>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Footer -->
|
|
<footer class="py-5 bg-black">
|
|
<div class="container">
|
|
<p class="m-0 text-center text-white small">
|
|
Copyright © Redline Racing Division 2019
|
|
</p>
|
|
</div>
|
|
</footer>
|
|
|
|
<!-- Bootstrap core JavaScript -->
|
|
<script src="vendor/jquery/jquery.min.js"></script>
|
|
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
|
|
</body>
|
|
</html>
|