mirror of
https://gitlab.com/redline-racing-division/redline-racing-website.git
synced 2025-06-16 07:06:50 +00:00
formatted with prettier
This commit is contained in:
parent
67b02d0950
commit
47116fea60
62
donate.html
62
donate.html
@ -1,29 +1,30 @@
|
||||
<!DOCTYPE HTML>
|
||||
<!DOCTYPE html>
|
||||
<!--
|
||||
Solid State by HTML5 UP
|
||||
html5up.net | @ajlkn
|
||||
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||
-->
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<head>
|
||||
<title>Redline Racing</title>
|
||||
<meta
|
||||
name="Description"
|
||||
content="Redline Racing Division is a FSAE team at Embry-Riddle Aeronautical University in Prescott, AZ."
|
||||
/>
|
||||
<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" />
|
||||
<noscript>
|
||||
<link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
|
||||
</head>
|
||||
|
||||
<body class="is-preload">
|
||||
<link rel="stylesheet" href="assets/css/noscript.css"
|
||||
/></noscript>
|
||||
</head>
|
||||
|
||||
<body class="is-preload">
|
||||
<!-- Page Wrapper -->
|
||||
<div id="page-wrapper">
|
||||
|
||||
<!-- Header -->
|
||||
<header id="header" class="alt">
|
||||
<h1><a href="index.html">Redline Racing Division</a></h1>
|
||||
@ -52,7 +53,6 @@
|
||||
<!-- END OF HEADER -->
|
||||
<!-- -->
|
||||
|
||||
|
||||
<!-- Wrapper -->
|
||||
<section id="wrapper">
|
||||
<header>
|
||||
@ -76,33 +76,44 @@
|
||||
</p>
|
||||
|
||||
<h3 class="major">Donation Via Embry-Riddle</h3>
|
||||
<a href="https://givingto.erau.edu/" class="special">Embry-Riddle Donation Page</a>
|
||||
<a href="https://givingto.erau.edu/" class="special"
|
||||
>Embry-Riddle Donation Page</a
|
||||
>
|
||||
|
||||
<ol class="alt">
|
||||
<li>Under the header "How would you like to designate your
|
||||
gift? " please select specific funds and initiatives.
|
||||
<li>
|
||||
Under the header "How would you like to designate your gift? "
|
||||
please select specific funds and initiatives.
|
||||
</li>
|
||||
<li>Scroll down to the bottom and select "other fund not
|
||||
listed"
|
||||
<li>
|
||||
Scroll down to the bottom and select "other fund not listed"
|
||||
</li>
|
||||
<li>Under the header "Type in the campus, program or other
|
||||
area of focus that you would like to support." please enter
|
||||
Prescott College of Engineering FSAE.
|
||||
<li>
|
||||
Under the header "Type in the campus, program or other area of
|
||||
focus that you would like to support." please enter Prescott
|
||||
College of Engineering FSAE.
|
||||
</li>
|
||||
<li>Please fill out form as requested. If at any time a
|
||||
problem arises, please feel free to contact us.
|
||||
<li>
|
||||
Please fill out form as requested. If at any time a problem
|
||||
arises, please feel free to contact us.
|
||||
</li>
|
||||
</ol>
|
||||
<section class="features" style="justify-content:center">
|
||||
<article style="width:80%">
|
||||
<a href="https://www.gofundme.com/f/embryriddle-aeronautical-university-fsae-team"
|
||||
class="image"><img src="images\saeEvent.jpg" alt="" /></a>
|
||||
<a
|
||||
href="https://www.gofundme.com/f/embryriddle-aeronautical-university-fsae-team"
|
||||
class="image"
|
||||
><img src="images\saeEvent.jpg" alt=""
|
||||
/></a>
|
||||
<h2 class="major" style="text-transform:none">GoFundMe</h2>
|
||||
<p>
|
||||
Only for Donations less than $500,-
|
||||
</p>
|
||||
<a href="https://www.gofundme.com/f/embryriddle-aeronautical-university-fsae-team"
|
||||
class="special">Learn more</a>
|
||||
<a
|
||||
href="https://www.gofundme.com/f/embryriddle-aeronautical-university-fsae-team"
|
||||
class="special"
|
||||
>Learn more</a
|
||||
>
|
||||
</article>
|
||||
</section>
|
||||
</div>
|
||||
@ -176,6 +187,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>
|
@ -1,25 +1,26 @@
|
||||
<!DOCTYPE HTML>
|
||||
<!DOCTYPE html>
|
||||
<!--
|
||||
Solid State by HTML5 UP
|
||||
html5up.net | @ajlkn
|
||||
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" />
|
||||
<noscript>
|
||||
<link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
|
||||
</head>
|
||||
|
||||
<body class="is-preload">
|
||||
<link rel="stylesheet" href="assets/css/noscript.css"
|
||||
/></noscript>
|
||||
</head>
|
||||
|
||||
<body class="is-preload">
|
||||
<!-- Page Wrapper -->
|
||||
<div id="page-wrapper">
|
||||
|
||||
<!-- Header -->
|
||||
<header id="header" class="alt">
|
||||
<h1><a href="index.html">Redline Racing Division</a></h1>
|
||||
@ -55,7 +56,6 @@
|
||||
<h1 style="font-size: 69px">LMAO what sponsors 💸</h1>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
</section>
|
||||
|
||||
<!-- -->
|
||||
@ -125,6 +125,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>
|
Loading…
x
Reference in New Issue
Block a user