This repository was archived by the owner on Mar 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmygear.html
163 lines (129 loc) · 5.56 KB
/
mygear.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
153
154
155
156
157
158
159
160
161
162
163
<!DOCTYPE html>
<html lang="en">
<!-- Developed by theawesomegamer - code available on github at https://github.com/theawes0megamer/altonfpv -->
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AltonFPV</title>
<link rel="stylesheet" href="styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@400;700&display=swap" rel="stylesheet">
<meta content="AltonFPV" property="og:title" />
<meta content="FPV Drone Videos" property="og:description" />
<meta content="https://altonfpv.com/" property="og:url" />
<meta content="view-source:https://forum.altonfpv.com/images/favicon.ico" property="og:image" />
<meta content="#6518AC" data-react-helmet="true" name="theme-color" />
<link rel="shortcut icon" href="images/favicon.png" type="image/x-icon" />
</head>
<body>
<nav class="navbar">
<div class="navbar__container">
<a href="/" id="navbar__logo">AltonFPV</a>
<div class="navbar__toggle" id="mobile-menu">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
<ul class="navbar__menu">
<li class="navbar__item">
<a href="/" class="navbar__links">
Home
</a>
</li>
<li class="navbar__item">
<a href="videos.html" class="navbar__links">
Videos
</a>
</li>
<li class="navbar__item">
<a href="tech.html" class="navbar__links">
Development status
</a>
<li class="navbar__item">
<a href="mygear.html" class="navbar__links">
My Gear
</a>
</li>
<li class="navbar__btn">
<a href="https://forum.altonfpv.com" class="button">
Forum
</a>
</li>
</li>
<li class="navbar__btn">
<a href="/" class="button">
Contact
</a>
</li>
</ul>
</div>
</nav>
<!-- Hero Section-->
<div class="main">
<div class="main_container">
<div class="main__content">
<h1>My Gear</h1>
</p>
<p> Here are my drones that I fly with</p>
<button class="main__btn"><a href="/">Contact me for quote</a></button>
</div>
<div class="main_img--container">
<img src="images/dronev2.jpeg" alt="pic" id="main__img">
</div>
<!-- <div class="main_img--container">
<img src="images/IMG_1830.heif" alt="pic" id="main__img">
</div> -->
<a
href="https://www.racedayquads.com/products/skyzone-sky04x-oled-diversity-5-8ghz-fpv-goggles-choose-your-color?_pos=2&_sid=e09e15229&_ss=r">
<h1>My
Goggles (Skyzone Sky04x)</h1>
</a>
<a
href="https://www.racedayquads.com/products/radiomaster-tx12-multi-protocol-opentx-2-4ghz-rc-transmitter?_pos=561&_sid=b3ace844f&_ss=r">
<h1>My Transmitter (RadioMaster TX12)</h1>
</a>
<bold>
<h>I also fly with a Diatone Roma L5</h>
</bold>
</div>
<!-- Services section -->
<!-- footer section-->
<div class="footer__container">
<div class="footer__links">
<div class="footer__link--wrapper">
<div class="footer__link--items">
<h2>about me</h2>
<a href="mailto:[email protected]">Contact Me</a>
</div>
</div>
<div class="footer__link--items">
<h2>socials</h2>
<a href="https://discord.gg/u9GWt5D6Jk">Discord Server</a>
<a href="https://www.youtube.com/channel/UCvHCHsGPfOrZ504GX3pVmLw">Youtube</a>
</div>
</div>
<div class="social__media">
<div class="social__media--wrap">
<div class="footer__logo">
<a href="" id="footer__logo"><i class="fas fa-gem">
</i>AltonFPV</a>
</div>
<p class="website__right"> AltonFPV 2022</p>
<div class="social__icons">
<a href="/" class="social__icon--link" target="_blank">
<i class="fab fa-youtube"></i>
</a>
<a href="/" class="social__icon--link" target="_blank">
<i class="fab fa-discord"></i>
</a>
</div>
</div>
</div>
<!--TEST FORM SECTION-->
</div>
</div>
<script src="app.js"></script>
</body>
</html>