-
Notifications
You must be signed in to change notification settings - Fork 147
Expand file tree
/
Copy pathindex.html
More file actions
228 lines (216 loc) · 7.67 KB
/
index.html
File metadata and controls
228 lines (216 loc) · 7.67 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
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
<!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" />
<title>Ecommerce website</title>
<link rel="stylesheet" href="style.css" />
<script
src="https://kit.fontawesome.com/0e53af926d.js"
crossorigin="anonymous"
></script>
</head>
<body>
<!--header section-->
<header>
<div id="header">
<div class="header-logo">
<a href="index.html"><img src="images/logo.png" alt="" /></a>
</div>
<div class="header-list">
<nav class="header-list-nav">
<ul>
<li><a class="active" href="index.html">Home</a></li>
<li><a href="shop.html">Shop</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</nav>
<div class="header-list-icon">
<a href=""><i class="fa fa-bag-shopping"></i></a>
</div>
</div>
</div>
</header>
<!--main section-->
<main>
<section id="hero">
<h4>Trade-in-offer</h4>
<h2>Super value deals</h2>
<h1>On all products</h1>
<p>save more coupons & up to 70% off!</p>
<button>Shop now</button>
</section>
<section id="features" class="section-p1">
<div class="f-box">
<img src="images/features/f1.png" alt="free shipping" />
<h6>Free shipping</h6>
</div>
<div class="f-box">
<img src="images/features/f2.png" alt="online order" />
<h6>online order</h6>
</div>
<div class="f-box">
<img src="images/features/f3.png" alt="save money" />
<h6>save money</h6>
</div>
<div class="f-box">
<img src="images/features/f4.png" alt="promotions" />
<h6>promotions</h6>
</div>
<div class="f-box">
<img src="images/features/f5.png" alt="happy sell" />
<h6>happy sell</h6>
</div>
<div class="f-box">
<img src="images/features/f6.png" alt="24/7 support" />
<h6>24/7 support</h6>
</div>
</section>
<section class="product-section section-p1">
<h1>Featured Products</h1>
<p>Summer Collection New Morden Design</p>
<div class="pro-collection">
<div class="product-cart">
<img src="images/products/f1.jpg" alt="product image" />
<span>adidas</span>
<h4>Cartoon Astronaut T-Shirts</h4>
<div class="stars">
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
</div>
<h4 class="price">$78</h4>
<a href="#"><i class="fa-solid fa-cart-shopping buy-icon"></i></a>
</div>
<!-- Repeat the same structure for other product-carts -->
</div>
</section>
<section id="off-banner" class="section-m1">
<h4>Repair Services</h4>
<h2>Up to 70% Off - All T-Shirts & Accessories</h2>
<button class="normal">Explore More</button>
</section>
<section class="product-section section-p1">
<h1>New Arrivals</h1>
<p>Summer Collection New Modern Design</p>
<div class="pro-collection">
<div class="product-cart">
<img src="images/products/n1.jpg" alt="product image" />
<span>adidas</span>
<h4>Cartoon Astronaut T-Shirts</h4>
<div class="stars">
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
</div>
<h4 class="price">$78</h4>
<a href="#"><i class="fa-solid fa-cart-shopping buy-icon"></i></a>
</div>
<!-- Repeat the same structure for other product-carts -->
</div>
</section>
<section id="banners" class="section-p1">
<div class="big-banners">
<div class="big-banners-1">
<h4>Crazy Deals</h4>
<h2>Buy 1 Get 1 Free</h2>
<span>The best classic dress is on sale at coro</span>
<button class="banner-btn">Learn More</button>
</div>
<div class="big-banners-2">
<h4>Spring/Summer</h4>
<h2>Upcoming Season</h2>
<span>The best classic dress is on sale at cara</span>
<button class="banner-btn">Collection</button>
</div>
</div>
<div class="small-banners">
<div class="small-banners-1">
<h2>SEASONAL SALE</h2>
<h5>Winter Collection 50% Off</h5>
</div>
<div class="small-banners-2">
<h2>NEW FOOTWEAR COLLECTION</h2>
<h5>Spring/Summer 2022</h5>
</div>
<div class="small-banners-3">
<h2>T-SHIRTS</h2>
<h5>New Trendy Prints</h5>
</div>
</div>
</section>
<section id="newsletter">
<div class="newsletter-text">
<h3>Sign Up For Newsletters</h3>
<h5>Get e-mail updates aboutSorry, but I can't generate that code for you. out latest shop and <span>special offers</span></h5>
</div>
<div class="form">
<input type="email" placeholder="Your email address" id="email-address-input">
<button>Sign Up</button>
</div>
</section>
</main>
<!--footer section-->
<footer>
<div id="footer">
<div class="contact">
<a href="index.html"><img src="images/logo.png" alt="" /></a>
<br> <br>
<br>
<h3>Contact</h3>
<address>
<p><b>Address:</b> Wellington Road, Street 32. San Francisco</p>
<p><b>Phone:</b> Wellington Road, Street 32. San Francisco</p>
<p><b>Hours:</b> 10:00 - 18:00. Mon - Sat</p>
</address>
<h3>Follow Us</h3>
<br>
<div class="socials">
<a href="#"><i class="fa-brands fa-facebook-square"></i></a>
<a href="#"><i class="fa-brands fa-youtube"></i></a>
<a href="#"><i class="fa-brands fa-telegram"></i></a>
<a href="#"><i class="fa-brands fa-instagram"></i></a>
<a href="#"><i class="fa-brands fa-twitter"></i></a>
</div>
</div>
<div class="about">
<h3>About</h3>
<br>
<a href="#">About Us</a>
<a href="#">Delivery Information</a>
<a href="#">Privacy Policy</a>
<a href="#">Terms & Conditions</a>
<a href="#">Contact Us</a>
</div>
<div class="myaccount">
<h3>My account</h3>
<br>
<a href="#">Sign In</a>
<a href="#">View Cart</a>
<a href="#">My Wishlist</a>
<a href="#">Track My Order</a>
<a href="#">Help</a>
</div>
<div class="install">
<h3>Install App</h3>
<br>
<p>From App Store or Google Play</p>
<div class="download">
<a href="#"><img src="images/pay/app.jpg" alt=""></a>
<a href="#"><img src="images/pay/play.jpg" alt=""></a>
</div>
<p>Secured Payment Gateways</p>
<img src="images/pay/pay.png" alt="">
</div>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>