|
10 | 10 | <link href="https://fonts.googleapis.com/css2?family=Monoton&display=swap" rel="stylesheet"> |
11 | 11 | <link href="https://fonts.googleapis.com/css2?family=Exile&display=swap" rel="stylesheet"> |
12 | 12 | <link href="https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet"> |
13 | | - <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css" integrity="sha512-Evv84Mr4kqVGRNSgIGL/F/aIDqQb7xQ2vcrdIwxfjThSH8CSR7PBEakCr51Ck+w+/U6swU2Im1vVX0SVk9ABhg==" crossorigin="anonymous" referrerpolicy="no-referrer" /> <script type="module" crossorigin src="../assets/main-CR3NHmcZ.js"></script> |
| 13 | + <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css" integrity="sha512-Evv84Mr4kqVGRNSgIGL/F/aIDqQb7xQ2vcrdIwxfjThSH8CSR7PBEakCr51Ck+w+/U6swU2Im1vVX0SVk9ABhg==" crossorigin="anonymous" referrerpolicy="no-referrer" /> <script type="module" crossorigin src="../assets/main-BcymSNkx.js"></script> |
14 | 14 | <link rel="stylesheet" crossorigin href="../assets/main-BBR4KLYG.css"> |
15 | 15 | </head> |
16 | 16 | <body class="waves"> |
@@ -66,31 +66,32 @@ <h3>price</h3> |
66 | 66 |
|
67 | 67 | <div> |
68 | 68 | <h3>Manufacturer</h3> |
69 | | - <input type="checkbox" id="suzuki"><label for="suzuki">Suzuki</label><br> |
70 | | - <input type="checkbox" id="Kawasaki"><label for="Kawasaki">Kawasaki</label><br> |
71 | | - <input type="checkbox" id="Ducati"><label for="Ducati">Ducati</label><br> |
72 | | - <input type="checkbox" id="Yamaha"><label for="Yamaha">Yamaha</label><br> |
73 | | - <input type="checkbox" id="Honda"><label for="Honda">Honda</label><br> |
74 | | - <input type="checkbox" id="Harly Davidson"><label for="Harly Davidson">Harly Davidson</label><br> |
75 | | - <input type="checkbox" id="B.M.W"><label for="B.M.W">B.M.W</label> |
| 69 | + <input type="checkbox" name="brand" value="Suzuki" id="suzuki"><label for="suzuki">Suzuki</label><br> |
| 70 | + <input type="checkbox" name="brand" value="Kawasaki" id="Kawasaki"><label for="Kawasaki">Kawasaki</label><br> |
| 71 | + <input type="checkbox" name="brand" value="Ducati" id="Ducati"><label for="Ducati">Ducati</label><br> |
| 72 | + <input type="checkbox" name="brand" value="Yamaha" id="Yamaha"><label for="Yamaha">Yamaha</label><br> |
| 73 | + <input type="checkbox" name="brand" value="Honda" id="Honda"><label for="Honda">Honda</label><br> |
| 74 | + <input type="checkbox" name="brand" value="Harley Davidson" id="HarleyDavidson"><label for="HarleyDavidson">Harley Davidson</label><br> |
| 75 | + <input type="checkbox" name="brand" value="BMW" id="BMW"><label for="BMW">BMW</label><br> |
| 76 | + <input type="checkbox" name="brand" value="Triumph" id="Triumph"><label for="Triumph">Triumph</label> |
76 | 77 | </div><br> |
77 | 78 |
|
78 | 79 | <div> |
79 | 80 | <h3>Motorcycle type</h3> |
80 | | - <input type="checkbox" id="Road"><label for="Road">Road</label><br> |
81 | | - <input type="checkbox" id="Off-road"><label for="Off-road">Off-road</label><br> |
82 | | - <input type="checkbox" id="Dual purpose"><label for="Dual purpose">Dual purpose</label><br> |
83 | | - <input type="checkbox" id="Scooter"><label for="Scooter">Scooter</label><br> |
84 | | - <input type="checkbox" id="Moped"><label for="Moped">Moped</label> |
| 81 | + <input type="checkbox" name="type" value="road" id="road"><label for="road">Road</label><br> |
| 82 | + <input type="checkbox" name="type" value="off-road" id="off-road"><label for="off-road">Off-road</label><br> |
| 83 | + <input type="checkbox" name="type" value="dual-purpose" id="dual-purpose"><label for="dual-purpose">Dual purpose</label><br> |
| 84 | + <input type="checkbox" name="type" value="scooter" id="scooter"><label for="scooter">Scooter</label><br> |
| 85 | + <input type="checkbox" name="type" value="moped" id="moped"><label for="moped">Moped</label><br> |
| 86 | + <input type="checkbox" name="type" value="sport" id="sport"><label for="sport">Sport</label> |
85 | 87 | </div><br> |
86 | 88 |
|
87 | 89 | <div> |
88 | 90 | <h3>Filter by</h3> |
89 | | - <input type="checkbox" id="Normal"><label for="Normal">Normal</label><br> |
90 | | - <input type="checkbox" id="On sales"><label for="On sales">On sales</label><br> |
91 | | - <input type="checkbox" id="Popular"><label for="Popular">Popular</label><br> |
92 | | - <input type="checkbox" id="New"><label for="New">New</label><br> |
93 | | - <input type="checkbox" id="Recomended"><label for="Recomended">Recomended</label> |
| 91 | + <input type="checkbox" name="status" value="isNormal" id="Normal"><label for="Normal">Normal</label><br> |
| 92 | + <input type="checkbox" name="status" value="isSales" id="OnSales"><label for="OnSales">On sales</label><br> |
| 93 | + <input type="checkbox" name="status" value="isPopular" id="Popular"><label for="Popular">Popular</label><br> |
| 94 | + <input type="checkbox" name="status" value="isNew" id="New"><label for="New">New</label> |
94 | 95 | </div><br> |
95 | 96 | </form> |
96 | 97 | </section> |
@@ -125,31 +126,32 @@ <h3>price</h3> |
125 | 126 |
|
126 | 127 | <div> |
127 | 128 | <h3>Manufacturer</h3> |
128 | | - <input type="checkbox" id="suzuki"><label for="suzuki">Suzuki</label><br> |
129 | | - <input type="checkbox" id="Kawasaki"><label for="Kawasaki">Kawasaki</label><br> |
130 | | - <input type="checkbox" id="Ducati"><label for="Ducati">Ducati</label><br> |
131 | | - <input type="checkbox" id="Yamaha"><label for="Yamaha">Yamaha</label><br> |
132 | | - <input type="checkbox" id="Honda"><label for="Honda">Honda</label><br> |
133 | | - <input type="checkbox" id="Harly Davidson"><label for="Harly Davidson">Harly Davidson</label><br> |
134 | | - <input type="checkbox" id="B.M.W"><label for="B.M.W">B.M.W</label> |
| 129 | + <input type="checkbox" name="brand" value="Suzuki" id="suzuki_mobile"><label for="suzuki_mobile">Suzuki</label><br> |
| 130 | + <input type="checkbox" name="brand" value="Kawasaki" id="Kawasaki_mobile"><label for="Kawasaki_mobile">Kawasaki</label><br> |
| 131 | + <input type="checkbox" name="brand" value="Ducati" id="Ducati_mobile"><label for="Ducati_mobile">Ducati</label><br> |
| 132 | + <input type="checkbox" name="brand" value="Yamaha" id="Yamaha_mobile"><label for="Yamaha_mobile">Yamaha</label><br> |
| 133 | + <input type="checkbox" name="brand" value="Honda" id="Honda_mobile"><label for="Honda_mobile">Honda</label><br> |
| 134 | + <input type="checkbox" name="brand" value="Harley Davidson" id="HarleyDavidson_mobile"><label for="HarleyDavidson_mobile">Harley Davidson</label><br> |
| 135 | + <input type="checkbox" name="brand" value="BMW" id="BMW_mobile"><label for="BMW_mobile">BMW</label><br> |
| 136 | + <input type="checkbox" name="brand" value="Triumph" id="Triumph_mobile"><label for="Triumph_mobile">Triumph</label> |
135 | 137 | </div><br> |
136 | 138 |
|
137 | 139 | <div> |
138 | 140 | <h3>Motorcycle type</h3> |
139 | | - <input type="checkbox" id="Road"><label for="Road">Road</label><br> |
140 | | - <input type="checkbox" id="Off-road"><label for="Off-road">Off-road</label><br> |
141 | | - <input type="checkbox" id="Dual purpose"><label for="Dual purpose">Dual purpose</label><br> |
142 | | - <input type="checkbox" id="Scooter"><label for="Scooter">Scooter</label><br> |
143 | | - <input type="checkbox" id="Moped"><label for="Moped">Moped</label> |
| 141 | + <input type="checkbox" name="type" value="road" id="road_mobile"><label for="road_mobile">Road</label><br> |
| 142 | + <input type="checkbox" name="type" value="off-road" id="off-road_mobile"><label for="off-road_mobile">Off-road</label><br> |
| 143 | + <input type="checkbox" name="type" value="dual-purpose" id="dual-purpose_mobile"><label for="dual-purpose_mobile">Dual purpose</label><br> |
| 144 | + <input type="checkbox" name="type" value="scooter" id="scooter_mobile"><label for="scooter_mobile">Scooter</label><br> |
| 145 | + <input type="checkbox" name="type" value="moped" id="moped_mobile"><label for="moped_mobile">Moped</label><br> |
| 146 | + <input type="checkbox" name="type" value="sport" id="sport_mobile"><label for="sport_mobile">Sport</label> |
144 | 147 | </div><br> |
145 | 148 |
|
146 | 149 | <div> |
147 | 150 | <h3>Filter by</h3> |
148 | | - <input type="checkbox" id="Normal"><label for="Normal">Normal</label><br> |
149 | | - <input type="checkbox" id="On sales"><label for="On sales">On sales</label><br> |
150 | | - <input type="checkbox" id="Popular"><label for="Popular">Popular</label><br> |
151 | | - <input type="checkbox" id="New"><label for="New">New</label><br> |
152 | | - <input type="checkbox" id="Recomended"><label for="Recomended">Recomended</label> |
| 151 | + <input type="checkbox" name="status" value="isNormal" id="Normal_mobile"><label for="Normal_mobile">Normal</label><br> |
| 152 | + <input type="checkbox" name="status" value="isSales" id="OnSales_mobile"><label for="OnSales_mobile">On sales</label><br> |
| 153 | + <input type="checkbox" name="status" value="isPopular" id="Popular_mobile"><label for="Popular_mobile">Popular</label><br> |
| 154 | + <input type="checkbox" name="status" value="isNew" id="New_mobile"><label for="New_mobile">New</label> |
153 | 155 | </div><br> |
154 | 156 | </form> |
155 | 157 | </section> |
|
0 commit comments