-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
456 lines (447 loc) · 19.8 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
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
<!DOCTYPE html>
<html lang="en">
<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>Appie</title>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/media.css">
<link rel="shortcut icon" href="imgs/cropped-logo.png" type="image/x-icon">
</head>
<body>
<header>
<div class="menu-bar flex">
<div class="logo-and-desktop-nav flex">
<figure class="logo flex">
<img src="imgs/logo.png" alt="appie loge">
</figure>
<nav class="desktop-nav flex">
<a href="#">Home<i class="fa-solid fa-angle-down"></i></a>
<a href="#">Service</a>
<a href="#">Pages<i class="fa-solid fa-angle-down"></i></a>
<a href="#">News<i class="fa-solid fa-angle-down"></i></a>
<a href="#">Contact</a>
</nav>
</div>
<div class="subscribe flex">
<a href="#">Get Started</a>
<img src="imgs/icons/menu.png" alt="menu icon flex">
</div>
</div>
<div class="hero-section">
<h1>
Ready to launch your app in one, <span>Application</span>
</h1>
<p>
Find the best application in the appie.
</p>
<form action="#">
<i class="fa-sharp fa-solid fa-envelope flex"></i>
<input type="email" placeholder="[email protected]">
<i title="submit" class="fa-solid fa-arrow-right flex"></i>
</form>
<div class="feedback-customers flex">
<div class="customers flex">
<img src="imgs/people/customer-1.jpg" alt="customer-1">
<img src="imgs/people/customer-2.jpg" alt="customer-2">
<img src="imgs/people/customer-4.jpg" alt="customer-4">
<img src="imgs/people/customer-5.jpg" alt="customer-5">
</div>
<div class="feedback">
<p>
<span>30k</span><br>
Feedback
</p>
</div>
</div>
</div>
<div class="hero-img">
<img src="imgs/hero.png" alt="hero image">
</div>
</header>
<section class="how-it-work flex">
<div class="how-it-work-title-div flex">
<div class="how-it-work-title">
<h1>How does it work</h1>
<p>The full monty spiffing good time no biggie cack grub fantastic.</p>
</div>
<div class="how-it-work-view-all flex">
<a class="grey-link" href="#">View all Features<i class="fa-solid fa-arrow-right"></i></a>
</div>
</div>
<div class="how-it-work-content flex">
<section class="flex">
<i class="fa-solid fa-bolt-lightning icon flex"></i>
<h5>Fast and intuitive</h5>
<p>Oxford posh bevvy give us a bell gutted mate spend a penny quaint cockup plastered.</p>
<p class="more">Read More<i class="fa-solid fa-arrow-right"></i></p>
</section>
<section class="flex">
<i class="fa-solid fa-house-chimney icon flex"></i>
<h5>Fast and intuitive</h5>
<p>Oxford posh bevvy give us a bell gutted mate spend a penny quaint cockup plastered.</p>
<p class="more">Read More<i class="fa-solid fa-arrow-right"></i></p>
</section>
<section class="flex">
<i class="fa-solid fa-link icon flex"></i>
<h5>Fast and intuitive</h5>
<p>Oxford posh bevvy give us a bell gutted mate spend a penny quaint cockup plastered.</p>
<p class="more">Read More<i class="fa-solid fa-arrow-right"></i></p>
</section>
<section class="flex">
<i class="fa-solid fa-bell icon flex"></i>
<h5>Fast and intuitive</h5>
<p>Oxford posh bevvy give us a bell gutted mate spend a penny quaint cockup plastered.</p>
<p class="more">Read More<i class="fa-solid fa-arrow-right"></i></p>
</section>
<section class="flex">
<i class="fa-solid fa-gear icon flex"></i>
<h5>Fast and intuitive</h5>
<p>Oxford posh bevvy give us a bell gutted mate spend a penny quaint cockup plastered.</p>
<p class="more">Read More<i class="fa-solid fa-arrow-right"></i></p>
</section>
<section class="flex">
<i class="fa-solid fa-lock icon flex"></i>
<h5>Fast and intuitive</h5>
<p>Oxford posh bevvy give us a bell gutted mate spend a penny quaint cockup plastered.</p>
<p class="more">Read More<i class="fa-solid fa-arrow-right"></i></p>
</section>
</div>
<div class="how-it-work-footer flex">
<figure>
<img src="imgs/about-thumb.png" alt="">
</figure>
<div class="how-it-work-footer-text flex">
<p class="category">Marketing</p>
<h1>Make a lasting impression with appie.</h1>
<p>Jolly good quaint james bond victoria sponge happy days cras arse over blatant.</p>
<div class="skills flex">
<div>
<i class="fa-solid fa-check flex"></i>
<h4>Carefully designed</h4>
<p>Mucker plastered bugger all mate morish are.</p>
</div>
<div>
<i class="fa-solid fa-check flex"></i>
<h4>Choose an App</h4>
<p>Mucker plastered bugger all mate morish are.</p>
</div>
</div>
</div>
</div>
</section>
<div class="our-features flex">
<div>
<h1>Wherever you need<br>us the most</h1>
<p>The full monty spiffing good time no biggie cack grub fantastic.</p>
</div>
<div class="flex">
<section class="flex">
<div>
<h4>Well Integrated</h4>
<p>The bee's knees chancer car boot absolutely.</p>
<div class="pink circle"></div>
</div>
<div>
<h4>Clean and modern Design</h4>
<p>The bee's knees chancer car boot absolutely.</p>
<div class="blue circle"></div>
</div>
<div>
<h4>Light and dark mode</h4>
<p>The bee's knees chancer car boot absolutely.</p>
<div class="green circle"></div>
</div>
</section>
<section class="flex">
<figure>
<img src="imgs/features-thumb-2.png" alt="">
</figure>
</section>
</div>
</div>
<section class="how-it-work flex">
<div class="how-it-work-title-div how-it-work-2nd flex">
<div class="how-it-work-title">
<h1>How does it work</h1>
<p>The full monty spiffing good time no biggie cack grub fantastic.</p>
</div>
</div>
<div class="how-it-work-content one-row flex">
<section class="flex">
<img src="imgs/icons/counter-icon-1.svg" alt="">
<h5>45<span>k+</span></h5>
<p class="more">Active Installation</p>
</section>
<section class="flex">
<img src="imgs/icons/counter-icon-2.svg" alt="">
<h5>108<span>+</span></h5>
<p class="more">Active Installation</p>
</section>
<section class="flex">
<img src="imgs/icons/counter-icon-3.svg" alt="">
<h5>307<span>+</span></h5>
<p class="more">Active Installation</p>
</section>
<section class="flex">
<img src="imgs/icons/counter-icon-4.svg" alt="">
<h5>725<span>k+</span></h5>
<p class="more">Active Installation</p>
</section>
</div>
<div class="how-it-work-footer-video flex">
<figure class="main-video">
<img src="imgs/video-thumb-1.jpg" alt="video-thumb-1">
<figcaption>
<h4>Watch the two-minute video to learn how.</h4>
<p>The wireless cheesed on your bike mate zonked a load of old tosh hunky dory it's all gone to pot haggle william car boot pear shaped geeza.</p>
<a class="grey-link" href="#">Get Started</a>
</figcaption>
<div class="play-video flex">
<div class="main-div">
<div>
<div class="play flex">
<i class="fa-solid fa-play flex"></i>
</div>
</div>
</div>
<div class="main-div">
<div>
<div class="download flex">
<i class="fa-solid fa-arrow-down flex"></i>
</div>
</div>
</div>
</div>
</figure>
<figure>
<img src="imgs/video-slide-1.jpg" alt="video-slide-1">
</figure>
<div class="switch-between-videos">
<i class="fa-solid fa-arrow-left flex"></i>
<i class="fa-solid fa-arrow-right flex"></i>
</div>
</section>
<section class="download-app">
<div>
<p class="category">Download Our App</p>
<h4>App is available<br>for free on app store</h4>
<p class="grey-paragraph">Jolly good quaint james bond victoria sponge happy days cras arse over blatant.</p>
</div>
<div class="download-link flex">
<div class="ios-app flex">
<i class="fa-brands fa-apple flex"></i>
<p>Download for<br><span>IOS</span></p>
</div>
<div class="playstore-app flex">
<i class="fa-brands fa-google-play flex"></i>
<p>Download for<br><span>Android</span></p>
</div>
</div>
</section>
<section class="pricing how-it-work flex">
<div class="how-it-work-title-div flex">
<div class="how-it-work-title">
<h1 class="how-it-work-title">Simple pricing for Everyone</h1>
<p>The full monty spiffing good time no biggie cack grub fantastic.</p>
</div>
<div class="range flex">
<p class="pink">Monthly</p>
<p>Yearly</p>
</div>
</div>
<div class="pricing-content flex">
<section>
<div class="package-info">
<p class="package-name">Fresh</p>
<h4><span class="dollar">$</span>04<span>/month</span></h4>
<p>Get your 14 day free trial</p>
</div>
<div class="package-detail">
<p><i class="fa-solid fa-check flex"></i>60-day chat history</p>
<p><i class="fa-solid fa-check flex"></i>15 GB cloud storage</p>
<p><i class="fa-solid fa-check flex"></i>24/7 Support</p>
<div class="package-selection">
<p>Choose plan</p>
</div>
</div>
</section>
<section class="active">
<div class="package-info">
<p class="package-name">Sweet</p>
<h4><span class="dollar">$</span>16<span>/month</span></h4>
<p>Billed $276 per website annually.</p>
</div>
<div class="package-detail">
<p><i class="fa-solid fa-check flex"></i>60-day chat history</p>
<p><i class="fa-solid fa-check flex"></i>50 GB cloud storage</p>
<p><i class="fa-solid fa-check flex"></i>24/7 Support</p>
<div class="package-selection">
<p>Choose plan</p>
</div>
</div>
<p class="popular">Most Popular</p>
</section>
<section>
<div class="package-info">
<p class="package-name">Juicy</p>
<h4><span class="dollar">$</span>27<span>/month</span></h4>
<p>Billed $276 per website annually.</p>
</div>
<div class="package-detail">
<p><i class="fa-solid fa-check flex"></i>60-day chat history</p>
<p><i class="fa-solid fa-check flex"></i>Data security</p>
<p><i class="fa-solid fa-check flex"></i>100 GB cloud storage</p>
<p><i class="fa-solid fa-check flex"></i>24/7 Support</p>
<div class="package-selection">
<p>Choose plan</p>
</div>
</div>
</section>
</div>
</section>
<section class="customers-feedback flex">
<figure class="flex">
<img src="imgs/curly-hair-man.jpg" alt="curly-hair-man">
<figcaption>
<i style="color: #FC9D04;" class="fa-solid fa-star"></i>
<i style="color: #FC9D04;" class="fa-solid fa-star"></i>
<i style="color: #FC9D04;" class="fa-solid fa-star"></i>
<i style="color: #FC9D04;" class="fa-solid fa-star"></i>
<i style="color: #FC9D04;" class="fa-solid fa-star"></i>
<span>(4.7) reviews</span>
</figcaption>
</figure>
<div class="message">
<p>Why I say old chap that is spiffing chip shop such a fibber the bee's knees, the wireless Richard fantastic do one cracking goal pukka baking cakes starkers mush don't get shirty with me argy bargy, I naff chimney pot blimey he lost his bottle cup.
<span class="customer">Hanson Deck</span><span class="position">Web developer</span>
</p>
<div class="flex">
<i class="fa-solid fa-arrow-left flex"></i>
<i class="fa-solid fa-arrow-right flex"></i>
</div>
</div>
</section>
<section class="sponsers pricing how-it-work flex">
<div class="how-it-work-title-div flex">
<div class="how-it-work-title">
<h1 class="how-it-work-title">Appie works best with<br>your favorite platforms</h1>
<p>join over 40,000 businesses worldwide.</p>
</div>
</div>
<div class="sponsers-content flex">
<figure>
<img src="imgs/sponsers/sponser-1.png" alt="sponser-1">
</figure>
<figure>
<img src="imgs/sponsers/sponser-2.png" alt="sponser-1">
</figure>
<figure>
<img src="imgs/sponsers/sponser-3.png" alt="sponser-1">
</figure>
<figure>
<img src="imgs/sponsers/sponser-4.png" alt="sponser-1">
</figure>
<figure>
<img src="imgs/sponsers/sponser-5.png" alt="sponser-1">
</figure>
<figure>
<img src="imgs/sponsers/sponser-6.png" alt="sponser-1">
</figure>
<figure>
<img src="imgs/sponsers/sponser-7.png" alt="sponser-1">
</figure>
<figure>
<img src="imgs/sponsers/sponser-8.png" alt="sponser-1">
</figure>
<figure>
<img src="imgs/sponsers/sponser-9.png" alt="sponser-1">
</figure>
<figure>
<img src="imgs/sponsers/sponser-10.png" alt="sponser-1">
</figure>
</div>
</section>
<footer class="flex">
<div class="footer-links flex">
<div class="brand flex">
<figure>
<img src="imgs/logo.png" alt="logo">
</figure>
<p>Appie WordPress is theme is the last theme you will ever have.</p>
<p class="read-more">Read More <i class="fa-solid fa-arrow-right flex"></i></p>
<div class="flex">
<a href="#">
<i class="fab fa-facebook-f flex"></i>
</a>
<a href="#">
<i class="fab fa-twitter flex"></i>
</a>
<a href="#">
<i class="fab fa-pinterest-p flex"></i>
</a>
<a href="#">
<i class="fab fa-linkedin-in flex"></i>
</a>
</div>
</div>
<div class="navigation flex">
<div>
<h1>Company</h1>
<div>
<a href="#">About Us</a>
<a href="#">Service</a>
<a href="#">Case Studies</a>
<a href="#">Blog</a>
<a href="#">Contact</a>
</div>
</div>
<div>
<h1>Support</h1>
<div>
<a href="#">Community</a>
<a href="#">Resources</a>
<a href="#">Faqs</a>
<a href="#">Privacy Policy</a>
<a href="#">Careers</a>
</div>
</div>
</div>
<div class="contact flex">
<h1>Get In Touch</h1>
<div>
<a href="mailto:[email protected]"><i class="fas fa-envelope"></i> [email protected]</a>
</div>
<div>
<a href="tel:+64234276244"><i class="fas fa-phone"></i> +(642) 342 762 44</a>
</div>
<div>
<a href="https://goo.gl/maps/7pNa2Xm2DrThPAtf7"><i class="fas fa-map-marker-alt"></i> 442 Belle Terre St Floor 7, San Francisco, AV 4206</a>
</div>
</div>
</div>
<div class="app-copyright flex">
<div class="app-links flex">
<div class="ios-app flex">
<i class="fa-brands fa-apple flex"></i>
<p>Download for IOS</p>
</div>
<div class="android-app flex">
<i class="fa-brands fa-google-play flex"></i>
<p>Download for Android</p>
</div>
</div>
<div class="copyright">
<p>Copyright © 2021 Appie. All rights reserved.</p>
</div>
</div>
<div class="top-of-the-page">
<a href="#" class="flex">
<i class="fa-solid fa-arrow-up flex"></i>
</a>
</div>
</footer>
<script src="https://kit.fontawesome.com/2a0854ee71.js" crossorigin="anonymous"></script>
</body>
</html>