-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathfly.html
94 lines (88 loc) · 3.75 KB
/
fly.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>CITRIS and the Banatao Institute at UC Merced</title>
<link rel="icon" href="images/favicon.png" />
<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]-->
<style type="text/css">
td,
th {
vertical-align: top;
padding: 2px;
}
</style>
</head>
<body class="homepage">
<div id="page-wrapper">
<header id="header">
<div class="logo container">
<div>
<h1 id="logo">CITRIS FLY</h1>
</div>
</div>
</header>
<!-- NAVIGATION: Controlled by HTML snippet in snippets/nav.html -->
<nav id="nav"></nav>
<div id="main-wrapper">
<div id="main" class="container">
<div class="row">
<div class="12u">
<div class="content">
<img width="1196px" height="302px" src="images/projects/FLY CITRIS.png"></img>
<p>
Soar to New Heights with FLY CITRIS! Students of all ages not only gain valuable skills
in programming but also cultivate critical thinking, mission planning, and spatial awareness.
Equipped with CoDrone EDU drone kits and engaged in thrilling challenges, students embark on an
extraordinary aerial adventure into real-world applications. As a bonus, they can even kickstart
their journey towards a drone pilot license, opening doors to endless opportunities in the aviation
industry.
</p>
<p>
Since its start in 2022, CITRIS undergraduate engineering students have served hundreds of young
aviators with drone education programming at schools and community events across the Central
Valley. FLY CITRIS got its start with the generous support of Siemens, and receives funding from
IoT4Ag.
</p>
<p>
If you are interested in partnering with us to bring FLY to your school or community organization, please email [email protected]
</p>
<span class="image featured">
<img src="images/projects/FLYCITRIS_Logo.png"></img>
</span>
<div id="projects"></div>
</div>
</div>
</div>
</div>
</div>
<!-- FOOTER: Controlled by HTML snippet in snippets/footer.html-->
<div id="footer"></div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/jquery.csv.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/skel-viewport.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>
<script>
$(function () {
$("#nav").load("snippets/nav.html"); /*Navigation: Controlled by HTML snippet in snippets/nav.html*/
$("#navPanel").load("snippets/nav.html"); /*Navigation: Controlled by HTML snippet in snippets/nav.html*/
$("#footer").load("snippets/footer.html"); /*FOOTER: Controlled by HTML snippet in snippets/footer.html*/
});
</script>
</body>
</html>