-
Notifications
You must be signed in to change notification settings - Fork 0
/
pilot_shop.html
62 lines (61 loc) · 2.27 KB
/
pilot_shop.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Pilot Shop - Fred</title>
<link rel="stylesheet" href="modern-normalize.css">
<link rel="stylesheet" href="pilot_shop.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--All metadata here-->
</head>
<body>
<nav class="navbar">
<span>+800-2345-6789</span>
<a href="">MY ACCOUNT</a>
<a href="">WISHLIST</a>
<a href="">CHECKOUT</a>
<a href="">USD</a>
<a href="">CART 0</a>
<a href="">SEARCH STORE</a>
</nav>
<header class="header">
<div>
<img id="logo" src="https://dev.io-academy.uk/resources/pilotshop/images/logo.png">
</div>
<a>HOME</a>
<a>PRODUCTS</a>
<a>BLOG</a>
<a>SALE</a>
<a>ABOUT US</a>
<a>CONTACT US</a>
</header>
<section class="section1">
<div>
<h1>- A WIDE RANGE -</h1>
<h3>OF AVIATION PRODUCTS AND PILOT SUPPLIES</h3>
<button id="shop-now" type="text">Shop now!</button>
</div>
<div class="feature-container">
<div class="feature1"><p>HOT</p><p>HEADSETS</p><p>THE BEST OFFERS</p></div>
<div class="feature2"><p>ONLY</p><p>THE BEST</p><p>FLYING TUTORIALS</p></div>
<div class="feature3"><p>PORTABLE</p><p>GPS</p><p>THE HIGHEST QUALITY</p></div>
</div>
</section>
<section class="section2">
<div class="poffers">
<div class="coffers">
<img id="headset" src="https://dev.io-academy.uk/resources/pilotshop/images/headset.webp">
</div>
<div class="coffers">space</div>
<div class="coffers">space</div>
<div class="coffers">space</div>
<div class="coffers">space</div>
<div class="coffers">space</div>
<div class="coffers">space</div>
<div class="coffers">space</div>
</div>
<div>
<footer>© Copyright 2017-2021</footer>
</div>
</section>
</body>
</html>