-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
568 lines (566 loc) · 19.2 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
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
<!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" />
<!-- Google Fonts -->
<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=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,300&display=swap"
rel="stylesheet"
/>
<!-- main css file -->
<link rel="stylesheet" href="CSS/style.css" />
<!-- Font awesome Library -->
<link rel="stylesheet" href="CSS/all.min.css" />
<link rel="shortcut icon" href="./images/sponsers/sponser-7.png" type="image/x-icon">
<title>Appie. | Task master</title>
</head>
<body>
<!-- Navigation -->
<header class="main-header" id="main-header">
<div class="container">
<img
src="./images/logo.png"
alt="appie-logo"
class="logo"
width="121"
height="30"/>
<div class="min-nav">
<input class="checkbox" type="checkbox" name="" id="">
<ul class="nav-list">
<li class="item">
<a href="#">Home ⌄</a>
</li>
<li class="item"><a href="#">Service</a></li>
<li class="item">
<a href="#">Pages ⌄</a>
</li>
<li class="item">
<a href="#">News ⌄</a>
</li>
<li class="item"><a href="#">Contact</a></li>
</ul>
<button class="btn">Get Started</button>
<div class="hamburger-lines">
<span class="line line1"></span>
<span class="line line2"></span>
<span class="line line3"></span>
</div>
</div>
</div>
</header>
<!-- End Navigation -->
<!-- Hero-section -->
<section class="hero">
<div class="container">
<div class="content">
<p>
Ready to launch <br />
your app in one, <br /><strong>Application</strong>
</p>
<br />
<p>Find the best application in the appie</p>
<br />
<div class="input-container">
<i class="fa-solid fa-envelope icon-envelope"></i>
<input
class="input-field"
type="email"
placeholder=" [email protected]"
/>
<i class="fa-solid fa-arrow-right icon-arright"></i>
</div>
<div class="people-reviews">
<img
class="rounded first"
src="./images/people/customer-1.jpg"
alt="people-1"
/>
<img
class="rounded second"
src="./images/people/customer-2.jpg"
alt="people-2"
/>
<img
class="rounded third"
src="./images/people/customer-4.jpg"
alt="people-4"
/>
<img
class="rounded fourth"
src="./images/people/customer-5.jpg"
alt="people-5"
/>
<div class="fdpack">
<strong>30K</strong><br />
<p>Feedback</p>
</div>
</div>
</div>
<img class="hero-img" src="./images/hero.png" alt="phone" />
</div>
</section>
<!-- App features -->
<section class="features-head">
<div class="feat-content">
<h2>How does it work</h2>
<p>The full monty spiffing good time no biggie cack grub fantastic.</p>
</div>
<div class="icn-btn">
<button class="feat-btn">View all Features <i class="fa-solid fa-arrow-right btn-ar"></i></button>
</div>
</section>
<section class="table-feat">
<div class="elec-ta">
<i class="fa-solid fa-bolt-lightning ic-blt"></i>
<h3>Fast and intuitive</h3>
<p>
Oxford posh bevvy give us a bell gutted mate spend a penny quaint
cockup plastered
</p>
<br />
<span>Read Mor→</span>
</div>
<div class="home-ta">
<i class="fa-solid fa-house-chimney ic-h"></i>
<h3>Fast and intuitive</h3>
<p>
Oxford posh bevvy give us a bell gutted mate spend a penny quaint
cockup plastered
</p>
<br />
<span>Read Mor→</span>
</div>
<div class="chain-ta">
<i class="fa-solid fa-link ic-chin"></i>
<h3>Fast and intuitive</h3>
<p>
Oxford posh bevvy give us a bell gutted mate spend a penny quaint
cockup plastered
</p>
<br />
<span>Read Mor→</span>
</div>
<div class="bell-ta">
<i class="fa-solid fa-bell ic-bll"></i>
<h3>Fast and intuitive</h3>
<p>
Oxford posh bevvy give us a bell gutted mate spend a penny quaint
cockup plastered
</p>
<br />
<span>Read Mor→</span>
</div>
<div class="gear-ta">
<i class="fa-solid fa-gear ic-ger"></i>
<h3>Fast and intuitive</h3>
<p>
Oxford posh bevvy give us a bell gutted mate spend a penny quaint
cockup plastered
</p>
<br />
<span>Read Mor→</span>
</div>
<div class="lock-ta">
<i class="fa-solid fa-lock ic-lck"></i>
<h3>Fast and intuitive</h3>
<p>
Oxford posh bevvy give us a bell gutted mate spend a penny quaint
cockup plastered
</p>
<br />
<span>Read Mor→</span>
</div>
</section>
<!-- Marketing -->
<section class="marketing-section">
<div class="container">
<picture>
<img class="marketing-img" src="./images/about-thumb.png" alt="about thumb image">
</picture>
<div class="about-text-box">
<div>
<h2 class="main-about-text">
<span>Marketing</span>
Make a lasting<br>
impression with appie.
</h2>
<p class="description-about-text">
Jolly good quaint james bond victoria sponge happy days cras
arse over blatant.
</p>
</div>
<div class="about-features-cont">
<div class="feature">
<i class="fa-solid fa-circle-check feature-icon"></i>
<h3>Carefully designed</h3>
<p>
Mucker plastered bugger all
mate morish are.
</p>
</div>
<div class="feature">
<i class="fa-solid fa-circle-check feature-icon"></i>
<h3>Choose a App</h3>
<p>
Mucker plastered bugger all
mate morish are.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- Marketing -->
<!-- FModl-section -->
<section class="fmodl-section">
<div class="container">
<div class="h-section">
<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="flx-con">
<div class="li-model">
<span class="dot-one"></span>
<span class="dot-two"></span>
<span class="dot-three"></span>
<div class="li-one">
<h5>Well Integrated</h5>
<p>The bee's knees chancer car boot absolutely.</p>
</div>
<div class="li-two">
<h5>Clean and modern Design</h5>
<p>The bee's knees chancer car boot absolutely.</p>
</div>
<div class="li-three">
<h5>Light and dark mode</h5>
<p>The bee's knees chancer car boot absolutely.</p>
</div>
</div>
<div class="ap-ph">
<img src="./images/features-thumb-2.png" alt="features" />
</div>
</div>
</div>
</section>
<!-- End FModl-section -->
<!-- Articles-section -->
<section class="article-main">
<div class="article-hding">
<h3>How does it work</h3>
<p>The full spiffing good time no biggie cack grub fantastic.</p>
</div>
<div class="ta-staticts">
<div class="st-one">
<img
src="./images/icons/counter-icon-1.svg"
alt="icon-people"
width="60"
height="60"
/>
<span><b>45</b>k+</span>
<h6>Active installation</h6>
</div>
<div class="st-two">
<img
src="./images/icons/counter-icon-2.svg"
alt="icon-achievement"
width="60"
height="60"
/>
<span><b>108</b>+</span>
<h6>Active installation</h6>
</div>
<div class="st-three">
<img
src="./images/icons/counter-icon-3.svg"
alt="icon-faces"
width="60"
height="60"
/>
<span><b>307</b>+</span>
<h6>Active installation</h6>
</div>
<div class="st-four">
<img
src="./images/icons/counter-icon-4.svg"
alt="icon-comments&like"
width="60"
height="60"
/>
<span><b>725</b>k+</span>
<h6>Active installation</h6>
</div>
</div>
<div class="two-review">
<div>
<img class="thumb-img" src="./images/video-thumb-1.jpg" alt="video-thumb" />
<div class="article-last">
<h2>Watch the two-minute video to learn how.</h2>
<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>
<button class="gdo-btn">Get started</button>
</div>
</div>
<div class="right-box">
<img
class="thumb-img-two"
src="./images/video-slide-1.jpg"
alt="video-slide"
width="350"
height="340"
/>
<div class="arrow-btns">
<i class="fa-solid fa-arrow-left an-l"></i>
<i class="fa-solid fa-arrow-right an-r"></i>
</div>
</div>
</div>
</section>
<!-- End Article-->
<!-- Download-section -->
<section class="dw-container">
<div class="container">
<div class="tx-dw">
<h1>Download Our App</h1>
<h2>
App is available <br />
for free on app store
</h2>
<p>
Jolly good quaint james bond victoria sponge happy days cras <br />
arse over blatant.
</p>
</div>
<div class="dw-store">
<div class="app-store">
<i class="fa-brands fa-apple apple"></i>
<h4>Download for<br /><strong>IOS</strong></h4>
</div>
<div class="google-play">
<i class="fa-brands fa-google-play play"></i>
<h4>
Download for <br />
<strong>Android</strong>
</h4>
</div>
</div>
</div>
</section>
<!-- End Download-section -->
<!-- Plans-section -->
<section class="pricing-section">
<div class="pricing-main">
<h1>Simple pricing for Everyone</h1>
<p>The full monty spiffing good time no biggle cack grub fantastic.</p>
<div class="pink-btn">
<button>Monthly</button>
<p>Yearly</p>
</div>
</div>
<div class="pricing-plan-container">
<div class="plan-card">
<h1>Fresh</h1>
<p><sup>$</sup><strong>04</strong>/month</p>
<p>Get your 14 day free trail</p>
<hr />
<div class="features-card-container">
<p class="feature">60-day chat history</p>
<p class="feature">15 GB cloud storage</p>
<p class="feature">24/7 Support</p>
</div>
<button class="gdo-btn">Choose plane</button>
</div>
<div class="plan-card most-popular">
<h2>Sweet</h2>
<p><sup>$</sup><strong>16</strong>/month</p>
<p>Billed $276 per website annually</p>
<hr />
<div class="features-card-container">
<p class="feature">60-day chat history</p>
<p class="feature">15 GB cloud storage</p>
<p class="feature">24/7 Support</p>
</div>
<button class="gdo-btn">Choose plane</button>
</div>
<div class="plan-card">
<h3>Juicy</h3>
<p><sup>$</sup><strong>27</strong>/month</p>
<p>Billed $276 per website annually</p>
<hr />
<div class="features-card-container">
<p class="feature">60-day chat history</p>
<p class="feature">Data security</p>
<p class="feature">100 GB cloud storage</p>
<p class="feature">24/7 Support</p>
</div>
<button class="gdo-btn">Choose plane</button>
</div>
</div>
</section>
<!-- End Plans-section -->
<!-- Start Testimonials-section -->
<section class="testimonials-section">
<div class="container">
<div class="picture-card">
<img src="./images/people/handsome.jpg" alt="Hanson Deck" width="113" height="129">
<div class="stars">
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
</div>
<p class="reviews">(4.7) review</p>
</div>
<div class="testimonials-text-box">
<p>
Why I say old chap that is spiffing chip shop such a fibber the bee's<br>
knees, the wireless Richard fantastic do one cracking goal pukka<br>
baking cakes starkers mush don't get shirty with me argy bargy, I naff<br>
chimney pot blimey he lost his bottle cup.
</p>
<div class="people-info">
<div>
<h3>AbdulRahman adel</h3>
<p>Web developer</p>
</div>
<div class="arrow-btns">
<i class="fa-solid fa-arrow-left an-l"></i>
<i class="fa-solid fa-arrow-right an-r"></i>
</div>
</div>
</div>
</section>
<!-- End Testimonials-section -->
<!-- start Sponsers-section -->
<section class="sponser-container">
<div class="h-section">
<h1>
Appie worksbest with <br>
your favorite platforms
</h1>
<p>Join over 40,000 businesses worldwide.</p>
</div>
<div class="sponsers-brands">
<div class="brand">
<img src="./images/sponsers/sponser-1.png" alt="">
</div>
<div class="brand">
<img src="./images/sponsers/sponser-2.png" alt="">
</div>
<div class="brand">
<img src="./images/sponsers/sponser-3.png" alt="">
</div>
<div class="brand">
<img src="./images/sponsers/sponser-4.png" alt="">
</div>
<div class="brand">
<img src="./images/sponsers/sponser-5.png" alt="">
</div>
<div class="brand">
<img src="./images/sponsers/sponser-6.png" alt="">
</div>
<div class="brand">
<img src="./images/sponsers/sponser-7.png" alt="">
</div>
<div class="brand">
<img src="./images/sponsers/sponser-8.png" alt="">
</div>
<div class="brand">
<img src="./images/sponsers/sponser-9.png" alt="">
</div>
<div class="brand">
<img src="./images/sponsers/sponser-10.png" alt="">
</div>
</div>
</section>
<!-- End Sponsers-section -->
<!-- Footer-section -->
<footer class="footer-container">
<div class="container">
<div class="firs-section">
<div class="first-first">
<img
src="./images/logo.png"
alt="appie-logo"
width="121"
height="30"
/>
<p class="appie-disc">Appie WordPress is Theme is the last <br>
theme you well ever have.
</p>
<a href="#" target="_blank">Read More
<i class="fa fa-solid fa-arrow-right arrow-icon"></i>
</a>
<div class="social-media-container">
<a class="social-icons" href="#"><i class="fa-brands fa-facebook-f"></i></a>
<a class="social-icons" href="#"><i class="fa-brands fa-twitter"></i></a>
<a class="social-icons" href="#"><i class="fa-brands fa-pinterest-p"></i></a>
<a class="social-icons" href="#"><i class="fa-brands fa-linkedin-in"></i></a>
</div>
</div>
<div class="first-second twin">
<p>Company</p>
<ul>
<li><a href="#" target="_blank">About Us</a></li>
<li><a href="#" target="_blank">Service</a></li>
<li><a href="#" target="_blank">Case Studies</a></li>
<li><a href="#" target="_blank">Blog</a></li>
<li><a href="#" target="_blank">Content</a></li>
</ul>
</div>
<div class="first-third twin">
<p>Support</p>
<ul>
<li><a href="#" target="_blank">Community</a></li>
<li><a href="#" target="_blank">Resources</a></li>
<li><a href="#" target="_blank">FAQS</a></li>
<li><a href="#" target="_blank">Privacy Policy</a></li>
<li><a href="#" target="_blank">Careers</a></li>
</ul>
</div>
<div class="first-fourth">
<p>Get In Touch</p>
<ul>
<li>
<i class="fa-solid fa-envelope get-touch-icon"></i>
<a href="#" target="_blank">
</li>
<li>
<i class="fa-solid fa-phone-flip get-touch-icon"></i>
<a href="phone:+(642)34276244" target="_blank">
+(642)34276244</a>
</li>
<li>
<i class="fa-solid fa-location-dot get-touch-icon navigation"></i>
<a href="https://www.google.com/maps/place/Centro+Comercial+San+Francisco/" target="_blank">
442 Belle Terre St Floor 7, San<br> Francisco, AV 4206
</a>
</li>
</ul>
</div>
</div>
<hr>
<div class="copyright">
<div class="D-footer-btns">
<a class="footer-btn" href="https://www.apple.com/store" target="_blank"><i class="fa-brands fa-apple store-btn"></i>Download for iOS
<a class="footer-btn" href="https://play.google.com/" target="_blank"><i class="fa-brands fa-google-play store-btn"></i>Download for Android</a>
</div>
<p class="copyright-p">Copyright © 2021 Appie. All rights reserved.</p>
</div>
<a class="upsite-arrow" href="#main-header"><i class="fa fa-arrow-up icon-to-up"></i></a>
</div>
</footer>
<!-- End Footer-section -->
</body>
</html>