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,18 +5,21 @@
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<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>
</head>
<link rel="stylesheet" href="assets/css/noscript.css"
/></noscript>
</head>
<body class="is-preload">
<body class="is-preload">
<!-- Page Wrapper -->
<div id="page-wrapper">
<!-- Header -->
@ -61,7 +64,7 @@
<!-- One -->
<section id="one" class="wrapper spotlight style1">
<div class="inner">
<a href="#" class="image"><img src="images\car.jpg" alt="" /></a>
<a href="#" class="image"><img src="images\car.jpg" alt=""/></a>
<div class="content">
<h2 class="major">About Us</h2>
<p>
@ -81,7 +84,7 @@
<!-- Two -->
<section id="two" class="wrapper alt spotlight style2">
<div class="inner">
<a href="#" class="image"><img src="images\saeint.png" alt="" /></a>
<a href="#" class="image"><img src="images\saeint.png" alt=""/></a>
<div class="content">
<h2 class="major">About Formula SAE</h2>
<p>
@ -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>
@ -231,6 +240,5 @@
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</body>
</html>