-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathitem.html
More file actions
244 lines (208 loc) · 8.95 KB
/
item.html
File metadata and controls
244 lines (208 loc) · 8.95 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
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Topoco is an online shop that offers a wide variety of products, ranging from electronics to fashion, with great deals and discounts. Shop now!">
<meta name="keywords" content="Topoco, online shopping, electronics, fashion, deals, discounts, gadgets, clothing, accessories">
<meta name="author" content="Mohamed Khaled">
<title>Topico - Your One-Stop Online Shop</title>
<link rel="stylesheet" href="./css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css">
<!-- Link Swiper's CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css" />
</head>
<body>
<header>
<div class="container top-nav">
<a href="#" class="logo"><img src="img/logo-black.png" alt="logo"></a>
<form action="" class="search">
<input type="search" name="" id="" placeholder="Search for products...">
<button type="submit">Search</button>
</form>
<div class="card_header">
<i onclick="open_cart()" class="fa-solid fa-basket-shopping"></i>
<span class="count_items">0</span>
</div>
<div class="total_price">
<p>My Cart:</p>
<p class="price_cart">$0</p>
</div>
</div>
<nav>
<div class="nav-container container">
<div class="links">
<i onclick="open_menu()" class="fa-solid fa-bars btn_open_menu"></i>
<ul id="menu">
<span onclick="close_menu()" class="bg-overlay"></span>
<i onclick="close_menu()" class="fa-regular fa-circle-xmark btn_close_menu"></i>
<img class="logo_menu" src="img/logo-black.png" alt="">
<li class="active"><a href="#">Home</a></li>
<li><a href="#">All Products</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
<div class="login_signup">
<a href="#">Login <i class="fa-solid fa-arrow-right-to-bracket"></i></a>
<a href="#">Signup <i class="fa-solid fa-user-plus"></i></a>
</div>
</div>
</nav>
</header>
<!-- Cart Section -->
<div class="cart ">
<div class="top_cart">
<h3>My Cart <span class="count_items_cart"></span></h3>
<span onclick="close_cart()" class="close_cart"><i class="fa-regular fa-circle-xmark"></i></span>
</div>
<div class="items_in_cart">
</div>
<div class="bottom_cart">
<div class="total">
<p>Cart Subtotal</p>
<p class="price_cart_total">$0</p>
</div>
<div class="button_cart">
<a href="#" class="btn_cart">Proceed to Checkout</a>
<button class="btn_cart trans_bg">Shop More</button>
</div>
</div>
</div>
<div class="item_details">
<div class="container">
<div class="img_item">
<div class="big_img">
<img id="bigImg" src="img/product/product-1.jpg" alt="">
</div>
<div class="sm_imgs">
<img onclick="changeItemImage(this.src)" src="img/product/product-1.jpg" alt="">
<img onclick="changeItemImage(this.src)" src="img/product/product-2.jpg" alt="">
<img onclick="changeItemImage(this.src)" src="img/product/product-3.jpg" alt="">
<img onclick="changeItemImage(this.src)" src="img/product/product-4.jpg" alt="">
</div>
</div>
<div class="details_item">
<h1 class="name">Original Mobile Android Dual SIM Smart Phone G3
</h1>
<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>
<div class="price">
<p><span>120.0$</span></p>
<p class="old_price">170$</p>
</div>
<h5>Availability : <span>In Stock</span></h5>
<h5>SKU: <span>Samsung S99 Ultra</span></h5>
<p class="text_p">Lorem ipsum dolor sit amet consectetur adipisicing elit. Recusandae debitis vero voluptas aperiam temporibus saepe minus tempora in, explicabo veniam eos, molestias perferendis corporis, maxime unde sit cum atque voluptate?</p>
<h4>Hurry Up ! Only 98 product left in stock</h4>
<button>Add to cart <i class="fa-solid fa-cart-arrow-down"></i></button>
<div class="icons">
<span><i class="fa-regular fa-heart"></i></span>
<span><i class="fa-solid fa-sliders"></i></span>
<span><i class="fa-solid fa-print"></i></span>
<span><i class="fa-solid fa-share-nodes"></i></span>
</div>
</div>
</div>
</div>
<section class="slide slide_sale">
<div class="container">
<div class="sale_sec mySwiper">
<div class="top_slide">
<h2>On sale <span>products</span></h2>
</div>
<div id="swiper_items_sale" class="products swiper-wrapper">
</div>
<div class="swiper-button-next btn_Swip"></div>
<div class="swiper-button-prev btn_Swip"></div>
</div>
</div>
</section>
<div class="back_to_top">
<p>back to top</p>
</div>
<div class="newsletter">
<div class="container">
<div class="text">
<img src="img/icon_email.png" alt="">
<div class="content">
<h4>Sign up to newsletter</h4>
<p>Get email updates about our shop ... ands receive</p>
<h6>30$ Coupon for first shopping</h6>
</div>
</div>
<form action="" class="newsletter_form">
<input type="email" placeholder="Enter your email here">
<button type="submit">subscribe</button>
</form>
</div>
</div>
<footer>
<div class="container">
<div class="big_row">
<img src="img/logo-white.png" alt="">
<div class="hotline">
<i class="fa-solid fa-headset"></i>
<div class="text">
<h5>Hotline Free 24/24:</h5>
<h6>(+100) 123 456 7890</h6>
</div>
</div>
<p>Lorem ipsum dolor sit amet.</p>
</div>
<div class="row">
<h4>FQA & Help</h4>
<div class="links">
<a href="#">FAQ's</a>
<a href="#">Ordering Tracking</a>
<a href="#">Contacts</a>
<a href="#">Events</a>
<a href="#">Help Center</a>
</div>
</div>
<div class="row">
<h4>Shipping & Delivery</h4>
<div class="links">
<a href="#">Delivery Information</a>
<a href="#">Discount</a>
<a href="#">Payment & Shipping</a>
<a href="#">Estimated Delivery Time</a>
<a href="#">Shipping Guide</a>
</div>
</div>
<div class="row">
<h4>Information</h4>
<div class="links">
<a href="#">Popular</a>
<a href="#">Our Services</a>
<a href="#">Your Account</a>
<a href="#">Privacy Policy</a>
<a href="#">Terms & Conditions</a>
</div>
</div>
</div>
<div class="bottom_footer">
<div class="container">
<p>Copyright © <span>Topico </span> All rights reserved</p>
<div class="payments_imgs">
<img src="img/payment-1.png" alt="">
<img src="img/payment-2.png" alt="">
<img src="img/payment-3.png" alt="">
<img src="img/payment-4.png" alt="">
</div>
</div>
</div>
</footer>
<!-- Swiper JS -->
<script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script>
<script src="js/swiper.js"></script>
<script src="js/items.js"></script>
<script src="js/main.js"></script>
</body>
</html>