-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.html
More file actions
104 lines (91 loc) · 5.22 KB
/
styles.html
File metadata and controls
104 lines (91 loc) · 5.22 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<!DOCTYPE html>
<html lang="en">
<head>
<title>Beginners Guide to FPV | Styles of 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><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 id="main">
<div>
<h2 style="text-align: center;">Styles of FPV</h2>
<p>There are three main styles of FPV
flying:</p>
<ul style="margin-top: -15px;">
<li><a class="link" href="freestyle.html">
Freestyle FPV<br></a></li>
<li><a class="link" href="cinematic.html">
Cinematic FPV<br></a></li>
<li><a class="link" href="racing.html">
Racing FPV</a></li>
</ul><br>
</div>
<div>
<h3>Freestyle FPV</h3>
<p> A type of FPV flying that focuses on acrobatics, exploration, and enjoyment. Unlike FPV racing and
photography/cinematography, freestyle flying doesn't have one specific objective. It's great for
beginners who want to get the feel of FPV flying down. Likewise, it's where experienced FPV pilots
practice tricks, train for a race, or rehearse an upcoming shot. There is no specific set of rules
for how to freestyle fly, but there are lots of benefits.</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/YaNxnuH4xHk?start=5"
title="YouTube video player" allow="accelerometer; autoplay;"
allowfullscreen></iframe>
<h3>Cinematic FPV</h3>
<p>Cinematic FPV Drone flying is closely related to FPV Freestyle. In fact, the equipment is usually
very similar. However, instead of focusing on stunts and tricks, Cinematic FPV aims to present
expansive landscapes, breathtaking scenery, or fast-moving subjects in an aesthetically pleasing
way. Cinematic FPV pilots aim to minimize camera movement, rather than drawing attention to it like
with Freestyle.</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/MO839uSsQwk"
title="YouTube video player"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
<h3>Racing FPV</h3>
<p>Drone Racing is easy to understand. Pilots race their drones around a course, and the first one to
pass the finish line wins. Drone Racing tracks are usually built using “gates”, which are
rectangular or circular obstacles that the pilots must pass through, as well as “flags”, which are
vertical obstacles that the pilot must pass between or to one side of.<br><br>Drone Racing usually
appeals to people who are highly competitive, and who like going fast. It's not uncommon for drone
racers to have enjoyed other forms of racing previously, such as motorcycle or kart racing. Drone
Racing is cheaper and physically safer than other racing disciplines, while being just as exciting!.
</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/FMA3EN6owEs"
title="YouTube video player"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</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>