forked from Axion2900/Lock-Tin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfeatures.html
More file actions
554 lines (532 loc) · 30.3 KB
/
features.html
File metadata and controls
554 lines (532 loc) · 30.3 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
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Features - Project Axion</title>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<link rel="stylesheet" href="features.css">
</head>
<body>
<!-- Header -->
<header class="navigation">
<nav class="container">
<div class="navigation-content">
<a href="index.html" class="navigation-brand">
Project Axion
</a>
<!-- Desktop Navigation -->
<div class="navigation-menu">
<a href="index.html" class="navigation-link">Home</a>
<a href="features.html" class="navigation-link active">Features</a>
<a href="about.html" class="navigation-link">About</a>
<a href="contact.html" class="navigation-link">Contact</a>
</div>
<!-- Mobile menu button -->
<button id="mobileMenuToggle" class="mobile-menu-toggle">
<i class="fas fa-bars"></i>
</button>
</div>
<!-- Mobile Navigation -->
<div id="mobileMenu" class="mobile-menu">
<div class="mobile-menu-content">
<a href="index.html" class="mobile-menu-link">Home</a>
<a href="features.html" class="mobile-menu-link active">Features</a>
<a href="about.html" class="mobile-menu-link">About</a>
<a href="contact.html" class="mobile-menu-link">Contact</a>
</div>
</div>
</nav>
</header>
<!-- Page Content -->
<div class="page-content">
<div class="container">
<!-- Page Hero -->
<div class="page-hero">
<h1 class="hero-title">
<span class="gradient-text-primary">
Comprehensive Features
</span>
</h1>
<p class="hero-description">
Discover all the powerful tools Project Axion offers to help you plan your perfect university day
</p>
</div>
<!-- Event Calendar Feature -->
<div class="feature-detail">
<div class="feature-detail-content">
<div class="feature-header">
<div class="feature-header-icon primary">
<i class="fas fa-calendar-alt"></i>
</div>
<h3 class="feature-header-title">Event Calendar</h3>
</div>
<p class="text-lg text-gray-600 mb-8 leading-relaxed">
Never miss important campus events again with our comprehensive event calendar system. Access real-time information about school events, club activities, and social gatherings all in one place.
</p>
<ul class="space-y-4">
<li class="flex items-center">
<div class="w-6 h-6 bg-gradient-to-br from-green-400 to-green-600 rounded-full flex items-center justify-center mr-4">
<i class="fas fa-check text-white text-sm"></i>
</div>
<span class="text-gray-700">View all school and club events in one calendar</span>
</li>
<li class="flex items-center">
<div class="w-6 h-6 bg-gradient-to-br from-green-400 to-green-600 rounded-full flex items-center justify-center mr-4">
<i class="fas fa-check text-white text-sm"></i>
</div>
<span class="text-gray-700">Filter events by category, date, or location</span>
</li>
<li class="flex items-center">
<div class="w-6 h-6 bg-gradient-to-br from-green-400 to-green-600 rounded-full flex items-center justify-center mr-4">
<i class="fas fa-check text-white text-sm"></i>
</div>
<span class="text-gray-700">Set reminders for important events</span>
</li>
<li class="flex items-center">
<div class="w-6 h-6 bg-gradient-to-br from-green-400 to-green-600 rounded-full flex items-center justify-center mr-4">
<i class="fas fa-check text-white text-sm"></i>
</div>
<span class="text-gray-700">Sync with your personal calendar</span>
</li>
<li class="flex items-center">
<div class="w-6 h-6 bg-gradient-to-br from-green-400 to-green-600 rounded-full flex items-center justify-center mr-4">
<i class="fas fa-check text-white text-sm"></i>
</div>
<span class="text-gray-700">Get notifications for new events</span>
</li>
</ul>
</div>
<div class="feature-detail-content">
<div class="community-card">
<div class="community-card-icon">
<i class="fas fa-calendar-alt"></i>
</div>
<h3 class="community-card-title">Stay Connected</h3>
<p class="community-card-description">
Always know what's happening on campus
</p>
</div>
<div class="community-decoration community-decoration-1"></div>
<div class="community-decoration community-decoration-2"></div>
</div>
</div>
<!-- Dining Hall Menu Feature -->
<div class="feature-detail reverse">
<div class="feature-detail-content">
<div class="community-card">
<div class="community-card-icon">
<i class="fas fa-utensils"></i>
</div>
<h3 class="community-card-title">Smart Dining</h3>
<p class="community-card-description">
Make informed food choices
</p>
</div>
<div class="community-decoration community-decoration-1"></div>
<div class="community-decoration community-decoration-2"></div>
</div>
<div class="feature-detail-content">
<div class="feature-header">
<div class="feature-header-icon secondary">
<i class="fas fa-utensils"></i>
</div>
<h3 class="feature-header-title">Dining Hall Menu</h3>
</div>
<p class="text-lg text-gray-600 mb-8 leading-relaxed">
Check what's available at the dining hall before you go. Our real-time menu system helps you decide whether to visit the cafeteria based on what's actually being served.
</p>
<ul class="space-y-4">
<li class="flex items-center">
<div class="w-6 h-6 bg-gradient-to-br from-green-400 to-green-600 rounded-full flex items-center justify-center mr-4">
<i class="fas fa-check text-white text-sm"></i>
</div>
<span class="text-gray-700">Real-time menu updates from dining halls</span>
</li>
<li class="flex items-center">
<div class="w-6 h-6 bg-gradient-to-br from-green-400 to-green-600 rounded-full flex items-center justify-center mr-4">
<i class="fas fa-check text-white text-sm"></i>
</div>
<span class="text-gray-700">Nutritional information for each dish</span>
</li>
<li class="flex items-center">
<div class="w-6 h-6 bg-gradient-to-br from-green-400 to-green-600 rounded-full flex items-center justify-center mr-4">
<i class="fas fa-check text-white text-sm"></i>
</div>
<span class="text-gray-700">Allergen and dietary restriction filters</span>
</li>
<li class="flex items-center">
<div class="w-6 h-6 bg-gradient-to-br from-green-400 to-green-600 rounded-full flex items-center justify-center mr-4">
<i class="fas fa-check text-white text-sm"></i>
</div>
<span class="text-gray-700">User ratings and reviews for dishes</span>
</li>
<li class="flex items-center">
<div class="w-6 h-6 bg-gradient-to-br from-green-400 to-green-600 rounded-full flex items-center justify-center mr-4">
<i class="fas fa-check text-white text-sm"></i>
</div>
<span class="text-gray-700">Crowd level indicators for dining halls</span>
</li>
</ul>
</div>
</div>
<!-- Campus Traffic Feature -->
<div class="feature-detail">
<div class="feature-detail-content">
<div class="feature-header">
<div class="feature-header-icon accent">
<i class="fas fa-traffic-light"></i>
</div>
<h3 class="feature-header-title">Campus Traffic</h3>
</div>
<p class="text-lg text-gray-600 mb-8 leading-relaxed">
Navigate campus efficiently with real-time traffic updates. Avoid delays and plan your routes based on current campus conditions and construction updates.
</p>
<ul class="space-y-4">
<li class="flex items-center">
<div class="w-6 h-6 bg-gradient-to-br from-green-400 to-green-600 rounded-full flex items-center justify-center mr-4">
<i class="fas fa-check text-white text-sm"></i>
</div>
<span class="text-gray-700">Real-time traffic condition updates</span>
</li>
<li class="flex items-center">
<div class="w-6 h-6 bg-gradient-to-br from-green-400 to-green-600 rounded-full flex items-center justify-center mr-4">
<i class="fas fa-check text-white text-sm"></i>
</div>
<span class="text-gray-700">Construction and road closure alerts</span>
</li>
<li class="flex items-center">
<div class="w-6 h-6 bg-gradient-to-br from-green-400 to-green-600 rounded-full flex items-center justify-center mr-4">
<i class="fas fa-check text-white text-sm"></i>
</div>
<span class="text-gray-700">Alternative route suggestions</span>
</li>
<li class="flex items-center">
<div class="w-6 h-6 bg-gradient-to-br from-green-400 to-green-600 rounded-full flex items-center justify-center mr-4">
<i class="fas fa-check text-white text-sm"></i>
</div>
<span class="text-gray-700">Parking availability indicators</span>
</li>
<li class="flex items-center">
<div class="w-6 h-6 bg-gradient-to-br from-green-400 to-green-600 rounded-full flex items-center justify-center mr-4">
<i class="fas fa-check text-white text-sm"></i>
</div>
<span class="text-gray-700">Bus and shuttle tracking</span>
</li>
</ul>
</div>
<div class="relative">
<div class="bg-gradient-to-br from-accent to-primary p-12 rounded-3xl text-white text-center">
<div class="w-24 h-24 bg-white/20 rounded-3xl flex items-center justify-center mx-auto mb-8">
<i class="fas fa-traffic-light text-4xl"></i>
</div>
<h3 class="text-3xl font-bold mb-6">Smart Navigation</h3>
<p class="text-xl leading-relaxed opacity-90">
Get around campus efficiently
</p>
</div>
<div class="absolute -top-4 -right-4 w-16 h-16 bg-secondary/20 rounded-2xl rotate-12"></div>
<div class="absolute -bottom-4 -left-4 w-12 h-12 bg-accent/20 rounded-2xl -rotate-12"></div>
</div>
</div>
<!-- Room Booking Feature -->
<div class="feature-detail reverse">
<div class="feature-detail-content">
<div class="community-card">
<div class="community-card-icon">
<i class="fas fa-door-open"></i>
</div>
<h3 class="community-card-title">Study Spaces</h3>
<p class="community-card-description">
Find your perfect study spot
</p>
</div>
<div class="community-decoration community-decoration-1"></div>
<div class="community-decoration community-decoration-2"></div>
</div>
<div class="feature-detail-content">
<div class="feature-header">
<div class="feature-header-icon white">
<i class="fas fa-door-open"></i>
</div>
<h3 class="feature-header-title">Room Booking</h3>
</div>
<p class="text-lg text-gray-600 mb-8 leading-relaxed">
Book study rooms and spaces easily with our integrated booking system. Find and reserve the perfect spot for your study sessions, group projects, or meetings.
</p>
<ul class="space-y-4">
<li class="flex items-center">
<div class="w-6 h-6 bg-gradient-to-br from-green-400 to-green-600 rounded-full flex items-center justify-center mr-4">
<i class="fas fa-check text-white text-sm"></i>
</div>
<span class="text-gray-700">Browse available study rooms and spaces</span>
</li>
<li class="flex items-center">
<div class="w-6 h-6 bg-gradient-to-br from-green-400 to-green-600 rounded-full flex items-center justify-center mr-4">
<i class="fas fa-check text-white text-sm"></i>
</div>
<span class="text-gray-700">Real-time availability calendar</span>
</li>
<li class="flex items-center">
<div class="w-6 h-6 bg-gradient-to-br from-green-400 to-green-600 rounded-full flex items-center justify-center mr-4">
<i class="fas fa-check text-white text-sm"></i>
</div>
<span class="text-gray-700">Instant booking confirmation</span>
</li>
<li class="flex items-center">
<div class="w-6 h-6 bg-gradient-to-br from-green-400 to-green-600 rounded-full flex items-center justify-center mr-4">
<i class="fas fa-check text-white text-sm"></i>
</div>
<span class="text-gray-700">Room amenities and capacity information</span>
</li>
<li class="flex items-center">
<div class="w-6 h-6 bg-gradient-to-br from-green-400 to-green-600 rounded-full flex items-center justify-center mr-4">
<i class="fas fa-check text-white text-sm"></i>
</div>
<span class="text-gray-700">Group booking for study sessions</span>
</li>
</ul>
</div>
</div>
<!-- Community Upload Feature -->
<div class="feature-detail">
<div class="feature-detail-content">
<div class="feature-header">
<div class="feature-header-icon blue">
<i class="fas fa-upload"></i>
</div>
<h3 class="feature-header-title">Community Uploads</h3>
</div>
<p class="text-lg text-gray-600 mb-8 leading-relaxed">
Contribute to the community by uploading valuable campus information. Help fellow students by sharing event details, menu items, traffic updates, and other useful campus data.
</p>
<ul class="space-y-4">
<li class="flex items-center">
<div class="w-6 h-6 bg-gradient-to-br from-green-400 to-green-600 rounded-full flex items-center justify-center mr-4">
<i class="fas fa-check text-white text-sm"></i>
</div>
<span class="text-gray-700">Upload event information with time slots</span>
</li>
<li class="flex items-center">
<div class="w-6 h-6 bg-gradient-to-br from-green-400 to-green-600 rounded-full flex items-center justify-center mr-4">
<i class="fas fa-check text-white text-sm"></i>
</div>
<span class="text-gray-700">Share dining hall menu items and photos</span>
</li>
<li class="flex items-center">
<div class="w-6 h-6 bg-gradient-to-br from-green-400 to-green-600 rounded-full flex items-center justify-center mr-4">
<i class="fas fa-check text-white text-sm"></i>
</div>
<span class="text-gray-700">Report campus traffic conditions</span>
</li>
<li class="flex items-center">
<div class="w-6 h-6 bg-gradient-to-br from-green-400 to-green-600 rounded-full flex items-center justify-center mr-4">
<i class="fas fa-check text-white text-sm"></i>
</div>
<span class="text-gray-700">Add study room availability updates</span>
</li>
<li class="flex items-center">
<div class="w-6 h-6 bg-gradient-to-br from-green-400 to-green-600 rounded-full flex items-center justify-center mr-4">
<i class="fas fa-check text-white text-sm"></i>
</div>
<span class="text-gray-700">Earn points for helpful contributions</span>
</li>
</ul>
</div>
<div class="relative">
<div class="bg-gradient-to-br from-secondary to-primary p-12 rounded-3xl text-white text-center">
<div class="w-24 h-24 bg-white/20 rounded-3xl flex items-center justify-center mx-auto mb-8">
<i class="fas fa-upload text-4xl"></i>
</div>
<h3 class="text-3xl font-bold mb-6">Community Driven</h3>
<p class="text-xl leading-relaxed opacity-90">
Help build a better campus experience
</p>
</div>
<div class="absolute -top-4 -right-4 w-16 h-16 bg-accent/20 rounded-2xl rotate-12"></div>
<div class="absolute -bottom-4 -left-4 w-12 h-12 bg-primary/20 rounded-2xl -rotate-12"></div>
</div>
</div>
<!-- Mobile App Feature -->
<div class="feature-detail reverse">
<div class="feature-detail-content">
<div class="community-card">
<div class="community-card-icon">
<i class="fas fa-mobile-alt"></i>
</div>
<h3 class="community-card-title">Mobile First</h3>
<p class="community-card-description">
Access everything on the go
</p>
</div>
<div class="community-decoration community-decoration-1"></div>
<div class="community-decoration community-decoration-2"></div>
</div>
<div class="feature-detail-content">
<div class="feature-header">
<div class="feature-header-icon orange">
<i class="fas fa-mobile-alt"></i>
</div>
<h3 class="feature-header-title">Mobile Friendly</h3>
</div>
<p class="text-lg text-gray-600 mb-8 leading-relaxed">
Access all features on any device with our responsive design. Plan your day on the go with our mobile-optimized interface that works seamlessly across all platforms.
</p>
<ul class="space-y-4">
<li class="flex items-center">
<div class="w-6 h-6 bg-gradient-to-br from-green-400 to-green-600 rounded-full flex items-center justify-center mr-4">
<i class="fas fa-check text-white text-sm"></i>
</div>
<span class="text-gray-700">Fully responsive design for all devices</span>
</li>
<li class="flex items-center">
<div class="w-6 h-6 bg-gradient-to-br from-green-400 to-green-600 rounded-full flex items-center justify-center mr-4">
<i class="fas fa-check text-white text-sm"></i>
</div>
<span class="text-gray-700">Fast loading and optimized performance</span>
</li>
<li class="flex items-center">
<div class="w-6 h-6 bg-gradient-to-br from-green-400 to-green-600 rounded-full flex items-center justify-center mr-4">
<i class="fas fa-check text-white text-sm"></i>
</div>
<span class="text-gray-700">Offline access to saved information</span>
</li>
<li class="flex items-center">
<div class="w-6 h-6 bg-gradient-to-br from-green-400 to-green-600 rounded-full flex items-center justify-center mr-4">
<i class="fas fa-check text-white text-sm"></i>
</div>
<span class="text-gray-700">Push notifications for important updates</span>
</li>
<li class="flex items-center">
<div class="w-6 h-6 bg-gradient-to-br from-green-400 to-green-600 rounded-full flex items-center justify-center mr-4">
<i class="fas fa-check text-white text-sm"></i>
</div>
<span class="text-gray-700">Intuitive touch-friendly interface</span>
</li>
</ul>
</div>
</div>
<!-- CTA Section -->
<section class="cta-section">
<!-- Background Elements -->
<div class="cta-background"></div>
<div class="cta-decoration cta-decoration-1"></div>
<div class="cta-decoration cta-decoration-2"></div>
<div class="cta-decoration cta-decoration-3"></div>
<div class="cta-content">
<h2 class="cta-title">
Ready to Experience These
<span class="block">Amazing Features?</span>
</h2>
<p class="cta-description">
Join thousands of students who are already using Project Axion to enhance their university experience.
</p>
<div class="cta-buttons">
<a href="contact.html" class="cta-button-white">
<span>Get Started Free</span>
</a>
<a href="about.html" class="cta-button-outline">
Learn More
</a>
</div>
</div>
</section>
</div>
</div>
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="footer-content">
<!-- Brand -->
<div class="footer-brand">
<h3>Project Axion</h3>
<p>
Smart University Life Planning platform that helps students make informed decisions about their campus life.
</p>
<div class="footer-social">
<a href="#" class="footer-social-link">
<i class="fab fa-facebook"></i>
</a>
<a href="#" class="footer-social-link">
<i class="fab fa-twitter"></i>
</a>
<a href="#" class="footer-social-link">
<i class="fab fa-instagram"></i>
</a>
<a href="#" class="footer-social-link">
<i class="fab fa-linkedin"></i>
</a>
</div>
</div>
<!-- Quick Links -->
<div class="footer-links">
<h4>Quick Links</h4>
<ul>
<li><a href="features.html">Features</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="#">Privacy Policy</a></li>
</ul>
</div>
<!-- Support -->
<div class="footer-links">
<h4>Support</h4>
<ul>
<li><a href="#">Help Center</a></li>
<li><a href="#">Documentation</a></li>
<li><a href="#">Community</a></li>
<li><a href="#">Status</a></li>
</ul>
</div>
</div>
<div class="footer-bottom">
<p>© 2024 Project Axion. All rights reserved.</p>
</div>
</div>
</footer>
<script>
// Mobile menu toggle
document.getElementById('mobileMenuToggle').addEventListener('click', function() {
const mobileMenu = document.getElementById('mobileMenu');
mobileMenu.classList.toggle('active');
});
// Close mobile menu when clicking on a link
document.querySelectorAll('#mobileMenu a').forEach(link => {
link.addEventListener('click', function() {
document.getElementById('mobileMenu').classList.remove('active');
});
});
// Close mobile menu when clicking outside
document.addEventListener('click', function(e) {
const mobileMenu = document.getElementById('mobileMenu');
const mobileMenuToggle = document.getElementById('mobileMenuToggle');
if (!mobileMenu.contains(e.target) && !mobileMenuToggle.contains(e.target)) {
mobileMenu.classList.remove('active');
}
});
// Smooth scrolling for navigation links
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function (e) {
e.preventDefault();
const target = document.querySelector(this.getAttribute('href'));
if (target) {
target.scrollIntoView({
behavior: 'smooth',
block: 'start'
});
}
});
});
// Add scroll effect to header
window.addEventListener('scroll', function() {
const header = document.querySelector('header');
if (window.scrollY > 100) {
header.classList.add('scrolled');
} else {
header.classList.remove('scrolled');
}
});
</script>
</body>
</html>