-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
171 lines (162 loc) · 6.26 KB
/
index.html
File metadata and controls
171 lines (162 loc) · 6.26 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
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
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Pandas Ecommerce</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet" />
<link rel="stylesheet" href="styles/style.css" />
</head>
<body>
<header>
<nav>
<div class="nav-container">
<div class="logos">
<img src="images/logo.png" alt="" />
</div>
<div class="search-bar">
<input class="search-input" type="text" placeholder="Search" />
<i class="fa-solid fa-magnifying-glass search-icon"></i>
</div>
<div class="nav-link-contienr">
<ul class="nav-links">
<li><a href="#">Home</a></li>
<li><a href="#">Product</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Contact Us</a></li>
</ul>
</div>
</div>
</nav>
<div class="hero-section">
<div class="hero-info">
<h1 class="hero-titel">Mi LED TV 4A PRO 32</h1>
<p class="sub-peragraph">
Amet minim mollit non deserunt ullamco est sit aliqua dolor do amet
sint. Velit officia consequat duis enim velit mollit. Exercitation
veniam consequat sunt nostrud amet.
</p>
<p class="hero-price">$1289</p>
<button class="btn prime-bg">BUY NOW →</button>
</div>
<img class="hero-image" src="images/banner-images/tv.png" alt="" />
</div>
</header>
<main>
<section>
<div class="categroy-section">
<h1 class="section-title">Categories</h1>
<div class="all-category">
<div class="category yellow-bg">
<h3 cl>Watch</h3>
<img src="images/categories/watch.png" alt="" />
</div>
<div class="category prime-bg">
<h3>Bag</h3>
<img src="images/categories/bag.png" alt="" />
</div>
<div class="category yellow-blue">
<h3>Shoes</h3>
<img src="images/categories/shoes.png" alt="" />
</div>
</div>
</div>
</section>
<section class="all-product-continer">
<div class="all-product">
<div class="category-details">
<h3 class="category-name">Shoes</h3>
<p class="see-all-btn">See All</p>
</div>
<div class="products">
<div class="card-continer">
<img src="images/shoes/shoe-1.png" alt="" />
<h3 class="product-name">Reebok Dart Men’s Shoes</h3>
<p class="sub-peragraph">
Amet minim mollit non deserunt ullamco est sit aliqua dolor do
amet sint.
</p>
<p class="price">$1289</p>
<button class="btn">BUY NOW →</button>
</div>
<div class="card-continer">
<img src="images/shoes/shoe-2.png" alt="" />
<h3 class="product-name">Reebok Pump</h3>
<p class="sub-peragraph">
Amet minim mollit non deserunt ullamco est sit aliqua dolor do
amet sint.
</p>
<p class="price">$1289</p>
<button class="btn">BUY NOW →</button>
</div>
<div class="card-continer">
<img src="images/shoes/shoe-3.png" alt="" />
<h3 class="product-name">Reebok All Terrain</h3>
<p class="sub-peragraph">
Amet minim mollit non deserunt ullamco est sit aliqua dolor do
amet sint.
</p>
<p class="price">$1289</p>
<button class="btn">BUY NOW →</button>
</div>
</div>
</div>
<div class="all-product">
<div class="category-details">
<h3 class="category-name">Backpack</h3>
<p class="see-all-btn">See All</p>
</div>
<div class="products">
<div class="card-continer">
<img src="images/bags/bag-1.png" alt="" />
<h3 class="product-name">Ison Backpack</h3>
<p class="sub-peragraph">
Amet minim mollit non deserunt ullamco est sit aliqua dolor do
amet sint.
</p>
<p class="price">$1289</p>
<button class="btn">BUY NOW →</button>
</div>
<div class="card-continer">
<img src="images/bags/bag-2.png" alt="" />
<h3 class="product-name">Biaowang Backpack</h3>
<p class="sub-peragraph">
Amet minim mollit non deserunt ullamco est sit aliqua dolor do
amet sint.
</p>
<p class="price">$1289</p>
<button class="btn">BUY NOW →</button>
</div>
<div class="card-continer">
<img src="images/bags/bag-3.png" alt="" />
<h3 class="product-name">Dxyizu WS54 Smart</h3>
<p class="sub-peragraph">
Amet minim mollit non deserunt ullamco est sit aliqua dolor do
amet sint.
</p>
<p class="price">$1289</p>
<button class="btn">BUY NOW →</button>
</div>
</div>
</div>
</section>
</main>
<footer>
<div class="footer-container">
<h3 class="contact-title">LET'S STAY IN TOUCH</h3>
<p class="sub-peragraph">Get updates on sales specials and more</p>
<div class="subscribe-container">
<input class="email-input" type="email" placeholder="Enter your email">
<button class="send-btn prime-bg ">Send</button>
</div>
</div>
</footer>
<script
src="https://kit.fontawesome.com/2cac2cef62.js"
crossorigin="anonymous"></script>
</body>
</html>