-
Notifications
You must be signed in to change notification settings - Fork 0
/
singleproduct.html
209 lines (184 loc) · 8.65 KB
/
singleproduct.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>shop single-product</title>
<link rel="stylesheet" href="/style/style.css">
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css'>
</head>
<body>
<section class="header">
<a href="#" > <img src="/imag/ logo.jpg" alt=""></a>
<details><summary>All</summary>
<div>
<!-- Content of the dropdown -->
<p>pants</p>
<p>lower</p>
<p>shirts</p>
<p>T-SHIRTS</p>
<p>top</p>
<!-- Add more content if needed -->
</div>
</details>
<input type="text" id="searchInput" placeholder="Enter your search query">
<!-- Add a search icon -->
<span id="searchIcon" class="search-icon" onclick="performSearch()">🔍</span>
<ul class="navibar" id="navbar">
<li><a href="/index.html" ><span>home</span><i class="fa fa-home"></i></a></li>
<li><a href="/shop.html" class="active"><span>shop</span><i class="fa fa-shopping-cart"></i></a></li>
<li><a href="/about.html"><span>about</span><i class="fa fa-info-circle"></i></a></li>
<li><a href="/contact.html"><span>contact</span><i class="fa fa-envelope"></i></a></li>
<li><a href="/sign.html"><span>sign</span><i class="fa fa-user"></i></a></li>
<li id="lg-bag"><a href="/cart.html"><i class="fa fa-shopping-basket"></i></a></li>
<a href="#" id="close"><i class="fa fa-times"></i></a>
</ul>
<div id="mobile">
<a href="cart.html"><i class="fa fa-shopping-basket"></i></a>
<i id="bar" class="fa fa-outdent"></i>
</div>
</section>
<section id="prodetails">
<div class="single-pro-img">
<img id="product-image" src="" alt="Product">
<h1 id="product-title">Product Title</h1>
<a href="/shop.html"><span>Back to Shop </span></a>
<div class="small-img-grp" >
<div class="small-img-col">
<img src="https://rukminim2.flixcart.com/image/832/832/xif0q/t-shirt/b/r/g/s-cmb-po2-dab-wynk-smartees-original-imagm5vhumtz8epz.jpeg?q=70" class="small-img" width=100% alt="">
</div>
<div class="small-img-col">
<img src="https://rukminim2.flixcart.com/image/832/832/xif0q/shopsy-t-shirt/c/f/2/m-st-brooklynhalfsleeve-black-smartees-original-imagph2fqzfy3yvk.jpeg?q=70" class="small-img" width=100% alt="">
</div>
<div class="small-img-col">
<img src="https://rukminim2.flixcart.com/image/832/832/xif0q/t-shirt/b/q/m/m-st-santa-black-smartees-original-imagqaxfbfgzthte.jpeg?q=70" class="small-img" width=100% alt="">
</div>
<div class="small-img-col">
<img src="https://rukminim2.flixcart.com/image/832/832/xif0q/t-shirt/n/t/x/l-wynk-black-hs-smartees-original-imaghqfa7agdzcar.jpeg?q=70" class="small-img" width=100% alt="">
</div>
</div>
</div>
<div class="single-pro-details">
<select >
<option >Select size</option>
<option >XL</option>
<option >XLL</option>
<option >small</option>
<option >large</option>
</select>
<input type="number" value="1">
<a href="/cart.html"><button class="normal">Add to cart</button></a>
<h4>Product details</h4>
<span>Lorem ipsum, dolor sit amet consectetur adipisicing elit. Architecto veritatis, excepturi placeat recusandae, minima sed libero deserunt ut quae, odit omnis esse provident sequi. Voluptatum repellendus sint dolore unde id.</span>
</div>
</section>
<section id="product1" class="section">
<h2>FEATURE PRODUCT</h2>
<div class="product-container">
<div class="product" onclick="window.location.href='/singleproduct.html';">
<a href="singleproduct.html?product=4">
<img src="https://media.istockphoto.com/id/1222396502/photo/gorgeous-young-female-in-classic-suit-black-shoes-and-grey-coat-vintage-chair-womans-clothes.jpg?s=1024x1024&w=is&k=20&c=QuLFE2xi9ZA81cjnGPF76otE_UCvxRTIrW0_O2aEwX4=" alt="Product 4">
<div class="des">
<h6>addidas</h6>
<div>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
</div>
<div>
<h4>$50</h4>
<a href="#" class="ai"><i class="fa fa-shopping-cart"></i></a>
</div>
</div>
</a>
</div>
<div class="product" onclick="window.location.href='/singleproduct.html';">
<a href="singleproduct.html?product=5">
<img src="https://images.unsplash.com/photo-1583743814966-8936f5b7be1a?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8NXx8c2hpcnR8ZW58MHx8MHx8fDA%3D&auto=format&fit=crop&w=900&q=60" alt="Product 5">
<div class="des">
<h6>addidas</h6>
<div>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
</div>
<div>
<h4>$50</h4>
<a href="#" class="ai"><i class="fa fa-shopping-cart"></i></a>
</div>
</div>
</a>
</div>
<div class="product" onclick="window.location.href='/singleproduct.html';">
<a href="singleproduct.html?product=6">
<img src="https://images.unsplash.com/photo-1591369822096-ffd140ec948f?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=3087&q=80" alt="Product 6">
<div class="des">
<h6>addidas</h6>
<div>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
</div>
<div>
<h4>$50</h4>
<a href="#" class="ai"><i class="fa fa-shopping-cart"></i></a>
</div>
</div>
</a>
</div>
</div>
</section>
<footer >
<div class="col">
<img src="/imag/ logo.jpg" alt="">
<h4>about us</h4>
<p><strong>Address:</strong>jawahar bhavan IIT ROORKEE</p>
<p><strong>Phone:</strong>**********</p>
<div class="follow">
<h4>follow us</h4>
<div class="icon">
<a href="#" class="fa fa-facebook"> </a>
<a href="#" class="fa fa-twitter"> </a>
<a href="#" class="fa fa-linkedin"> </a>
<a href="#" class="fa fa-instagram"> </a>
</div>
</div>
</div>
<div class="col">
<h4>About</h4>
<a href="#">About us</a>
<a href="#">Privacy policy</a>
<a href="#">Terms and conditions</a>
<a href="#">contact us</a>
</div>
<div class="col">
<h4>My account</h4>
<a href="#">Sign In </a>
<a href="#">Veiw cart</a>
<a href="#">Track my order</a>
<a href="#">Help</a>
</div>
<div class="col install">
<h4>Install App</h4>
<p>from app store or Google play</p>
<div class="row">
<a href="https://apps.apple.com/app/your-ios-app-id" target="_blank">
<img src="https://w7.pngwing.com/pngs/270/658/png-transparent-app-store-apple-google-play-apple-text-logo-mobile-phones-thumbnail.png" alt="Download on the App Store (iOS)">
</a>
<!-- Link to Google Play Store -->
<a href="https://play.google.com/store/apps/details?id=your.android.app.package" target="_blank">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTexJ5lzjJWp0rlRO80IWZph86kxb8bU7-mkvwJx-MLnw&s" alt="Get it on Google Play (Android)">
</a>
</div>
</div>
</footer>
<script src="/js/source.js" >
</script>
</body>
</html>