1
0
mirror of https://gitlab.com/redline-racing-division/redline-racing-website.git synced 2025-06-16 23:26:41 +00:00

prettier formatter

This commit is contained in:
Anson 2019-09-20 17:45:47 -07:00
parent 0a33934a1a
commit ddedfce872

View File

@ -5,15 +5,18 @@
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
--> -->
<html> <html>
<head> <head>
<title>Redline Racing</title> <title>Redline Racing</title>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" /> <meta
name="viewport"
content="width=device-width, initial-scale=1, user-scalable=no"
/>
<link rel="stylesheet" href="assets/css/main.css" /> <link rel="stylesheet" href="assets/css/main.css" />
<meta name="Description" content="Embry-Riddle FSAE." /> <meta name="Description" content="Embry-Riddle FSAE." />
<noscript> <noscript>
<link rel="stylesheet" href="assets/css/noscript.css" /></noscript> <link rel="stylesheet" href="assets/css/noscript.css"
/></noscript>
</head> </head>
<body class="is-preload"> <body class="is-preload">
@ -100,7 +103,9 @@
<!-- Three --> <!-- Three -->
<section id="three" class="wrapper spotlight style3"> <section id="three" class="wrapper spotlight style3">
<div class="inner"> <div class="inner">
<a href="#" class="image"><img src="images/saeEvent-min.jpg" alt="" /></a> <a href="#" class="image"
><img src="images/saeEvent-min.jpg" alt=""
/></a>
<div class="content"> <div class="content">
<h2 class="major">About the Event</h2> <h2 class="major">About the Event</h2>
<p> <p>
@ -115,7 +120,11 @@
difficult and complex student design competitions. For more difficult and complex student design competitions. For more
information about FSAE and the event, click on the button below. information about FSAE and the event, click on the button below.
</p> </p>
<a href="https://www.sae.org/attend/student-events/" class="special">Learn more</a> <a
href="https://www.sae.org/attend/student-events/"
class="special"
>Learn more</a
>
</div> </div>
</div> </div>
</section> </section>
@ -232,5 +241,4 @@
<script src="assets/js/util.js"></script> <script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script> <script src="assets/js/main.js"></script>
</body> </body>
</html> </html>