This repository has been 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
/
howitworks.html
155 lines (137 loc) · 5.86 KB
/
howitworks.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
<!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 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 VIDEOS</h1>
<bold>Good quality for low price.</bold>
</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>
<!-- Services section -->
<div class="services">
<h1>paragraph1</h1>
<div class="services__container">
<div class="services__card">
<h2>header2</h2>
<p>paragraphunderheader2</p>
<button>Get Started</button>
</div>
<div class="services__card">
<h2>are you ready</h2>
<p>second page</p>
<button>Get Started</button>
</div>
</div>
</div>
<!-- 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="/">how it works</a>
<a href="/">contact me</a>
<a href="/">Terms or Service</a>
<a href="/">how it works</a>
<a href="/">how it works</a>
</div>
<div class="footer__link--items">
<h2>socaials</h2>
<a href="/">discord server</a>
<a href="/">youtube</a>
<a href="/">Terms or Service</a>
<a href="/">how it works</a>
<a href="/">how it works</a>
</div>
</div>
<div class="footer__link--wrapper">
<div class="footer__link--items">
<h2>spacer lol</h2>
</div>
<div class="footer__link--items">
<h2>about me</h2>
<a href="/">how it works</a>
<a href="/">discord server</a>
<a href="/">Terms or Service</a>
<a href="/">how it works</a>
<a href="/">how it works</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>NEXT</a>
</div>
<p class="website__right">© altonfpv 2022. All rights reserved</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>
</div>
</div>
<script> src = "app.js"</script>
</body>
</html>