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:
parent
0a33934a1a
commit
ddedfce872
32
index.html
32
index.html
@ -5,18 +5,21 @@
|
|||||||
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"
|
||||||
</head>
|
/></noscript>
|
||||||
|
</head>
|
||||||
|
|
||||||
<body class="is-preload">
|
<body class="is-preload">
|
||||||
<!-- Page Wrapper -->
|
<!-- Page Wrapper -->
|
||||||
<div id="page-wrapper">
|
<div id="page-wrapper">
|
||||||
<!-- Header -->
|
<!-- Header -->
|
||||||
@ -61,7 +64,7 @@
|
|||||||
<!-- One -->
|
<!-- One -->
|
||||||
<section id="one" class="wrapper spotlight style1">
|
<section id="one" class="wrapper spotlight style1">
|
||||||
<div class="inner">
|
<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">
|
<div class="content">
|
||||||
<h2 class="major">About Us</h2>
|
<h2 class="major">About Us</h2>
|
||||||
<p>
|
<p>
|
||||||
@ -81,7 +84,7 @@
|
|||||||
<!-- Two -->
|
<!-- Two -->
|
||||||
<section id="two" class="wrapper alt spotlight style2">
|
<section id="two" class="wrapper alt spotlight style2">
|
||||||
<div class="inner">
|
<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">
|
<div class="content">
|
||||||
<h2 class="major">About Formula SAE</h2>
|
<h2 class="major">About Formula SAE</h2>
|
||||||
<p>
|
<p>
|
||||||
@ -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>
|
||||||
@ -231,6 +240,5 @@
|
|||||||
<script src="assets/js/breakpoints.min.js"></script>
|
<script src="assets/js/breakpoints.min.js"></script>
|
||||||
<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>
|
Loading…
x
Reference in New Issue
Block a user