-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
661 lines (570 loc) · 32.9 KB
/
index.html
File metadata and controls
661 lines (570 loc) · 32.9 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
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Project-K - Real-time Collaboration Platform</title>
<meta name="description" content="The ultimate real-time collaboration platform for modern teams">
<link rel="stylesheet" href="styles.css">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
</head>
<body>
<!-- Header -->
<header class="header">
<div class="container">
<div class="header-content">
<div class="logo">
<div class="logo-icon" data-aos="fade-right" data-aos-delay="500">P</div>
<span class="logo-text" data-aos="fade-right" data-aos-delay="500">Project-K</span>
</div>
<nav class="nav">
<a href="#features" class="nav-link" data-aos="fade-right" data-aos-delay="500">Features</a>
<a href="#benefits" class="nav-link" data-aos="fade-right" data-aos-delay="500">Benefits</a>
<a href="#who-can-use" class="nav-link" data-aos="fade-right" data-aos-delay="500">Who Can Use</a>
<a href="#help" class="nav-link" data-aos="fade-right" data-aos-delay="500">Contact</a>
</nav>
<div class="auth-buttons" data-aos="fade-right" data-aos-delay="500">
<button class="btn btn-ghost" id="signInBtn">
<svg class="icon" viewBox="0 0 24 24" fill="none" stroke="currentColor">
<path d="M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4"></path>
<polyline points="10,17 15,12 10,7"></polyline>
<line x1="15" y1="12" x2="3" y2="12"></line>
</svg>
Sign In
</button>
<button class="btn btn-primary" id="createAccountBtn" data-aos="fade-right" data-aos-delay="500">
<svg class="icon" viewBox="0 0 24 24" fill="none" stroke="currentColor">
<path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path>
<circle cx="8.5" cy="7" r="4"></circle>
<line x1="20" y1="8" x2="20" y2="14"></line>
<line x1="23" y1="11" x2="17" y2="11"></line>
</svg>
Create Account
</button>
</div>
</div>
</div>
</header>
<!-- Hero Section -->
<section class="hero">
<div class="container">
<div class="hero-content">
<h1 class="hero-title" data-aos="fade-up" data-aos-duration="900">
Collaborate in Real-Time
<span class="gradient-text">Like Never Before</span>
</h1>
<p class="hero-description" data-aos="fade-up" data-aos-delay="150" data-aos-duration="900">
Create documents, design on whiteboards, and chat with your team in real-time.
Project-K is the ultimate collaboration platform for modern teams.
</p>
<div class="hero-buttons">
<button class="btn btn-primary btn-lg" data-aos="fade-right" data-aos-delay="300">Start Collaborating Now</button>
<button class="btn btn-outline btn-lg" data-aos="fade-left" data-aos-delay="350">Watch Demo</button>
</div>
<div class="feature-cards">
<div class="feature-card" data-aos="zoom-in" data-aos-delay="200">
<svg class="feature-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor">
<path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"></path>
<polyline points="14,2 14,8 20,8"></polyline>
<line x1="16" y1="13" x2="8" y2="13"></line>
<line x1="16" y1="17" x2="8" y2="17"></line>
<polyline points="10,9 9,9 8,9"></polyline>
</svg>
<span>Document Creation</span>
</div>
<div class="feature-card" data-aos="zoom-in" data-aos-delay="300">
<svg class="feature-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor">
<path d="M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path>
<circle cx="9" cy="7" r="4"></circle>
<path d="M23 21v-2a4 4 0 0 0-3-3.87"></path>
<path d="M16 3.13a4 4 0 0 1 0 7.75"></path>
</svg>
<span>Real-time Collaboration</span>
</div>
<div class="feature-card" data-aos="zoom-in" data-aos-delay="200">
<svg class="feature-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor">
<path d="M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"></path>
</svg>
<span>Integrated Chat</span>
</div>
<div class="feature-card" data-aos="zoom-in" data-aos-delay="300">
<svg class="feature-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="2" stroke-linecap="round" stroke-linejoin="round" style="color: #1e40af;">
<rect x="3" y="4" width="18" height="14" rx="2" ry="2"></rect>
<path d="M8 20l2-2h4l2 2"></path>
<line x1="10" y1="18" x2="14" y2="18"></line>
</svg>
<span>Collaborative Whiteboard</span>
</div>
</div>
</div>
</div>
</section>
<!-- Features Section -->
<section id="features" class="features">
<div class="container">
<div class="section-header">
<h2 class="section-title" data-aos="fade-left" data-aos-delay="500">Powerful Features for Modern Teams</h2>
<p class="section-description " data-aos="zoom-in-right" data-aos-delay="500">Everything you need to collaborate effectively, all in one platform</p>
</div>
<div class="features-grid">
<div class="feature-item">
<div class="feature-icon-wrapper">
<svg class="feature-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor">
<path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"></path>
<polyline points="14,2 14,8 20,8"></polyline>
</svg>
</div>
<h3 class="feature-title" data-aos="fade-right" data-aos-delay="500">Document Creation & Editing</h3>
<p class="feature-description" data-aos="fade-right" data-aos-delay="500">Create rich text documents with real-time editing capabilities. Format text, add images, and collaborate seamlessly with your team.</p>
</div>
<div class="feature-item">
<div class="feature-icon-wrapper">
<svg class="feature-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor">
<circle cx="12" cy="12" r="10"></circle>
<circle cx="12" cy="12" r="6"></circle>
<circle cx="12" cy="12" r="2"></circle>
</svg>
</div>
<h3 class="feature-title" data-aos="fade-right" data-aos-delay="500">Interactive Whiteboards</h3>
<p class="feature-description" data-aos="fade-right" data-aos-delay="500">Design, brainstorm, and visualize ideas on infinite digital whiteboards. Perfect for planning, wireframing, and creative sessions.</p>
</div>
<div class="feature-item">
<div class="feature-icon-wrapper">
<svg class="feature-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor">
<path d="M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path>
<circle cx="9" cy="7" r="4"></circle>
<path d="M23 21v-2a4 4 0 0 0-3-3.87"></path>
<path d="M16 3.13a4 4 0 0 1 0 7.75"></path>
</svg>
</div>
<h3 class="feature-title" data-aos="fade-right" data-aos-delay="500">Permission Management</h3>
<p class="feature-description" data-aos="fade-right" data-aos-delay="500">Control who can view, edit, or comment on your documents. Set permissions at the document level for secure collaboration.</p>
</div>
<div class="feature-item">
<div class="feature-icon-wrapper">
<svg class="feature-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor">
<path d="M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"></path>
</svg>
</div>
<h3 class="feature-title" data-aos="fade-right" data-aos-delay="500">Real-time Chat</h3>
<p class="feature-description" data-aos="fade-right" data-aos-delay="500">Chat with team members directly within each document. No need to switch between apps - everything is integrated.</p>
</div>
<div class="feature-item">
<div class="feature-icon-wrapper">
<svg class="feature-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor">
<path d="M4 19.5A2.5 2.5 0 0 1 6.5 17H20"></path>
<path d="M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z"></path>
</svg>
</div>
<h3 class="feature-title" data-aos="fade-right" data-aos-delay="500">Version History</h3>
<p class="feature-description" data-aos="fade-right" data-aos-delay="500">Track all changes with detailed version history. See who made what changes and when, with the ability to restore previous versions.</p>
</div>
<div class="feature-item">
<div class="feature-icon-wrapper">
<svg class="feature-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor">
<circle cx="12" cy="12" r="10"></circle>
<circle cx="12" cy="12" r="3"></circle>
</svg>
</div>
<h3 class="feature-title" data-aos="fade-right" data-aos-delay="500">User Presence</h3>
<p class="feature-description" data-aos="fade-right" data-aos-delay="500">See who's online and actively working on documents in real-time. Cursors and selections are visible to all collaborators.</p>
</div>
</div>
</div>
</section>
<!-- Benefits Section -->
<!-- ✅ AOS CDN -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.css" rel="stylesheet" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.js"></script>
<!-- ✅ Benefits Section -->
<section id="benefits" class="benefits">
<div class="container">
<div class="benefits-grid">
<!-- Text Content -->
<div class="benefits-content" data-aos="fade-up">
<h2 class="section-title" data-aos="fade-up" data-aos-delay="100">
Why Choose Project-K?
</h2>
<p class="section-description" data-aos="fade-up" data-aos-delay="850">
Transform the way your team works together. Our platform is designed to eliminate
the friction in collaborative work and boost your team's productivity.
</p>
<div class="benefits-list">
<div class="benefit-item" data-aos="fade-up" data-aos-delay="800">
✅ Increase team productivity by 40% with real-time collaboration
</div>
<div class="benefit-item" data-aos="fade-up" data-aos-delay="650">
✅ Reduce meeting time with asynchronous document collaboration
</div>
<div class="benefit-item" data-aos="fade-up" data-aos-delay="800">
✅ Centralize all project communication in one place
</div>
<div class="benefit-item" data-aos="fade-up" data-aos-delay="950">
✅ Eliminate version conflicts with live editing
</div>
<div class="benefit-item" data-aos="fade-up" data-aos-delay="1100">
✅ Secure permission system for sensitive documents
</div>
<div class="benefit-item" data-aos="fade-up" data-aos-delay="1250">
✅ Access from anywhere with cloud-based platform
</div>
<div class="benefit-item" data-aos="fade-up" data-aos-delay="1400">
✅ Seamless integration with existing workflow
</div>
<div class="benefit-item" data-aos="fade-up" data-aos-delay="1550">
✅ Real-time feedback & instant notifications
</div>
</div>
</div>
<!-- Visual Card -->
<div class="benefits-visual" data-aos="zoom-in">
<div class="demo-card">
<div class="demo-content">
<div class="demo-line" data-aos="fade-left" data-aos-delay="200"></div>
<div class="demo-line short" data-aos="fade-left" data-aos-delay="300"></div>
<div class="demo-line long" data-aos="fade-left" data-aos-delay="400"></div>
<div class="demo-divider"></div>
<div class="user-activity">
<div class="user-item" data-aos="fade-left" data-aos-delay="500">
<div class="user-avatar blue"></div>
<span class="user-text">John is editing...</span>
</div>
<div class="user-item" data-aos="fade-left" data-aos-delay="600">
<div class="user-avatar purple"></div>
<span class="user-text">Sarah added a comment</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ✅ AOS Init Script -->
<script>
AOS.init({
duration: 900,
once: true, /* Animation happens once */
});
</script>
<!-- Who Can Use Section -->
<!-- ✅ AOS CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.css"/>
<section id="who-can-use" class="who-can-use">
<div class="container">
<!-- Section Header -->
<div class="section-header" data-aos="fade-up" data-aos-duration="900">
<h2 class="section-title"data-aos="fade-up" data-aos-delay="500">Who Can Use Project-K?</h2>
<p class="section-description" data-aos="fade-up" data-aos-delay="500">Our platform is designed for anyone who values efficient collaboration</p>
</div>
<!-- Audience Cards -->
<div class="audience-grid">
<!-- Card 1 -->
<div class="audience-card" data-aos="zoom-in-up" data-aos-delay="100">
<div class="audience-icon-wrapper">
<svg class="audience-icon" viewBox="0 0 24 24">
<path d="M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path>
<circle cx="9" cy="7" r="4"></circle>
<path d="M23 21v-2a4 4 0 0 0-3-3.87"></path>
<path d="M16 3.13a4 4 0 0 1 0 7.75"></path>
</svg>
</div>
<h3 class="audience-title" data-aos="fade-right" data-aos-delay="500">Remote Teams</h3>
<p class="audience-description" data-aos="fade-right" data-aos-delay="500">
Perfect for distributed teams working across time zones with real-time sync & communication.
</p>
<div class="audience-examples">
<p class="examples-label" data-aos="fade-right" data-aos-delay="500">Perfect for:</p>
<div class="example-tags">
<span class="example-tag" data-aos="fade-right" data-aos-delay="500">Startups</span>
<span class="example-tag" data-aos="fade-right" data-aos-delay="500">Tech Companies</span>
<span class="example-tag" data-aos="fade-right" data-aos-delay="500">Digital Agencies</span>
</div>
</div>
</div>
<!-- Card 2 -->
<div class="audience-card" data-aos="zoom-in-up" data-aos-delay="200">
<div class="audience-icon-wrapper">
<svg class="audience-icon" viewBox="0 0 24 24">
<path d="M4 19.5A2.5 2.5 0 0 1 6.5 17H20"></path>
<path d="M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z"></path>
</svg>
</div>
<h3 class="audience-title" data-aos="fade-right" data-aos-delay="500">Educational Institutions</h3>
<p class="audience-description" data-aos="fade-right" data-aos-delay="500">
Teachers & students collaborate on assignments, resources & real-time feedback.
</p>
<div class="audience-examples">
<p class="examples-label" data-aos="fade-right" data-aos-delay="500">Perfect for:</p>
<div class="example-tags">
<span class="example-tag" data-aos="fade-right" data-aos-delay="500">Universities</span>
<span class="example-tag" data-aos="fade-right" data-aos-delay="500">Schools</span>
<span class="example-tag" data-aos="fade-right" data-aos-delay="500">Online Courses</span>
</div>
</div>
</div>
<!-- Card 3 -->
<div class="audience-card" data-aos="zoom-in-up" data-aos-delay="300">
<div class="audience-icon-wrapper">
<svg class="audience-icon" viewBox="0 0 24 24">
<circle cx="12" cy="12" r="10"></circle>
<circle cx="12" cy="12" r="3"></circle>
</svg>
</div>
<h3 class="audience-title" data-aos="fade-right" data-aos-delay="500">Creative Professionals</h3>
<p class="audience-description" data-aos="fade-right" data-aos-delay="500">
Collaborate visually with live comments & instant creative feedback loops.
</p>
<div class="audience-examples">
<p class="examples-label" data-aos="fade-right" data-aos-delay="500">Perfect for:</p>
<div class="example-tags">
<span class="example-tag" data-aos="fade-right" data-aos-delay="500">Design Studios</span>
<span class="example-tag" data-aos="fade-right" data-aos-delay="500">Marketing Teams</span>
<span class="example-tag" data-aos="fade-right" data-aos-delay="500">Content Creators</span>
</div>
</div>
</div>
</div>
<!-- CTA -->
<div class="cta-section" data-aos="fade-up" data-aos-delay="400">
<p class="cta-text">Ready to transform how your team collaborates?</p>
<div class="cta-buttons">
<button class="btn btn-primary" data-aos="zoom-in-right" data-aos-delay="500">Start Your Free Trial</button>
<button class="btn btn-outline" data-aos="zoom-in-left" data-aos-delay="600">Schedule a Demo</button>
</div>
</div>
</div>
</section>
<!-- ✅ Init AOS -->
<script>
AOS.init({
duration: 900,
easing: 'ease-out-cubic',
once: true
});
</script>
<!-- Help Section -->
<!-- ✅ AOS CDN -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.css" rel="stylesheet">
<script src="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.js"></script>
<section id="help" class="help-section">
<div class="container">
<!-- Section Header -->
<div class="section-header" data-aos="fade-up">
<h2 class="section-title" data-aos="fade-up" data-aos-delay="100">How Can We Help You?</h2>
<p class="section-description" data-aos="fade-up" data-aos-delay="200">
Have questions about Project-K? Need support or want to learn more?
We're here to help you get started with real-time collaboration.
</p>
</div>
<div class="help-grid">
<!-- ✅ Contact Info -->
<div class="contact-info" data-aos="fade-right" data-aos-duration="1200">
<h3 class="contact-title">Get in Touch</h3>
<div class="contact-item" data-aos="fade-up" data-aos-delay="100">
<div class="contact-icon-wrapper email">
<svg class="contact-icon" viewBox="0 0 24 24">
<path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"></path>
<polyline points="22,6 12,13 2,6"></polyline>
</svg>
</div>
<div class="contact-details">
<h4 class="contact-method">Email Support</h4>
<p class="contact-value">support@project-k.com</p>
</div>
</div>
<div class="contact-item" data-aos="fade-up" data-aos-delay="200">
<div class="contact-icon-wrapper phone">
<svg class="contact-icon" viewBox="0 0 24 24">
<path d="M22 16.92v3a2 2 0 0 1-2.18 2A19.79 19.79 0 0 1 11.19 19a19.5 19.5 0 0 1-6-6A19.79 19.79 0 0 1 2 4.11 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72"></path>
</svg>
</div>
<div class="contact-details">
<h4 class="contact-method">Phone Support</h4>
<p class="contact-value">+1 (555) 123-4567</p>
</div>
</div>
<div class="contact-item" data-aos="fade-up" data-aos-delay="300">
<div class="contact-icon-wrapper chat">
<svg class="contact-icon" viewBox="0 0 24 24">
<path d="M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"></path>
</svg>
</div>
<div class="contact-details">
<h4 class="contact-method">Live Chat</h4>
<p class="contact-value">Available 24/7</p>
</div>
</div>
</div>
<!-- ✅ Contact Form -->
<div class="contact-form" data-aos="fade-left" data-aos-duration="1200">
<h3 class="form-title" data-aos="fade-up">Send us a Message</h3>
<form id="contactForm">
<div class="form-row">
<div class="form-group" data-aos="fade-up" data-aos-delay="100">
<label class="form-label">First Name</label>
<input type="text" class="form-input" placeholder="John" required>
</div>
<div class="form-group" data-aos="fade-up" data-aos-delay="150">
<label class="form-label">Last Name</label>
<input type="text" class="form-input" placeholder="Doe" required>
</div>
</div>
<div class="form-group" data-aos="fade-up" data-aos-delay="200">
<label class="form-label">Email</label>
<input type="email" class="form-input" placeholder="john@example.com" required>
</div>
<div class="form-group" data-aos="fade-up" data-aos-delay="250">
<label class="form-label">Subject</label>
<input type="text" class="form-input" placeholder="How can we help you?" required>
</div>
<div class="form-group" data-aos="fade-up" data-aos-delay="300">
<label class="form-label">Message</label>
<textarea class="form-textarea" placeholder="Tell us more..." required></textarea>
</div>
<button type="submit" class="btn btn-primary btn-full" data-aos="zoom-in" data-aos-delay="350">
Send Message
</button>
</form>
</div>
</div>
</div>
</section>
<!-- ✅ Init AOS -->
<script>
AOS.init({
duration: 1000,
once: true
});
</script>
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="footer-grid">
<div class="footer-brand">
<div class="logo">
<div class="logo-icon">P</div>
<span class="logo-text">Project-K</span>
</div>
<p class="footer-description">
The ultimate real-time collaboration platform for modern teams.
Create, collaborate, and communicate all in one place.
</p>
</div>
<div class="footer-column">
<h3 class="footer-title">Product</h3>
<ul class="footer-links">
<li><a href="#" class="footer-link">Features</a></li>
<li><a href="#" class="footer-link">Pricing</a></li>
<li><a href="#" class="footer-link">Security</a></li>
<li><a href="#" class="footer-link">Updates</a></li>
</ul>
</div>
<div class="footer-column">
<h3 class="footer-title">Support</h3>
<ul class="footer-links">
<li><a href="#" class="footer-link">Help Center</a></li>
<li><a href="#" class="footer-link">Contact Us</a></li>
<li><a href="#" class="footer-link">API Docs</a></li>
<li><a href="#" class="footer-link">Status</a></li>
</ul>
</div>
<div class="footer-column">
<h3 class="footer-title">Company</h3>
<ul class="footer-links">
<li><a href="#" class="footer-link">About</a></li>
<li><a href="#" class="footer-link">Blog</a></li>
<li><a href="#" class="footer-link">Careers</a></li>
<li><a href="#" class="footer-link">Privacy</a></li>
</ul>
</div>
</div>
<div class="footer-bottom">
<p class="copyright">© 2024 Project-K. All rights reserved.</p>
</div>
</div>
</footer>
<!-- Modals -->
<div id="signInModal" class="modal">
<div class="modal-content">
<div class="modal-header">
<h2 class="modal-title">Welcome Back to Project-K</h2>
<button class="modal-close" id="closeSignIn">×</button>
</div>
<form id="signInForm" class="modal-form">
<div class="form-group">
<label for="signInEmail" class="form-label">Email</label>
<input type="email" id="signInEmail" class="form-input" placeholder="Enter your email" required>
</div>
<div class="form-group">
<label for="signInPassword" class="form-label">Password</label>
<input type="password" id="signInPassword" class="form-input" placeholder="Enter your password" required>
</div>
<div class="form-options">
<label class="checkbox-label">
<input type="checkbox" class="checkbox">
<span class="checkbox-text">Remember me</span>
</label>
<a href="#" class="forgot-link">Forgot password?</a>
</div>
<button type="submit" class="btn btn-primary btn-full">Sign In</button>
</form>
<div class="modal-footer">
<p class="switch-text">
Don't have an account?
<button type="button" class="switch-link" id="switchToSignUp">Create Account</button>
</p>
</div>
</div>
</div>
<div id="createAccountModal" class="modal">
<div class="modal-content">
<div class="modal-header">
<h2 class="modal-title">Join Project-K Today</h2>
<button class="modal-close" id="closeCreateAccount">×</button>
</div>
<form id="createAccountForm" class="modal-form">
<div class="form-row">
<div class="form-group">
<label for="signUpFirstName" class="form-label">First Name</label>
<input type="text" id="signUpFirstName" class="form-input" placeholder="John" required>
</div>
<div class="form-group">
<label for="signUpLastName" class="form-label">Last Name</label>
<input type="text" id="signUpLastName" class="form-input" placeholder="Doe" required>
</div>
</div>
<div class="form-group">
<label for="signUpEmail" class="form-label">Email</label>
<input type="email" id="signUpEmail" class="form-input" placeholder="Enter your email" required>
</div>
<div class="form-group">
<label for="signUpPassword" class="form-label">Password</label>
<input type="password" id="signUpPassword" class="form-input" placeholder="Create a password" required>
</div>
<div class="form-group">
<label for="confirmPassword" class="form-label">Confirm Password</label>
<input type="password" id="confirmPassword" class="form-input" placeholder="Confirm your password" required>
</div>
<div class="form-group">
<label class="checkbox-label">
<input type="checkbox" class="checkbox" required>
<span class="checkbox-text">
I agree to the <a href="#" class="terms-link">Terms of Service</a> and <a href="#" class="terms-link">Privacy Policy</a>
</span>
</label>
</div>
<button type="submit" class="btn btn-primary btn-full">Create Account</button>
</form>
<div class="modal-footer">
<p class="switch-text">
Already have an account?
<button type="button" class="switch-link" id="switchToSignIn">Sign In</button>
</p>
</div>
</div>
</div>
<script src="script.js"></script>
</body>
</html>