-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
617 lines (588 loc) · 28.3 KB
/
index.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Creative Agency | Modern Digital Solutions</title>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/dark-mode.css">
<!-- Font Awesome for icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap"
rel="stylesheet">
</head>
<body class="light-mode">
<!-- Navigation -->
<nav class="navbar">
<div class="container">
<div class="logo">Creative Agency</div>
<ul class="nav-links">
<li><a href="#home" class="active">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
<!-- Theme Toggle -->
<div class="theme-toggle">
<button id="theme-toggle-btn" aria-label="Toggle theme">
<i class="fas fa-moon"></i>
</button>
</div>
<div class="nav-toggle">
<span></span>
<span></span>
<span></span>
</div>
</div>
</nav>
<!-- Hero Section -->
<section id="home" class="hero">
<div class="container">
<div class="hero-wrapper">
<div class="hero-content">
<span class="hero-subtitle">Welcome to Creative Agency</span>
<h1 class="reveal-text">Transform Your Digital <span class="highlight">Presence</span></h1>
<p class="hero-description">We create innovative digital solutions that help brands stand out in the
modern world. Our team of experts delivers exceptional results.</p>
<div class="hero-cta">
<button class="cta-button">Get Started</button>
<button class="cta-button secondary">Our Work</button>
</div>
<div class="hero-stats">
<div class="stat-item">
<span class="stat-number">250+</span>
<span class="stat-label">Projects Completed</span>
</div>
<div class="stat-item">
<span class="stat-number">50+</span>
<span class="stat-label">Team Experts</span>
</div>
<div class="stat-item">
<span class="stat-number">100%</span>
<span class="stat-label">Client Satisfaction</span>
</div>
</div>
</div>
<div class="hero-image">
<img src="images/hero-image.png" class="parallax float-element" data-speed="0.5"
alt="Creative Agency Hero Image">
</div>
</div>
</div>
</section>
<!-- About Section -->
<section id="about" class="about">
<div class="container">
<div class="about-wrapper">
<!-- Left Column -->
<div class="about-content">
<span class="section-subtitle">Who We Are</span>
<h2>Crafting Digital <span class="highlight">Experiences</span></h2>
<p class="about-description">
We're a team of passionate creators, innovators, and problem solvers dedicated to transforming
ideas into impactful digital solutions. With years of experience and a forward-thinking mindset,
we help businesses thrive in the digital age.
</p>
<!-- Experience Grid -->
<div class="experience-grid">
<div class="experience-item">
<div class="experience-icon">
<i class="fas fa-rocket"></i>
</div>
<div class="experience-content">
<h4>Innovation First</h4>
<p>Pushing boundaries with cutting-edge solutions</p>
</div>
</div>
<div class="experience-item">
<div class="experience-icon">
<i class="fas fa-users"></i>
</div>
<div class="experience-content">
<h4>Client-Centric</h4>
<p>Your success is our top priority</p>
</div>
</div>
</div>
<!-- Timeline -->
<div class="timeline">
<div class="timeline-item">
<span class="year">2020</span>
<div class="timeline-content">
<h4>Agency Founded</h4>
<p>Started with a vision to transform digital landscapes</p>
</div>
</div>
<div class="timeline-item">
<span class="year">2022</span>
<div class="timeline-content">
<h4>Global Expansion</h4>
<p>Extended our reach to international markets</p>
</div>
</div>
<div class="timeline-item">
<span class="year">2024</span>
<div class="timeline-content">
<h4>Innovation Hub</h4>
<p>Launched our digital innovation center</p>
</div>
</div>
</div>
</div>
<!-- Right Column -->
<div class="about-visual">
<div class="visual-container">
<div class="image-stack">
<div class="image-box primary">
<img src="images/team.png" alt="Our Team">
<div class="floating-card">
<i class="fas fa-lightbulb"></i>
<span>Creative Solutions</span>
</div>
</div>
<div class="image-box secondary">
<img src="images/inovation.png" alt="Innovation">
<div class="floating-card">
<i class="fas fa-chart-line"></i>
<span>Growing Together</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Services Section -->
<section id="services" class="services">
<div class="container">
<h2 class="section-title">My Services</h2>
<div class="services-grid">
<!-- Web Development -->
<div class="service-card">
<div class="service-icon">
<i class="fas fa-code"></i>
</div>
<h3>Web Development</h3>
<p>Modern and scalable web applications built with cutting-edge technologies.</p>
<div class="service-hover">
<span class="yellow-dot"></span>
</div>
</div>
<!-- Web Design -->
<div class="service-card">
<div class="service-icon">
<i class="fas fa-desktop"></i>
</div>
<h3>Web Design</h3>
<p>Creative and intuitive designs that enhance user experience.</p>
<div class="service-hover">
<span class="yellow-dot"></span>
</div>
</div>
<!-- Responsive Design -->
<div class="service-card">
<div class="service-icon">
<i class="fas fa-mobile-alt"></i>
</div>
<h3>Responsive Design</h3>
<p>Fully responsive websites that work seamlessly across all devices.</p>
<div class="service-hover">
<span class="yellow-dot"></span>
</div>
</div>
<!-- Branding -->
<div class="service-card">
<div class="service-icon">
<i class="fas fa-chart-line"></i>
</div>
<h3>Branding</h3>
<p>Comprehensive branding solutions to establish your market presence.</p>
<div class="service-hover">
<span class="yellow-dot"></span>
</div>
</div>
<!-- Creative Design -->
<div class="service-card">
<div class="service-icon">
<i class="fas fa-pencil-alt"></i>
</div>
<h3>Creative Design</h3>
<p>Unique and innovative designs that make your brand stand out.</p>
<div class="service-hover">
<span class="yellow-dot"></span>
</div>
</div>
<!-- Custom Support -->
<div class="service-card">
<div class="service-icon">
<i class="fas fa-comments"></i>
</div>
<h3>Custom Support</h3>
<p>Dedicated support to ensure your project's success.</p>
<div class="service-hover">
<span class="yellow-dot"></span>
</div>
</div>
</div>
</div>
</section>
<!-- Portfolio Section -->
<section id="portfolio" class="portfolio">
<div class="container">
<span class="section-subtitle">Our Work</span>
<h2>Latest <span class="highlight">Projects</span></h2>
<div class="portfolio-filters">
<button class="filter-btn active" data-filter="all">All</button>
<button class="filter-btn" data-filter="web">Web Design</button>
<button class="filter-btn" data-filter="app">App Design</button>
<button class="filter-btn" data-filter="brand">Branding</button>
</div>
<div class="portfolio-grid">
<!-- Portfolio Item 1 -->
<div class="portfolio-item" data-category="web">
<div class="portfolio-card">
<div class="portfolio-image">
<img src="images/portfolio/app.svg" alt="Project 1">
</div>
<div class="portfolio-overlay">
<span class="project-category">Web Design</span>
<h3>Creative Agency Website</h3>
<div class="project-links">
<a href="#" class="project-link" aria-label="View Project">
<i class="fas fa-eye"></i>
</a>
<a href="#" class="project-link" aria-label="Project Code">
<i class="fas fa-code"></i>
</a>
</div>
</div>
</div>
</div>
<div class="portfolio-item" data-category="web">
<div class="portfolio-card">
<div class="portfolio-image">
<img src="images/portfolio/sample.svg" alt="Project 1">
</div>
<div class="portfolio-overlay">
<span class="project-category">App Design</span>
<h3>Creative Agency App</h3>
<div class="project-links">
<a href="#" class="project-link" aria-label="View Project">
<i class="fas fa-eye"></i>
</a>
<a href="#" class="project-link" aria-label="Project Code">
<i class="fas fa-code"></i>
</a>
</div>
</div>
</div>
</div>
<div class="portfolio-item" data-category="brand">
<div class="portfolio-card">
<div class="portfolio-image">
<img src="images/portfolio/marketing.svg" alt="Project 1">
</div>
<div class="portfolio-overlay">
<span class="project-category">Branding</span>
<h3>Creative Agency Branding</h3>
<div class="project-links">
<a href="#" class="project-link" aria-label="View Project">
<i class="fas fa-eye"></i>
</a>
<a href="#" class="project-link" aria-label="Project Code">
<i class="fas fa-code"></i>
</a>
</div>
</div>
</div>
</div>
<div class="portfolio-item" data-category="app">
<div class="portfolio-card">
<div class="portfolio-image">
<img src="images/portfolio/seo.svg" alt="Project 1">
</div>
<div class="portfolio-overlay">
<span class="project-category">App Design</span>
<h3>Creative Agency App</h3>
<div class="project-links">
<a href="#" class="project-link" aria-label="View Project">
<i class="fas fa-eye"></i>
</a>
<a href="#" class="project-link" aria-label="Project Code">
<i class="fas fa-code"></i>
</a>
</div>
</div>
</div>
</div>
<div class="portfolio-item" data-category="brand">
<div class="portfolio-card">
<div class="portfolio-image">
<img src="images/portfolio/ten.svg" alt="Project 1">
</div>
<div class="portfolio-overlay">
<span class="project-category">Branding</span>
<h3>Creative Agency Branding</h3>
<div class="project-links">
<a href="#" class="project-link" aria-label="View Project">
<i class="fas fa-eye"></i>
</a>
<a href="#" class="project-link" aria-label="Project Code">
<i class="fas fa-code"></i>
</a>
</div>
</div>
</div>
</div>
<div class="portfolio-item" data-category="web">
<div class="portfolio-card">
<div class="portfolio-image">
<img src="images/portfolio/twelve.svg" alt="Project 1">
</div>
<div class="portfolio-overlay">
<span class="project-category">Web Design</span>
<h3>Creative Agency Website</h3>
<div class="project-links">
<a href="#" class="project-link" aria-label="View Project">
<i class="fas fa-eye"></i>
</a>
<a href="#" class="project-link" aria-label="Project Code">
<i class="fas fa-code"></i>
</a>
</div>
</div>
</div>
</div>
<!-- Add more portfolio items with the same structure -->
</div>
</div>
</section>
<!-- Testimonials Section -->
<section class="testimonials">
<div class="container">
<h2>Client Testimonials</h2>
<div class="testimonials-slider">
<div class="testimonial-card">
<div class="client-info">
<div class="client-image" style="background-image: url('images/clients/a.webp');"></div>
<div>
<h4>John Doe</h4>
<p>CEO, Tech Innovators</p>
</div>
</div>
<p class="testimonial-text">"Working with Creative Agency has been transformative for our brand.
Their attention to detail exceeded our expectations!"</p>
<div class="rating">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
</div>
<div class="testimonial-card">
<div class="client-info">
<div class="client-image" style="background-image: url('images/clients/b.webp');"></div>
<div>
<h4>Sarah Johnson</h4>
<p>Marketing Director, Global Solutions</p>
</div>
</div>
<p class="testimonial-text">"The team's creativity and technical expertise helped us achieve
presence. Highly recommended!"</p>
<div class="rating">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
</div>
<div class="testimonial-card">
<div class="client-info">
<div class="client-image" style="background-image: url('images/clients/c.webp');"></div>
<div>
<h4>Michael Chen</h4>
<p>Founder, StartUp Vision</p>
</div>
</div>
<p class="testimonial-text">"From concept to execution, they delivered excellence at every step. Our
wents our brand vision."</p>
<div class="rating">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
</div>
<div class="testimonial-card">
<div class="client-info">
<div class="client-image" style="background-image: url('images/clients/a.webp');"></div>
<div>
<h4>John Doe</h4>
<p>CEO, Tech Innovators</p>
</div>
</div>
<p class="testimonial-text">"Working with Creative Agency has been transformative for our brand.
Their attention to detail exceeded our expectations!"</p>
<div class="rating">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
</div>
<div class="testimonial-card">
<div class="client-info">
<div class="client-image" style="background-image: url('images/clients/b.webp');"></div>
<div>
<h4>Sarah Johnson</h4>
<p>Marketing Director, Global Solutions</p>
</div>
</div>
<p class="testimonial-text">"The team's creativity and technical expertise helped us achieve
presence. Highly recommended!"</p>
<div class="rating">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
</div>
<div class="testimonial-card">
<div class="client-info">
<div class="client-image" style="background-image: url('images/clients/c.webp');"></div>
<div>
<h4>Michael Chen</h4>
<p>Founder, StartUp Vision</p>
</div>
</div>
<p class="testimonial-text">"From concept to execution, they delivered excellence at every step. Our
wents our brand vision."</p>
<div class="rating">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
</div>
</div>
<div class="testimonial-nav">
<button class="prev-btn" aria-label="Previous testimonial">
<i class="fas fa-chevron-left"></i>
</button>
<button class="next-btn" aria-label="Next testimonial">
<i class="fas fa-chevron-right"></i>
</button>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="contact">
<div class="container">
<h2>Get In Touch</h2>
<div class="contact-wrapper">
<form class="contact-form">
<div class="form-group">
<input type="text" id="name" required>
<label for="name">Your Name</label>
</div>
<div class="form-group">
<input type="email" id="email" required>
<label for="email">Your Email</label>
</div>
<div class="form-group">
<textarea id="message" required></textarea>
<label for="message">Your Message</label>
</div>
<button type="submit" class="submit-btn">Send Message</button>
</form>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="footer-bg">
<div class="footer-dot"></div>
<div class="footer-dot"></div>
<div class="footer-dot"></div>
</div>
<div class="container">
<div class="footer-wrapper">
<div class="footer-left">
<div class="footer-logo">
<svg width="50" height="50" viewBox="0 0 100 100">
<circle cx="50" cy="50" r="45" fill="none" stroke="var(--text-color)" stroke-width="2" />
<text x="50" y="50" text-anchor="middle" dy=".3em" fill="var(--text-color)"
font-size="24">A</text>
</svg>
</div>
<h3>COMPANY</h3>
<ul class="footer-links">
<li><a href="#about" class="hover-effect">ABOUT US <span class="arrow">→</span></a></li>
<li><a href="#members" class="hover-effect">MEMBERS <span class="arrow">→</span></a></li>
<li><a href="#stories" class="hover-effect">STORIES <span class="arrow">→</span></a></li>
<li><a href="#projects" class="hover-effect">PROJECTS <span class="arrow">→</span></a></li>
</ul>
</div>
<div class="footer-right">
<h3>SOCIAL</h3>
<ul class="footer-links">
<li>
<a href="#" target="_blank" class="social-link">
<span class="social-icon">
<i class="fab fa-instagram"></i>
</span>
<span class="social-text">INSTAGRAM</span>
<span class="social-hover"></span>
</a>
</li>
<li>
<a href="#" target="_blank" class="social-link">
<span class="social-icon">
<i class="fab fa-twitter"></i>
</span>
<span class="social-text">TWITTER</span>
<span class="social-hover"></span>
</a>
</li>
<li>
<a href="#" target="_blank" class="social-link">
<span class="social-icon">
<i class="fab fa-behance"></i>
</span>
<span class="social-text">BEHANCE</span>
<span class="social-hover"></span>
</a>
</li>
<li>
<a href="#" target="_blank" class="social-link">
<span class="social-icon">
<i class="fab fa-dribbble"></i>
</span>
<span class="social-text">DRIBBBLE</span>
<span class="social-hover"></span>
</a>
</li>
</ul>
</div>
</div>
<div class="footer-bottom">
<p class="copyright">© 2024 ALL RIGHTS RESERVED</p>
<div class="location">
<span class="location-dot"></span>
<p>BASED IN HANOI, VIETNAM</p>
</div>
</div>
</div>
</footer>
<script src="js/main.js"></script>
</body>
</html>