-
Notifications
You must be signed in to change notification settings - Fork 1
/
jacket.php
193 lines (178 loc) · 8.85 KB
/
jacket.php
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
<?php
require_once("header.php");
?>
<ul class="navbar-nav me-auto ms-4 mb-2 mb-lg-0">
<?php
if ($_SESSION['name'] == 'GUEST') {
echo "
<li class=\"nav-item\">
<a class=\"nav-link\" href=\"login.php\">Login/Register</a>
</li>
";
} else {
echo "
<li class=\"nav-item\">
<a class=\"nav-link\" href=\"dashboard.php\">Dashboard</a>
</li>
";
}
?>
<li class="nav-item">
<a class="nav-link" href="about.php">About</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link active dropdown-toggle" href="#" id="navbarDropdown" role="button"
data-bs-toggle="dropdown" aria-expanded="false"> Categories
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="tshirt.php">T-Shirt</a></li>
<li><a class="dropdown-item" href="jacket.php">Jacket</a></li>
<li><a class="dropdown-item" href="mug.php">Mug</a></li>
<li>
<hr class="dropdown-divider">
</li>
<li><a class="dropdown-item" href="mouse.php">Mouse</a></li>
<li><a class="dropdown-item" href="keyboard.php">Keyboard</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="cart.php">View Cart
<span class="badge rounded-pill bg-primary">
<?php
echo $_SESSION['cart'];
?>
</span>
</a>
</li>
</ul>
<!-- <form class="d-flex">
<input class="form-control me-2" type="search" placeholder="Find products..." aria-label="Search">
<button class="btn btn-outline-secondary" type="submit">Search</button>
</form> -->
</div>
</div>
</nav>
</section>
<!-- END OF NAVIGATION PANEL -->
<section>
<!-- WEBSITE BANNER -->
<div class="container-float">
<div class="row">
<div class="col-md-12 pe-0">
<img src="./img/hoodiebanner.png" alt="PulseBytes Banner" width=100%>
</div>
</div>
</div>
</section>
<!--End of Website Banner-->
<br>
<section>
<!--Start of Hoodies-->
<div class="container mt-5">
<h2 class="product-heading">PulseBytes Comfortable Hoodies</h2>
<br>
<div class="row">
<!--Row 1 of Hoodies-->
<div class="col">
<!--Eat Sleep Program Repeat Gray-->
<div class="hoodies">
<img class="img-fluid" src="./img/products/hoodies/eatsleepprogramrepeat.jpg"
alt="Thumbnail image">
<h5 class="product-name">Eat Sleep Program Repeat Gray</h5>
<span class="product-price">₱ 1,999.00 </span>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-caret-right" viewBox="0 0 16 16">
<path
d="M6 12.796V3.204L11.481 8 6 12.796zm.659.753 5.48-4.796a1 1 0 0 0 0-1.506L6.66 2.451C6.011 1.885 5 2.345 5 3.204v9.592a1 1 0 0 0 1.659.753z" />
</svg>
<p><a href="includes/addtocart.inc.php?id=7&link=jacket.php" class="badge bg-primary">Add to Cart</a></p>
</div>
</div>
<div class="col">
<!--Eat Sleep Program Repeat Black-->
<div class="hoodies">
<img class="img-fluid" src="./img/products/hoodies/eatsleepprogramrepeatblack.jpg"
alt="Thumbnail image">
<h5 class="product-name">Eat Sleep Program Repeat Black</h5>
<span class="product-price">₱ 1,999.00</span>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-caret-right" viewBox="0 0 16 16">
<path
d="M6 12.796V3.204L11.481 8 6 12.796zm.659.753 5.48-4.796a1 1 0 0 0 0-1.506L6.66 2.451C6.011 1.885 5 2.345 5 3.204v9.592a1 1 0 0 0 1.659.753z" />
</svg>
<p><a href="includes/addtocart.inc.php?id=8&link=jacket.php" class="badge bg-primary">Add to Cart</a></p>
</div>
</div>
<div class="col">
<!--Eat Sleep Program Repeat White-->
<div class="hoodies">
<img class="img-fluid" src="./img/products/hoodies/eatsleepprogramrepeatgray.jpg"
alt="Thumbnail image">
<h5 class="product-name">Eat Sleep Program Repeat White</h5>
<span class="product-price">₱ 1,999.00</span>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-caret-right" viewBox="0 0 16 16">
<path
d="M6 12.796V3.204L11.481 8 6 12.796zm.659.753 5.48-4.796a1 1 0 0 0 0-1.506L6.66 2.451C6.011 1.885 5 2.345 5 3.204v9.592a1 1 0 0 0 1.659.753z" />
</svg>
<p><a href="includes/addtocart.inc.php?id=9&link=jacket.php" class="badge bg-primary">Add to Cart</a></p>
</div>
</div>
</div>
<br>
<br>
<br>
<div class="row">
<!--Row 2 of Hoodies-->
<div class="col">
<!--Eat Sleep Program Repeat Light Blue-->
<div class="hoodies">
<img class="img-fluid" src="./img/products/hoodies/eatsleepprogramrepeatlb.jpg"
alt="Thumbnail image">
<h5 class="product-name">Eat Sleep Program Repeat Light Blue</h5>
<span class="product-price">₱ 1,999.00</span>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-caret-right" viewBox="0 0 16 16">
<path
d="M6 12.796V3.204L11.481 8 6 12.796zm.659.753 5.48-4.796a1 1 0 0 0 0-1.506L6.66 2.451C6.011 1.885 5 2.345 5 3.204v9.592a1 1 0 0 0 1.659.753z" />
</svg>
<p><a href="includes/addtocart.inc.php?id=10&link=jacket.php" class="badge bg-primary">Add to Cart</a></p>
</div>
</div>
<div class="col">
<!--Eat Sleep Program Repeat Red-->
<div class="hoodies">
<img class="img-fluid" src="./img/products/hoodies/eatsleepprogramrepeatred.jpg"
alt="Thumbnail image">
<h5 class="product-name">Eat Sleep Program Repeat Red</h5>
<span class="product-price">₱ 1,999.00 </span>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-caret-right" viewBox="0 0 16 16">
<path
d="M6 12.796V3.204L11.481 8 6 12.796zm.659.753 5.48-4.796a1 1 0 0 0 0-1.506L6.66 2.451C6.011 1.885 5 2.345 5 3.204v9.592a1 1 0 0 0 1.659.753z" />
</svg>
<p><a href="includes/addtocart.inc.php?id=11&link=jacket.php" class="badge bg-primary">Add to Cart</a></p>
</div>
</div>
<div class="col">
<!--Eat Sleep Program Repeat Black-->
<div class="hoodies">
<img class="img-fluid" src="./img/products/hoodies/eatsleepprogramrepeatyg.jpg"
alt="Thumbnail image">
<h5 class="product-name">Eat Sleep Program Repeat Yellow Green</h5>
<span class="product-price">₱ 1,999.00</span>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-caret-right" viewBox="0 0 16 16">
<path
d="M6 12.796V3.204L11.481 8 6 12.796zm.659.753 5.48-4.796a1 1 0 0 0 0-1.506L6.66 2.451C6.011 1.885 5 2.345 5 3.204v9.592a1 1 0 0 0 1.659.753z" />
</svg>
<p><a href="includes/addtocart.inc.php?id=12&link=jacket.php" class="badge bg-primary">Add to Cart</a></p>
</div>
</div>
</div>
</div>
</section>
<!--End of Hoodies-->
<?php
require_once("footer.php");
?>