-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
310 lines (292 loc) · 11.8 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
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
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Fav Icon -->
<link rel="icon" type="image/x-icon" href="img/favicon.png">
<!-- Meta description for website -->
<meta name="description"
content="This is my landing page design as a sample that descibes our job">
<!-- Font awesome style sheet -->
<link rel="stylesheet" href="css/all.min.css">
<!-- normalize style Sheet -->
<link rel="stylesheet" href="css/normalize.css">
<!-- main style sheet -->
<link rel="stylesheet" href="css/style.css">
<!-- Responsive Media query style sheet -->
<link rel="stylesheet" href="css/media.css">
<!-- Google fonts -->
<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=Open+Sans:wght@400;700&family=Poppins:wght@300;400;500;600;700;800&family=Roboto:wght@100;300;400;500;700;900&family=Work+Sans:wght@100;200;400;500;700;800&display=swap" rel="stylesheet">
<title>Landing Page | No.1</title>
</head>
<body>
<div class="opening-sec container">
<!-- Navbar section -->
<nav>
<div class="logo">
<p>NewLAP</p>
</div>
<div class="mobile-search-nav">
<div class="search">
<input type="search" name="" id="search" placeholder="Search">
</div>
<ul class="nav-bar" id="menu">
<li><a href="#">Store</a></li>
<li><a href="#">Feature</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">News</a></li>
</ul>
</div>
<div class="nav-icons">
<a href="#"> <i class="fa-regular fa-heart"></i> </a>
<a href="#" class="shopping-icon"> <i class="fa-solid fa-cart-shopping"></i> <span class="shopping-number">0</span> </a>
<i class="fa-solid fa-bars menu-btn" id="menu-btn"></i>
</div>
</nav>
<span class="arrow arrow-left"><i class="fa-solid fa-chevron-left"></i></span>
<!-- Landing Section -->
<div class="landing-sec">
<div class="product">
<img class="laptop-img" src="img/laptop-black-600.png" alt="laptop image">
<div class="product-description">
<p>category</p>
<h2>Laptop Name</h2>
<button class="buy-btn">Buy now</button>
</div>
</div>
</div>
<span class="arrow arrow-right"><i class="fa-solid fa-chevron-right"></i></span>
</div>
<div class="landing-sec-footer container">
<div>
<i class="fa-solid fa-truck-fast"></i>
<div>
<h3>Fast delivery</h3>
<p class="small-text">Lorem ipsum dolor sit amet consectetur adipisicing elit. Eligendi, rerum.</p>
</div>
</div>
<div>
<i class="fa-solid fa-arrows-rotate"></i>
<div>
<h3>Exercitation</h3>
<p class="small-text">Lorem ipsum dolor sit amet consectetur, adipisicing elit. Minus, iste?</p>
</div>
</div>
<div>
<i class="fa-solid fa-headset"></i>
<div>
<h3>Customer Services</h3>
<p class="small-text">Lorem ipsum dolor sit amet consectetur adipisicing elit. Minima, iste.</p>
</div>
</div>
<div>
<i class="fa-brands fa-shopify"></i>
<div>
<h3>Shopping</h3>
<p class="small-text">Lorem ipsum dolor sit amet consectetur adipisicing elit. Perferendis, odit.</p>
</div>
</div>
</div>
<!-- ========products Gallery Section============= -->
<div class="products-sec container">
<p>Category</p>
<H2>Products Gallery</H2>
<p class="small-text">Lorem ipsum dolor sit amet consectetur adipisicing elit. Ullam quidem ea odio adipisci obcaecati praesentium?</p>
<div class="products-show">
<div class="product-details">
<img src="img/laptop2.jpeg" alt="laptop image">
<p>Lorem ipsum dolor sit.</p>
<a href="#">see all</a>
</div>
<div class="product-details">
<img src="img/iPhone1.jpg" alt="Iphone image">
<p>Lorem ipsum dolor sit.</p>
<a href="#">see all</a>
</div>
<div class="product-details">
<img src="img/tablet1.jpeg" alt="Tablet image">
<p>Lorem ipsum dolor sit.</p>
<a href="#">see all</a>
</div>
<div class="product-details">
<img src="img/screen1.jpg" alt="Screen image">
<p>Lorem ipsum dolor sit.</p>
<a href="#">see all</a>
</div>
</div>
</div>
<div class="multi-products container">
<p>Category</p>
<H2>Products Gallery</H2>
<div class="grid-gallery">
<div class="left">
<h3>iphone with all colors</h3>
<p class="small-text">A new beautiful design for iphone</p>
<button>Shop now</button>
<img src="img/mutiiphones.jpg" alt="all iphone available colors ">
</div>
<div class="top-mid">
<img src="img/iphoneslayers.jpg" alt="iphone xs max photo">
<h3>iphone <br> XS max</h3>
<h4>$199</h4>
</div>
<div class="top-right">
<img src="img/watch.png" alt="Apple smart watch image">
<h3>Apple <br> Smart watch</h3>
<h4>$199</h4>
</div>
<div class="bottom">
<div>
<h3>Mac-book new version</h3>
<p class="small-text">A new beautiful design for iphone</p>
<button>Shop now</button>
</div>
<img src="img/threemacbooks.jpg" alt="mac book image">
</div>
</div>
</div>
<div class="best-seller container">
<div class="best-header">
<h2>Best seller</h2>
<ul>
<li>Phones</li>
<li class="small-text">Electronics</li>
<li class="small-text">Appliances</li>
<li class="small-text">Clothes</li>
<li class="small-text">Kids</li>
</ul>
</div>
<div class="best-gallery">
<div>
<img src="img/beetssony.jpg" alt="Sony Head beats spaker">
<div>
<h3>Sony Headset</h3>
<p>$180</p>
</div>
<a href="#" class="shopping-icons"> <i class="fa-solid fa-cart-shopping"></i> </a>
</div>
<div>
<img src="img/beets.jpg" alt="head beats speaker">
<div>
<h3>b Headset</h3>
<p>$180</p>
</div>
<a href="#" class="shopping-icons"> <i class="fa-solid fa-cart-shopping"></i> </a>
</div>
<div>
<img src="img/wireless-speaker-bottle.jpg" alt="out door wireless speaker">
<div>
<h3>wireless speaker</h3>
<p>$180</p>
</div>
<a href="#" class="shopping-icons"> <i class="fa-solid fa-cart-shopping"></i> </a>
</div>
<div>
<img src="img/speaker.jpg" alt="out door wireless speaker">
<div>
<h3>Wireless speaker</h3>
<p>$180</p>
</div>
<a href="#" class="shopping-icons"> <i class="fa-solid fa-cart-shopping"></i> </a>
</div>
</div>
<div class="arrows-carsoul">
<span><i class="fa-solid fa-angle-left"></i></span>
<span><i class="fa-solid fa-angle-right"></i></span>
</div>
</div>
<div class="product-show container">
<div class="prod-name">
<h2>New Headphone Design</h2>
<h4>12:17:08:42</h4>
</div>
<div class="product-img-descr">
<div class="prod-img">
<img src="img/beetsnew1.png" alt="Head phone beats new design">
<span class="discount">-15%</span>
</div>
<div>
<h3>Beats headphone Wireless</h3>
<h4>$199 <span class="old-price small-text">$299</span></h4>
<p class="small-text">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Alias tempore et nostrum saepe. Mollitia odit in similique ducimus, quas culpa?
</p>
<div class="quantity-no">
<p>Sold:120</p>
<p>Quantity:500</p>
</div>
<progress value="120" max="500"></progress>
<button class="add-to-cart">Add to cart</button>
</div>
</div>
</div>
<!-- Contact us Section -->
<div class="only-overflow-circles">
<span class="circle-1 circle"></span>
<div class="contact-us container">
<div>
<h2>Contact Us</h2>
<p>
Lorem ipsum dolor, sit amet consectetur adipisicing elit. Dolores modi minima, quas suscipit architecto delectus!
</p>
</div>
<form action="">
<input type="email" name="email" id="" placeholder="Your email">
<input type="submit" value="Subscribe" id="submit">
</form>
<span class="circle-2 circle"></span>
<span class="circle-3 circle"></span>
</div>
</div>
<footer class="container">
<div class="footer-up">
<div class="footer-menu">
<h4>Haeder 1</h4>
<p class="small-text">topic 1</p>
<p class="small-text">topic 2</p>
<p class="small-text">topic 3</p>
</div>
<div class="footer-menu">
<h4>Haeder 1</h4>
<p class="small-text">topic 1</p>
<p class="small-text">topic 2</p>
<p class="small-text">topic 3</p>
</div>
<div class="footer-menu">
<h4>Haeder 1</h4>
<p class="small-text">topic 1</p>
<p class="small-text">topic 2</p>
<p class="small-text">topic 3</p>
</div>
<div class="footer-menu">
<h4>Contact Info</h4>
<p class="small-text">21 demo antonio st., 42</p>
<p class="small-text">[email protected]</p>
<p class="small-text">"+1(234)567854889"</p>
</div>
</div>
<hr>
<div class="copyright">
<div class="footer-social">
<i class="fa-brands fa-facebook"></i>
<i class="fa-brands fa-twitter"></i>
<i class="fa-brands fa-instagram"></i>
</div>
<div class="footer-pay-method">
<i class="fa-brands fa-paypal"></i>
<i class="fa-brands fa-cc-visa"></i>
<i class="fa-brands fa-cc-mastercard"></i>
</div>
<p class="small-text">
Copyright2019.All Rights Reserved.
</p>
</div>
</footer>
<!-- <script src="js/all.min.js"></script> -->
<script src="js/main.js"></script>
</body>
</html>