1
0
mirror of https://gitlab.com/redline-racing-division/redline-racing-website.git synced 2025-06-16 15:17:22 +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)
-->
<html>
<head>
<title>Redline Racing</title>
<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" />
<meta name="Description" content="Embry-Riddle FSAE." />
<noscript>
<link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<link rel="stylesheet" href="assets/css/noscript.css"
/></noscript>
</head>
<body class="is-preload">
@ -100,7 +103,9 @@
<!-- Three -->
<section id="three" class="wrapper spotlight style3">
<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">
<h2 class="major">About the Event</h2>
<p>
@ -115,7 +120,11 @@
difficult and complex student design competitions. For more
information about FSAE and the event, click on the button below.
</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>
</section>
@ -232,5 +241,4 @@
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>