-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
61 lines (51 loc) · 1.76 KB
/
index.html
File metadata and controls
61 lines (51 loc) · 1.76 KB
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
<!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">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="main.css">
<title>Apple Clone</title>
</head>
<!-- navbar -->
<header class="header">
<nav class="nav">
<a href="#"><i class="fa fa-apple" style="font-size: 18px;;color:rgba(240, 255, 255, 0.664);"></i></a>
<a href="#">Store</a>
<a href="#">Mac</a>
<a href="#">iPad</a>
<a href="#">iPhone</a>
<a href="#">Watch</a>
<a href="#">AirPods</a>
<a href="#">TV & Home</a>
<a href="#">Only on Apple</a>
<a href="#">Accessories</a>
<a href="#">Support</a>
<a href="#"><i class="fa fa-search" style="font-size:18px;color:rgba(240, 255, 255, 0.664);"></i></a>
<a href="#"><i style="font-size :18px;color:rgba(240, 255, 255, 0.664);" class="fa"></i></a>
</nav>
</header>
<!-- logo of page content -->
<section class="section1">
<a class="logo">iPhone 13 Pro</a>
<a href="#">Overview</a>
<a href="#">Switching to iPhone</a>
<a href="#">Specs</a>
<a href="#" class="button">Buy</a>
</section>
<hr>
<section class="Section2">
<h3>iPhone 13 Pro</h3>
<h1>Oh. So. Pro.</h1>
<p>iPhone 13 Pro takes a huge leap forward, bringing incredible <br>speed to everything you do and dramatic new photo and video<br> capabilities — all in two great sizes.</p>
</section>
<section class="section3">
<a href="#" class="button2">Buy</a>
</section>
<section class="section4">
<img src="sierra.jpg" alt = "iphone pic">
</section>
<body>
</body>
</html>