-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
482 lines (452 loc) · 28 KB
/
index.html
File metadata and controls
482 lines (452 loc) · 28 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Lander University Food Program</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE-edge">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" rel="stylesheet">
<link href="src/css/index-style.css" rel="stylesheet">
<link href="./src/css/index-style.css" rel="stylesheet">
</head>
<body>
<header class="header" id="header">
<a href="#home" class="logo-container">
<div class="logo">
<img src="images/logos/LanderLogo.png" width="50" height="50">
<img src="./images/logos/LanderLogo.png" width="50" height="50">
<defs>
<linearGradient id="grad1" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#667eea;stop-opacity:1" />
<stop offset="100%" style="stop-color:#e4dd00e2;stop-opacity:1" />
</linearGradient>
</defs>
<rect x="10" y="25" width="15" height="50" fill="url(#grad1)" transform="rotate(-15 17.5 50)" />
<rect x="35" y="15" width="15" height="70" fill="url(#grad1)" />
<rect x="60" y="25" width="15" height="50" fill="url(#grad1)" transform="rotate(15 67.5 50)" />
<circle cx="50" cy="50" r="45" fill="none" stroke="url(#grad1)" stroke-width="2" opacity="0.5" />
</svg>
</div>
<div class="logo-text">Lander University Food Program</div>
</a>
<nav class="main-menu" id="mainMenu">
<a href="index.html#home" class="menu-item active">Home</a>
<a href="index.html#about" class="menu-item">About</a>
<a href="index.html#contact" class="menu-item">Contact</a>
<a href="calendar.html" class="menu-item">Calendar</a>
<a href="staff.html" class="menu-item">Staff</a>
<a href="./index.html#home" class="menu-item active">Home</a>
<a href="./index.html#about" class="menu-item">About</a>
<a href="./index.html#contact" class="menu-item">Contact</a>
<a href="./calendar.html" class="menu-item">Calendar</a>
<a href="./staff.html" class="menu-item">Staff</a>
<a href="https://github.com/RedInfinityPro/MockWebiste" target="_blank" rel="noopener noreferrer" class="menu-item external">GitHub</a>
</nav>
<div class="menu-toggle" id="menuToggle">
<span></span>
<span></span>
<span></span>
</div>
</header>
<!-- Home Section -->
<section id="home" class="section">
<div class="coverflow-wrapper">
<div class="info">
<h2 id="current-title">Lander University</h2>
<p id="current-description">Food programs we provide for your students.</p>
<hr width="100%" size="2" style="margin-top: 10px; margin-bottom: 10px; color: transparent;">
</div>
<div class="coverflow-container" tabindex="0">
<div class="coverflow" id="coverflow">
<div class="coverflow-item" data-index="0">
<div class="cover image-loading">
<img src="images/coverflow-images/DiningHallImage.png" alt="The Underground in Grier Center" loading="lazy">
</div>
<div class="reflection"></div>
</div>
<div class="coverflow-item" data-index="1">
<div class="cover image-loading">
<img src="images/coverflow-images/Chick-fil-a-logo.png" alt="Chick-fil-A" loading="lazy">
</div>
<div class="reflection"></div>
</div>
<div class="coverflow-item" data-index="2">
<div class="cover image-loading">
<img src="images/coverflow-images/TheDropImage.png" alt="The Drop" loading="lazy">
</div>
<div class="reflection"></div>
</div>
<div class="coverflow-item" data-index="3">
<div class="cover image-loading">
<img src="images/coverflow-images/FreshensImage.png" alt="Freshens" loading="lazy">
</div>
<div class="reflection"></div>
</div>
<div class="coverflow-item" data-index="4">
<div class="cover image-loading">
<img src="images/coverflow-images/starbucksLogo.png" alt="Starbucks" loading="lazy">
</div>
<div class="reflection"></div>
</div>
<div class="coverflow-item" data-index="5">
<div class="cover image-loading">
<img src="images/coverflow-images/GreenwoodMarketplaceImage.png" alt="Greenwood Marketplace" loading="lazy">
</div>
<div class="reflection"></div>
</div>
<div class="coverflow-item" data-index="5">
<div class="cover image-loading">
<img src="images/coverflow-images/FoodPantryImage.jpg" alt="Bear Necessities Food Pantry" loading="lazy">
</div>
<div class="reflection"></div>
</div>
</div>
<div class="info-hours">
<div id="current-hours"></div>
</div>
<button class="nav-button prev" onclick="navigate(-1)">‹</button>
<button class="nav-button next" onclick="navigate(1)">›</button>
<div class="dots-container" id="dots"></div>
<!-- Play/Pause Button -->
<button class="play-pause-button" id="playPauseBtn" onclick="toggleAutoplay()">
<span class="play-icon">▶</span>
<span class="pause-icon" style="display: none;">❚❚</span>
</button>
</div>
</div>
</section>
<!-- About Section -->
<section id="about" class="section">
<div class="about-content">
<div class="about-header">
<h2>Choosing Your Meal Plan</h2>
<p>Resident students must purchase a meal plan, with several options available. Meal Exchange allows
swipes at various dining locations.</p>
</div>
<div class="about-main">
<div class="about-visual">
<div class="showcase-display">
<div class="showcase-main">
<div class="showcase-circle-img">
<img src="images/logos/All Access Plan.png" />
<img src="./images/logos/All Access Plan.png" />
</div>
<div class="corner-decoration top-left"></div>
<div class="corner-decoration bottom-right"></div>
<h3 class="showcase-title">All Access Plan</h3>
<p class="showcase-subtitle">Total Cost: $2,820 per semester</p>
<div class="showcase-badges">
<a href="" target="_blank"
rel="noopener noreferrer" class="badge">Unlimited Access</a>
<a href="" target="_blank"
rel="noopener noreferrer" class="badge">20 Meal Exchanges</a>
<a href="" target="_blank"
rel="noopener noreferrer" class="badge">10 Visitor Meals</a>
<a href=""
target="_blank" rel="noopener noreferrer" class="badge">$100 Bearcat Bucks</a>
</div>
</div>
</div>
</div>
<div class="about-visual">
<div class="showcase-display">
<div class="showcase-main">
<div class="showcase-circle-img">
<img src="images/logos/165 Plan.png" />
<img src="./images/logos/165 Plan.png" />
</div>
<div class="corner-decoration top-left"></div>
<div class="corner-decoration bottom-right"></div>
<h3 class="showcase-title">165 Block Plan</h3>
<p class="showcase-subtitle">Total Cost: $2,820 per semester</p>
<p class="showcase-subtitle">No more than 5 times in one day in the Dining Hall</p>
<div class="showcase-badges">
<a href="" target="_blank"
rel="noopener noreferrer" class="badge">145 Swipes</a>
<a href="" target="_blank"
rel="noopener noreferrer" class="badge">20 Meal Exchange</a>
<a href="" target="_blank"
rel="noopener noreferrer" class="badge">10 Visitor Meals</a>
<a href=""
target="_blank" rel="noopener noreferrer" class="badge">$450 Bearcat Bucks</a>
</div>
</div>
</div>
</div>
<div class="about-visual">
<div class="showcase-display">
<div class="showcase-main">
<div class="showcase-circle-img">
<img src="images/logos/100 Plan.png" />
<img src="./images/logos/100 Plan.png" />
</div>
<div class="corner-decoration top-left"></div>
<div class="corner-decoration bottom-right"></div>
<h3 class="showcase-title">100 Block Plan</h3>
<p class="showcase-subtitle">Total Cost: $1,830 per semester</p>
<p class="showcase-subtitle">No more than 5 times in one day in the Dining Hall</p>
<div class="showcase-badges">
<a href="" target="_blank"
rel="noopener noreferrer" class="badge">90 Swipes</a>
<a href="" target="_blank"
rel="noopener noreferrer" class="badge">10 Meal Exchange</a>
<a href="" target="_blank"
rel="noopener noreferrer" class="badge">5 Visitor Meals</a>
<a href=""
target="_blank" rel="noopener noreferrer" class="badge">$350 Bearcat Bucks</a>
</div>
</div>
</div>
</div>
<div class="about-visual">
<div class="showcase-display">
<div class="showcase-main">
<div class="showcase-circle-img">
<img src="images/logos/50 Plan.png" />
<img src="./images/logos/50 Plan.png" />
</div>
<div class="corner-decoration top-left"></div>
<div class="corner-decoration bottom-right"></div>
<h3 class="showcase-title">50 Block Plan</h3>
<p class="showcase-subtitle">Total Cost: $1,100 per semester</p>
<p class="showcase-subtitle">No more than 5 times in one day in the Dining Hall</p>
<div class="showcase-badges">
<a href="" target="_blank"
rel="noopener noreferrer" class="badge">50 Swipes</a>
<a href="" target="_blank"
rel="noopener noreferrer" class="badge">10 Meal Exchange</a>
<a href=""
target="_blank" rel="noopener noreferrer" class="badge">$275 Bearcat Bucks</a>
</div>
</div>
</div>
</div>
<div class="about-visual">
<div class="showcase-display">
<div class="showcase-main">
<div class="showcase-circle-img">
<img src="images/logos/350 Plan.png" />
<img src="./images/logos/350 Plan.png" />
</div>
<div class="corner-decoration top-left"></div>
<div class="corner-decoration bottom-right"></div>
<h3 class="showcase-title">350 Block Plan</h3>
<p class="showcase-subtitle">Total Cost: $350 per semester</p>
<div class="showcase-badges">
<a href=""
target="_blank" rel="noopener noreferrer" class="badge">$350 Bearcat Bucks</a>
</div>
</div>
</div>
</div>
</div>
<div class="about-bottom-row">
<div class="about-image-panel">
<div class="about-image-panel-inner">
<img src="images/about-images/AppImage.png" alt="Dining Experience at Lander" />
<img src="./images/about-images/appImage.png" alt="Dining Experience at Lander" />
<div class="about-image-overlay">
<span>Download for free</span>
</div>
</div>
</div>
<div class="about-info">
<h3>TRANSACT Mobile Ordering App</h3>
<p>Mobile Ordering offers a convenient method to order, pay, and pick up food directly from a mobile
device, allowing users to browse menus and pay using credit, campus cards, or meal plans as
permitted by their campus.</p>
<h2>Login with your Lander Email</h2>
<br>
<ul class="feature-list">
<li>Get store operation times</li>
<li>Get Food prices and menu</li>
<li>Pick a payment method (DCP or Meal Exchange)</li>
<li>Get notifications when your order is ready</li>
<li>See purchase history</li>
</ul>
<a href="https://play.google.com/store/apps/details?id=com.blackboard.mobileorder&hl=en-US"
class="cta-button">
Download now (Google Play)
<svg viewBox="0 0 24 24" fill="currentColor">
<path d="M5 12h14m-7-7l7 7-7 7" stroke="currentColor" stroke-width="2" fill="none" />
</svg>
</a>
<hr width="100%" size="2" style="margin-top: 10px; margin-bottom: 10px; color: transparent;">
<a href="https://apps.apple.com/us/app/transact-mobile-ordering/id1494719529" class="cta-button">
Download now (Apple store)
<svg viewBox="0 0 24 24" fill="currentColor">
<path d="M5 12h14m-7-7l7 7-7 7" stroke="currentColor" stroke-width="2" fill="none" />
</svg>
</a>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="section">
<div class="contact-content">
<div class="contact-container">
<div class="contact-info-section">
<h3>Contact Dining Services</h3>
<p>Feeding more than just your mind</p>
<div class="contact-details">
<div class="contact-item" onclick="window.location.href='mailto:coward-brantlee@aramark.com'">
<div class="contact-icon">
<svg viewBox="0 0 24 24">
<path
d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z" />
</svg>
</div>
<div class="contact-text">
<h4>Email</h4>
<p1>Brantlee Coward, Director of Dining Services</p1>
<p>coward-brantlee@aramark.com</p>
</div>
</div>
<div class="contact-item" onclick="window.location.href='mailto:brannon-kristin@aramark.com'">
<div class="contact-icon">
<svg viewBox="0 0 24 24">
<path
d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z" />
</svg>
</div>
<div class="contact-text">
<h4>Email</h4>
<p1>Kristin Brannon, Office Manager</p1>
<p>brannon-kristin@aramark.com</p>
</div>
</div>
<div class="contact-item">
<div class="contact-icon">
<svg viewBox="0 0 24 24">
<path
d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z" />
</svg>
</div>
<div class="contact-text">
<h4>Phone</h4>
<p>864-388-8416</p>
</div>
</div>
<div class="contact-item" onclick="window.location.href='https://www.google.com/maps/place/Lander+University+-+Greenwood,+SC/@34.1994893,-82.1693028,17z/data=!3m1!4b1!4m6!3m5!1s0x88f8010ea801bc91:0x3f045de1f19854a8!8m2!3d34.1994849!4d-82.1667332!16zL20vMDM1OThs?entry=ttu&g_ep=EgoyMDI2MDMwMi4wIKXMDSoASAFQAw%3D%3D'">
<div class="contact-icon">
<svg viewBox="0 0 24 24">
<path
d="M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z" />
</svg>
</div>
<div class="contact-text">
<h4>Address</h4>
<p>320 Stanley Avenue, Greenwood, SC 29649-2056</p>
</div>
</div>
<div class="contact-item" onclick="window.location.href='staff.html'">
<div class="contact-icon">
<svg viewBox="0 0 24 24">
<path
d="M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5c-1.66 0-3 1.34-3 3s1.34 3 3 3zm-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5C6.34 5 5 6.34 5 8s1.34 3 3 3zm0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5zm8 0c-.29 0-.62.02-.97.05 1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5z" />
</svg>
</div>
<div class="contact-text">
<h4>Meet our staff</h4>
<p>Thank you for your service team.</p>
</div>
</div>
<div class="contact-item" onclick="window.location.href='calendar.html'">
<div class="contact-icon">
<svg viewBox="0 0 24 24">
<path
d="M19 4h-1V2h-2v2H8V2H6v2H5c-1.11 0-2 .89-2 2v14c0 1.11.89 2 2 2h14c1.11 0 2-.89 2-2V6c0-1.11-.89-2-2-2zm0 16H5V9h14v11z" />
</svg>
</div>
<div class="contact-text">
<h4>Our calendar</h4>
<p>Feel free to make your own event.</p>
</div>
</div>
</div>
<div class="social-links">
<h4>Follow Us</h4>
<div class="social-buttons">
<a href="https://www.facebook.com/followlander" class="social-btn" title="Facebook">
<svg viewBox="0 0 24 24">
<path
d="M24 12.073c0-6.627-5.373-12-12-12S0 5.446 0 12.073c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z" />
</svg>
</a>
<a href="https://x.com/LanderUniv" class="social-btn" title="X">
<svg viewBox="0 0 24 24">
<path
d="M18.244 2H21.5l-7.19 8.21L22.5 22h-6.59l-5.17-6.75L4.5 22H1.24l7.69-8.78L1 2h6.75l4.68 6.23L18.244 2z" />
</svg>
</a>
<a href="https://www.youtube.com/channel/UCJExoldzRMqcOjwpw0HRbHA" class="social-btn"
title="YouTube">
<svg viewBox="0 0 24 24">
<path
d="M23.5 6.2a3 3 0 0 0-2.1-2.1C19.7 3.5 12 3.5 12 3.5s-7.7 0-9.4.6A3 3 0 0 0 .5 6.2 31.6 31.6 0 0 0 0 12a31.6 31.6 0 0 0 .5 5.8 3 3 0 0 0 2.1 2.1c1.7.6 9.4.6 9.4.6s7.7 0 9.4-.6a3 3 0 0 0 2.1-2.1A31.6 31.6 0 0 0 24 12a31.6 31.6 0 0 0-.5-5.8zM9.75 15.5v-7l6.5 3.5-6.5 3.5z" />
</svg>
</a>
<a href="https://www.instagram.com/landeruniversity/" class="social-btn" title="Instagram">
<svg viewBox="0 0 24 24">
<path
d="M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948 0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zM5.838 12a6.162 6.162 0 1112.324 0 6.162 6.162 0 01-12.324 0zM12 16a4 4 0 110-8 4 4 0 010 8zm4.965-10.405a1.44 1.44 0 112.881.001 1.44 1.44 0 01-2.881-.001z" />
</svg>
</a>
<a href="https://www.linkedin.com/school/landeruniversity/posts/?feedView=all"
class="social-btn" title="LinkedIn">
<svg viewBox="0 0 24 24">
<path
d="M4.98 3.5C4.98 5 3.8 6.2 2.3 6.2S-.4 5-.4 3.5 0 0 2.3 0 4.98 2 4.98 3.5zM.2 8h4.2v14H.2V8zm7.2 0h4v2h.1c.6-1 2-2 4.1-2 4.4 0 5.2 2.9 5.2 6.7V22h-4.2v-6.6c0-1.6 0-3.6-2.2-3.6s-2.6 1.7-2.6 3.5V22H7.4V8z" />
</svg>
</a>
</div>
</div>
</div>
<div class="contact-form-section">
<form class="contact-form" onsubmit="handleSubmit(event)">
<div class="form-group">
<label for="name">Your Name</label>
<input type="text" id="name" name="name" required>
</div>
<div class="form-group">
<label for="email">Email Address</label>
<input type="email" id="email" name="email" required>
</div>
<div class="form-group">
<label for="subject">Subject</label>
<input type="text" id="subject" name="subject" required>
</div>
<div class="form-group">
<label for="message">Message</label>
<textarea id="message" name="message" required></textarea>
</div>
<button type="submit" class="submit-btn">Send Message</button>
</form>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="footer-content">
<div class="footer-copyright">
© 2025 3D Coverflow. All rights reserved. | Designed by <a href="https://templatemo.com" target="_blank"
rel="noopener noreferrer">TemplateMo</a>
</div>
<div class="footer-links">
<a href="#privacy" onclick="event.preventDefault(); alert('Privacy Policy page would go here');">Privacy
Policy</a>
<a href="#terms" onclick="event.preventDefault(); alert('Terms of Service page would go here');">Terms
of Service</a>
</div>
</div>
</footer>
<!-- Scroll to top button -->
<div class="scroll-to-top" id="scrollToTop">
<span>↑</span>
</div>
<script src="src/js/index-script.js"></script>
</body>
</html>