This repository has been archived by the owner on Aug 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcompetition.html
152 lines (133 loc) · 5.14 KB
/
competition.html
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
<!DOCTYPE HTML>
<!--
Spectral by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<link rel="shortcut icon" type="image/png" href="images/favicon1.png">
<title>TJ UAV</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
<style>
#main>header {
background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("./images/AUVSI.jpg");
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("./images/AUVSI.jpg");
background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("./images/AUVSI.jpg");
background-image: linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("./images/AUVSI.jpg");
}
#centered-on-page {
display: flex;
justify-content: space-around;
}
a {
color: transparent;
}
#videos>iframe {
width: 47.5%;
}
#videos {
display: flex;
justify-content: space-between;
}
@media screen and (max-width: 736px) {
#centered-on-page {
flex-direction: column;
align-items: center;
justify-content: unset;
}
#centered-on-page>a:first-child {
margin-bottom: 1em;
}
#videos {
flex-direction: column;
}
#videos>iframe {
width: 100%;
}
#videos>iframe:first-of-type {
margin-bottom: 1em;
}
}
</style>
</head>
<body>
<!-- Page Wrapper -->
<div id="page-wrapper">
<!-- Header -->
<header id="header">
<h1><a href="index.html">TJ UAV</a></h1>
<nav id="nav">
<ul>
<li class="special">
<a href="#menu" class="menuToggle"><span>Menu</span></a>
<div id="menu">
<ul>
<li><a href="./index.html">Home</a></li>
<li><a href="./squad.html">Meet the Squad</a></li>
<li><a class="disabled-link" href="./competition.html">AUVSI SUAS</a></li>
<li><a href="./gallery.html">Video and Photo Gallery</a></li>
<li><a href="./planedownloads.html">Downloads</a></li>
<li><a href="./sponsorship.html">Sponsors</a></li>
<li><a href="./contact.html">Contact Us</a></li>
</ul>
</div>
</li>
</ul>
</nav>
</header>
<!-- Main -->
<article id="main">
<header>
<h2>AUVSI SUAS</h2>
</header>
<section class="wrapper style5">
<div class="inner">
<h3>Competition Info</h3>
<p>The AUVSI SUAS (Association For Unmanned Vehicle Systems International:
Student Unmanned Aerial Systems Competition) competition is an international, collegiate-level tournament that simulates a UAS (Unmanned Aerial System) mission including
Interoperability (the transmission and receiving of data), Autonomous Flight, Obstacle Avoidance, ODCL (Object Detection, Classification, Localization), and Air Delivery. In
addition to the UAS, teams must provide a Technical Design Paper and a Flight Readiness Review. In our first year, 2019, our team placed 23 out of 75 teams overall.</p>
<div id="centered-on-page">
<a class="button special" href="files\auvsi_suas-2019-journals-thomas_jefferson_high_school.pdf" target="_blank">2019 Technical Paper</a>
<a class="button" href="https://www.auvsi-suas.org" target="_blank">Visit the Competition Page</a>
</div>
<hr>
<div id="videos">
<iframe width="560" height="315" src="https://www.youtube.com/embed/I-CSZEmz2J4" frameborder="50"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/1tz2nyi6ayU" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
</div>
</section>
</article>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="https://www.facebook.com/groups/595833823874037/?ref=share" class="icon fa-facebook-square" target="_blank"><span class="label">Facebook</span></a></li>
<li><a href="https://www.youtube.com/channel/UCWeTbq3R5KvQ6iQTiG0LLFg/featured" class="icon fa-youtube-square" target="_blank"></a></li>
<li><a href="mailto:[email protected]" class="icon fa-envelope"><span class="label">Email</span></a></li>
</ul>
<ul class="copyright">
<li>© TJUAV 2019. All rights reserved.</li>
<li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>