-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
133 lines (133 loc) · 4.79 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Apple</title>
<link rel="stylesheet" href="./css/styles.css" />
</head>
<body>
<div class="main-contanier">
<div class="header-container">
<nav class="header-nav">
<ul>
<li>
<a href="#"><span class="nav-elements nav-apple"></span></a>
</li>
<li>
<a href="#"><span class="nav-elements nav-store"></span></a>
</li>
<li>
<a href="#"><span class="nav-elements nav-mac"></span></a>
</li>
<li>
<a href="#"><span class="nav-elements nav-ipod"></span></a>
</li>
<li>
<a href="#"><span class="nav-elements nav-iphone"></span></a>
</li>
<li>
<a href="#"><span class="nav-elements nav-ipad"></span></a>
</li>
<li>
<a href="#"><span class="nav-elements nav-itune"></span></a>
</li>
<li>
<a href="#"><span class="nav-elements nav-support"></span></a>
</li>
</ul>
<form action="" method="#">
<div>
<input type="text" name="search" placeholder="Search.." />
</div>
</form>
</nav>
<header>
<h1>
<a href="#">
<img
class="small"
src="https://web.archive.org/web/20140301004610im_/http://images.apple.com/home/images/your_verse_title_small_2x.png"
alt="What will your verse be?"
/></a>
</h1>
<h2>
<a href="#">
<img
class="small-2"
src="https://web.archive.org/web/20140301004610im_/http://images.apple.com/home/images/your_verse_subhead_small_2x.png"
alt="Everyone has something to share. See how people are using iPad in their unique ways to add to the world’s story."
/></a>
</h2>
<div>
<a href="#">
<img
class="medium"
src="https://web.archive.org/web/20140301004610im_/http://images.apple.com/home/images/cta_your_verse_27pt_2x.png"
alt="Watch the 'Your Verse' film and explore the stories"
/>
</a>
</div>
</header>
</div>
<div class="body-container">
<div class="body-imgs">
<a href="#">
<img
alt="iPhone 5s. Forward thinking."
src="https://archive.md/UW4oR/4199f096e33e638ba9aeb6c6dec3a3e64794d02c.jpg"/></a>
</div>
<div class="body-imgs">
<a href="#">
<img
alt="iPhone 5c. For the colorful."
src="https://archive.md/UW4oR/6032fe46fd16493ddda4e90ae45725962fc826b9.jpg"/>
</a>
</div>
<div class="body-imgs">
<a href="#">
<img
alt="Happy Birthday, Mac. Explore 30 years of innovation on the Mac."
src="https://archive.md/UW4oR/307a4ef1971d63d523c362cc3e49f923549fcefc.jpg"/>
</a>
</div>
<div class="body-imgs">
<a href="#">
<img
alt="Supplier Responsibility The latest results of our worldwide efforts."
src="https://archive.md/UW4oR/ec67ffeb084d1b9c83687205641697baa4122bee.jpg"/>
</a>
</div>
</div>
<div class="footer-container">
<div class="more-info">
<p>
Shop the <a href="#">Apple Online Store </a> (1-800-MY-APPLE), visit
an <a href="#">Apple Retail Store</a>, or find a
<a href="#">reseller</a> .
</p>
<ul>
<li><a href="#">Site Map</a></li>
<li><a href="#">Hot News</a></li>
<li><a href="#">RSS Feeds</a></li>
<li><a href="#">Media Info</a></li>
<li><a href="#">Environment</a></li>
<li><a href="#">Job Opportunities</a></li>
<li><a href="#">Contact Us</a></li>
<li><a href="#">icon</a></li>
<li><a href="#"><img
src="https://web.archive.org/web/20140301004610im_/http://images.apple.com/global/elements/flags/16x16/usa_2x.png"
alt="Choose your country or region" height="16" width="16"></a></li>
</ul>
</div>
<footer>
<p>
Copyright © 2014 Apple Inc. All rights reserved.
<a href="#">Terms of Use</a> | <a href="#">Privacy Policy</a>
</p>
</footer>
</div>
</div>
</body>
</html>