-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
80 lines (72 loc) · 3.54 KB
/
index.html
File metadata and controls
80 lines (72 loc) · 3.54 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Beginners Guide to FPV</title>
<meta name="description" content="A beginner's guide to the hobby of FPV Drones, with all the information you need to get started.">
<meta name="keywords" content="FPV, Drones, What is FPV?, FPV Drones, FPV Help">
<meta name="viewport" content="width=device-width, initial-scale+1.0">
<meta charset="utf-8">
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/ico" href="favicon.ico">
</head>
<body>
<div>
<header>
<h1 class="title"><a href="home.html">Beginners Guide to FPV</a></h1>
</header>
<nav>
<ul>
<li><a href="whatisFPV.html">What are FPV Drones?</a></li>
<li><a href="styles.html">Styles of FPV</a></li>
<li><a href="physics.html">Physics & Control</a></li>
<li><a href="partsandequipment.html">Parts & Equipment</a></li>
<li><a href="costtimesaftey.html">Cost & Time</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<main>
<div>
<h2 style="text-align: center;">FPV 101</h2>
<video class="homehero" controls autoplay muted loop>
<source src="fpv-sample.mp4" type="video/mp4">
<source src="fpv-sample.wmv" type="video/wmv">
</video>
<p
style="text-align: center; width: 80%;margin: auto; padding: 10px;font-size:110%; font-style: italic;">
<br>We're here to lay out all the
basics of the FPV Drone hobby and provide a fundamental understanding of the required skills,
parts/pieces needed, styles of FPV flying, as well as laws and regulations.</p>
<br>
<p style="text-align: center; width: 80%;margin: auto; padding-bottom: 20px;"><strong> <u>Start here to learn more about FPV!</u></strong></p>
</div>
<div class="grid-container">
<div class="grid-item"><a class="link" href="whatisFPV.html"><img class="grid-img" alt="Moody picture of fully built FPV Drone."
src="homegrid1.jpg"><br>
<p>What are FPV Drones?</p>
</a></div>
<div class="grid-item"><a class="link" href="partsandequipment.html"><img class="grid-img" alt="Close up of hands repairing an FPV Drone"
src="homegrid2.jpg"><br>
<p>Parts and Equipment</p>
</a></div>
<div class="grid-item"><a class="link" href="costtimesaftey.html"><img class="grid-img" alt="Young man with DJI FPV goggles on."
src="homegrid3.jpg"><br>
<p>Cost, Time, & Safety</p>
</a></div>
</div>
</main>
<footer>
<div>
<h4>Beginners Guide to FPV</h4>
<p> A place for beginners to get a comprehensive look at the basics of the FPV hobby.</p>
<a href="contact.html">Contact Us!</a>
</div>
<div style="text-align:right"><br><br>
<p>Copyright © Fall 2022 Elijah Butler - ASU CIS 300<br><br>
<a style="text-decoration: none; color: inherit;"
href="mailto:epbutler@asu.edu">epbutler@asu.edu</a>
</p>
</div>
</footer>
</div>
</body>
</html>