-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
85 lines (80 loc) · 4.12 KB
/
index.html
File metadata and controls
85 lines (80 loc) · 4.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<meta name="description" content="Quad Drone Racing Team from the northeastern USA">
<meta name="author" content="S3 Racing">
<title>Safety Third Racing</title>
<!-- Bootstrap Core CSS -->
<link href="assets/css/bootstrap/bootstrap.min.css" rel="stylesheet" type="text/css">
<!-- Font Awesome -->
<link href="assets/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<!-- Default Fonts -->
<link href='http://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900' rel='stylesheet' type='text/css'>
<!-- Plugin CSS -->
<link href="assets/css/plugins/animate.css" rel="stylesheet" type="text/css">
<!-- Vitality Theme CSS -->
<link href="assets/css/vitality-orange.css" rel="stylesheet" type="text/css">
<!-- Custom CSS -->
<link href="assets/css/global.css" rel="stylesheet" type="text/css">
<!-- for pretty people cards -->
<!--Import Google Icon Font-->
<link href="http://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!-- Compiled and minified CSS -->
<link rel="stylesheet" href="assets/css/materialize.css">
<script type="text/javascript" src="assets/js/jquery.min.js"></script>
<!-- IE8 support for HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
</head>
<body id="page-top" data-spy="scroll" data-target="#navbar-collapse" data-offset="1">
<nav class="navbar navbar-inverse navbar-fixed-top navbar-expanded" id="navbar">
<script type="text/javascript">$.get("pages/navbar.html", function(data) {$("#navbar").html(data);});</script>
</nav>
<header class="video">
<div id="chromefix">
<iframe frameborder="0" height="100%" width="100%" src="https://www.youtube.com/embed/PsSezJZMepM?autoplay=1&wmode=opaque&controls=0&showinfo=0&autohide=1&loop=1&playlist=PsSezJZMepM&vq=large" allowfullscreen="allowfullscreen">unwantedtext</iframe>
<div class="brand-name" id="headername">
Safety third racing
</div>
<hr class="colored" id="headerborder"/>
<div class="brand-name-subtext" id="headersubtext">
A passionate racing team from the northeast
</div>
</div>
<div class="scroll-down page-scroll">
<a class="btn page-scroll" href="#about"><i class="fa fa-angle-down"></i></a>
</div>
</header>
<div style="display: none" id="mobileheader" align="center">
<h1>S3 Racing</h1>
<hr class="colored" style="padding-left: 50%" />
</div>
<section id="events">
<script type="text/javascript">$.get("pages/events.html", function(data) {$("#events").html(data);});</script>
</section>
<section id="videos">
<script type="text/javascript">$.get("pages/videos.html", function(data) {$("#videos").html(data);});</script>
</section>
<section id="resources">
<script type="text/javascript">$.get("pages/resources.html", function(data) {$("#resources").html(data);});</script>
</section>
<section id="about">
<script type="text/javascript">$.get("pages/about.html", function(data) {$("#about").html(data);});</script>
</section>
<section id="team">
<script type="text/javascript">$.get("pages/team.html", function(data) {$("#team").html(data);});</script>
</section>
<section id="swag">
<script type="text/javascript">$.get("pages/swag.html", function(data) {$("#swag").html(data);});</script>
</section>
<footer id="contact">
<script type="text/javascript">$.get("pages/footer.html", function(data) {$("#contact").html(data);});</script>
</footer>
<div id="scripts"></div>
<script type="text/javascript">$.get("pages/scripts.html", function(data) {$("#scripts").html(data);});</script>
</body>
</html>