-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcollection.html
More file actions
154 lines (133 loc) · 7.85 KB
/
Copy pathcollection.html
File metadata and controls
154 lines (133 loc) · 7.85 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>collections</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
<link rel="stylesheet" href="collection.css">
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'>
</head>
<body>
<aside>
<nav class="navbar navbar-expand-md navbar-dark bg-transparent">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#sidebarCollapse" aria-controls="sidebarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="sidebarCollapse">
<div class="sidebar">
<ul id="mainul">
<li><a href="index.html"><i class='bx bxs-home' ></i></a></li><hr>
<h3>Filter <i class='bx bx-filter-alt'></i></h3><hr>
<h4><b>GENDER</b></h4>
<div class="genderradio">
<div class="btn-group-vertical" role="group" aria-label="Vertical radio toggle button group">
<input type="radio" class="btn-check" name="vbtn-radio" id="vbtn-radio1" autocomplete="off" checked>
<label class="btn btn-outline-info" for="vbtn-radio1">Male</label>
<input type="radio" class="btn-check" name="vbtn-radio" id="vbtn-radio2" autocomplete="off">
<label class="btn btn-outline-info" for="vbtn-radio2">Female</label>
<input type="radio" class="btn-check" name="vbtn-radio" id="vbtn-radio3" autocomplete="off">
<label class="btn btn-outline-info" for="vbtn-radio3">Unisex</label>
</div>
</div>
<hr>
<h4><b>PRICE</b></h4>
<div class="pricechecks">
<ul>
<label><input type="radio" name="options" value="option1">₹50,000-₹1,00,000</label>
<br>
<label><input type="radio" name="options" value="option2">₹1,00,000-₹1,50,000</label>
<br>
<label><input type="radio" name="options" value="option3">₹1,50,000-₹2,50,000</label>
<br>
<label><input type="radio" name="options" value="option4">₹2,50,000-₹4,00,000</label>
<br>
<label><input type="radio" name="options" value="option5">Above ₹4,00,000</label>
</ul>
</div><hr>
<div class="brands">
<h4><b>Brands</b></h4>
<ul>
<label><input type="checkbox" >Rolex</label>
<br>
<label><input type="checkbox" >Jacob & Co.</label>
<br>
<label><input type="checkbox">IWC</label>
<br>
<label><input type="checkbox" >Jaeger-Lecoultre</label>
<br>
<label><input type="checkbox">Hublot</label>
</ul>
</div>
</ul>
</div>
</div>
</nav>
</aside>
<div class="container">
<div class="container-sm">
<h1 class="text-center">420 New Models</h1>
</div> <hr>
<main>
<div class="container-fluid d-flex flex-wrap justify-content-center gap-3">
<div class="card" style="width: 18rem;">
<img src="seiko.webp" class="card-img-top" alt="seiko.webp"><hr>
<h5 class="text-center"><a href="product.html">Watch Name</a></h5><br>
<div class="card-body">
<h6 style="color: grey;">₹3,00,000</h6><br>
<a href="product.html" class="btn btn-primary btn-lg">Buy Now</a><br><br>
<h3 class="text-start"><a href="#" id="Cartbtn"><i class='bx bx-cart-add' ></i></a></h3>
</div>
</div>
<div class="card" style="width: 18rem;">
<img src="seiko.webp" class="card-img-top" alt="seiko.webp"><hr>
<h5 class="text-center"><a href="product.html">Watch Name</a></h5><span class="badge rounded-pill text-bg-danger" style="width: 40%; align-self: center;"><b>50% OFF</b></span>
<div class="card-body">
<h6 style="color: grey;">₹1,76,984</h6><br>
<a href="product.html" class="btn btn-primary btn-lg">Buy Now</a><br><br>
<h3 class="text-start"><a href="#" id="Cartbtn"><i class='bx bx-cart-add' ></i></a></h3>
</div>
</div>
<div class="card" style="width: 18rem;">
<img src="seiko.webp" class="card-img-top" alt="seiko.webp"><hr>
<h5 class="text-center"><a href="product.html">Watch Name</a></h5><br>
<div class="card-body">
<h6 style="color: grey;">₹13,05,672</h6><br>
<a href="product.html" class="btn btn-primary btn-lg">Buy Now</a><br><br>
<h3 class="text-start"><a href="#" id="Cartbtn"><i class='bx bx-cart-add' ></i></a></h3>
</div>
</div>
<div class="card" style="width: 18rem;">
<img src="seiko.webp" class="card-img-top" alt="seiko.webp"><hr>
<h5 class="text-center"><a href="product.html">Watch Name</a></h5><span class="badge rounded-pill text-bg-danger" style="width: 40%; align-self: center;">25% OFF</span>
<div class="card-body">
<h6 style="color: grey;">₹1,71,230</h6><br>
<a href="product.html" class="btn btn-primary btn-lg">Buy Now</a><br><br>
<h3 class="text-start"><a href="#" id="Cartbtn"><i class='bx bx-cart-add' ></i></a></h3>
</div>
</div>
<div class="card" style="width: 18rem;">
<img src="seiko.webp" class="card-img-top" alt="seiko.webp"><hr>
<h5 class="text-center"><a href="product.html">Watch Name</a></h5><br>
<div class="card-body">
<h6 style="color: grey;">₹2,44,562</h6><br>
<a href="product.html" class="btn btn-primary btn-lg">Buy Now</a><br><br>
<h3 class="text-start"><a href="#" id="Cartbtn"><i class='bx bx-cart-add' ></i></a></h3>
</div>
</div>
<div class="card" style="width: 18rem;">
<img src="seiko.webp" class="card-img-top" alt="seiko.webp"><hr>
<h5 class="text-center"><a href="product.html">Watch Name</a></h5><br>
<div class="card-body">
<h6 style="color: grey">₹56,840</h6><br>
<a href="product.html" class="btn btn-primary btn-lg">Buy Now</a><br><br>
<h3 class="text-start"><a href="#" id="Cartbtn"><i class='bx bx-cart-add' ></i></a></h3>
</div>
</div>
</div>
</main>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.8/dist/umd/popper.min.js" integrity="sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.min.js" integrity="sha384-0pUGZvbkm6XF6gxjEnlmuGrJXVbNuzT9qBBavbLwCsOGabYfZo0T0to5eqruptLy" crossorigin="anonymous"></script>
</body>
</html>