-
Notifications
You must be signed in to change notification settings - Fork 0
/
productDetails.html
168 lines (146 loc) · 6.99 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
<!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>Document</title>
<link rel="icon" type="image/png" href="images/shopclues icon.png">
<link rel="stylesheet" href="styles/productDetails.css">
<link rel="stylesheet" href="styles/navbar.css">
<link rel="stylesheet" href="styles/footer.css">
<script src="https://kit.fontawesome.com/5ac19db42d.js" crossorigin="anonymous"></script>
</head>
<body>
<div id="navbar"></div>
<div id="main-body">
<div id="product-showcase">
<div id="product-images">
<div id="main-image">
<!--<img src="" alt="">-->
</div>
<div id="small-images">
<!--<img src="" alt=""><img src="" alt=""><img src="" alt="">-->
</div>
</div>
<div id="product-desc">
<!--<h4 id="name"></h4>
<p id="brand"></p>
<div>
<h3 id="price"></h3>
<h5 id="mrp"></h5>
<h5 id="off"></h5>
</div>-->
</div>
<div id="brand-details">
<!--<p></p>-->
</div>
</div>
<h3>Product Details:</h3>
<p id="oneline-desc"> </p>
<div id="prod-details">
<div>
<h3>Product Description</h3><hr style="color : rgb(91, 163, 163)">
</div>
<div id="prod-desc"></div>
</div>
<h3>Ratings and Reviews</h3>
<div id="reviews">
<div id="review1">
<div>
<div>
<h3>5</h3>
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSfDwk7qwreb0c5-nu2_mn2gCU_YVr5LBkyFQ&usqp=CAU" alt="">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSfDwk7qwreb0c5-nu2_mn2gCU_YVr5LBkyFQ&usqp=CAU" alt="">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSfDwk7qwreb0c5-nu2_mn2gCU_YVr5LBkyFQ&usqp=CAU" alt="">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSfDwk7qwreb0c5-nu2_mn2gCU_YVr5LBkyFQ&usqp=CAU" alt="">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSfDwk7qwreb0c5-nu2_mn2gCU_YVr5LBkyFQ&usqp=CAU" alt="">
</div>
<p>Rishika</p>
<p>Sunday Feb 17,2019</p>
<p>Verified Buyer</p>
</div>
<div>
<p>Nice Product</p>
</div>
<div id="feedback">
<p>Was this review helpful?</p>
<div>
<img id="yes" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTx_D9YE4ZZUaqS0mD14qMHiGqDFcYpVUV1UQ&usqp=CAU" alt="">
<p>Yes</p>
</div>
<div>
<img id="no" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQIdybL9Hdt5P11bG-0sPtwQ-q8RuVshvvfyQ&usqp=CAU" alt="">
<p>No</p>
</div>
</div>
</div><hr>
<!--review 2-->
<div id="review2">
<div>
<div>
<h3>4</h3>
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSfDwk7qwreb0c5-nu2_mn2gCU_YVr5LBkyFQ&usqp=CAU" alt="">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSfDwk7qwreb0c5-nu2_mn2gCU_YVr5LBkyFQ&usqp=CAU" alt="">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSfDwk7qwreb0c5-nu2_mn2gCU_YVr5LBkyFQ&usqp=CAU" alt="">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSfDwk7qwreb0c5-nu2_mn2gCU_YVr5LBkyFQ&usqp=CAU" alt="">
</div>
<p>Kavi</p>
<p>Wednesday Aug 20,2022</p>
<p>Verified Buyer</p>
</div>
<div>
<p>Awesome</p>
</div>
<div id="feedback">
<p>Was this review helpful?</p>
<div>
<img id="yes" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTx_D9YE4ZZUaqS0mD14qMHiGqDFcYpVUV1UQ&usqp=CAU" alt="">
<p>Yes</p>
</div>
<div>
<img id="no" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQIdybL9Hdt5P11bG-0sPtwQ-q8RuVshvvfyQ&usqp=CAU" alt="">
<p>No</p>
</div>
</div>
</div><hr>
<!--review 3-->
<div id="review3">
<div>
<div>
<h3>3</h3>
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSfDwk7qwreb0c5-nu2_mn2gCU_YVr5LBkyFQ&usqp=CAU" alt="">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSfDwk7qwreb0c5-nu2_mn2gCU_YVr5LBkyFQ&usqp=CAU" alt="">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSfDwk7qwreb0c5-nu2_mn2gCU_YVr5LBkyFQ&usqp=CAU" alt="">
</div>
<p>Triva</p>
<p>Saturday Apr 14,2009</p>
<p>Verified Buyer</p>
</div>
<div>
<p>Good</p>
</div>
<div id="feedback">
<p>Was this review helpful?</p>
<div>
<img id="yes" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTx_D9YE4ZZUaqS0mD14qMHiGqDFcYpVUV1UQ&usqp=CAU" alt="">
<p>Yes</p>
</div>
<div>
<img id="no" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQIdybL9Hdt5P11bG-0sPtwQ-q8RuVshvvfyQ&usqp=CAU" alt="">
<p>No</p>
</div>
</div>
</div>
</div>
<p style="color: #555;"><span style="font-weight: 600; color : black">Please Note : </span>Seller assumes all responsibility for the products listed and sold . If you want
to report an intellectual property right violation of this product, please click. <a>here</a></p>
<div id="bottom-img" style="background-color: #eff7fa;">
<img src="https://tpc.googlesyndication.com/simgad/2548124040960596606" alt="">
</div>
</div>
<div id="footer"></div>
<!--<script src="https://kit.fontawesome.com/f92bbc8b02.js" crossorigin="anonymous"></script>-->
</body>
<script type="module" src="scripts/productDetails.js"></script>
</html>