Skip to content

Commit f47d9c2

Browse files
committed
assigment 1
1 parent 89da766 commit f47d9c2

11 files changed

Lines changed: 276 additions & 57 deletions

File tree

client/build/assets/main-BcymSNkx.js

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/build/assets/main-CR3NHmcZ.js

Lines changed: 0 additions & 4 deletions
This file was deleted.

client/build/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<link href="https://fonts.googleapis.com/css2?family=Exile&display=swap" rel="stylesheet">
1212
<link href="https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
1313
<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" />
14-
<script type="module" crossorigin src="./assets/main-CR3NHmcZ.js"></script>
14+
<script type="module" crossorigin src="./assets/main-BcymSNkx.js"></script>
1515
<link rel="stylesheet" crossorigin href="./assets/main-BBR4KLYG.css">
1616
</head>
1717
<body class="waves">

client/build/pages/cart.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<link href="https://fonts.googleapis.com/css2?family=Exile&display=swap" rel="stylesheet">
1212
<link href="https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
1313
<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" />
14-
<script type="module" crossorigin src="../assets/main-CR3NHmcZ.js"></script>
14+
<script type="module" crossorigin src="../assets/main-BcymSNkx.js"></script>
1515
<link rel="stylesheet" crossorigin href="../assets/main-BBR4KLYG.css">
1616
</head>
1717
<body class="waves">

client/build/pages/catalog.html

Lines changed: 37 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<link href="https://fonts.googleapis.com/css2?family=Monoton&display=swap" rel="stylesheet">
1111
<link href="https://fonts.googleapis.com/css2?family=Exile&display=swap" rel="stylesheet">
1212
<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>
1414
<link rel="stylesheet" crossorigin href="../assets/main-BBR4KLYG.css">
1515
</head>
1616
<body class="waves">
@@ -66,31 +66,32 @@ <h3>price</h3>
6666

6767
<div>
6868
<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>
7677
</div><br>
7778

7879
<div>
7980
<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>
8587
</div><br>
8688

8789
<div>
8890
<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>
9495
</div><br>
9596
</form>
9697
</section>
@@ -125,31 +126,32 @@ <h3>price</h3>
125126

126127
<div>
127128
<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>
135137
</div><br>
136138

137139
<div>
138140
<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>
144147
</div><br>
145148

146149
<div>
147150
<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>
153155
</div><br>
154156
</form>
155157
</section>

client/build/pages/contact.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<link href="https://fonts.googleapis.com/css2?family=Exile&display=swap" rel="stylesheet">
1212
<link href="https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
1313
<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" />
14-
<script type="module" crossorigin src="../assets/main-CR3NHmcZ.js"></script>
14+
<script type="module" crossorigin src="../assets/main-BcymSNkx.js"></script>
1515
<link rel="stylesheet" crossorigin href="../assets/main-BBR4KLYG.css">
1616
</head>
1717
<body class="waves">

client/build/pages/login.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<link href="https://fonts.googleapis.com/css2?family=Exile&display=swap" rel="stylesheet">
1212
<link href="https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
1313
<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" />
14-
<script type="module" crossorigin src="../assets/main-CR3NHmcZ.js"></script>
14+
<script type="module" crossorigin src="../assets/main-BcymSNkx.js"></script>
1515
<link rel="stylesheet" crossorigin href="../assets/main-BBR4KLYG.css">
1616
</head>
1717
<body class="waves">

client/build/pages/product.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<link href="https://fonts.googleapis.com/css2?family=Exile&display=swap" rel="stylesheet">
1212
<link href="https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
1313
<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" />
14-
<script type="module" crossorigin src="../assets/main-CR3NHmcZ.js"></script>
14+
<script type="module" crossorigin src="../assets/main-BcymSNkx.js"></script>
1515
<link rel="stylesheet" crossorigin href="../assets/main-BBR4KLYG.css">
1616
</head>
1717
<body class="waves">

0 commit comments

Comments
 (0)