mirror of
https://gitlab.com/redline-racing-division/redline-racing-website.git
synced 2025-07-25 23:51:28 +00:00
Made all headers/footers the same
This commit is contained in:
23
donate.html
23
donate.html
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE html>
|
||||
<!DOCTYPE HTML>
|
||||
<!--
|
||||
Solid State by HTML5 UP
|
||||
html5up.net | @ajlkn
|
||||
@@ -16,10 +16,12 @@
|
||||
</head>
|
||||
|
||||
<body class="is-preload">
|
||||
|
||||
<!-- Page Wrapper -->
|
||||
<div id="page-wrapper">
|
||||
|
||||
<!-- Header -->
|
||||
<header id="header">
|
||||
<header id="header" class="alt">
|
||||
<h1><a href="index.html">Redline Racing Division</a></h1>
|
||||
<nav>
|
||||
<a href="#menu">Menu</a>
|
||||
@@ -32,15 +34,21 @@
|
||||
<h2>Menu</h2>
|
||||
<ul class="links">
|
||||
<li><a href="index.html">Home</a></li>
|
||||
<li><a href="generic.html">Generic</a></li>
|
||||
<li><a href="elements.html">Elements</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>
|
||||
<li><a href="#">Sign Up</a></li> -->
|
||||
</ul>
|
||||
<a href="#" class="close">Close</a>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<!-- -->
|
||||
<!-- END OF HEADER -->
|
||||
<!-- -->
|
||||
|
||||
|
||||
<!-- Wrapper -->
|
||||
<section id="wrapper">
|
||||
<header>
|
||||
@@ -97,7 +105,10 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Footer -->
|
||||
<!-- -->
|
||||
<!-- Start of Footer -->
|
||||
<!-- -->
|
||||
|
||||
<section id="footer">
|
||||
<div class="inner">
|
||||
<h2 class="major">Get in touch</h2>
|
||||
|
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>
|
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE html>
|
||||
<!DOCTYPE HTML>
|
||||
<!--
|
||||
Solid State by HTML5 UP
|
||||
html5up.net | @ajlkn
|
||||
@@ -7,7 +7,7 @@
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>Generic - Solid State by HTML5 UP</title>
|
||||
<title>Redline Racing</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||
<link rel="stylesheet" href="assets/css/main.css" />
|
||||
@@ -16,11 +16,13 @@
|
||||
</head>
|
||||
|
||||
<body class="is-preload">
|
||||
|
||||
<!-- Page Wrapper -->
|
||||
<div id="page-wrapper">
|
||||
|
||||
<!-- Header -->
|
||||
<header id="header">
|
||||
<h1><a href="index.html">Solid State</a></h1>
|
||||
<header id="header" class="alt">
|
||||
<h1><a href="index.html">Redline Racing Division</a></h1>
|
||||
<nav>
|
||||
<a href="#menu">Menu</a>
|
||||
</nav>
|
||||
@@ -32,15 +34,20 @@
|
||||
<h2>Menu</h2>
|
||||
<ul class="links">
|
||||
<li><a href="index.html">Home</a></li>
|
||||
<li><a href="generic.html">Generic</a></li>
|
||||
<li><a href="elements.html">Elements</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>
|
||||
<li><a href="#">Sign Up</a></li> -->
|
||||
</ul>
|
||||
<a href="#" class="close">Close</a>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<!-- -->
|
||||
<!-- END OF HEADER -->
|
||||
<!-- -->
|
||||
|
||||
<!-- Wrapper -->
|
||||
<section id="wrapper">
|
||||
<header>
|
||||
@@ -51,7 +58,10 @@
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Footer -->
|
||||
<!-- -->
|
||||
<!-- Start of Footer -->
|
||||
<!-- -->
|
||||
|
||||
<section id="footer">
|
||||
<div class="inner">
|
||||
<h2 class="major">Get in touch</h2>
|
||||
|
Reference in New Issue
Block a user