-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
145 lines (121 loc) · 3.95 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
134
135
136
137
138
139
140
141
142
143
144
145
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Amazon</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/v4-font-face.min.css" integrity="sha512-YAIQTShdW1GyO8PvzxYSwqmoNBXWp/vntilAZvBogk0IPJYgyeQqVFwnoFBznX6maNw4emZZWyLLmClRXKDR3A==" crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<header>
<div class="navbar"
>
<div class= "nav-logo border" >
<div class="logo">
</div>
</div>
<div class="nav-address border">
<p class="add-first"> Deliver to</p>
<div class="add-icon">
<i class="fa-regular fa-location-dot"></i>
<div class=" country"> <p class="add-sec"> India </p>
</div>
</div>
</div>
<div class="nav-search">
<select>
<option>ALL</option>
<option>girlfriend</option>
<option>boyfriend</option>
<option>friend</option>
<option>bestfriend</option>
</select>
<input placeholder="Search amazon" class="search-input">
<div id="search-icon">
</div>
</div>
<div class="nav-signin border">
<p> <span>Hello, sign in </span> </p>
<p class="nav2">Account & Lists</p>
</div>
<div class="nouse border">
<p> <span> Return </span></p>
<p class="nav3"> & Orders</p>
</div>
<div class="navcart">
Cart
</div>
</div>
</div>
<div class="panel ">
<div class="mpanel"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M0 96C0 78.3 14.3 64 32 64l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 128C14.3 128 0 113.7 0 96zM0 256c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 288c-17.7 0-32-14.3-32-32zM448 416c0 17.7-14.3 32-32 32L32 448c-17.7 0-32-14.3-32-32s14.3-32 32-32l384 0c17.7 0 32 14.3 32 32z"/></svg>
<div class="all border"> All </div> </div>
<div class="panel-ops border">
<p> Today's Deals</p>
<p> Customer Service</p>
<p>Register</p>
<p>Gift Cards </p>
<p> Sell</p>
</div>
<div class="paneldeals border">
Shop Deals in Electronics
</div>
</div>
<div class="herosec">
<div class="heromsg">
This is a sample text This is a sample text This is a sample text This is a sample text
</div>
</div>
<div class="shopsec">
<div class="box1 box"><h2>Health & Personal care
</h2> See more
</div>
<div class="box2 box"><h2>home essentials</h2></div>
<div class="box3 box"><h2>New home arrivals </h2></div>
<div class="box4 box"><h2>deals in Fashion</div>
<div class="box5 box"><h2>kitchen</h2></div>
<div class="box8 box"><h2>GAMING</h2></div>
<div class="box6 box"><h2>DINING</h2></div>
<div class="box7 box"><h2>SOFT TOYS</div>
</div>
</header>
<footer>
<div class="footp1">
back to Top
</div>
<div class="footp2">
<ul>
<p> Get to know us</p>
<a> Blog</a><br>
<a> About Amazon</a><br>
<a> Investor Relations</a><br>
<a> Amazon Devices</a><br>
<a> Amazon Science</a><br>
</ul>
<ul>
<p> Get to know us</p>
<a> Blog</a><br>
<a> About Amazon</a><br>
<a> Investor Relations</a><br>
<a> Amazon Devices</a><br>
<a> Amazon Science</a><br>
</ul><ul>
<p> Get to know us</p>
<a> Blog</a><br>
<a> About Amazon</a><br>
<a> Investor Relations</a><br>
<a> Amazon Devices</a><br>
<a> Amazon Science</a><br>
</ul><ul>
<p> Get to know us</p>
<a> Blog</a><br>
<a> About Amazon</a><br>
<a> Investor Relations</a><br>
<a> Amazon Devices</a><br>
<a> Amazon Science</a><br>
</ul>
</div>
</footer>
</body>
</html>