-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
505 lines (493 loc) · 24.2 KB
/
Copy pathindex.html
File metadata and controls
505 lines (493 loc) · 24.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script>
(() => {
try {
const key = "axis_theme";
const stored = localStorage.getItem(key);
const systemDark = window.matchMedia && window.matchMedia("(prefers-color-scheme: dark)").matches;
const theme = stored === "dark" || stored === "light" ? stored : systemDark ? "dark" : "light";
document.documentElement.dataset.theme = theme;
} catch {}
})();
</script>
<meta name="theme-color" content="#10b981" />
<link rel="icon" type="image/svg+xml" href="favicon.svg" />
<link rel="manifest" href="manifest.json" />
<title>Axis - AI Student Planner</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div id="app">
<!-- Landing Page -->
<div id="landingPage" class="landing-page">
<!-- Animated Background Elements -->
<div class="landing-bg-elements" aria-hidden="true">
<div class="landing-orb landing-orb-1"></div>
<div class="landing-orb landing-orb-2"></div>
<div class="landing-orb landing-orb-3"></div>
<div class="landing-grid"></div>
</div>
<header class="landing-header">
<div class="logo">
<span class="logo-mark target-icon" aria-hidden="true"></span>
<span class="logo-text">Axis</span>
</div>
<nav class="landing-nav">
<a href="#features" class="nav-link">Features</a>
<a href="#how-it-works" class="nav-link">How It Works</a>
<button type="button" class="btn-icon theme-toggle" data-theme-toggle aria-label="Toggle theme" title="Toggle theme">
<svg class="icon-moon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
<path d="M21 12.79A9 9 0 1 1 11.21 3a7 7 0 0 0 9.79 9.79z"/>
</svg>
<svg class="icon-sun" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
<circle cx="12" cy="12" r="4"/>
<path d="M12 2v2M12 20v2M4.93 4.93l1.41 1.41M17.66 17.66l1.41 1.41M2 12h2M20 12h2M4.93 19.07l1.41-1.41M17.66 6.34l1.41-1.41"/>
</svg>
</button>
<button id="landingLoginBtn" class="btn btn-ghost">Log In</button>
<button id="landingGetStartedBtn" class="btn btn-primary">Get Started</button>
</nav>
</header>
<main class="landing-main" id="main-content">
<section class="hero-section" id="hero">
<div class="hero-content">
<div class="hero-badge">
<span class="hero-badge-dot"></span>
<span>AI-Powered Planning for Students</span>
</div>
<h1 class="hero-title">
<span class="hero-title-line">Master Your Time.</span>
<span class="hero-title-line hero-title-gradient">Achieve More.</span>
</h1>
<p class="hero-tagline">
The intelligent planning system that adapts to your learning style,
breaks down procrastination barriers, and helps you stay focused on what matters most.
</p>
<div class="hero-btn-group">
<button id="heroGetStartedBtn" class="btn btn-primary btn-large btn-glow">
<span>Start Planning Free</span>
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M5 12h14M12 5l7 7-7 7"/>
</svg>
</button>
<button id="heroLearnMoreBtn" class="btn btn-secondary btn-large">
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<circle cx="12" cy="12" r="10"/>
<polygon points="10,8 16,12 10,16" fill="currentColor"/>
</svg>
<a href="#features" style="text-decoration: none; color: inherit;">See How It Works</a>
</button>
</div>
<div class="hero-stats">
<div class="hero-stat">
<span class="hero-stat-number">10,000+</span>
<span class="hero-stat-label">Students</span>
</div>
<div class="hero-stat-divider"></div>
<div class="hero-stat">
<span class="hero-stat-number">4.9★</span>
<span class="hero-stat-label">Rating</span>
</div>
<div class="hero-stat-divider"></div>
<div class="hero-stat">
<span class="hero-stat-number">85%</span>
<span class="hero-stat-label">More Productive</span>
</div>
</div>
</div>
<div class="hero-visual">
<div class="hero-mockup">
<div class="mockup-header">
<div class="mockup-dots">
<span></span><span></span><span></span>
</div>
<span class="mockup-title">Axis Dashboard</span>
</div>
<div class="mockup-content">
<div class="mockup-sidebar">
<div class="mockup-nav-item active"></div>
<div class="mockup-nav-item"></div>
<div class="mockup-nav-item"></div>
<div class="mockup-nav-item"></div>
</div>
<div class="mockup-main">
<div class="mockup-card mockup-card-lg"></div>
<div class="mockup-card-row">
<div class="mockup-card"></div>
<div class="mockup-card"></div>
</div>
<div class="mockup-tasks">
<div class="mockup-task">
<div class="mockup-checkbox completed"></div>
<div class="mockup-task-line"></div>
</div>
<div class="mockup-task">
<div class="mockup-checkbox"></div>
<div class="mockup-task-line"></div>
</div>
<div class="mockup-task">
<div class="mockup-checkbox"></div>
<div class="mockup-task-line short"></div>
</div>
</div>
</div>
</div>
</div>
<div class="hero-floating-card hero-floating-card-1">
<div class="floating-card-icon">🎯</div>
<div class="floating-card-text">
<span class="floating-card-title">Goal Achieved!</span>
<span class="floating-card-sub">Weekly target completed</span>
</div>
</div>
<div class="hero-floating-card hero-floating-card-2">
<div class="floating-card-icon">⚡</div>
<div class="floating-card-text">
<span class="floating-card-title">Focus Mode</span>
<span class="floating-card-sub">25:00 remaining</span>
</div>
</div>
</div>
</section>
<section class="features-section" id="features">
<div class="container">
<div class="section-header">
<span class="section-badge">Features</span>
<h2 class="section-title">Everything You Need to Succeed</h2>
<p class="section-subtitle">
Powerful tools designed specifically for ambitious students who want to take control of their academic journey.
</p>
</div>
<div class="features-grid">
<div class="feature-card feature-card-highlight">
<div class="feature-icon-wrap">
<div class="feature-icon">🤖</div>
</div>
<h3>AI-Powered Scheduling</h3>
<p>
Our intelligent algorithm learns your productivity patterns and creates
optimized schedules that work with your natural rhythm, not against it.
</p>
<ul class="feature-list">
<li>Adapts to your energy levels</li>
<li>Smart deadline management</li>
<li>Automatic time blocking</li>
</ul>
</div>
<div class="feature-card">
<div class="feature-icon-wrap">
<div class="feature-icon">🎯</div>
</div>
<h3>Goal Hierarchy System</h3>
<p>
Break down lifetime aspirations into yearly, monthly, weekly, and daily goals.
Every task connects to your bigger picture.
</p>
</div>
<div class="feature-card">
<div class="feature-icon-wrap">
<div class="feature-icon">⏰</div>
</div>
<h3>Smart Focus Timer</h3>
<p>
Personalized Pomodoro sessions based on your work style.
Short bursts or deep work — we adapt to you.
</p>
</div>
<div class="feature-card">
<div class="feature-icon-wrap">
<div class="feature-icon">📊</div>
</div>
<h3>Progress Analytics</h3>
<p>
Visualize your productivity trends, identify patterns,
and get AI-generated weekly insights to improve.
</p>
</div>
<div class="feature-card">
<div class="feature-icon-wrap">
<div class="feature-icon">🔄</div>
</div>
<h3>Smart Rescheduling</h3>
<p>
Life happens. Our AI automatically suggests how to reorganize
when you miss deadlines or need to rebalance your week.
</p>
</div>
</div>
</div>
</section>
<section class="how-it-works-section" id="how-it-works">
<div class="container">
<div class="section-header">
<span class="section-badge">How It Works</span>
<h2 class="section-title">Simple Steps to Better Planning</h2>
<p class="section-subtitle">
Get started in minutes and see immediate improvements in your productivity.
</p>
</div>
<div class="steps-grid">
<div class="step-card">
<div class="step-number">01</div>
<div class="step-content">
<h3>Tell Us About You</h3>
<p>Quick personalization quiz about your learning style, productive hours, and goals. Takes just 2 minutes.</p>
</div>
<div class="step-visual">
<div class="step-icon">📝</div>
</div>
</div>
<div class="step-connector"></div>
<div class="step-card">
<div class="step-number">02</div>
<div class="step-content">
<h3>Add Your Tasks</h3>
<p>Input your assignments, projects, and deadlines. Our AI prioritizes them using the Eisenhower Matrix.</p>
</div>
<div class="step-visual">
<div class="step-icon">📋</div>
</div>
</div>
<div class="step-connector"></div>
<div class="step-card">
<div class="step-number">03</div>
<div class="step-content">
<h3>Get Your Schedule</h3>
<p>Watch as AI generates a personalized time-blocked schedule optimized for your success.</p>
</div>
<div class="step-visual">
<div class="step-icon">📅</div>
</div>
</div>
<div class="step-connector"></div>
<div class="step-card">
<div class="step-number">04</div>
<div class="step-content">
<h3>Stay Focused & Achieve</h3>
<p>Use built-in focus tools, track progress, and celebrate your wins as you crush your goals.</p>
</div>
<div class="step-visual">
<div class="step-icon">🏆</div>
</div>
</div>
</div>
</div>
</section>
<section class="testimonials-section" id="testimonials">
<div class="container">
<div class="section-header">
<span class="section-badge">Testimonials</span>
<h2 class="section-title">Loved by Students Everywhere</h2>
</div>
<div class="testimonials-grid">
<div class="testimonial-card">
<div class="testimonial-stars">★★★★★</div>
<p class="testimonial-text">
"Axis completely transformed how I approach studying. The AI scheduling
understands when I'm most focused and plans accordingly. My grades improved
by a full letter grade!"
</p>
<div class="testimonial-author">
<div class="testimonial-avatar">S</div>
<div class="testimonial-info">
<span class="testimonial-name">Sarah K.</span>
<span class="testimonial-role">Computer Science Major</span>
</div>
</div>
</div>
<div class="testimonial-card">
<div class="testimonial-stars">★★★★★</div>
<p class="testimonial-text">
"As someone who struggles with procrastination, this app is a game-changer.
The smart rescheduling feature saved me during finals week!"
</p>
<div class="testimonial-author">
<div class="testimonial-avatar">M</div>
<div class="testimonial-info">
<span class="testimonial-name">Michael R.</span>
<span class="testimonial-role">Pre-Med Student</span>
</div>
</div>
</div>
<div class="testimonial-card">
<div class="testimonial-stars">★★★★★</div>
<p class="testimonial-text">
"The goal hierarchy feature helps me stay motivated. Seeing how daily tasks
connect to my bigger dreams keeps me going even on tough days."
</p>
<div class="testimonial-author">
<div class="testimonial-avatar">E</div>
<div class="testimonial-info">
<span class="testimonial-name">Emily T.</span>
<span class="testimonial-role">High School Senior</span>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="cta-section" id="cta">
<div class="container">
<div class="cta-content">
<h2 class="cta-title">Ready to Transform Your Productivity?</h2>
<p class="cta-subtitle">
Join thousands of students who have already discovered smarter planning.
Start free, no credit card required.
</p>
<div class="cta-buttons">
<button id="ctaGetStartedBtn" class="btn btn-primary btn-large btn-glow">
Get Started Free
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M5 12h14M12 5l7 7-7 7"/>
</svg>
</button>
</div>
<p class="cta-disclaimer">Free forever for students. No hidden fees.</p>
</div>
</div>
</section>
</main>
<footer class="landing-footer">
<div class="container">
<div class="footer-content">
<div class="footer-brand">
<div class="logo">
<span class="logo-mark target-icon" aria-hidden="true"></span>
<span class="logo-text">Axis</span>
</div>
<p class="footer-tagline">Precision planning with calm focus.</p>
</div>
<nav class="footer-nav">
<div class="footer-nav-group">
<span class="footer-nav-title">Product</span>
<a href="#features" class="footer-link">Features</a>
<a href="#how-it-works" class="footer-link">How It Works</a>
<a href="#testimonials" class="footer-link">Testimonials</a>
</div>
<div class="footer-nav-group">
<span class="footer-nav-title">Resources</span>
<a href="https://github.com/Emily-Random/WAICY_planner" class="footer-link" target="_blank">GitHub</a>
<a href="#" class="footer-link">Documentation</a>
<a href="#" class="footer-link">Support</a>
</div>
</nav>
</div>
<div class="footer-bottom">
<p>Made with ❤️ by July, Emily, and Richard</p>
<p class="footer-copyright">© 2026 Axis. All rights reserved.</p>
</div>
</div>
</footer>
</div>
<!-- Login/Signup Screen -->
<div id="authScreen" class="auth-screen hidden">
<div class="auth-container">
<button type="button" id="backToHomeBtn" class="btn-back-home">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M19 12H5M12 19l-7-7 7-7"/>
</svg>
Back to Home
</button>
<button type="button" class="btn-icon theme-toggle auth-theme-toggle" data-theme-toggle aria-label="Toggle theme" title="Toggle theme">
<svg class="icon-moon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
<path d="M21 12.79A9 9 0 1 1 11.21 3a7 7 0 0 0 9.79 9.79z"/>
</svg>
<svg class="icon-sun" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
<circle cx="12" cy="12" r="4"/>
<path d="M12 2v2M12 20v2M4.93 4.93l1.41 1.41M17.66 17.66l1.41 1.41M2 12h2M20 12h2M4.93 19.07l1.41-1.41M17.66 6.34l1.41-1.41"/>
</svg>
</button>
<div class="auth-header">
<div class="logo" id="authLogo">
<span class="logo-mark target-icon" aria-hidden="true"></span>
<span class="logo-text">Axis</span>
</div>
<p class="auth-tagline">Precision planning with calm focus</p>
</div>
<div class="auth-tabs">
<button class="auth-tab active" data-tab="login">Log In</button>
<button class="auth-tab" data-tab="signup">Sign Up</button>
</div>
<!-- Login Form -->
<div id="loginForm" class="auth-form active">
<form id="loginFormElement">
<div class="form-group">
<label for="loginIdentifier">Name, username, or email</label>
<input type="text" id="loginIdentifier" required autocomplete="username" placeholder="Enter name, username, or email" />
</div>
<div class="form-group">
<label for="loginPassword">Password</label>
<input type="password" id="loginPassword" required autocomplete="current-password" />
</div>
<button type="submit" class="btn btn-primary btn-full">Log In</button>
<div class="auth-divider"><span>or</span></div>
<button type="button" id="googleLoginBtn" class="btn btn-google btn-full">
<svg width="18" height="18" viewBox="0 0 18 18">
<path fill="#4285F4" d="M17.64 9.2c0-.637-.057-1.251-.164-1.84H9v3.481h4.844c-.209 1.125-.843 2.078-1.796 2.717v2.258h2.908c1.702-1.567 2.684-3.874 2.684-6.616z"/>
<path fill="#34A853" d="M9 18c2.43 0 4.467-.806 5.965-2.184l-2.908-2.258c-.806.54-1.837.86-3.057.86-2.35 0-4.34-1.587-5.053-3.716H.957v2.332C2.438 15.983 5.482 18 9 18z"/>
<path fill="#FBBC05" d="M3.955 10.718c-.18-.54-.282-1.117-.282-1.718s.102-1.178.282-1.718V4.95H.957C.348 6.175 0 7.55 0 9s.348 2.825.957 4.05l2.998-2.332z"/>
<path fill="#EA4335" d="M9 3.58c1.321 0 2.508.454 3.44 1.345l2.582-2.58C13.463.891 11.426 0 9 0 5.482 0 2.438 2.017.957 4.95L3.955 7.282C4.668 5.153 6.658 3.58 9 3.58z"/>
</svg>
Continue with Google
</button>
<div class="auth-divider"><span>or</span></div>
<button type="button" id="continueWithoutLoginBtn" class="btn btn-ghost btn-full">
Continue as guest
</button>
<div id="authError" class="auth-error hidden"></div>
<p class="auth-switch-text">Don't have an account? <a href="#" id="switchToSignupLink">Sign up</a></p>
</form>
</div>
<!-- Signup Form -->
<div id="signupForm" class="auth-form">
<form id="signupFormElement">
<div class="form-group">
<label for="signupName">Full Name</label>
<input type="text" id="signupName" required autocomplete="name" placeholder="Your full name" />
</div>
<div class="form-group">
<label for="signupUsername">Username</label>
<input type="text" id="signupUsername" required autocomplete="username" placeholder="Choose a username" pattern="[a-zA-Z0-9_]+" minlength="3" maxlength="30" />
<small class="form-hint">Letters, numbers, and underscores only</small>
</div>
<div class="form-group">
<label for="signupEmail">Email</label>
<input type="email" id="signupEmail" required autocomplete="email" placeholder="your@email.com" />
</div>
<div class="form-group">
<label for="signupPassword">Password</label>
<input type="password" id="signupPassword" required autocomplete="new-password" minlength="8" />
<small class="form-hint">Minimum 8 characters</small>
</div>
<button type="submit" class="btn btn-primary btn-full">Create Account</button>
<div class="auth-divider"><span>or</span></div>
<button type="button" id="googleSignupBtn" class="btn btn-google btn-full">
<svg width="18" height="18" viewBox="0 0 18 18">
<path fill="#4285F4" d="M17.64 9.2c0-.637-.057-1.251-.164-1.84H9v3.481h4.844c-.209 1.125-.843 2.078-1.796 2.717v2.258h2.908c1.702-1.567 2.684-3.874 2.684-6.616z"/>
<path fill="#34A853" d="M9 18c2.43 0 4.467-.806 5.965-2.184l-2.908-2.258c-.806.54-1.837.86-3.057.86-2.35 0-4.34-1.587-5.053-3.716H.957v2.332C2.438 15.983 5.482 18 9 18z"/>
<path fill="#FBBC05" d="M3.955 10.718c-.18-.54-.282-1.117-.282-1.718s.102-1.178.282-1.718V4.95H.957C.348 6.175 0 7.55 0 9s.348 2.825.957 4.05l2.998-2.332z"/>
<path fill="#EA4335" d="M9 3.58c1.321 0 2.508.454 3.44 1.345l2.582-2.58C13.463.891 11.426 0 9 0 5.482 0 2.438 2.017.957 4.95L3.955 7.282C4.668 5.153 6.658 3.58 9 3.58z"/>
</svg>
Continue with Google
</button>
<div class="auth-divider"><span>or</span></div>
<button type="button" id="continueWithoutSignupBtn" class="btn btn-ghost btn-full">
Continue as guest
</button>
<div id="signupError" class="auth-error hidden"></div>
<p class="auth-switch-text">Already have an account? <a href="#" id="switchToLoginLink">Log in</a></p>
</form>
</div>
</div>
</div>
</div>
<script type="module" src="js/modules/service-worker-register.js"></script>
<script type="module" src="js/modules/offline-ui.js"></script>
<script type="module" src="js/modules/keyboard-nav.js"></script>
<script src="script.js"></script>
</body>
</html>