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

217 lines
7.5 KiB
HTML

<!DOCTYPE html>
<!--
Solid State by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html lang="en">
<head>
<title>Redline Racing</title>
<meta
name="Description"
content="Redline Racing Division is a FSAE team at Embry-Riddle Aeronautical University in Prescott, AZ."
/>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript>
<link rel="stylesheet" href="assets/css/noscript.css"
/></noscript>
</head>
<body class="is-preload">
<!-- Page Wrapper -->
<div id="page-wrapper">
<!-- Header -->
<header id="header" class="alt">
<h1><a href="index.html">Redline Racing Division</a></h1>
<nav>
<a href="#menu">Menu</a>
</nav>
</header>
<!-- Menu -->
<nav id="menu">
<div class="inner">
<h2>Menu</h2>
<ul class="links">
<li><a href="index.html">Home</a></li>
<li><a href="donate.html">Donate</a></li>
<!-- <li><a href="sponsors.html">Sponsors</a></li> -->
<!-- <li><a href="elements.html">Elements</a></li>
<li><a href="#">Log In</a></li>
<li><a href="#">Sign Up</a></li> -->
</ul>
<a href="#" class="close">Close</a>
</div>
</nav>
<!-- -->
<!-- END OF HEADER -->
<!-- -->
<section id="banner">
<div class="inner">
<div class="logo">
<img
src="./images/redline.webp"
style="width: 40%;margin-top: 10%;margin-bottom: -10%"
alt="Redline Racing Division - Formula SAE"
/>
</div>
</div>
</section>
<!-- Wrapper -->
<section id="wrapper">
<header>
<div class="inner">
<h2>Donate</h2>
<p>Thank you for considering donating to Redline Racing Division</p>
</div>
</header>
<!-- Content -->
<div class="wrapper">
<div class="inner">
<h3 class="major">How to Help</h3>
<p>
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. If you are a business looking to
sponsor our team please see the Sponsorship Packet below. <br />
<!-- Page. <br /> -->
<!--<a href="sponsors.html" -->
<a
href="Redline Racing Divison FSAE Sponsorship Packet.pdf"
class="button primary small"
style="margin: 10px"
>Open Sponsorship Information PDF</a
>
</p>
<h3 class="major">Donation Via Embry-Riddle</h3>
<ol class="alt">
<li>
Under the header "How would you like to designate your gift? "
please select specific funds and initiatives.
</li>
<li>
Scroll down to the bottom and select "other fund not listed"
</li>
<li>
Under the header "Type in the campus, program or other area of
focus that you would like to support." please enter Prescott
College of Engineering FSAE.
</li>
<li>
Please fill out form as requested. If at any time a problem
arises, please feel free to contact us.
</li>
<a
href="https://givingto.erau.edu/"
class="button primary small"
style="margin: 10px"
>Go To Embry-Riddle Donation Page</a
>
</ol>
<section class="features" style="justify-content:center">
<article style="width:80%">
<a
href="https://www.gofundme.com/f/embryriddle-aeronautical-university-fsae-team"
class="image"
><img src="images\saeEvent.jpg" alt=""
/></a>
<h2 class="major" style="text-transform:none">GoFundMe</h2>
<p>
Only for Donations less than $500,-
</p>
<a
href="https://www.gofundme.com/f/embryriddle-aeronautical-university-fsae-team"
class="special"
>Go to the GoFundMe Page</a
>
</article>
</section>
</div>
</div>
</section>
<!-- -->
<!-- Start of Footer -->
<!-- -->
<section id="footer">
<div class="inner">
<h2 class="major">Get in touch</h2>
<p>
Feel free to reach out to us using the form below for General
Inquiries.
</p>
<form method="post" action="#">
<div class="fields">
<div class="field">
<label for="name">Name</label>
<input type="text" name="name" id="name" />
</div>
<div class="field">
<label for="email">Email</label>
<input type="email" name="email" id="email" />
</div>
<!-- <div class="field">
<label for="reason">Reason For Inquiry</label>
<select name="reason" id="reason">
<option value="">-</option>
<option value="1">General</option>
<option value="1">Sponsorship</option>
<option value="1">Donation</option>
<option value="1">Recruiting</option>
</select>
</div> -->
<div class="field">
<label for="message">Message</label>
<textarea name="message" id="message" rows="4"></textarea>
</div>
</div>
<ul class="actions">
<li><input type="submit" value="Send Message" /></li>
</ul>
</form>
<ul class="contact">
<li class="icon solid fa-home">
Embry-Riddle Aeronautical University<br />
Prescott, AZ
</li>
<!-- <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> -->
<li class="icon brands fa-instagram">
<a href="https://www.instagram.com/eraurrd/">Instagram</a>
</li>
</ul>
<ul class="copyright">
<li>&copy; Redline Racing Division. All rights reserved.</li>
<li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</section>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>