Initial commit
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
node_modules
|
13
.gitlab-ci.yml
Normal file
@ -0,0 +1,13 @@
|
||||
# This file is a template, and might need editing before it works on your project.
|
||||
# Full project: https://gitlab.com/pages/plain-html
|
||||
pages:
|
||||
stage: deploy
|
||||
script:
|
||||
- mkdir .public
|
||||
- cp -r * .public
|
||||
- mv .public public
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
only:
|
||||
- master
|
21
LICENSE
Normal file
@ -0,0 +1,21 @@
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2013-2019 Blackrock Digital LLC
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in
|
||||
all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
THE SOFTWARE.
|
36
README.md
Normal file
@ -0,0 +1,36 @@
|
||||
<p align="center">
|
||||
<a href="" rel="noopener">
|
||||
<img height=200px src="https://gitlab.com/redline-racing-division/redline-racing-website/raw/master/img/RRDLogoTrans.png" alt="Project logo"></a>
|
||||
</p>
|
||||
|
||||
<h3 align="center">Redline Racing Division Homepage</h3>
|
||||
|
||||
---
|
||||
|
||||
<p align="center"> Repository for the homepage of Redline Racing Division.
|
||||
<br>
|
||||
</p>
|
||||
|
||||
## 📝 Table of Contents
|
||||
|
||||
- [About](#about)
|
||||
- [Contributing](../CONTRIBUTING.md)
|
||||
- [Authors](#authors)
|
||||
- [Acknowledgments](#acknowledgement)
|
||||
|
||||
## 🧐 About <a name = "about"></a>
|
||||
|
||||
Write about 1-2 paragraphs describing the purpose of your project.
|
||||
|
||||
## ⛏️ Built Using <a name = "built_using"></a>
|
||||
|
||||
- HTML5
|
||||
- [Bootstrap](https://getbootstrap.com/) - Web Toolkit
|
||||
|
||||
## ✍️ Authors <a name = "authors"></a>
|
||||
|
||||
- Anson Biggs
|
||||
|
||||
## 🎉 Acknowledgements <a name = "acknowledgement"></a>
|
||||
|
||||
- [One Page Wonder](https://startbootstrap.com/themes/one-page-wonder/)
|
7
css/bootstrap.min.css
vendored
Normal file
32
css/custom.css
Normal file
@ -0,0 +1,32 @@
|
||||
header {
|
||||
background: linear-gradient(
|
||||
to top,
|
||||
rgb(255, 255, 255),
|
||||
rgba(46, 49, 65, 0.8)
|
||||
);
|
||||
}
|
||||
|
||||
a.navbar-brand {
|
||||
color: red !important;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
header div img {
|
||||
max-height: 50vh;
|
||||
margin-bottom: 5vh;
|
||||
}
|
||||
|
||||
@media (max-width: 992px) {
|
||||
.p-5 {
|
||||
padding: 3rem;
|
||||
padding-bottom: 1rem;
|
||||
}
|
||||
|
||||
div.col-lg-6 {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
word-break: break-all;
|
||||
}
|
BIN
img/RRDLogoTrans.png
Normal file
After Width: | Height: | Size: 144 KiB |
BIN
img/car.jpg
Normal file
After Width: | Height: | Size: 32 KiB |
1
img/chevrons-down.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevrons-down"><polyline points="7 13 12 18 17 13"></polyline><polyline points="7 6 12 11 17 6"></polyline></svg>
|
After Width: | Height: | Size: 317 B |
1
img/facebook.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-facebook"><path d="M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z"></path></svg>
|
After Width: | Height: | Size: 303 B |
BIN
img/fav/android-chrome-192x192.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
img/fav/android-chrome-512x512.png
Normal file
After Width: | Height: | Size: 46 KiB |
BIN
img/fav/apple-touch-icon.png
Normal file
After Width: | Height: | Size: 12 KiB |
9
img/fav/browserconfig.xml
Normal file
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<browserconfig>
|
||||
<msapplication>
|
||||
<tile>
|
||||
<square150x150logo src="./img/fav/mstile-150x150.png"/>
|
||||
<TileColor>#00aba9</TileColor>
|
||||
</tile>
|
||||
</msapplication>
|
||||
</browserconfig>
|
BIN
img/fav/favicon-16x16.png
Normal file
After Width: | Height: | Size: 1020 B |
BIN
img/fav/favicon-32x32.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
img/fav/favicon.ico
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
img/fav/mstile-150x150.png
Normal file
After Width: | Height: | Size: 10 KiB |
15
img/fav/safari-pinned-tab.svg
Normal file
@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
|
||||
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
||||
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
|
||||
width="3035.000000pt" height="3035.000000pt" viewBox="0 0 3035.000000 3035.000000"
|
||||
preserveAspectRatio="xMidYMid meet">
|
||||
<metadata>
|
||||
Created by potrace 1.11, written by Peter Selinger 2001-2013
|
||||
</metadata>
|
||||
<g transform="translate(0.000000,3035.000000) scale(0.100000,-0.100000)"
|
||||
fill="#000000" stroke="none">
|
||||
<path d="M0 15180 l0 -9020 15175 0 15175 0 0 9020 0 9020 -15175 0 -15175 0
|
||||
0 -9020z"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 613 B |
19
img/fav/site.webmanifest
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "",
|
||||
"short_name": "",
|
||||
"icons": [
|
||||
{
|
||||
"src": "android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "android-chrome-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"theme_color": "#ffffff",
|
||||
"background_color": "#ffffff",
|
||||
"display": "standalone"
|
||||
}
|
1
img/instagram.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-instagram"><rect x="2" y="2" width="20" height="20" rx="5" ry="5"></rect><path d="M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z"></path><line x1="17.5" y1="6.5" x2="17.51" y2="6.5"></line></svg>
|
After Width: | Height: | Size: 400 B |
1
img/mail.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-mail"><path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"></path><polyline points="22,6 12,13 2,6"></polyline></svg>
|
After Width: | Height: | Size: 354 B |
1
img/map.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-map"><polygon points="1 6 1 22 8 18 16 22 23 18 23 2 16 6 8 2 1 6"></polygon><line x1="8" y1="2" x2="8" y2="18"></line><line x1="16" y1="6" x2="16" y2="22"></line></svg>
|
After Width: | Height: | Size: 373 B |
BIN
img/saeEvent-min.jpg
Normal file
After Width: | Height: | Size: 47 KiB |
BIN
img/saeint.png
Normal file
After Width: | Height: | Size: 12 KiB |
433
index.html
Normal file
@ -0,0 +1,433 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta
|
||||
name="description"
|
||||
content="The home page for Redline Racing Division a FSAE team based at Embry-Riddle's Prescott Arizona Campus."
|
||||
/>
|
||||
<meta name="author" content="Anson Biggs" />
|
||||
<meta
|
||||
name="keywords"
|
||||
content="engineering, FSAE, embry-riddle, Formula, aerospace, university, redline, racing, redlineracingdivision"
|
||||
/>
|
||||
|
||||
<title>Redline Racing Division</title>
|
||||
|
||||
<!-- Favicons -->
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
sizes="180x180"
|
||||
href="./img/fav/apple-touch-icon.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="32x32"
|
||||
href="./img/fav/favicon-32x32.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="16x16"
|
||||
href="./img/fav/favicon-16x16.png"
|
||||
/>
|
||||
<link rel="manifest" href="./img/fav/site.webmanifest" />
|
||||
<link
|
||||
rel="mask-icon"
|
||||
href="./img/fav/safari-pinned-tab.svg"
|
||||
color="#5bbad5"
|
||||
/>
|
||||
<link rel="shortcut icon" href="./img/fav/favicon.ico" />
|
||||
<meta name="msapplication-TileColor" content="#00aba9" />
|
||||
<meta name="msapplication-config" content="./img/fav/browserconfig.xml" />
|
||||
<meta name="theme-color" content="#ffffff" />
|
||||
|
||||
<!-- Custom CSS -->
|
||||
<link rel="stylesheet" href="css/custom.css" />
|
||||
|
||||
<!-- Bootstrap CSS -->
|
||||
<link rel="stylesheet" href="css/bootstrap.min.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
|
||||
<a class="navbar-brand" href="#">Redline Racing</a>
|
||||
<button
|
||||
class="navbar-toggler"
|
||||
type="button"
|
||||
data-toggle="collapse"
|
||||
data-target="#navbarNavAltMarkup"
|
||||
aria-controls="navbarNavAltMarkup"
|
||||
aria-expanded="false"
|
||||
aria-label="Toggle navigation"
|
||||
>
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
|
||||
<div class="navbar-nav">
|
||||
<a class="nav-item nav-link active" href="#"
|
||||
>Home <span class="sr-only">(current)</span></a
|
||||
>
|
||||
<a
|
||||
class="nav-item nav-link"
|
||||
href="https://eaglelife.erau.edu/irl/home/"
|
||||
>EagleLife</a
|
||||
>
|
||||
<a
|
||||
href="https://eaglelife.erau.edu/irl/club_signup"
|
||||
class="nav-item nav-link"
|
||||
>Join Club</a
|
||||
>
|
||||
<a
|
||||
class="nav-item nav-link"
|
||||
data-toggle="modal"
|
||||
data-target="#donateModal"
|
||||
>Donate</a
|
||||
>
|
||||
<a
|
||||
class="nav-item nav-link"
|
||||
href="https://eaglelife.erau.edu/events?group_ids=25168"
|
||||
>Calendar</a
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<header class="text-center">
|
||||
<div class="container">
|
||||
<img
|
||||
src="img/RRDLogoTrans.png"
|
||||
class="img-fluid"
|
||||
style=""
|
||||
alt="Redline Racing
|
||||
Division Logo"
|
||||
/>
|
||||
</div>
|
||||
<a class="scroll" href="#scroll"
|
||||
><img src="img/chevrons-down.svg" style="width: 5%; height: 10vh"
|
||||
/></a>
|
||||
|
||||
<!-- <div class="container">
|
||||
<div class="alert alert-danger" role="alert">
|
||||
For information about the Mario Kart 8 tournament
|
||||
<a
|
||||
href="http://tournament.redlineracingdivision.com/"
|
||||
class="alert-link"
|
||||
>
|
||||
click here</a
|
||||
>
|
||||
</div>
|
||||
</div> -->
|
||||
</header>
|
||||
<section>
|
||||
<section id="scroll">
|
||||
<div class="container">
|
||||
<div class="row align-items-center">
|
||||
<div class="col-lg-6 order-lg-2">
|
||||
<div class="p-5">
|
||||
<img
|
||||
class="img-fluid rounded-circle"
|
||||
src="img/car.jpg"
|
||||
alt="Embry-Riddle Formula SAE Car"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-6 order-lg-1">
|
||||
<div>
|
||||
<h2 class="display-4">About Us</h2>
|
||||
<p>
|
||||
We are Redline Racing, a student-run Formula
|
||||
<abbr title="Society of Automotive Engineers">SAE</abbr> team.
|
||||
We strive to compete with teams from around the world. Our
|
||||
club represents Embry-Riddle Aeronautical University in
|
||||
Prescott, Arizona, the number one Aerospace Engineering
|
||||
University in the United States.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<hr />
|
||||
<section>
|
||||
<div class="container">
|
||||
<div class="row align-items-center">
|
||||
<div class="col-lg-6">
|
||||
<div class="p-5">
|
||||
<img
|
||||
class="img-fluid rounded-circle"
|
||||
src="img/saeint.png"
|
||||
alt="Logo For SAE International"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-6">
|
||||
<div>
|
||||
<h2 class="display-4">About Formula SAE</h2>
|
||||
<p>
|
||||
Every year, SAE International hosts multiple Formula and other
|
||||
vehicle category competitions around the world, allowing
|
||||
domestic and international teams to showcase their vehicle(s).
|
||||
The Formula SAE competition is the world's largest collegiate
|
||||
automotive design competition, with approximately 400 teams
|
||||
competing every year.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<hr />
|
||||
<section>
|
||||
<div class="container">
|
||||
<div class="row align-items-center">
|
||||
<div class="col-lg-6 order-lg-2">
|
||||
<div class="p-5">
|
||||
<img
|
||||
class="img-fluid rounded-circle"
|
||||
src="img/saeEvent-min.jpg"
|
||||
alt="Picture of people gathered at an SAE International Event"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-6 order-lg-1">
|
||||
<div>
|
||||
<h2 class="display-4">About the Competition</h2>
|
||||
<p>
|
||||
The Formula SAE competition takes place in multiple locations
|
||||
across the United States and the World. The Competition offers
|
||||
practical experiences for undergraduate and graduate students
|
||||
across multiple disciplines in the domains of engineering
|
||||
design, manufacturing, and business applications. For teams to
|
||||
be successful, they must justify their automotive design
|
||||
decisions based on their ability to meet the requirements of
|
||||
the competition. The engineering challenges presented make
|
||||
Formula SAE one of the most challenging and complex student
|
||||
design competitions.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</section>
|
||||
<section>
|
||||
<div class="container">
|
||||
<div class="row align-items-center">
|
||||
<div class="jumbotron">
|
||||
<h1 class="display-4">Donate</h1>
|
||||
<p class="lead">
|
||||
Redline Racing Division values donations from everyone, be it
|
||||
large corporations or local community members. Any donation made
|
||||
is tax-deductible through Embry-Riddle Aeronautical University's
|
||||
501(c)(3) non-profit status. Below, we have our official
|
||||
sponsorship package which outlines how your donation helps
|
||||
progress student's education.
|
||||
</p>
|
||||
|
||||
<!-- Button trigger modal -->
|
||||
<button
|
||||
type="button"
|
||||
class="btn btn-primary btn-lg"
|
||||
data-toggle="modal"
|
||||
data-target="#donateModal"
|
||||
>
|
||||
Donation Instructions
|
||||
</button>
|
||||
|
||||
<!-- Modal -->
|
||||
<div
|
||||
class="modal fade"
|
||||
id="donateModal"
|
||||
tabindex="-1"
|
||||
role="dialog"
|
||||
aria-labelledby="donateModalLabel"
|
||||
aria-hidden="true"
|
||||
>
|
||||
<div class="modal-dialog" role="document">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<h5 class="modal-title" id="donateModalLabel">
|
||||
Donation Instructions
|
||||
</h5>
|
||||
<button
|
||||
type="button"
|
||||
class="close"
|
||||
data-dismiss="modal"
|
||||
aria-label="Close"
|
||||
>
|
||||
<span aria-hidden="true">×</span>
|
||||
</button>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<li>Go to Eagle Life using the button below.</li>
|
||||
<li>Click Make a Gift</li>
|
||||
<li>Enter your donation amount</li>
|
||||
<li>
|
||||
Under "How would you like to designate your gift?" select
|
||||
"Colleges, Atheltics, and Other Funds" then at the bottom
|
||||
select "Other fund not listed" and click continue.
|
||||
</li>
|
||||
<li>
|
||||
In the text box under "Selected Designations" enter
|
||||
"Prescott Formula SAE"
|
||||
</li>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<!-- <button
|
||||
type="button"
|
||||
class="btn btn-secondary"
|
||||
data-dismiss="modal"
|
||||
>
|
||||
Close
|
||||
</button> -->
|
||||
<a
|
||||
class="btn btn-primary"
|
||||
href="https://givingto.erau.edu/"
|
||||
target="_blank"
|
||||
role="button"
|
||||
>Giving to Embry Riddle</a
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- <hr class="my-4" />
|
||||
<h2>Donations less than $500</h2>
|
||||
<p>
|
||||
Cash donations smaller than $500 are made easy using the gofundme
|
||||
link below. If you wish to donate something other than money
|
||||
please reach out to us using the form below.
|
||||
</p>
|
||||
<a
|
||||
class="btn btn-primary btn-lg"
|
||||
style="background-color: #00b964; border-color: #00b964;"
|
||||
href="https://www.gofundme.com/f/embryriddle-aeronautical-university-fsae-team"
|
||||
role="button"
|
||||
>gofundme</a
|
||||
>
|
||||
<hr class="my-4" />
|
||||
<h2>Donations greater than $500</h2>
|
||||
<p>
|
||||
Large donations must be made through the via Embry-Riddle using
|
||||
the link below.
|
||||
</p>-->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section>
|
||||
<div class="container">
|
||||
<div class="row align-items-center">
|
||||
<div class="col-md-6 order-lg-1">
|
||||
<h2 class="display-4">Contact Us</h2>
|
||||
<div class="p-5">
|
||||
<form action="https://formspree.io/moqqagwk" method="POST">
|
||||
<div class="form-row">
|
||||
<div class="form-group col-md-6">
|
||||
<label for="Email">Email address</label>
|
||||
<input
|
||||
type="email"
|
||||
name="_replyto"
|
||||
class="form-control"
|
||||
id="InputEmail"
|
||||
aria-describedby="emailHelp"
|
||||
placeholder="Enter email"
|
||||
/>
|
||||
<small id="emailHelp" class="form-text text-muted"
|
||||
>We'll never share your email.</small
|
||||
>
|
||||
</div>
|
||||
<div class="form-group col-md-6">
|
||||
<label for="fullName">Full Name</label>
|
||||
<input
|
||||
type="Name"
|
||||
class="form-control"
|
||||
name="fullName"
|
||||
id="fullName"
|
||||
placeholder="First Last"
|
||||
/>
|
||||
</div>
|
||||
<div class="form-group col-md-12">
|
||||
<label for="message">Message</label>
|
||||
<textarea
|
||||
class="form-control"
|
||||
id="message"
|
||||
rows="3"
|
||||
placeholder="Enter your message here."
|
||||
></textarea>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<button
|
||||
type="submit"
|
||||
class="btn btn-primary"
|
||||
style="
|
||||
background-color: rgb(0, 110, 255);
|
||||
border-color: rgb(0, 110, 255);
|
||||
"
|
||||
>
|
||||
Send Message
|
||||
</button>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6 order-lg-2">
|
||||
<div class="p-5">
|
||||
<ul class="list-group">
|
||||
<!-- Icons from feathericons.com -->
|
||||
<li class="list-group-item">
|
||||
<img src="img/map.svg" /> Embry-Riddle Aeronautical
|
||||
University, Prescott, AZ
|
||||
</li>
|
||||
<li class="list-group-item">
|
||||
<a href="https://fb.me/eraurrd/"
|
||||
><img src="img/facebook.svg" /> Facebook</a
|
||||
>
|
||||
</li>
|
||||
<li class="list-group-item">
|
||||
<a href="https://www.instagram.com/eraurrd/"
|
||||
><img src="img/instagram.svg" /> Instagram</a
|
||||
>
|
||||
</li>
|
||||
<li class="list-group-item">
|
||||
<a href="mailto:contact@redlineracingdivision.com"
|
||||
><img src="img/mail.svg" />
|
||||
contact@redlineracingdivision.com</a
|
||||
>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Footer -->
|
||||
<footer class="py-5 bg-black">
|
||||
<div class="container">
|
||||
<p class="m-0 text-center text-white small">
|
||||
Copyright © Redline Racing Division 2019
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
<!-- JS, Popper.js, and jQuery for Bootstrap -->
|
||||
<script
|
||||
src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
|
||||
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
|
||||
crossorigin="anonymous"
|
||||
></script>
|
||||
<script
|
||||
src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
|
||||
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
|
||||
crossorigin="anonymous"
|
||||
></script>
|
||||
<script
|
||||
src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"
|
||||
integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI"
|
||||
crossorigin="anonymous"
|
||||
></script>
|
||||
</body>
|
||||
</html>
|