-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
670 lines (573 loc) · 39.2 KB
/
index.html
File metadata and controls
670 lines (573 loc) · 39.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
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
662
663
664
665
666
667
668
669
670
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Azeem BK | Your Growth Partner in Code: MERN Stack Developer</title>
<meta name="description" content="Explore Azeem BK's portfolio showcasing projects, skills, experience, courses, books, and more. A MERN Stack Developer with expertise in modern web development, SEO, and web design.">
<meta name="keywords" content="Azeem BK, MERN Stack Developer, web developer, portfolio, JavaScript, React, Node.js, MongoDB, web development, SEO, WordPress, Blogging, Photoshop">
<meta name="author" content="Azeem BK">
<link rel="canonical" href="https://azeembk.com/">
<meta name="robots" content="index, follow">
<meta name="theme-color" content="#000000">
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
<style>
/* Custom font and animations */
body {
font-family: 'Inter', sans-serif;
}
.fade-in {
animation: fadeIn 1.5s ease-in-out;
}
.hover-grow:hover {
transform: scale(1.05);
}
@keyframes fadeIn {
from { opacity: 0; }
to { opacity: 1; }
}
</style>
</head>
<body class="bg-gradient-to-b from-gray-900 via-gray-800 to-gray-900 text-gray-200 overflow-x-hidden">
<!-- Navigation Bar -->
<nav class="bg-gray-900 text-gray-100 fixed w-full top-0 left-0 z-50 shadow-md">
<div class="container mx-auto px-6 py-4 flex items-center justify-between">
<!-- Logo or Site Name -->
<a href="#home" class="text-3xl font-semibold text-yellow-400 hover:text-yellow-500 transition">
Azeem BK
</a>
<!-- Menu -->
<div class="hidden md:flex space-x-8">
<a href="#projects" class="text-lg hover:text-yellow-400 transition duration-300">Projects</a>
<a href="#skills" class="text-lg hover:text-yellow-400 transition duration-300">Skills</a>
<a href="#experience" class="text-lg hover:text-yellow-400 transition duration-300">Experience</a>
<a href="#courses" class="text-lg hover:text-yellow-400 transition duration-300">Courses</a>
<a href="#books" class="text-lg hover:text-yellow-400 transition duration-300">Books</a>
<a href="videos.html" class="text-lg hover:text-yellow-400 transition duration-300">Videos</a>
<a href="#contact" class="text-lg hover:text-yellow-400 transition duration-300">Contact</a>
</div>
<!-- Download CV Button (for large screens) -->
<a href="assets/Resume.pdf" download="assets/Resume.pdf" class="hidden md:block px-6 py-3 bg-yellow-500 text-gray-900 rounded-lg hover:bg-yellow-600 transition duration-300">
Download CV
</a>
<!-- Hamburger Menu for Mobile -->
<div class="md:hidden flex items-center space-x-4">
<button id="menu-toggle" class="text-2xl text-yellow-400 hover:text-yellow-500 focus:outline-none">
<i class="fas fa-bars"></i>
</button>
</div>
</div>
<!-- Mobile Menu (Hidden by default) -->
<div id="mobile-menu" class="md:hidden bg-gray-800 text-gray-100 px-6 py-4 space-y-4 hidden">
<a href="#projects" class="text-lg hover:text-yellow-400 transition duration-300">Projects</a>
<a href="#skills" class="text-lg hover:text-yellow-400 transition duration-300">Skills</a>
<a href="#experience" class="text-lg hover:text-yellow-400 transition duration-300">Experience</a>
<a href="#courses" class="text-lg hover:text-yellow-400 transition duration-300">Courses</a>
<a href="#books" class="text-lg hover:text-yellow-400 transition duration-300">Books</a>
<a href="#contact" class="text-lg hover:text-yellow-400 transition duration-300">Contact</a>
<a href="assets/Resume.pdf" download="assets/Resume.pdf" class="px-6 py-3 bg-yellow-500 text-gray-900 rounded-lg hover:bg-yellow-600 transition duration-300 w-full text-center">
Download CV
</a>
</div>
</nav>
<!-- Hero Section -->
<section id="hero" class="h-screen bg-gradient-to-br from-gray-900 via-black to-gray-800 text-gray-100 flex flex-col justify-center items-center text-center space-y-8 px-4">
<div class="container mx-auto px-4 fade-in">
<!-- Animated Text Heading -->
<h1 class="text-5xl md:text-6xl lg:text-7xl font-extrabold text-transparent bg-clip-text bg-gradient-to-r from-yellow-400 to-teal-500 animate-fade-in-down">
Hi, I'm Azeem BK
</h1>
<p class="mt-4 text-xl md:text-2xl lg:text-3xl font-medium text-gray-300 animate-fade-in-up">
A Passionate <span class="text-yellow-400 font-semibold">MERN Stack Developer</span>
</p>
<!-- Description with Subtle Animation -->
<p class="mt-6 text-lg md:text-xl text-gray-400 max-w-2xl mx-auto animate-fade-in-up">
I specialize in building full-stack applications that are efficient, scalable, and user-friendly. Let’s create something amazing together!
</p>
<!-- Call-to-Action Buttons -->
<div class="mt-10 flex justify-center space-x-6 animate-fade-in-up">
<a href="#projects" class="px-8 py-4 bg-yellow-500 text-gray-900 font-semibold rounded-lg shadow-lg hover:bg-yellow-600 transition-transform duration-300 transform hover:scale-105">
View My Work
</a>
<a href="#contact" class="px-8 py-4 bg-white text-gray-900 font-semibold rounded-lg shadow-lg border-2 border-white hover:bg-gray-200 transition-transform duration-300 transform hover:scale-105">
Contact Me
</a>
</div>
<!-- Decorative Background Elements -->
<div class="absolute inset-0 -z-10 overflow-hidden">
<!-- Gradient circles or abstract shapes for visual interest -->
<div class="absolute bg-yellow-400 opacity-10 rounded-full h-96 w-96 top-20 left-10 animate-pulse"></div>
<div class="absolute bg-teal-500 opacity-10 rounded-full h-96 w-96 bottom-20 right-10 animate-pulse"></div>
</div>
</div>
</section>
<!-- About Section -->
<section id="about" class="py-20 bg-gradient-to-b from-gray-800 to-gray-900 text-gray-200">
<div class="container mx-auto px-6 flex flex-col md:flex-row items-center fade-in">
<!-- Image -->
<div class="md:w-1/3 mb-8 md:mb-0">
<img src="assets/imgs/azeem.jpg" alt="Azeem BK" class="w-full h-full rounded-lg shadow-lg transform hover:scale-105 transition duration-300">
</div>
<!-- Text Content -->
<div class="md:w-2/3 md:pl-12 text-center md:text-left">
<h3 class="text-4xl font-bold text-teal-400 mb-4">About Me</h3>
<p class="text-lg text-gray-400 leading-relaxed mb-4">
Hello! I'm Azeem BK, a passionate <span class="text-teal-400 font-semibold">MERN Stack Developer</span> with a knack for building dynamic, responsive, and user-centric web applications. With a deep understanding of both front-end and back-end technologies, I enjoy crafting elegant solutions to complex problems.
</p>
<p class="text-lg text-gray-400 leading-relaxed mb-8">
My journey in web development began with a love for creating intuitive, interactive interfaces, and has since evolved into a full-fledged career where I get to bring ideas to life through code every day. When I'm not coding, I enjoy exploring new tech trends and enhancing my skills in <span class="text-teal-400 font-semibold">SEO, Blogging, and UI Design</span>.
</p>
<a href="#contact" class="inline-block px-8 py-3 bg-teal-500 text-gray-900 font-semibold rounded hover:bg-teal-600 transition duration-300 transform hover:scale-105">
Let's Connect
</a>
</div>
</div>
</section>
<!-- Experience Section -->
<section id="experience" class="py-20 bg-gradient-to-b from-gray-800 to-gray-900 text-gray-200">
<div class="container mx-auto px-6 text-center fade-in">
<h3 class="text-4xl font-bold text-teal-400 mb-10">Experience</h3>
<div class="relative">
<!-- Vertical Timeline Line -->
<div class="absolute inset-0 flex justify-center">
<div class="w-1 bg-yellow-500"></div>
</div>
<!-- Timeline Items -->
<div class="space-y-12">
<!-- Timeline Item 1 -->
<div class="relative flex items-start">
<div class="w-1/2 pr-8 text-right transform hover:scale-105 transition duration-300">
<div class="bg-gray-800 p-6 rounded-lg border border-yellow-500 shadow-lg hover:bg-gray-700">
<h4 class="text-2xl font-semibold text-teal-400">Senior MERN Stack Developer</h4>
<p class="text-gray-400">Tech Solutions Inc.</p>
<span class="text-sm text-yellow-400">2022 - Present</span>
<p class="mt-2 text-gray-400 leading-relaxed">
Lead developer focusing on building scalable web applications, managing a team, and implementing advanced technologies to improve user experience.
</p>
</div>
</div>
<div class="w-1 flex justify-center">
<!-- Yellow Dot -->
<div class="w-6 h-6 rounded-full bg-yellow-500 border-4 border-gray-900"></div>
</div>
<div class="w-1/2 pl-8"></div>
</div>
<!-- Timeline Item 2 -->
<div class="relative flex items-start">
<div class="w-1/2 pr-8"></div>
<div class="w-1 flex justify-center">
<!-- Yellow Dot -->
<div class="w-6 h-6 rounded-full bg-yellow-500 border-4 border-gray-900"></div>
</div>
<div class="w-1/2 pl-8 text-left transform hover:scale-105 transition duration-300">
<div class="bg-gray-800 p-6 rounded-lg border border-yellow-500 shadow-lg hover:bg-gray-700">
<h4 class="text-2xl font-semibold text-teal-400">Frontend Developer</h4>
<p class="text-gray-400">Creative Web Solutions</p>
<span class="text-sm text-yellow-400">2020 - 2022</span>
<p class="mt-2 text-gray-400 leading-relaxed">
Worked on creating interactive and responsive web interfaces, with a focus on performance optimization and seamless user experiences.
</p>
</div>
</div>
</div>
<!-- Timeline Item 3 -->
<div class="relative flex items-start">
<div class="w-1/2 pr-8 text-right transform hover:scale-105 transition duration-300">
<div class="bg-gray-800 p-6 rounded-lg border border-yellow-500 shadow-lg hover:bg-gray-700">
<h4 class="text-2xl font-semibold text-teal-400">Junior Web Developer</h4>
<p class="text-gray-400">Digital Agency XYZ</p>
<span class="text-sm text-yellow-400">2018 - 2020</span>
<p class="mt-2 text-gray-400 leading-relaxed">
Developed web applications, collaborating closely with the design team to implement pixel-perfect, visually appealing websites.
</p>
</div>
</div>
<div class="w-1 flex justify-center">
<!-- Yellow Dot -->
<div class="w-6 h-6 rounded-full bg-yellow-500 border-4 border-gray-900"></div>
</div>
<div class="w-1/2 pl-8"></div>
</div>
</div>
</div>
</div>
</section>
<!-- Projects Section -->
<section id="projects" class="py-20 bg-gradient-to-b from-gray-900 to-gray-800 text-gray-100">
<div class="container mx-auto px-6 text-center">
<h2 class="text-4xl font-bold text-yellow-400 mb-12">My Projects</h2>
<!-- Project Cards Grid -->
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
<!-- Project Card 1 -->
<div class="bg-gray-700 rounded-lg overflow-hidden shadow-lg transition transform hover:scale-105">
<img src="assets/imgs/stylish calucaltor.png" alt="Project 1" class="w-full h-48 object-cover">
<div class="p-6">
<h3 class="text-xl font-semibold text-yellow-400 mb-2">Stylish Calculator</h3>
<p class="text-gray-300 mb-4">A beautiful and interactive calculator built with HTML, CSS (Bootstrap), and JavaScript</p>
<button onclick="openModal('project1')" class="px-4 py-2 bg-yellow-500 text-gray-900 font-semibold rounded-lg shadow-md hover:bg-yellow-600 transition">View Details</button>
</div>
</div>
<!-- Project Card 2 -->
<div class="bg-gray-700 rounded-lg overflow-hidden shadow-lg transition transform hover:scale-105">
<img src="https://placehold.co/600x400" alt="Project 2" class="w-full h-48 object-cover">
<div class="p-6">
<h3 class="text-xl font-semibold text-yellow-400 mb-2">Project 2 Title</h3>
<p class="text-gray-300 mb-4">A brief description of Project 2 goes here. It includes the main features and purpose of the project.</p>
<button onclick="openModal('project2')" class="px-4 py-2 bg-yellow-500 text-gray-900 font-semibold rounded-lg shadow-md hover:bg-yellow-600 transition">View Details</button>
</div>
</div>
<!-- Project Card 3 -->
<div class="bg-gray-700 rounded-lg overflow-hidden shadow-lg transition transform hover:scale-105">
<img src="https://placehold.co/600x400" alt="Project 3" class="w-full h-48 object-cover">
<div class="p-6">
<h3 class="text-xl font-semibold text-yellow-400 mb-2">Project 3 Title</h3>
<p class="text-gray-300 mb-4">A brief description of Project 3 goes here. It includes the main features and purpose of the project.</p>
<button onclick="openModal('project3')" class="px-4 py-2 bg-yellow-500 text-gray-900 font-semibold rounded-lg shadow-md hover:bg-yellow-600 transition">View Details</button>
</div>
</div>
<!-- Add more project cards as needed -->
</div>
</div>
<!-- Project Details Modal -->
<div id="project-modal" class="fixed inset-0 bg-black bg-opacity-75 hidden items-center justify-center p-4 z-50">
<div class="bg-gray-800 rounded-lg shadow-lg overflow-hidden max-w-lg w-full text-gray-100 p-6 relative">
<button onclick="closeModal()" class="absolute top-4 right-4 text-gray-400 hover:text-gray-200">×</button>
<h3 id="modal-title" class="text-2xl font-bold text-yellow-400 mb-4">Project Title</h3>
<img id="modal-image" src="https://placehold.co/600x400" alt="Project Image" class="w-full rounded-md mb-4">
<p id="modal-description" class="text-lg text-gray-300 mb-4">This is a detailed description of the project, its features, technologies used, and any other important information. You can add more detailed information here to give users insight into what the project entails.</p>
<a href="#" id="modal-read-more" class="px-4 py-2 bg-teal-500 text-gray-900 font-semibold rounded-lg shadow-md hover:bg-teal-600 transition">Read More</a>
</div>
</div>
</section>
<!-- Skills Section -->
<section id="skills" class="py-20 bg-gray-900 bg-opacity-80 backdrop-blur-md">
<div class="container mx-auto px-6 text-center fade-in">
<h3 class="text-4xl font-semibold text-teal-400 mb-10">My Skills</h3>
<div class="grid gap-6 md:grid-cols-2 lg:grid-cols-4">
<!-- Skill Card Template -->
<div class="bg-gray-800 rounded-lg p-6 shadow-lg hover:shadow-2xl transform hover:scale-105 transition duration-300">
<img src="assets/imgs/html.png" alt="HTML Icon" class="w-20 h-20 mx-auto mb-4">
<h4 class="text-xl font-semibold text-teal-400">HTML</h4>
</div>
<div class="bg-gray-800 rounded-lg p-6 shadow-lg hover:shadow-2xl transform hover:scale-105 transition duration-300">
<img src="assets/imgs/css.png" alt="CSS Icon" class="w-20 h-20 mx-auto mb-4">
<h4 class="text-xl font-semibold text-teal-400">CSS</h4>
</div>
<div class="bg-gray-800 rounded-lg p-6 shadow-lg hover:shadow-2xl transform hover:scale-105 transition duration-300">
<img src="assets/imgs/js.webp" alt="JavaScript Icon" class="w-20 h-20 mx-auto mb-4">
<h4 class="text-xl font-semibold text-teal-400">JavaScript</h4>
</div>
<div class="bg-gray-800 rounded-lg p-6 shadow-lg hover:shadow-2xl transform hover:scale-105 transition duration-300">
<img src="assets/imgs/React.png" alt="React Icon" class="w-20 h-20 mx-auto mb-4">
<h4 class="text-xl font-semibold text-teal-400">React</h4>
</div>
<div class="bg-gray-800 rounded-lg p-6 shadow-lg hover:shadow-2xl transform hover:scale-105 transition duration-300">
<img src="assets/imgs/node.png" alt="Node.js Icon" class="w-20 h-20 mx-auto mb-4">
<h4 class="text-xl font-semibold text-teal-400">Node.js</h4>
</div>
<div class="bg-gray-800 rounded-lg p-6 shadow-lg hover:shadow-2xl transform hover:scale-105 transition duration-300">
<img src="assets/imgs/express-js.png" alt="Express Icon" class="w-20 h-20 mx-auto mb-4">
<h4 class="text-xl font-semibold text-teal-400">Express.js</h4>
</div>
<div class="bg-gray-800 rounded-lg p-6 shadow-lg hover:shadow-2xl transform hover:scale-105 transition duration-300">
<img src="assets/imgs/bootstrap.png" alt="Bootstrap Icon" class="w-20 h-20 mx-auto mb-4">
<h4 class="text-xl font-semibold text-teal-400">Bootstrap</h4>
</div>
<div class="bg-gray-800 rounded-lg p-6 shadow-lg hover:shadow-2xl transform hover:scale-105 transition duration-300">
<img src="assets/imgs/mongodb-icon-1.svg" alt="MongoDB Icon" class="w-20 h-20 mx-auto mb-4">
<h4 class="text-xl font-semibold text-teal-400">MongoDB</h4>
</div>
<div class="bg-gray-800 rounded-lg p-6 shadow-lg hover:shadow-2xl transform hover:scale-105 transition duration-300">
<img src="assets/imgs/mysql.png" alt="MySQL Icon" class="w-20 h-20 mx-auto mb-4">
<h4 class="text-xl font-semibold text-teal-400">MySQL</h4>
</div>
<div class="bg-gray-800 rounded-lg p-6 shadow-lg hover:shadow-2xl transform hover:scale-105 transition duration-300">
<img src="assets/imgs/tailwind.svg" alt="Tailwind CSS Icon" class="w-20 h-20 mx-auto mb-4">
<h4 class="text-xl font-semibold text-teal-400">Tailwind CSS</h4>
</div>
<div class="bg-gray-800 rounded-lg p-6 shadow-lg hover:shadow-2xl transform hover:scale-105 transition duration-300">
<img src="assets/imgs/vuejs.webp" alt="Vue.js Icon" class="w-20 h-20 mx-auto mb-4">
<h4 class="text-xl font-semibold text-teal-400">Vue.js</h4>
</div>
</div>
</div>
</section>
<!-- Courses Section -->
<section id="courses" class="py-20 bg-gradient-to-b from-gray-900 to-black text-gray-100 relative">
<div class="container mx-auto px-6 text-center relative z-10">
<h2 class="text-4xl font-bold text-yellow-400 mb-12">My Courses</h2>
<!-- Courses Grid -->
<div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-8">
<!-- Course Card -->
<div class="bg-gray-800 rounded-lg shadow-lg overflow-hidden transform transition-transform hover:scale-105 hover:shadow-2xl duration-300 relative">
<div class="relative">
<img src="https://placehold.co/500x300" alt="Course Thumbnail" class="w-full h-64 object-cover rounded-t-lg">
<!-- Play Button on Thumbnail -->
<button onclick="openVideoPopup('https://www.youtube.com/embed/YOUR_VIDEO_ID')"
class="absolute inset-0 flex items-center justify-center bg-black bg-opacity-50 text-yellow-400 text-4xl font-bold rounded-t-lg hover:bg-opacity-75 transition">
▶
</button>
</div>
<div class="p-6">
<h3 class="text-xl font-semibold text-yellow-400 mb-2">Course Title 1</h3>
<p class="text-lg font-bold text-teal-400 mb-2">$49.99</p>
<p class="text-sm text-gray-300 mb-2">Duration: 10 hours</p>
<a href="/enroll" class="px-4 py-2 mt-4 bg-yellow-500 text-gray-900 font-semibold rounded-lg shadow-md hover:bg-yellow-600 transition">Enroll</a>
</div>
</div>
<!-- Repeat for additional courses -->
<!-- Course Card 2 -->
<div class="bg-gray-800 rounded-lg shadow-lg overflow-hidden transform transition-transform hover:scale-105 hover:shadow-2xl duration-300 relative">
<div class="relative">
<img src="https://placehold.co/500x300" alt="Course Thumbnail" class="w-full h-64 object-cover rounded-t-lg">
<button onclick="openVideoPopup('https://www.youtube.com/embed/YOUR_VIDEO_ID_2')"
class="absolute inset-0 flex items-center justify-center bg-black bg-opacity-50 text-yellow-400 text-4xl font-bold rounded-t-lg hover:bg-opacity-75 transition">
▶
</button>
</div>
<div class="p-6">
<h3 class="text-xl font-semibold text-yellow-400 mb-2">Course Title 2</h3>
<p class="text-lg font-bold text-teal-400 mb-2">$39.99</p>
<p class="text-sm text-gray-300 mb-2">Duration: 8 hours</p>
<a href="/enroll" class="px-4 py-2 mt-4 bg-yellow-500 text-gray-900 font-semibold rounded-lg shadow-md hover:bg-yellow-600 transition">Enroll</a>
</div>
</div>
<!-- Course Card 3 -->
<div class="bg-gray-800 rounded-lg shadow-lg overflow-hidden transform transition-transform hover:scale-105 hover:shadow-2xl duration-300 relative">
<div class="relative">
<img src="https://placehold.co/500x300" alt="Course Thumbnail" class="w-full h-64 object-cover rounded-t-lg">
<button onclick="openVideoPopup('https://www.youtube.com/embed/YOUR_VIDEO_ID_3')"
class="absolute inset-0 flex items-center justify-center bg-black bg-opacity-50 text-yellow-400 text-4xl font-bold rounded-t-lg hover:bg-opacity-75 transition">
▶
</button>
</div>
<div class="p-6">
<h3 class="text-xl font-semibold text-yellow-400 mb-2">Course Title 3</h3>
<p class="text-lg font-bold text-teal-400 mb-2">$59.99</p>
<p class="text-sm text-gray-300 mb-2">Duration: 12 hours</p>
<a href="/enroll" class="px-4 py-2 mt-4 bg-yellow-500 text-gray-900 font-semibold rounded-lg shadow-md hover:bg-yellow-600 transition">Enroll</a>
</div>
</div>
</div>
<!-- View All Courses Button -->
<div class="mt-10">
<a href="/all-courses" class="px-6 py-3 border border-yellow-500 text-yellow-500 font-semibold rounded-lg hover:bg-yellow-500 hover:text-gray-900 transition duration-300">View All Courses</a>
</div>
</div>
<!-- Video Popup Modal -->
<div id="videoPopup" class="fixed inset-0 bg-black bg-opacity-75 flex items-center justify-center z-50 hidden">
<div class="relative w-11/12 md:w-3/4 lg:w-1/2 bg-gray-900 rounded-lg shadow-lg overflow-hidden">
<button onclick="closeVideoPopup()" class="absolute top-4 right-4 text-yellow-500 text-2xl font-bold">✕</button>
<iframe id="videoFrame" src="" class="w-full h-64 md:h-96" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
</div>
</section>
<!-- Blog Section -->
<section id="blogs" class="py-20 bg-gradient-to-b from-gray-900 to-black text-gray-100">
<div class="container mx-auto px-6">
<h2 class="text-4xl font-bold text-yellow-400 text-center mb-12">My Blog</h2>
<!-- Blog Cards Grid -->
<div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-8">
<!-- Blog Card -->
<div class="bg-gray-800 rounded-lg shadow-lg overflow-hidden transform transition-transform hover:scale-105 hover:shadow-2xl duration-300">
<img src="https://placehold.co/600x400" alt="Blog Image" class="w-full h-48 object-cover rounded-t-lg">
<div class="p-6">
<h3 class="text-2xl font-semibold text-yellow-400 mb-3">Blog Title 1</h3>
<p class="text-gray-300 text-sm mb-4">A brief description of the blog post, highlighting the key points to spark interest...</p>
<a href="/blog/1" class="inline-block px-4 py-2 bg-yellow-500 text-gray-900 font-semibold rounded-lg hover:bg-yellow-600 transition">
Read More
</a>
</div>
</div>
<!-- Blog Card 2 -->
<div class="bg-gray-800 rounded-lg shadow-lg overflow-hidden transform transition-transform hover:scale-105 hover:shadow-2xl duration-300">
<img src="https://placehold.co/600x400" alt="Blog Image" class="w-full h-48 object-cover rounded-t-lg">
<div class="p-6">
<h3 class="text-2xl font-semibold text-yellow-400 mb-3">Blog Title 2</h3>
<p class="text-gray-300 text-sm mb-4">An engaging description that captures what the blog post is about and why it’s valuable...</p>
<a href="/blog/2" class="inline-block px-4 py-2 bg-yellow-500 text-gray-900 font-semibold rounded-lg hover:bg-yellow-600 transition">
Read More
</a>
</div>
</div>
<!-- Blog Card 3 -->
<div class="bg-gray-800 rounded-lg shadow-lg overflow-hidden transform transition-transform hover:scale-105 hover:shadow-2xl duration-300">
<img src="https://placehold.co/600x400" alt="Blog Image" class="w-full h-48 object-cover rounded-t-lg">
<div class="p-6">
<h3 class="text-2xl font-semibold text-yellow-400 mb-3">Blog Title 3</h3>
<p class="text-gray-300 text-sm mb-4">Introduce key takeaways from this blog, giving readers a reason to click and read more...</p>
<a href="/blog/3" class="inline-block px-4 py-2 bg-yellow-500 text-gray-900 font-semibold rounded-lg hover:bg-yellow-600 transition">
Read More
</a>
</div>
</div>
</div>
<!-- View All Blogs Button -->
<div class="mt-10 text-center">
<a href="/blogs" class="px-6 py-3 border border-yellow-500 text-yellow-500 font-semibold rounded-lg hover:bg-yellow-500 hover:text-gray-900 transition duration-300">
View All Blogs
</a>
</div>
</div>
</section>
<!-- Books Section -->
<section id="books" class="py-20 bg-gradient-to-b from-gray-900 to-black relative text-gray-100">
<div class="container mx-auto px-6 text-center relative z-10">
<h2 class="text-4xl font-bold text-yellow-400 mb-12">My Books</h2>
<!-- Book Cards Grid -->
<div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-5 gap-6">
<!-- Book Card -->
<div class="bg-gray-800 rounded-lg shadow-lg overflow-hidden transform transition-transform hover:scale-105 hover:shadow-2xl duration-300">
<img src="https://placehold.co/500x750" alt="Book 1 Cover" class="w-full h-72 object-cover rounded-t-lg">
<div class="p-4">
<h3 class="text-xl font-semibold text-yellow-400 mb-2">Book Title 1</h3>
<p class="text-lg font-bold text-teal-400 mb-2">$19.99</p>
<p class="text-gray-300 mb-4 text-sm">An engaging summary of Book 1 that highlights key points and draws readers' interest.</p>
<a href="#" class="px-4 py-2 bg-yellow-500 text-gray-900 font-semibold rounded-lg shadow-md hover:bg-yellow-600 transition">More Details</a>
</div>
</div>
<!-- Book Card 2 -->
<div class="bg-gray-800 rounded-lg shadow-lg overflow-hidden transform transition-transform hover:scale-105 hover:shadow-2xl duration-300">
<img src="https://placehold.co/500x750" alt="Book 2 Cover" class="w-full h-72 object-cover rounded-t-lg">
<div class="p-4">
<h3 class="text-xl font-semibold text-yellow-400 mb-2">Book Title 2</h3>
<p class="text-lg font-bold text-teal-400 mb-2">$24.99</p>
<p class="text-gray-300 mb-4 text-sm">An engaging summary of Book 2 that highlights key points and draws readers' interest.</p>
<a href="#" class="px-4 py-2 bg-yellow-500 text-gray-900 font-semibold rounded-lg shadow-md hover:bg-yellow-600 transition">More Details</a>
</div>
</div>
<!-- Book Card 3 -->
<div class="bg-gray-800 rounded-lg shadow-lg overflow-hidden transform transition-transform hover:scale-105 hover:shadow-2xl duration-300">
<img src="https://placehold.co/500x750" alt="Book 3 Cover" class="w-full h-72 object-cover rounded-t-lg">
<div class="p-4">
<h3 class="text-xl font-semibold text-yellow-400 mb-2">Book Title 3</h3>
<p class="text-lg font-bold text-teal-400 mb-2">$29.99</p>
<p class="text-gray-300 mb-4 text-sm">An engaging summary of Book 3 that highlights key points and draws readers' interest.</p>
<a href="#" class="px-4 py-2 bg-yellow-500 text-gray-900 font-semibold rounded-lg shadow-md hover:bg-yellow-600 transition">More Details</a>
</div>
</div>
<!-- Book Card 4 -->
<div class="bg-gray-800 rounded-lg shadow-lg overflow-hidden transform transition-transform hover:scale-105 hover:shadow-2xl duration-300">
<img src="https://placehold.co/500x750" alt="Book 4 Cover" class="w-full h-72 object-cover rounded-t-lg">
<div class="p-4">
<h3 class="text-xl font-semibold text-yellow-400 mb-2">Book Title 4</h3>
<p class="text-lg font-bold text-teal-400 mb-2">$34.99</p>
<p class="text-gray-300 mb-4 text-sm">An engaging summary of Book 4 that highlights key points and draws readers' interest.</p>
<a href="#" class="px-4 py-2 bg-yellow-500 text-gray-900 font-semibold rounded-lg shadow-md hover:bg-yellow-600 transition">More Details</a>
</div>
</div>
<!-- Book Card 5 -->
<div class="bg-gray-800 rounded-lg shadow-lg overflow-hidden transform transition-transform hover:scale-105 hover:shadow-2xl duration-300">
<img src="https://placehold.co/500x750" alt="Book 5 Cover" class="w-full h-72 object-cover rounded-t-lg">
<div class="p-4">
<h3 class="text-xl font-semibold text-yellow-400 mb-2">Book Title 5</h3>
<p class="text-lg font-bold text-teal-400 mb-2">$39.99</p>
<p class="text-gray-300 mb-4 text-sm">An engaging summary of Book 5 that highlights key points and draws readers' interest.</p>
<a href="#" class="px-4 py-2 bg-yellow-500 text-gray-900 font-semibold rounded-lg shadow-md hover:bg-yellow-600 transition">More Details</a>
</div>
</div>
</div>
<!-- See All Books Button -->
<div class="mt-10">
<a href="#" class="px-6 py-3 border border-yellow-500 text-yellow-500 font-semibold rounded-lg hover:bg-yellow-500 hover:text-gray-900 transition duration-300">See All Books</a>
</div>
</div>
<!-- Decorative Background Elements -->
<div class="absolute inset-0 -z-10 overflow-hidden">
<div class="absolute bg-yellow-400 opacity-10 rounded-full h-96 w-96 top-16 left-16 animate-pulse"></div>
<div class="absolute bg-teal-500 opacity-10 rounded-full h-96 w-96 bottom-16 right-16 animate-pulse"></div>
<div class="absolute bg-gray-700 opacity-5 w-full h-full top-0 left-0" style="background-image: url('https://placehold.co/1920x1080'); background-size: cover; background-repeat: no-repeat; mix-blend-mode: overlay;"></div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="py-20 bg-gradient-to-r from-gray-900 via-gray-800 to-gray-900 text-gray-200">
<div class="container mx-auto px-6 text-center fade-in">
<h3 class="text-4xl font-bold text-yellow-400 mb-12">Get in Touch</h3>
<!-- Contact Buttons -->
<div class="space-y-6 mb-12">
<!-- Email Button with Yellow Border -->
<a href="mailto:azeempersonal4@gmail.com" style="color: #f8fafc;" target="_blank" rel="noopener noreferrer"
class="inline-flex items-center justify-center w-full max-w-xs py-4 px-6 bg-teal-500 text-gray-900 font-semibold rounded-lg shadow-lg border-4 border-yellow-400 hover:bg-teal-600 transition duration-300 transform hover:scale-105">
<svg class="h-6 w-6 text-yellow-500" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> <path stroke="none" d="M0 0h24v24H0z"/> <path d="M4 21v-13a3 3 0 0 1 3 -3h10a3 3 0 0 1 3 3v6a3 3 0 0 1 -3 3h-9l-4 4" /> <line x1="8" y1="9" x2="16" y2="9" /> <line x1="8" y1="13" x2="14" y2="13" /></svg>
Email Me
</a>
<!-- WhatsApp Button -->
<a href="https://wa.me/+923435124054" target="_blank" rel="noopener noreferrer"
class="inline-flex items-center justify-center w-full max-w-xs py-4 px-6 bg-green-500 text-gray-900 font-semibold rounded-lg shadow-lg hover:bg-green-600 transition duration-300 transform hover:scale-105">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 mr-2" fill="currentColor" viewBox="0 0 24 24"><path d="M12 0C5.371 0 0 5.371 0 12c0 6.627 5.371 12 12 12 6.627 0 12-5.373 12-12C24 5.371 18.629 0 12 0zm.044 19.451c-1.41 0-2.805-.289-4.104-.858l-.291-.136-2.565.673.682-2.525-.175-.292c-.583-1.037-.895-2.233-.895-3.466 0-4.131 3.357-7.488 7.49-7.488 2.004 0 3.888.78 5.303 2.194 1.415 1.413 2.194 3.296 2.194 5.294 0 4.133-3.358 7.491-7.49 7.491z"/></svg>
WhatsApp Me
</a>
</div>
<!-- Social Media Links -->
<div class="flex justify-center space-x-8 mt-8">
<a href="https://linkedin.com/in/your-profile" target="_blank" rel="noopener noreferrer"
class="text-gray-400 hover:text-yellow-400 transition duration-300 transform hover:scale-110">
<svg xmlns="http://www.w3.org/2000/svg" class="h-8 w-8" fill="currentColor" viewBox="0 0 24 24"><path d="M4.98 3.5c0 .865-.7 1.5-1.49 1.5-.794 0-1.5-.635-1.5-1.5C2 2.635 2.706 2 3.49 2c.79 0 1.49.635 1.49 1.5zM0 21h5V7H0v14zM19.75 7c-3.99 0-4.75 1.93-4.75 3.58V21h-5V7h5v1.667C16 7.833 17.31 7 19.75 7H24v14h-5V10.58c0-.694-.218-1.167-1.25-1.167z"/></svg>
</a>
<a href="https://twitter.com/your-profile" target="_blank" rel="noopener noreferrer"
class="text-gray-400 hover:text-yellow-400 transition duration-300 transform hover:scale-110">
<svg xmlns="http://www.w3.org/2000/svg" class="h-8 w-8" fill="currentColor" viewBox="0 0 24 24"><path d="M24 4.56c-.883.392-1.83.656-2.825.775a4.935 4.935 0 0 0 2.163-2.725c-.95.555-2.005.96-3.127 1.184a4.92 4.92 0 0 0-8.384 4.48A13.964 13.964 0 0 1 1.675 3.149a4.927 4.927 0 0 0-.665 2.475 4.918 4.918 0 0 0 2.187 4.1 4.904 4.904 0 0 1-2.229-.616v.061a4.922 4.922 0 0 0 3.946 4.829 4.9 4.9 0 0 1-2.224.084 4.926 4.926 0 0 0 4.6 3.417 9.868 9.868 0 0 1-6.107 2.105c-.397 0-.788-.023-1.176-.068a13.945 13.945 0 0 0 7.557 2.212c9.054 0 14-7.503 14-14V6.684a9.92 9.92 0 0 0 2.46-2.516z"/></svg>
</a>
<a href="https://github.com/your-profile" target="_blank" rel="noopener noreferrer"
class="text-gray-400 hover:text-yellow-400 transition duration-300 transform hover:scale-110">
<svg xmlns="http://www.w3.org/2000/svg" class="h-8 w-8" fill="currentColor" viewBox="0 0 24 24"><path d="M12 0C5.373 0 0 5.373 0 12c0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.579 0-.285-.011-1.042-.017-2.045-3.338.726-4.042-1.614-4.042-1.614-.546-1.387-1.334-1.756-1.334-1.756-1.091-.746.083-.73.083-.73 1.206.085 1.84 1.238 1.84 1.238 1.072 1.834 2.809 1.303 3.492.997.109-.776.419-1.303.763-1.603-2.666-.303-5.466-1.333-5.466-5.931 0-1.309.469-2.381 1.235-3.221-.123-.303-.535-1.523.117-3.176 0 0 1.008-.322 3.301 1.228.957-.266 1.983-.399 3.003-.404 1.018.005 2.045.138 3.003.404 2.291-1.551 3.297-1.228 3.297-1.228.655 1.653.243 2.873.12 3.176.769.84 1.235 1.912 1.235 3.221 0 4.609-2.803 5.624-5.475 5.921.431.372.815 1.103.815 2.222 0 1.606-.015 2.901-.015 3.297 0 .319.193.694.8.576C20.565 21.795 24 17.297 24 12 24 5.373 18.627 0 12 0z"/></svg>
</a>
</div>
</div>
</section>
<!-- Footer -->
<footer class="py-6 bg-gray-900 text-center">
<p class="text-gray-500">© 2024 Azeem BK. All rights reserved.</p>
</footer>
<script>
// JavaScript to handle the modal popup
function openModal(projectId) {
const modal = document.getElementById('project-modal');
const title = document.getElementById('modal-title');
const image = document.getElementById('modal-image');
const description = document.getElementById('modal-description');
const readMoreLink = document.getElementById('modal-read-more');
// Update content based on projectId
if (projectId === 'project1') {
title.innerText = "Stylish Calculator";
image.src = "assets/imgs/stylish calucaltor.png";
description.innerText = "A beautiful and interactive calculator built with HTML, CSS (Bootstrap), and JavaScript. This calculator comes with a sleek design and user-friendly interface, making it both functional and visually appealing.";
readMoreLink.href = "https://azeembk.com/projects/js/stylish-calculator.html"; // Link to full project page or blog post
} else if (projectId === 'project2') {
title.innerText = "Project 2 Title";
image.src = "https://placehold.co/600x400";
description.innerText = "This is a detailed description of Project 2. It includes the purpose of the project, technologies used, and notable features.";
readMoreLink.href = "#"; // Link to full project page or blog post
} else if (projectId === 'project3') {
title.innerText = "Project 3 Title";
image.src = "https://placehold.co/600x400";
description.innerText = "This is a detailed description of Project 3. It includes the purpose of the project, technologies used, and notable features.";
readMoreLink.href = "#"; // Link to full project page or blog post
}
modal.classList.remove('hidden');
}
function closeModal() {
const modal = document.getElementById('project-modal');
modal.classList.add('hidden');
}
</script>
<!-- JavaScript for Popup -->
<script>
function openVideoPopup(videoUrl) {
document.getElementById("videoPopup").classList.remove("hidden");
document.getElementById("videoFrame").src = videoUrl;
}
function closeVideoPopup() {
document.getElementById("videoPopup").classList.add("hidden");
document.getElementById("videoFrame").src = "";
}
</script>
<!-- JavaScript to Toggle Mobile Menu -->
<script>
document.getElementById('menu-toggle').addEventListener('click', function() {
const mobileMenu = document.getElementById('mobile-menu');
mobileMenu.classList.toggle('hidden');
});
</script>
</body>
</html>