mirror of
https://gitlab.com/redline-racing-division/redline-racing-website.git
synced 2025-06-16 15:17:22 +00:00
copied footer from index
This commit is contained in:
parent
ab6d487686
commit
d763647db1
135
sponsors.html
135
sponsors.html
@ -80,72 +80,81 @@
|
||||
<p>idk how to approach this part yet.</p>
|
||||
</div>
|
||||
|
||||
<!-- -->
|
||||
<!-- Start of Footer -->
|
||||
<!-- -->
|
||||
<!-- -->
|
||||
<!-- 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" />
|
||||
<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>
|
||||
<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 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>
|
||||
</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>© Untitled Inc. All rights reserved.</li>
|
||||
<li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
<ul class="copyright">
|
||||
<li>© 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>
|
||||
<!-- 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>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user