-
Notifications
You must be signed in to change notification settings - Fork 32
/
productDetails.html
238 lines (232 loc) · 7.65 KB
/
productDetails.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Box icons -->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/boxicons@latest/css/boxicons.min.css"
/>
<!-- Custom StyleSheet -->
<link rel="stylesheet" href="./css/styles.css" />
<title>Boy’s T-Shirt - Codevo</title>
</head>
<body>
<!-- Navigation -->
<div class="top-nav">
<div class="container d-flex">
<p>Order Online Or Call Us: (001) 2222-55555</p>
<ul class="d-flex">
<li><a href="about.html">About Us</a></li>
<li><a href="contact.html">FAQ</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
<div class="navigation">
<div class="nav-center container d-flex">
<a href="index.html" class="logo"><h1>The Mart</h1></a>
<ul class="nav-list d-flex">
<li class="nav-item">
<a href="index.php" class="nav-link">Home</a>
</li>
<li class="nav-item">
<a href="product.html" class="nav-link">Shop</a>
</li>
<li class="nav-item">
<a href="terms.xml" class="nav-link">Terms</a>
</li>
<li class="nav-item">
<a href="about.html" class="nav-link">About</a>
</li>
<li class="nav-item">
<a href="contact.html" class="nav-link">Contact</a>
</li>
</ul>
<div class="icons d-flex">
<a href="login.html" class="icon">
<i class="bx bx-user"></i>
</a>
<a href="search.html" class="icon">
<i class="bx bx-search"></i>
</a>
<div class="icon">
<i class="bx bx-heart"></i>
<span class="d-flex">0</span>
</div>
<a href="cart.html" class="icon">
<i class="bx bx-cart"></i>
<span class="d-flex">0</span>
</a>
<a href="logout.php" class ="icon">
<i class="bx bx-log-out"></i>
</a>
</div>
<div class="hamburger">
<i class="bx bx-menu-alt-left"></i>
</div>
</div>
</div>
<!-- Product Details -->
<section class="section product-detail">
<div class="details container">
<div class="left image-container">
<div class="main">
<img src="./images/product-8.jpg" id="zoom" alt="" />
</div>
</div>
<div class="right">
<span>Home/T-shirt</span>
<h1>Boy’s T-Shirt By Handsome</h1>
<div class="price">$50</div>
<form>
<div>
<select>
<option value="Select Size" selected disabled>
Select Size
</option>
<option value="1">32</option>
<option value="2">42</option>
<option value="3">52</option>
<option value="4">62</option>
</select>
<span><i class="bx bx-chevron-down"></i></span>
</div>
</form>
<form class="form">
<input type="text" placeholder="1" />
<a href="cart.html" class="addCart">Add To Cart</a>
</form>
<h3>Product Detail</h3>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Vero minima
delectus nulla voluptates nesciunt quidem laudantium, quisquam
voluptas facilis dicta in explicabo, laboriosam ipsam suscipit!
</p>
</div>
</div>
</section>
<!-- Related -->
<section class="section featured">
<div class="top container">
<h1>Related Products</h1>
<a href="#" class="view-more">View more</a>
</div>
<div class="product-center container">
<div class="product-item">
<div class="overlay">
<a href="" class="product-thumb">
<img src="./images/product-5.jpg" alt="" />
</a>
</div>
<div class="product-info">
<span>MEN'S CLOTHES</span>
<a href="">Concepts Solid Pink Men’s Polo</a>
<h4>$150</h4>
</div>
<ul class="icons">
<li><i class="bx bx-heart"></i></li>
<li><i class="bx bx-search"></i></li>
<li><i class="bx bx-cart"></i></li>
</ul>
</div>
<div class="product-item">
<div class="overlay">
<a href="" class="product-thumb">
<img src="./images/product-2.jpg" alt="" />
</a>
<span class="discount">40%</span>
</div>
<div class="product-info">
<span>MEN'S CLOTHES</span>
<a href="">Concepts Solid Pink Men’s Polo</a>
<h4>$150</h4>
</div>
<ul class="icons">
<li><i class="bx bx-heart"></i></li>
<li><i class="bx bx-search"></i></li>
<li><i class="bx bx-cart"></i></li>
</ul>
</div>
<div class="product-item">
<div class="overlay">
<a href="" class="product-thumb">
<img src="./images/product-7.jpg" alt="" />
</a>
</div>
<div class="product-info">
<span>MEN'S CLOTHES</span>
<a href="">Concepts Solid Pink Men’s Polo</a>
<h4>$150</h4>
</div>
<ul class="icons">
<li><i class="bx bx-heart"></i></li>
<li><i class="bx bx-search"></i></li>
<li><i class="bx bx-cart"></i></li>
</ul>
</div>
<div class="product-item">
<div class="overlay">
<a href="" class="product-thumb">
<img src="./images/product-4.jpg" alt="" />
</a>
<span class="discount">40%</span>
</div>
<div class="product-info">
<span>MEN'S CLOTHES</span>
<a href="">Concepts Solid Pink Men’s Polo</a>
<h4>$150</h4>
</div>
<ul class="icons">
<li><i class="bx bx-heart"></i></li>
<li><i class="bx bx-search"></i></li>
<li><i class="bx bx-cart"></i></li>
</ul>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="row">
<div class="col d-flex">
<h4>INFORMATION</h4>
<a href="">About us</a>
<a href="">Contact Us</a>
<a href="">Term & Conditions</a>
<a href="">Shipping Guide</a>
</div>
<div class="col d-flex">
<h4>USEFUL LINK</h4>
<a href="">Online Store</a>
<a href="">Customer Services</a>
<a href="">Promotion</a>
<a href="">Top Brands</a>
</div>
<div class="col d-flex">
<span><i class="bx bxl-facebook-square"></i></span>
<span><i class="bx bxl-instagram-alt"></i></span>
<span><i class="bx bxl-github"></i></span>
<span><i class="bx bxl-twitter"></i></span>
<span><i class="bx bxl-pinterest"></i></span>
</div>
</div>
</footer>
<!-- Custom Script -->
<script src="./js/index.js"></script>
<script
src="https://code.jquery.com/jquery-3.4.0.min.js"
integrity="sha384-JUMjoW8OzDJw4oFpWIB2Bu/c6768ObEthBMVSiIx4ruBIEdyNSUQAjJNFqT5pnJ6"
crossorigin="anonymous"
></script>
<script src="./js/zoomsl.min.js"></script>
<script>
$(function () {
console.log("hello");
$("#zoom").imagezoomsl({
zoomrange: [4, 4],
});
});
</script>
</body>
</html>