1
0
mirror of https://gitlab.com/redline-racing-division/redline-racing-website.git synced 2025-06-16 07:06:50 +00:00
2019-11-06 18:03:33 -07:00

274 lines
9.5 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta name="description" content="" />
<meta name="author" content="" />
<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" />
</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 text-white">
<div class="masthead-content">
<div class="image">
<img
src="img/RRDLogoTrans.png"
class="img-fluid"
style="width: 50%;"
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>
</div>
<!-- <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>
<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="" />
</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=""
/>
</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=""
/>
</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="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"
id="fullName"
placeholder="First Last"
/>
</div>
<div class="form-group col-md-12">
<label for="message">Message</label>
<textarea
class="form-control"
id="exampleFormControlTextarea1"
rows="3"
placeholder="Enter your message here."
></textarea>
</div>
</div>
<button type="submit" class="btn btn-primary">
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>
<p></p>
<!-- <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://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 &copy; Redline Racing Division 2019
</p>
</div>
<!-- /.container -->
</footer>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
</body>
</html>