mirror of
https://gitlab.com/redline-racing-division/redline-racing-website.git
synced 2025-07-25 07:31:50 +00:00
Made all headers/footers the same
This commit is contained in:
36
index.html
36
index.html
@@ -43,6 +43,11 @@
|
||||
<a href="#" class="close">Close</a>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<!-- -->
|
||||
<!-- END OF HEADER -->
|
||||
<!-- -->
|
||||
|
||||
<!-- Banner -->
|
||||
<section id="banner">
|
||||
<div class="inner">
|
||||
@@ -148,11 +153,20 @@
|
||||
</section>-->
|
||||
|
||||
</section>
|
||||
<!-- Footer -->
|
||||
|
||||
<!-- -->
|
||||
<!-- Start of Footer -->
|
||||
<!-- -->
|
||||
|
||||
<section id="footer">
|
||||
<div class="inner">
|
||||
<h2 class="major">Get in touch</h2>
|
||||
<p>Please Enter Your Contact Information Below</p>
|
||||
<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">
|
||||
@@ -179,10 +193,18 @@
|
||||
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>
|
||||
<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>
|
||||
@@ -190,7 +212,6 @@
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- Scripts -->
|
||||
@@ -200,7 +221,6 @@
|
||||
<script src="assets/js/breakpoints.min.js"></script>
|
||||
<script src="assets/js/util.js"></script>
|
||||
<script src="assets/js/main.js"></script>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user