1
0
mirror of https://gitlab.com/redline-racing-division/redline-racing-website.git synced 2025-06-16 07:06:50 +00:00
Redline-Racing-Website/sponsors.html
2019-09-25 23:18:40 -07:00

152 lines
5.1 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 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 -->
<!-- -->
<!-- Wrapper -->
<section id="wrapper">
<header>
<div class="inner">
<h1 style="font-size: 69px">LMAO what sponsors 💸💸</h1>
</div>
</header>
</section>
<!-- Content -->
<div class="wrapper">
<div class="inner">
<h3 class="major">How to Help</h3>
<p>
Completion of our car and Success of our team is heavily dependent
on sponsorships. All donations, both monetary, and material are
tax-deductible through Embry-Riddle Aeronautical University's
501(c)(3) non-profit status. Linked below is the Sponsorship Packet
which goes into detail on the benefit that sponsorship brings both
the company and the students. <br />
<a
href="Redline Racing Divison FSAE Sponsorship Packet.pdf"
class="button primary small"
style="margin: 10px"
>Sponsorship Packet</a
>
</p>
</div>
<div class="inner">
<h3 class="major">Thank You to This Years Sponsors</h3>
<p>idk how to approach this part yet.</p>
</div>
<!-- -->
<!-- Start of Footer -->
<!-- -->
<section id="footer">
<div class="inner">
<h2 class="major">Get in touch</h2>
<p>
Cras mattis ante fermentum, malesuada neque vitae, eleifend erat.
Phasellus non pulvinar erat. Fusce tincidunt, nisl eget mattis
egestas, purus ipsum consequat orci, sit amet lobortis lorem lacus
in tellus. Sed ac elementum arcu. Quisque placerat auctor laoreet.
</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="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">
Untitled Inc<br />
1234 Somewhere Road Suite #2894<br />
Nashville, TN 00000-0000
</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="#">instagram.com/untitled-tld</a>
</li>
</ul>
<ul class="copyright">
<li>&copy; Untitled Inc. 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>