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 pathindex.html
213 lines (178 loc) Β· 10.5 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
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
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
<!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>
</li>
<li class="navbar__item">
<a href="mygear.html" class="navbar__links">
My Gear
</a>
<li class="navbar__btn">
<a href="https://forum.altonfpv.com" class="button">
Forum
</a>
</li>
</li>
<li class="navbar__btn">
<a href="mailto:[email protected]" class="button">
Contact
</a>
</li>
</ul>
</div>
</nav>
<!-- Hero Section-->
<div class="main">
<div class="main_container">
<div class="main__content">
<center>
<h1>Great Prices</h1>
<p>I am a FPV drone pilot based in utah that will chase your car and make a video with that for you
to have.
</p>
<h2>EDITED VIDEO</h2>
<p>I will edit a video for you and post it on youtube, and send you the files, for your own use to
do whatever you want to do with it.</p>
<h3>RAW VIDEO</h3>
<p> I will send you the raw video for your use, or if you want to edit it yourself. Ill send you the
stabalised video and the normal.</p>
<p>
<bold>Great video for cheap.</bold>
</p>
<button class="main__btn"><a href="mailto:[email protected]">Contact me for quote</a></button>
</center>
</div>
<center>
<div class="main_img--container">
<img src="images/pic1.svg" alt="pic" id="main__img">
</div>
</center>
</div>
<!-- Services section -->
<div class="services">
<div class="services__container">
<div class="services__card">
<h2>My Gear List</h2>
<p> </p>
<a href="mygear.html"> <button>Here</button> </a>
</div>
</div>
</div>
<center> <iframe src="https://discord.com/widget?id=774035026496323594&theme=dark" width="350" height="500"
allowtransparency="true" frameborder="0"
sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe></center>
<!-- 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>