-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
101 lines (92 loc) · 5.47 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>Ri4rover</title>
<!-- Favicon-->
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
<!-- Bootstrap icons-->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css" rel="stylesheet" />
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet" />
<link href="css/CustomCSS.css" rel="stylesheet" />
<!-- channel icons-->
<link href="css/channelicon.css" rel="stylesheet" />
</head>
<body class="d-flex flex-column h-100 bg-dark">
<main class="flex-shrink-0">
<!-- Navigation-->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container px-5">
<a class="navbar-brand" href="index.html">Ri4rover</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="index.html">Home</a></li>
<li class="nav-item"><a class="nav-link" href="competition.html">Competition</a></li>
<li class="nav-item"><a class="nav-link" href="gallery.html">Gallery</a></li>
<!-- <li class="nav-item"><a class="nav-link" href="faculty.html">Faculty</a></li> -->
<li class="nav-item"><a class="nav-link" href="group.html">Contributors</a></li>
<li class="nav-item"><a class="nav-link" href="resources.html">Resources</a></li>
<li class="nav-item"><a class="nav-link" href="leaderboard.html">Leaderboard</a></li>
</ul>
</div>
</div>
</nav>
<section>
<!-- Header-->
<header class=" py-5">
<div class="container px-5">
<div class="row gx-5 align-items-center justify-content-center">
<div class="col-lg-8 col-xl-7 col-xxl-6">
<div class="my-5 text-center text-xl-start">
<h1 class="display-5 fw-bolder text-white mb-2">Research Infrastructure for Real-Time Onboard Vision Enabled Robots</h1>
<p class="lead fw-normal text-white-50 mb-4">A research facility for researchers to utilize for developing and testing unmanned vehicles in a controlled environment. The facility aims to foster the development of unmanned vehicle solutions through challenges and competitions.</p>
<!-- <span class="icon-custom icon-xinxi text-white"></span> -->
<p class="lead fw-normal text-white-50 mb-4">Welcome to join <a href="https://join.slack.com/t/lpcvc/shared_invite/zt-2c1soykuu-gIm1v1hjbAIL1PFBryXcYQ">lpcvc.slack.com (2024-uav-channel)</a> to receive news about the challenge</p>
<p class="lead fw-normal text-white-50 mb-4">Competition Rules Video: <a href="https://youtu.be/elLaXEjvhZ0">2024 IEEE UAV(Unmanned Aerial Vehicle) Maze Competition Rules</a> </p>
<p class="lead fw-normal text-white-50 mb-4">Overview Video: <a href="https://youtu.be/qCu0MugcN9I">Purdue UAS Research and Test Facility (PURT) </a> </p>
<p class="lead fw-normal text-white mb-2">Sponsors: National Science Foundation, IEEE Computer Society, and Purdue College of Engineering</p>
</div>
</div>
<div class="col-xl-5 col-xxl-6 d-none d-xl-block text-center">
<!-- <iframe width="420" height="315"
src="https://youtube.com/embed/4r54kttoLWE">
</iframe> -->
<iframe width="420" height="315"
src="https://www.youtube.com/embed/CuCJ_MkYYvE?si=oyei7gv_xYTPzTdl">
</iframe>
<!--<img class="img-fluid rounded-3 my-5" src="assets/gallery/b.simulator demo.png" alt="..." />--></div>
</div>
</div>
</header>
<!-- #https://www.youtube.com/watch?v=lglHCQhjP-I -->
</section>
</main>
<!-- Footer-->
<footer class="bg-dark py-4 mt-auto">
<div class="container px-5">
<div class="row align-items-center justify-content-between flex-column flex-sm-row">
<div class="col-auto text-center">
<div class="small m-0 text-white">Copyright © Ri4rover</div>
</div>
<div class="col-auto text-white small">
National Science Foundation award numbers: CNS 2120430, 2119115, 2120333, 2120322, 2112778
</div>
<div class="col-auto text-white small">
Maintained by <a href="https://purduehelps.org/">Cam2 </a> Team
<span class="text-white mx-1">·</span>
Designed by <a href="#!">StartBootstrap</a>
</div>
</div>
</div>
</footer>
<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
</body>
</html>