-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
95 lines (95 loc) · 4.64 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
<!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>Apple</title>
<link rel="icon" href="./img/apple title.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="nav">
<ul class="topics">
<li class="sub"><i class="fa fa-apple hello"></i></li>
<li class="sub">Store</li>
<li class="sub">Mac</li>
<li class="sub">iPad</li>
<li class="sub">iPhone</li>
<li class="sub">Watch</li>
<li class="sub">AirPods</li>
<li class="sub">TV & Home</li>
<li class="sub">Only on Apple</li>
<li class="sub">Accessories</li>
<li class="sub">Support</li>
<li class="sub"><i class="fa fa-search hello"></i></li>
<li class="sub"><i class="fa fa-shopping-bag hello"></i></li>
</ul>
</div>
<div class="announcement">
<h2>Introducing the new <br> MacBook Pro and Mac mini</h2>
<button class="play-button">Watch the announcement <i class="fa play"></i>
</button>
</div>
<div class="mac">
<h2 style="font-size: 56px;">MacBook Pro</h2>
<p style="font-size: 28px;">Super charged by M2 Pro and M2 Max</p>
<p style="font-size: 21px; color: #667;">Available starting 1.24</p>
<a href="#" style="margin-right: 30px;">Learn More</a><a href="#">Order Now</a>
<img src="./img/macbook-pro-14-and-16_overview__fz0lron5xyuu_og.png" alt="macbook pro">
</div>
<div class="mac-mini">
<h2 style="font-size: 56px;">Mac mini</h2>
<p style="font-size: 28px;">Super charged by M2 and M2 Pro</p>
<p style="font-size: 21px; color: #667;">Available starting 1.24</p>
<a href="#" style="margin-right: 30px;">Learn More</a><a href="#">Order Now</a>
<img src="./img/mac-mini" alt="mac mini">
</div>
<div class="homepod">
<h2 style="font-size: 56px;">HomePod</h2>
<p style="font-size: 28px;">Profound sound</p>
<p style="font-size: 21px; color: #667;">Available starting 2.3</p>
<a href="#" style="margin-right: 30px;">Learn More</a><a href="#">Order Now</a>
<img src="./img/homepod" alt="macbook pro">
</div>
<div class="watch">
<h2 style="font-size: 56px;">Creativity and <br>community. <br>Woven together</h2>
<p style="font-size: 28px;">Explore the new Black Unity watch<br>Band and matching Face</p>
<a href="#" style="margin-right: 30px;">Learn More</a><a href="#">Buy</a>
<img src="./img/Apple-Watch" alt="macbook pro">
</div>
<div class="watch1">
<h2 style="font-size: 56px;"><i class="fa fa-apple"></i> Watch</h2>
<p style="font-size: 28px; color: red; margin-top: -45px;">Series 8</p>
<p style="font-size: 28px;">A healthy leap ahead</p>
<a href="#" style="margin-right: 30px;">Learn More</a><a href="#">Order Now</a>
<img src="./img/gps-lte__de35dernyje6_og.png" alt="macbook pro">
</div>
<div class="iphone-pro">
<h2 style="font-size: 56px;">iPhone 14 Pro</h2>
<p style="font-size: 28px;">Pro and beyond</p>
<a href="#" style="margin-right: 30px;">Learn More</a><a href="#">Buy</a>
<img src="./img/Apple-iPhone-14-Pro-iPhone-14-Pro-Max-hero-220907.jpg.og.jpg" alt="macbook pro">
</div>
<div class="iphone">
<h2 style="font-size: 56px;">iPhone 14</h2>
<p style="font-size: 28px;">Big and bigger</p>
<a href="#" style="margin-right: 30px;">Learn More</a><a href="#">Order Now</a>
<img src="./img/Apple-iPhone-14.jpg" alt="macbook pro">
</div>
<div class="ipad">
<h2 style="font-size: 56px;">iPad</h2>
<p style="font-size: 28px;">Lovable.Drawable.Magical</p>
<a href="#" style="margin-right: 30px;">Learn More</a><a href="#">Buy</a>
<img src="./img/ipad-mini-finish" alt="macbook pro">
</div>
<div class="privacy">
<h2 style="font-size: 56px;"><i class="fa fa-apple"></i> Privacy</h2>
<p style="font-size: 28px; color: red; margin-top: -45px;">How iPhone helps <br> protect your privacy</p>
<p style="font-size: 28px;">Watch the film <i class="fa play"></i></p>
<img src="./img/gps-lte__de35dernyje6_og.png" alt="macbook pro">
</div>
<div class="credits">Designed By AzaanUllah-Khan ©</div>
</body>
</html>