-
Notifications
You must be signed in to change notification settings - Fork 0
/
team.html
486 lines (426 loc) · 11.2 KB
/
team.html
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
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<title>Greco's Specialty Foods</title>
<style>
/* Style for fonts */
@font-face {
font-family: 'Circular Book';
src: url('Circular/CircularStd-Book.otf') format('woff2'),
url('Circular/CircularStd-Book.otf') format('otf');
font-family: 'Times Now';
src: url('Times Now/TimesNow-ExtraLight.woff') format('woff2');
}
/* Style for navigation bar */
nav {
background-color: white;
overflow: hidden;
display: flex;
justify-content: space-between;
align-items: center;
margin-left: 12%;
margin-right: 12%;
}
nav img {
height: 150px;
margin: 0px;
}
nav a {
color: black;
text-align: left;
text-decoration: none;
padding-top: 7px;
padding-bottom: 7px;
padding-left: 10px;
padding-right: 10px;
}
nav a:hover {
background-color:#E5E4E2;
color: black;
}
#nav-list {
margin-right: 15px;
}
#email-button {
background-color: #2A3566;
color: white;
padding-left: 25px;
padding-right: 25px;
padding-top: 15px;
padding-bottom: 15px;
}
#offerings-link {
margin-left: 35px;
}
#contact-link {
margin-left: 35px;
margin-right: 50px;
}
#team-link {
margin-left: 35px;
}
/* Style for banner image */
.banner {
display: flex;
justify-content: center;
align-items: flex-start;
}
.banner img{
width: 100%;
}
/* Style for intro section */
.intro {
width: 100%;
background-color: #2A3566;
padding-top:2.25%;
padding-bottom:3%;
color: white;
}
.intro-text {
padding-left: 12%;
padding-right: 20%;
color: white;
}
/* Style for content sections */
#content-block-1 {
margin-top: 5%;
}
.content-section {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 5%;
margin-bottom: 5%;
margin-left: 12%;
margin-right: 12%;
}
.content-header {
font-family: Times Now;
color: #2A3566;
}
.footer-header {
font-family: Times Now;
color: white;
}
.left-section {
width: 40%;
padding-right: 10%;
}
.right-section {
width: 50%;
}
.right-section img {
width: 100%;
height: auto;
}
#right-text {
padding-left: 3%;
}
#left-text-1 {
padding-right:13.5%;
}
.content-section h2 {
margin-top: 0;
}
.content-section .content-text {
width: 50%;
margin-right: 0px;
}
.column {
width: 30%;
display: inline-block;
vertical-align: top;
}
h2 {
font-size: 2.75vw;
}
body {
background-color: white;
margin: 0;
font-family: 'Circular Light', sans-serif;
}
#gallery-header {
text-align: center;
}
.gallery-tag {
text-align: center;
font-size: 14px;
}
.slider-container {
width: 50%;
margin: auto;
overflow: hidden;
}
.slides {
display: flex;
transition: transform 0.5s ease-in-out;
}
.slide {
min-width: 100%;
box-sizing: border-box;
}
img {
width: 100%;
}
.slide-btn {
position: absolute;
margin-top: -20%;
margin-left: 12%;
margin-right: 12%;
font-size: 24px;
cursor: pointer;
background-color: transparent;
color: black;
border: none;
border-radius: 50%;
}
.prev {
left: 10px;
}
.next {
right: 10px;
}
.social-icon {
width: 50px;
padding: 5px;
}
footer {
background-color: #2A3566;
color: white;
margin-top:5%;
padding-top: 3%;
padding-bottom: 4%;
padding-left: 12%;
}
#footer-text {
padding-left: 10%;
padding-right: 10%;
}
#footer-logo {
width: 40%;
padding-bottom: 5%;
Padding-top: 3%;
}
/* Add these styles for the hamburger menu */
.hamburger-menu {
font-size: 20px;
cursor: pointer;
display: none; /* Initially hide the hamburger menu on larger screens */
}
@media screen and (max-width: 600px) {
/* Styles for screens with a maximum width of 600px */
#gallery-header {
text-align: left;
}
.slider-container {
width: 90%;
}
.slide-btn {
margin-top: -35%;
color: white;
}
.hamburger-menu {
display: block;
text-align: right;
position: absolute;
transform: translateY(100%);
top: -13px;
right: 0;
padding: 15px; /* Adjust padding for better spacing */
cursor: pointer;
}
#email-button {
padding-top: 7%;
padding-bottom: 7%;
}
.column {
width: 100%;
display: block;
margin-bottom: 20px;
}
.banner img {
width: 150%;
}
#left-text-1 {
padding-right: 0;
}
.content {
}
.content-section {
flex-direction: column;
margin: 5% ;
padding-top: 5%;
}
.left-section, .right-section {
width: 100%;
padding: 0;
}
#right-text {
padding-left: 0;
}
#footer-text {
margin-left: 0;
margin-right: 0;
}
#footer-logo {
width: 50%;
padding-bottom: 5%;
Padding-top: 5%;
}
.intro {
margin-top:0%;
}
.intro-text {
font-size: 5vw;
margin-top: 4%;
margin-left: -7%;
margin-right: -15%;
}
#index-header3 {
margin-top: 10%;
}
nav img {
height: 100px;
width: 100px;
margin: 0px;
}
nav {
margin-left: 3%;
margin-right: 3%;
margin-bottom:0%;
}
nav a {
display: block;
font-size: 14px;
text-align: center;
padding-left: 15px;
padding-right: 15px;
padding-top: 5%;
padding-bottom: 5%;
}
#nav-list {
display: none;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100vh;
background-color: white;
text-align: right;
padding-top: 60px;
}
#offerings-link {
margin-left: 0px;
}
#contact-link {
margin-left: 0px;
margin-right: 0px;
}
#team-link {
margin-left: 0px;
}
h2 {
font-size: 5vw;
}
}
</style>
</head>
<body>
<!-- Navigation bar -->
<nav>
<a href="index.htm"><img src="grecos-logo-2.png" alt="Logo"></a>
<div id="nav-list">
<a href="story.html" id="story-link">Story</a>
<a href="offerings.html" id="offerings-link">Offerings</a>
<a href="team.html" id="team-link">Team</a>
<a href="contact.html" id="contact-link">Contact</a>
<a href="mailto:[email protected]" id="email-button">Email Us</a>
</div>
<div class="hamburger-menu">☰</div> <!-- Add this line for the hamburger menu -->
</nav>
<!-- Banner image -->
<section class="banner">
<img src="team-banner-new.png" alt="Banner Image">
</section>
<!-- Intro Section -->
<div class="intro">
<h2 class="intro-text" style="font-family: Times Now">Welcome to Greco's Specialty Foods: a cherished culinary legacy and your destination for exceptionally sourced ingredients.</h2>
</div>
<!-- Content section 1 -->
<div class="content">
<div class="content-section" id="content-block-1">
<div class="left-section" id="left-text-1">
<h2 class="content-header">Meet Our Team</h2>
<p>At Greco's, we have a dedicated team of food enthusiasts who are ready to assist you on your culinary journey. Led by owners Chris Duxbury and Fritz Rekla, our team shares a love for authentic European specialty foods. With their guidance, our knowledgeable and friendly team is here to provide exceptional service and ensure your experience at Greco's is memorable. Whether you're seeking advice or personalized assistance, our team is committed to going above and beyond to meet your needs.</p>
</div>
<div class="right-section">
<img src="team-img-1.png"alt="Image 1">
</div>
</div>
</div>
<!--
<div class="slider-container">
<h2 class="content-header" id="gallery-header">Greco's Team</h2>
<div class="slides">
<div class="slide"><img src="team-gallery-6.png" alt="Offerings Gallery 6"><p class="gallery-tag">Chris</p></div>
<div class="slide"><img src="team-gallery-1.png" alt="Offerings Gallery 1"><p class="gallery-tag">Fritz</p></div>
<div class="slide"><img src="team-gallery-4.png" alt="Offerings Gallery 4"><p class="gallery-tag">Ryan</p></div>
<!-- Add more slides as needed
</div>
<button class="slide-btn prev" onclick="prevSlide()">❮</button>
<button class="slide-btn next" onclick="nextSlide()">❯</button>
</div>-->
</body>
<footer>
<div class="column">
<img src="grecos-logo-2.png"alt="Logo" id="footer-logo">
<div class="social-icons">
<a href="https://www.facebook.com/grecosspecialtyfoods/"><img src="facebook-icon.png" class="social-icon" alt="Logo"></a>
<a href="https://www.instagram.com/grecosspecialtyfoodmarket/"><img src="instagram-icon.png" class="social-icon" id="insta-icon" alt="Logo"></a>
</div>
<p>© 2024 Greco's Specialty Foods</p>
</div>
<div class="column" id="footer-center-column">
<h2 class="footer-header">Hours</h2>
<p>Monday - Saturday:<br>
9 am - 5 pm
<br><br>
Sunday:<br>
10 am - 5 pm</p>
</div>
<div class="column">
<h2 class="footer-header">Contact Us</h2>
<p>Address:<br> 6886 King George Blvd, Surrey, BC V3W 4Z9
<br><br>
Phone:<br> (604) 590-1644
<br><br>
Email:<br> [email protected]</p>
</div>
</footer>
<script>
document.addEventListener('DOMContentLoaded', function () {
const hamburgerMenu = document.querySelector('.hamburger-menu');
const navList = document.getElementById('nav-list');
hamburgerMenu.addEventListener('click', function () {
navList.style.display = (navList.style.display === 'block' ? 'none' : 'block');
});
});
let currentIndex = 0;
function showSlide(index) {
const slides = document.querySelector('.slides');
const slideWidth = document.querySelector('.slide').clientWidth;
slides.style.transform = `translateX(-${index * slideWidth}px)`;
}
function nextSlide() {
const totalSlides = document.querySelectorAll('.slide').length;
currentIndex = (currentIndex + 1) % totalSlides;
showSlide(currentIndex);
}
function prevSlide() {
const totalSlides = document.querySelectorAll('.slide').length;
currentIndex = (currentIndex - 1 + totalSlides) % totalSlides;
showSlide(currentIndex);
}
</script>