-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
110 lines (87 loc) · 3.99 KB
/
index.html
File metadata and controls
110 lines (87 loc) · 3.99 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="index.css">
<!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> -->
<link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<title>Document</title>
</head>
<body>
<!-- <div class="main-image"> <a href="#"><span> <img src ="img/main 2.png" ></a></span>
</div> -->
<nav class="header">
<ul class="list">
<li class="apple"><a href="#"><span> <img src ="img/apple.png"></a></span>
</li>
<li><a href="#"><span>Store</span></a> </li>
<li><a href="#"><span>Mac</span></a></li>
<li><a href="#"><span>iPod</span></a></li>
<li><a href="#"><span>iPhone</span></a></li>
<li><a href="#"><span>iPad</span></a></li>
<li><a href="#"><span>iTunes</span></a></li>
<li><a href="#"><span>Support</span></a></li>
</ul>
<div class="search-bar">
<form action="/" method="post">
<div class="form">
<input type="search" name="search" id="search-text" />
<label class="label" for="search-text"><i class="fa fa-search" ></i></label>
</div>
</form>
</div>
</nav>
</article>
<div id="picture-texts">
<div class="individual-pic-text" id="verse-text">
<img src="img/heading.PNG" background="none">
</div>
<div class="individual-pic-text" id="verse-sub-text">
<img src="img/title.png">
</div>
<div class="individual-pic-text" id="verse-explore">
<img src="img/Subtitles.png" style="height: 37px;">
</div>
</div>
<!--advertisements -->
<div class="column">
<img src="https://web.archive.org/web/20140301004610im_/http://images.apple.com/home/images/promo_iphone5s.jpg" width="400" height="200" alt="iPhone 5s. Forward thinking.">
</div>
<div class="column">
<img src="https://web.archive.org/web/20140301004610im_/http://images.apple.com/home/images/promo_iphone5c.jpg" width="400" height="200" alt="iPhone 5c. For the colorful.">
</div>
<div class="column">
<img src="https://web.archive.org/web/20140301004610im_/http://images.apple.com/home/images/promo_30_years.jpg" width="400" height="200" alt="Happy Birthday, Mac. Explore 30 years of innovation on the Mac.">
</div>
<div class="column">
<img src="https://web.archive.org/web/20140301004610im_/http://images.apple.com/home/images/promo_supplier_responsibility.jpg" width="400" height="200" alt="Supplier Responsibility The latest results of our worldwide efforts.">
</div>
<!-- footer -->
<footer>
<div class="links">
<span>Shop the <span style="color:blue" >Apple Online Store</span> (1-800-MY-APPLE), visit an
<span style="color:blue">Apple Retail Store,</span> or find a
<span style="color:blue">reseller.</span></span>
<ul>
<li>Site Map</li>
<li>Hot News</li>
<li>RSS Feeds</li>
<li>Media Info</li>
<li>Environment</li>
<li>Job Opportunities</li>
<li>Contact Us</li>
<li>
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcSUc0n8p7OJmOyWwC47idvtpHc1e12oD7wWHQ&usqp=CAU"></li>
</ul>
</div>
<div class="down-footer ">
<span>
Copyright © 2014 Apple Inc. All rights reserved.<span style="color:blue"> Terms of Use</span>
</span>
<span style="color:blue">Privacy Policy</span>
</div>
</footer>
</body>
</html>