-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.php
More file actions
285 lines (258 loc) · 12.5 KB
/
Copy pathabout.php
File metadata and controls
285 lines (258 loc) · 12.5 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
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
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
<?php
session_start(); // Initializes the session to check if user is logged in
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Our Story | STUDIO 1685®</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" rel="stylesheet">
<style>
:root {
/* Updated to match Shop Page colors */
--primary-blue: #0678eb;
--light-grey: #f8f9fa;
--dark-brand: #000000;
}
body { font-family: 'Inter', sans-serif; color: #333; overflow-x: hidden; background-color: #fff; }
/* --- NAVIGATION --- */
.navbar { background: #fff; border-bottom: 1px solid #eee; padding: 15px 0; }
.navbar-brand { font-weight: 800; font-size: 24px; color: #000 !important; letter-spacing: 1px; }
.nav-link { color: #111 !important; font-weight: 600; font-size: 14px; margin: 0 12px; text-transform: uppercase; }
.nav-link.active { color: var(--primary-blue) !important; }
.btn-signup {
background: #0678eb;
color: #fff !important;
padding: 8px 22px;
border-radius: 0px;
font-weight: 600;
text-transform: uppercase;
font-size: 12px;
border: 1px solid #0678eb;
transition: all 0.3s ease;
}
.btn-signup:hover {
background: #000 !important;
color: #fff !important;
border-color: #000;
}
/* Logout Link Style */
.logout-link {
font-size: 11px;
text-transform: uppercase;
font-weight: 700;
color: #ff4d4d !important;
text-decoration: none;
}
/* --- ABOUT HERO --- */
.about-hero {
background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('images/15.jpg');
height: 500px;
background-size: cover;
background-position: center;
display: flex;
align-items: center;
justify-content: center;
color: white;
text-align: center;
}
.about-hero .container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.about-hero h1 {
font-size: 64px;
font-weight: 900;
margin-bottom: 15px;
text-transform: uppercase;
letter-spacing: 4px;
}
.about-hero p {
font-size: 20px;
color: #ddd;
max-width: 800px;
font-weight: 300;
line-height: 1.6;
}
/* --- OUR STORY SECTION --- */
.story-section { padding: 100px 0; }
.story-content h2 { font-weight: 800; font-size: 40px; margin-bottom: 25px; text-transform: uppercase; color: var(--dark-brand); }
.story-content p { font-size: 17px; line-height: 1.9; color: #555; margin-bottom: 20px; }
/* Image shadow updated to match brand black */
.story-image img { border-radius: 0px; width: 100%; box-shadow: 20px 20px 0px var(--dark-brand); }
/* --- VALUES SECTION --- */
.values-section { background: var(--light-grey); padding: 100px 0; }
.value-card {
background: white;
padding: 50px 40px;
border-radius: 0px;
text-align: center;
height: 100%;
transition: 0.3s;
border-bottom: 4px solid transparent;
}
/* Hover effect updated to Primary Blue */
.value-card:hover { transform: translateY(-10px); border-color: var(--primary-blue); }
.value-icon {
width: 80px;
height: 80px;
background: var(--dark-brand);
color: #fff;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
margin: 0 auto 25px;
font-size: 30px;
}
.value-card h4 { font-weight: 800; text-transform: uppercase; margin-bottom: 15px; letter-spacing: 1px; }
/* --- CTA SECTION --- */
.cta-section { padding: 120px 0; text-align: center; background: #fff; }
.cta-section h2 { font-weight: 900; font-size: 45px; margin-bottom: 20px; text-transform: uppercase; }
.btn-shop-now {
background: var(--primary-blue);
color: white;
padding: 18px 45px;
border-radius: 0px;
font-weight: 700;
text-decoration: none;
display: inline-block;
transition: 0.3s;
text-transform: uppercase;
letter-spacing: 2px;
}
.btn-shop-now:hover { background: #0566c8; color: white; transform: scale(1.05); }
/* --- FOOTER --- */
footer { background-color: #000; padding: 40px 0; color: #fff; border-top: 1px solid #222; }
footer h5 { letter-spacing: 4px; font-weight: 800; text-transform: uppercase; }
.social-icons a { color: #fff; font-size: 22px; margin: 0 15px; transition: 0.3s; text-decoration: none; }
/* Hover updated to Primary Blue to match Shop active states */
.social-icons a:hover { color: var(--primary-blue); }
</style>
</head>
<body>
<nav class="navbar navbar-expand-lg sticky-top">
<div class="container">
<a class="navbar-brand" href="index.php">
Pastimes<i class="fa-solid fa-registered" style="font-size: 10px; vertical-align: top;"></i>
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav mx-auto">
<li class="nav-item"><a class="nav-link" href="index.php">Home</a></li>
<li class="nav-item"><a class="nav-link active" href="listings.php">Shop</a></li>
<li class="nav-item"><a class="nav-link" href="about.php">About</a></li>
<li class="nav-item"><a class="nav-link" href="catalogue.php">Gallery</a></li>
<li class="nav-item"><a class="nav-link" href="contact.php">Contact</a></li>
</ul>
<div class="d-flex align-items-center gap-3">
<a href="cart.php" class="text-dark position-relative">
<i class="fa-solid fa-bag-shopping fs-5"></i>
<?php if(isset($_SESSION['cart']) && count($_SESSION['cart']) > 0): ?>
<span class="position-absolute top-0 start-100 translate-middle badge rounded-pill bg-danger" style="font-size: 10px;">
<?php echo count($_SESSION['cart']); ?>
</span>
<?php endif; ?>
</a>
<!-- DYNAMIC LOGIN/LOGOUT SECTION -->
<?php if(isset($_SESSION['user_id'])): ?>
<span class="small fw-bold text-uppercase" style="font-size: 11px;">
Hi, <?php echo explode(' ', $_SESSION['full_name'])[0]; ?>
</span>
<a href="logout.php" class="logout-link">Logout</a>
<?php else: ?>
<a href="authenticate.php" class="text-dark text-decoration-none small fw-bold text-uppercase">Sign In</a>
<a href="sign-up.php" class="btn btn-signup">Sign Up</a>
<?php endif; ?>
</div>
</div>
</div>
</nav>
<section class="about-hero">
<div class="container">
<h1>Our Story</h1>
<p>Born in Midrand, raised by the streets. Pastimes is more than just clothing, it's a movement defined by premium quality and local authenticity.</p>
</div>
</section>
<section class="story-section container">
<div class="row align-items-center g-5">
<div class="col-md-6 story-content">
<h2>The Pastimes Vision</h2>
<p>Pastimes was established in the vibrant heart of Midrand, Johannesburg. Our journey began with a simple necessity: the need for premium, oversized streetwear that resonates with the South African spirit.</p>
<p>We've grown from a local passion project into a brand that stands for more than just aesthetics. We represent the bold and unapologetic culture of our streets, ensuring every thread tells a story of where we come from.</p>
<p>Every piece in our collection is meticulously designed with oversized silhouettes and high-grade materials. When you wear Pastimes, you are carrying the heritage of Midrand excellence with you.</p>
</div>
<div class="col-md-6 story-image">
<img src="https://images.unsplash.com/photo-1523381210434-271e8be1f52b?q=80&w=2070" alt="Pastimes Quality">
</div>
</div>
</section>
<section class="values-section">
<div class="container text-center mb-5">
<h2 class="fw-bold text-uppercase" style="letter-spacing: 2px;">Our Values</h2>
<p class="text-muted">The pillars that define every collection we drop.</p>
</div>
<div class="container">
<div class="row g-4">
<div class="col-md-4">
<div class="value-card">
<div class="value-icon"><i class="fa-solid fa-shield-halved"></i></div>
<h4>Authenticity</h4>
<p class="text-muted">We remain unapologetically true to our roots, creating designs that reflect the real street culture of Gauteng.</p>
</div>
</div>
<div class="col-md-4">
<div class="value-card">
<div class="value-icon"><i class="fa-solid fa-gem"></i></div>
<h4>Premium Quality</h4>
<p class="text-muted">From heavy-weight cotton to reinforced stitching, we never compromise on the durability or feel of our apparel.</p>
</div>
</div>
<div class="col-md-4">
<div class="value-card">
<div class="value-icon"><i class="fa-solid fa-fingerprint"></i></div>
<h4>Exclusivity</h4>
<p class="text-muted">We believe in unique expression. Our limited drops ensure your style remains as individual as your journey.</p>
</div>
</div>
</div>
</div>
</section>
<section class="cta-section container">
<h2>Join the Movement</h2>
<p class="text-muted mb-5">Experience the pinnacle of local streetwear. Shop the latest Pastimes collection today.</p>
<a href="listings.php" class="btn-shop-now">Explore Shop <i class="fa-solid fa-arrow-right ms-2"></i></a>
</section>
<footer>
<div class="container text-center">
<h5 class="mt-3 mb-1" style="letter-spacing: 2px;">PASTIMES</h5>
<p class="small mb-2" style="color: #bbb; font-size: 11px;">
© 2026 Pastimes® Collective. <br>
Headquartered in Midrand, South Africa.
</p>
<div class="social-icons mb-3">
<a href="#" style="margin: 0 10px;"><i class="fab fa-instagram"></i></a>
<a href="#" style="margin: 0 10px;"><i class="fab fa-tiktok"></i></a>
<a href="#" style="margin: 0 10px;"><i class="fab fa-facebook-f"></i></a>
</div>
<div class="pt-3" style="border-top: 1px solid #333; max-width: 340px; margin: 0 auto;">
<p class="mb-1" style="font-size: 9px; text-transform: uppercase; letter-spacing: 2px; color: #aaa;">
Digital Architecture & Direction
</p>
<p class="mb-0">
<a href="#" class="text-white text-decoration-none fw-bold" style="letter-spacing: 4px; font-size: 12px;">
Amo Matlhaga & Kea Masole
</a>
</p>
</div>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>