1
0
mirror of https://gitlab.com/lander-team/site.git synced 2025-07-27 08:31:30 +00:00

quick change to lander stuff

This commit is contained in:
2021-12-06 12:25:08 -07:00
parent 38c75cb6e9
commit 88c8b43098
26 changed files with 21 additions and 248 deletions

View File

@@ -5,44 +5,20 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
name="description"
content="The home page for Redline Racing Division a FSAE team based at Embry-Riddle's Prescott Arizona Campus."
content="Project Lander created a system to demonstrate a controlled propulsive landing with a solid rocket motor using a hardware in the loop simulation."
/>
<meta name="author" content="Anson Biggs" />
<meta
name="keywords"
content="engineering, FSAE, embry-riddle, Formula, aerospace, university, redline, racing, redlineracingdivision"
content="engineering, Capstone, embry-riddle, Formula, aerospace, university, PID, hardware in the loop"
/>
<title>Redline Racing Division</title>
<!-- Favicons -->
<link
rel="apple-touch-icon"
sizes="180x180"
href="./img/fav/apple-touch-icon.png"
/>
<title>LANDER - Lunar Ascent and Descent of Excavation Resources</title>
<!-- Favicon -->
<link
rel="icon"
type="image/png"
sizes="32x32"
href="./img/fav/favicon-32x32.png"
href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🌚</text></svg>"
/>
<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" />
<!-- Custom CSS -->
<link rel="stylesheet" href="css/custom.css" />
@@ -52,7 +28,7 @@
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<!-- <nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<a class="navbar-brand" href="#">Redline Racing</a>
<button
class="navbar-toggler"
@@ -93,13 +69,12 @@
>
</div>
</div>
</nav>
</nav> -->
<header class="text-center">
<div class="container">
<img
src="img/RRDLogoTrans.png"
src="img/logo.png"
class="img-fluid"
style=""
alt="Redline Racing
Division Logo"
/>
@@ -107,18 +82,6 @@
<a class="scroll" href="#scroll"
><img src="img/chevrons-down.svg" style="width: 5%; height: 10vh"
/></a>
<!-- <div class="container">
<div class="alert alert-danger" role="alert">
For information about the Mario Kart 8 tournament
<a
href="http://tournament.redlineracingdivision.com/"
class="alert-link"
>
click here</a
>
</div>
</div> -->
</header>
<section>
<section id="scroll">
@@ -128,7 +91,7 @@
<div class="p-5">
<img
class="img-fluid rounded-circle"
src="img/car.jpg"
src="img/tvcprofile.jpg"
alt="Embry-Riddle Formula SAE Car"
/>
</div>
@@ -157,7 +120,7 @@
<div class="p-5">
<img
class="img-fluid rounded-circle"
src="img/saeint.png"
src="img/ggplot2opdem.png"
alt="Logo For SAE International"
/>
</div>
@@ -186,7 +149,7 @@
<div class="p-5">
<img
class="img-fluid rounded-circle"
src="img/saeEvent-min.jpg"
src="img/assembly.jpg"
alt="Picture of people gathered at an SAE International Event"
/>
</div>
@@ -216,84 +179,25 @@
<div class="container">
<div class="row align-items-center">
<div class="jumbotron">
<h1 class="display-4">Donate</h1>
<h1 class="display-4">Final Report</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 outlines how your donation helps
progress student's education.
Short description of document. Lorem ipsum dolor sit amet,
consectetur adipiscing elit, sed do eiusmod tempor incididunt ut
labore et dolore magna aliqua. Ut enim ad minim veniam, quis
nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat. Duis aute irure dolor in reprehenderit in voluptate
velit esse cillum dolore eu fugiat nulla pariatur.
</p>
<!-- Button trigger modal -->
<button
type="button"
class="btn btn-primary btn-lg"
data-toggle="modal"
data-target="#donateModal"
onclick="window.location.href='FinalReport.pdf';"
>
Donation Instructions
</button>
<!-- Modal -->
<div
class="modal fade"
id="donateModal"
tabindex="-1"
role="dialog"
aria-labelledby="donateModalLabel"
aria-hidden="true"
>
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="donateModalLabel">
Donation Instructions
</h5>
<button
type="button"
class="close"
data-dismiss="modal"
aria-label="Close"
>
<span aria-hidden="true">&times;</span>
</button>
</div>
<div class="modal-body">
<li>Go to Eagle Life using the button below.</li>
<li>Click Make a Gift</li>
<li>Enter your donation amount</li>
<li>
Under "How would you like to designate your gift?" select
"Colleges, Atheltics, and Other Funds" then at the bottom
select "Other fund not listed" and click continue.
</li>
<li>
In the text box under "Selected Designations" enter
"Prescott Formula SAE"
</li>
</div>
<div class="modal-footer">
<!-- <button
type="button"
class="btn btn-secondary"
data-dismiss="modal"
>
Close
</button> -->
<a
class="btn btn-primary"
href="https://givingto.erau.edu/"
target="_blank"
role="button"
>Giving to Embry Riddle</a
>
</div>
</div>
</div>
</div>
<!-- <hr class="my-4" />
<h2>Donations less than $500</h2>
<p>
@@ -318,92 +222,6 @@
</div>
</div>
</section>
<section>
<div class="container">
<div class="row align-items-center">
<div class="col-md-6 order-lg-1">
<h2 class="display-4">Contact Us</h2>
<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">
<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">