-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
595 lines (495 loc) · 30.2 KB
/
index.html
File metadata and controls
595 lines (495 loc) · 30.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="google-site-verification" content="AQ8A6JUnEY78eA5F2L2WzBrB6az8Z3Z9Xia_W6VvI2w" />
<title>Firoz Khan | Full Stack Web Developer Portfolio</title>
<link rel="icon" href="https://firozkhan.in/assets/img/fk_logo.jpg", type="image/jpg">
<link rel="stylesheet" href="assets/css/style.css">
<!-- SEO Meta Tags -->
<meta name="description" content="I'm Firoz Khan, a passionate full stack web developer specializing in responsive websites, modern UI/UX, and powerful backend development. Check out my projects and skills.">
<meta name="keywords" content="Firoz Khan, web developer, portfolio, frontend, backend, full stack, HTML, CSS, JavaScript, PHP, React, Node.js, developer in India">
<meta name="author" content="Firoz Khan">
<!-- Canonical URL -->
<link rel="canonical" href="https://firozkhan.in/">
<!-- Open Graph (for Facebook, LinkedIn, etc.) -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://firozkhan.in/">
<meta property="og:title" content="Firoz Khan | Full Stack Web Developer Portfolio">
<meta property="og:description" content="Explore the web development portfolio of Firoz Khan – frontend & backend developer with experience in modern tech stack.">
<meta property="og:image" content="https://firozkhan.in/assets/preview.png"> <!-- Replace with actual preview image path -->
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:url" content="https://firozkhan.in/">
<meta name="twitter:title" content="Firoz Khan | Full Stack Web Developer Portfolio">
<meta name="twitter:description" content="Hi, I'm Firoz Khan – a creative and skilled full stack web developer. View my portfolio, skills, and projects.">
<meta name="twitter:image" content="https://firozkhan.in/assets/preview.png"> <!-- Replace with actual preview image path -->
<!-----swiper css----->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@9/swiper-bundle.min.css"/>
<!---custom icons-->
<script src="https://unpkg.com/boxicons@2.1.4/dist/boxicons.js"></script>
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<!--========== Ionicons =============-->
<script type="module" src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.js"></script>
<link rel="stylesheet" href="assets/css/bootstrap-made.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<script type="text/javascript">
(function(c,l,a,r,i,t,y){
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
})(window, document, "clarity", "script", "scp2esmraz");
</script>
</head>
<body class="dark-mode">
<!-- header design -->
<header class="header">
<a href="#" class="logo">Portfolio
<img src="assets/img/fk_logo.jpg" alt="">
</a>
<nav class="navbar">
<hr id="indicator">
<a href="#home" class="active">Home</a>
<a href="#about">About</a>
<a href="#services">Service</a>
<a href="#portfolio">Projects</a>
<a href="#testimonials">Testimonial</a>
<a href="#contact">Contact</a>
</nav>
<div class="bx bx-moon" id="darkMode-icon"></div>
<div class="bx bx-menu" id="menu-icon"></div>
<div class="color-switcher">
<div class="switcher-btn">
<i class="fas fa-cog"></i>
</div>
<h3>select color</h3>
<div class="theme-buttons-container">
<span class="theme-buttons" data-color="#754ef9" style="background: #754ef9;"></span>
<span class="theme-buttons" data-color="#17ff3e" style="background: #00e426;"></span>
<span class="theme-buttons" data-color="#ffc312" style="background: #ffc312;"></span>
<span class="theme-buttons" data-color="#06ff93" style="background: #06ff93;"></span>
<!-- <span class="theme-buttons" data-color="#ff1900" style="background: #ff1900;"></span> -->
<!-- <span class="theme-buttons" data-color="#e84393" style="background: #e84393;"></span> -->
<span class="theme-buttons" data-color="#ff4757" style="background: #ff4757;"></span>
<!-- <span class="theme-buttons" data-color="#ffc312" style="background: #ffc312;"></span> -->
<span class="theme-buttons" data-color="#17c0eb" style="background: #17c0eb;"></span>
</div>
<!-- Add a color picker input -->
<h3>Or Pick a Custom Color:</h3>
<div id="colorContainer">
<input type="color" id="colorPicker" value="#000000">
<p id="colorCode">Color Code: #000000</p>
</div>
</div>
</header>
<!--home section design-->
<section class="home" id="home">
<div class="home-content">
<h3>Hello, I am</h3>
<h1>Firoz Khan</h1>
<div class="wrapper">
<div class="dynamic-text">
<li><span>Programmer</span></li>
<li><span>Developer</span></li>
<li><span>Coder</span></li>
<li><span>Freelancer</span></li>
</div>
</div>
<p>A passionate Full Stack Web Developer dedicated to building modern, responsive, and high-performing websites and applications. With hands-on experience in frontend and backend technologies like HTML, CSS, JavaScript, React.js, Node.js, PHP, and Laravel, I craft seamless user experiences and robust solutions. I love turning ideas into reality through clean code, creative design, and efficient problem-solving.</p>
<div class="social-media">
<a href="https://www.facebook.com/arush.khan.9615"><i class='bx bxl-facebook' ></i></a>
<a href="https://x.com/Firozfk9758?t=8Wx2rRg5bkgQjDYuOwUtAA&s=09"><i class='bx bxl-twitter' ></i></a>
<a href="https://www.instagram.com/its_f_i_r_o_z__k_h_a_n_97?igsh=OGQ5ZDc2ODk2ZA=="><i class='bx bxl-instagram-alt' ></i></a>
<a href="https://www.linkedin.com/in/firoz-khan-0b05b1271?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app"><i class='bx bxl-linkedin' ></i></a>
</div>
<a href="#about" class="btn">Explore More </a>
</div>
<div class="profession-container">
<div class="profession-box">
<div class="profession" style="--i:0;">
<i class='bx bx-code-alt'></i>
<h3>Web Developer</h3>
</div>
<div class="profession" style="--i:1;">
<i class='bx bx-code-curly' ></i>
<h3>Programmer</h3>
</div>
<div class="profession" style="--i:2;">
<i class='bx bxl-sketch' ></i>
<h3>Web Designer</h3>
</div>
<div class="profession" style="--i:3;">
<i class='bx bx-photo-album' ></i>
<h3>Photo Editor</h3>
</div>
<div class="circle"></div>
</div>
<div class="overlay"></div>
</div>
<div class="home-img">
<script type="module" src="https://unpkg.com/@splinetool/viewer@1.9.6/build/spline-viewer.js"></script>
<spline-viewer url="https://prod.spline.design/kmrdmBPm4BKKcb2H/scene.splinecode"></spline-viewer>
</div>
</section>
<!--about section design-->
<section class="about" id="about">
<!-- <div class="about-img">
<img src="assets/img/about_img.png" alt="About img">
</div> -->
<div class="about_image_container">
<div class="about_image">
<img src="assets/img/firoz1.png" alt="">
<span class="shadow"></span>
</div>
</div>
<div class="about-content">
<h2 class="heading">About<span> Me</span></h2>
<input type="checkbox" id="check">
<h3>Hi, I Am Here to Help You As,</h3>
<div class="wrapper">
<div class="dynamic-text">
<li><span>Programmer</span></li>
<li><span>Developer</span></li>
<li><span>Coder</span></li>
<li><span>Freelancer</span></li>
</div>
</div>
<p>I am a passionate and detail-oriented Full Stack Web Developer with expertise in frontend technologies like HTML, CSS, JavaScript, and React, as well as backend development using PHP, Node.js, and MySQL. With a strong foundation in programming languages such as Python, C, and Java, I bring problem-solving skills and a solid understanding of algorithms and data structures to every project. I excel at transforming ideas into fully functional, user-friendly digital solutions, whether it’s developing responsive websites, building web applications, or optimizing performance. Proficient in tools like VS Code, Git, and various frameworks, I thrive in collaborative environments and adapt quickly to new challenges.</p>
<div class="content">
<p>I am committed to continuous learning and excited to join a dynamic team where I can make a positive impact in web development and programming.</p>
</div>
<div class="two-btn">
<label for="check">Read More</label>
<a href="assets/CV.pdf" class="btn">View CV</a>
</div>
</div>
</section>
<!---service section design -->
<section class="services" id="services">
<h2 class="heading white-heading">My <span>services</span></h2>
<div class="services-container">
<div class="services-box">
<i class='bx bx-code-alt'></i>
<h3>Web Development</h3>
<input type="checkbox" id="check1">
<p>Serving as a web developer involves a combination of technical skills, creativity, and a commitment to staying updated with the latest web development trends.</p>
<div class="content">
<p>By combining technical proficiency with creativity and a commitment to ongoing learning, you can effectively serve as a web developer and contribute to the success of various projects and organizations.</p>
</div>
<label for="check1">Read More</label>
</div>
<div class="services-box">
<i class='bx bx-palette' ></i>
<h3>Web Designer</h3>
<input type="checkbox" id="check2">
<p>Serving as a web designer involves combining creativity, technical skills, and a deep understanding of user experience (UX) and visual design principles.</p>
<div class="content">
<p>By combining artistic creativity with a solid understanding of UX principles and staying updated on design trends, you can effectively serve as a web designer and contribute to the creation of visually compelling and user-friendly websites.</p>
</div>
<label for="check2">Read More</label>
</div>
<div class="services-box">
<input type="checkbox" id="check3">
<i class='bx bx-bar-chart-alt' ></i>
<h3>Programmer</h3>
<p>Serving as a programmer involves a combination of technical expertise, problem-solving skills, and effective collaboration with solid foundation in core programming languages such as Python, Java, C++, C.</p>
<div class="content">
<p>By combining technical skills with effective communication, collaboration, and a commitment to continuous improvement, you can serve as a valuable programmer, contributing to the success of projects and teams in various professional settings.</p>
</div>
<label for="check3">Read More</label>
</div>
</div>
</section>
<!-- Skills Section -->
<!-- end of Skill section -->
<!--portfolio section design-->
<section class="portfolio" id="portfolio">
<h2 class="heading white-heading">Latest <span>Projects</span></h2>
<div class="portfolio-container">
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<p class="title">SnapStudio</p>
<img src="assets/img/portfolio/Snapstudio.png" alt="Front Side Image" id="productImage">
<p class="hover">Hover Me</p>
</div>
<div class="flip-card-back" style="background-image: url('assets/img/portfolio/Snapstudio.png');">
<p class="title">Details</p>
<p>Snap Studio, a user-friendly photography website with advanced editing tools, a competitive pricing chart, and a comprehensive feedback system. Features include image zoom, downloads, and client information for enhanced user experience.</p>
<a href="https://snapstudio9711.lovestoblog.com/index.php" title="Live Demo"><ion-icon name="eye"></ion-icon></a>
</div>
</div>
</div>
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<p class="title">Chat Application</p>
<img src="assets/img/portfolio/Chat_App_img.png" alt="Front Side Image" id="productImage">
<p class="hover">Hover Me</p>
</div>
<div class="flip-card-back" style="background-image: url('assets/img/portfolio/Chat_App_img.png');">
<p class="title">Details</p>
<p>Introducing a versatile Chat Application with real-time messaging, group chats, and secure media sharing, designed for a seamless user experience.</p>
<a href="https://chatapp9711.kesug.com/" title="Live Demo"><ion-icon name="eye"></ion-icon></a>
</div>
</div>
</div>
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<p class="title">Ai chatbot</p>
<img src="assets/img/portfolio/Ai chatbot.png" alt="Front Side Image" id="productImage">
<p class="hover">Hover Me</p>
</div>
<div class="flip-card-back" style="background-image: url('assets/img/portfolio/Ai chatbot.png');">
<p class="title">Details</p>
<p>An intelligent chatbot that answers all your questions, assists developers with code, and analyzes images for content insights. Effortlessly handles queries and image analysis, enhancing productivity and interaction.</p>
<a href="https://firoz-ai.netlify.app/" title="Live Demo"><ion-icon name="eye"></ion-icon></a>
</div>
</div>
</div>
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<p class="title">Image Compressor & Converter</p>
<img src="assets/img/portfolio/image-compressor.png" alt="Front Side Image" id="productImage" loading="lazy">
<p class="hover">Hover Me</p>
</div>
<div class="flip-card-back" style="background-image: url('assets/img/portfolio/image-compressor.png');">
<p class="title">Details</p>
<p>Developed open source Image Compressor and formate Converter.</p>
<a href="https://image-compressor-548.netlify.app/" title="Live Demo"><ion-icon name="eye"></ion-icon></a>
</div>
</div>
</div>
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<p class="title">Shape Generator</p>
<img src="assets/img/portfolio/Shape generator.png" alt="Front Side Image" id="productImage" loading="lazy">
<p class="hover">Hover Me</p>
</div>
<div class="flip-card-back" style="background-image: url('assets/img/portfolio/Shape generator.png');">
<p class="title">Details</p>
<p>Create any type of shapes manually.</p>
<a href="https://shape-generator-by-fk.netlify.app/" title="Live Demo"><ion-icon name="eye"></ion-icon></a>
</div>
</div>
</div>
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<p class="title">Responsive Dashboard</p>
<img src="assets/img/portfolio/dashboard.png" alt="Front Side Image" id="productImage">
<p class="hover">Hover Me</p>
</div>
<div class="flip-card-back" style="background-image: url('assets/img/portfolio/dashboard.png');">
<p class="title">Details</p>
<p>This dashboard offers a clean, intuitive interface that tracks course progress, statistics, and weekly tasks, ensuring efficient learning and organization. The design prioritizes user experience with easy navigation and clear visual data representation.</p>
<a href="https://firozk-dashboard.netlify.app/" title="Live Demo"><ion-icon name="eye"></ion-icon></a>
</div>
</div>
</div>
</div>
<a href="portfolio.html" class="view-more" id="view-more">view more</a>
</section>
<!--Testimonial design------>
<section class="testimonials" id="testimonials">
<div class="heading text-center">
<h2 class="heading white-heading">What's
<span>Peoples</span>
Says?</h2>
</div>
<div class="container" style="background: transparent;">
<div class="row text-center">
<div class="col-md-12">
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<!-- Indicators-->
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="3"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="4"></li>
</ol>
<div class="carousel-inner">
<!-- Item-1 -->
<div class="carousel-item active text-center">
<img src="assets/img/testimonials/profile-1.jpg" alt="" class="center-block team">
<h3>Nikhil Thakur</h3>
<h4>.net Developer</h4>
<div class="rating">
<ion-icon name="star-half-outline"></ion-icon>
<ion-icon name="star-half-outline"></ion-icon>
<ion-icon name="star-half-outline"></ion-icon>
<ion-icon name="star-half-outline"></ion-icon>
<ion-icon name="star-half-outline"></ion-icon>
</div>
<p>I absolutely loved the 3D service card designs! The way they subtly elevate and interact on hover adds a dynamic and engaging touch to the user experience. Combined with the smooth animations and responsiveness, your portfolio truly stands out. Keep up the fantastic work!</p>
</div>
<!-- Item-2 -->
<div class="carousel-item text-center">
<img src="assets/img/testimonials/profile-2.jpg" alt="" class="center-block team">
<h3>Mini Bhati</h3>
<h4>Web Developer</h4>
<div class="rating">
<ion-icon name="star-half-outline"></ion-icon>
<ion-icon name="star-half-outline"></ion-icon>
<ion-icon name="star-half-outline"></ion-icon>
<ion-icon name="star-half-outline"></ion-icon>
<ion-icon name="star-half-outline"></ion-icon>
</div>
<p>Your portfolio website is truly impressive! The smooth animations, from the elegant typing effects to the subtle shadow transitions, create a visually engaging experience. The attention to detail in the UI/UX is remarkable, and the responsiveness ensures a seamless experience across all devices.</p>
</div>
<!-- Item-3 -->
<div class="carousel-item text-center">
<img src="assets/img/testimonials/profile-3.jpg" alt="" class="center-block team">
<h3>Alok Mishra</h3>
<h4>Data Analyst</h4>
<div class="rating">
<ion-icon name="star-half-outline"></ion-icon>
<ion-icon name="star-half-outline"></ion-icon>
<ion-icon name="star-half-outline"></ion-icon>
<ion-icon name="star-half-outline"></ion-icon>
<ion-icon name="star-half-outline"></ion-icon>
</div>
<p>The 3D flipping animation on hover is just stunning! It adds an interactive and modern touch, making the project showcase both engaging and visually appealing. Smooth transitions and a seamless experience—absolutely impressive!</p>
</div>
<!-- Item-4 -->
<div class="carousel-item text-center">
<img src="assets/img/testimonials/profile-4.jpg" alt="" class="center-block team">
<h3>Daksh</h3>
<h4>Front End Developer</h4>
<div class="rating">
<ion-icon name="star-half-outline"></ion-icon>
<ion-icon name="star-half-outline"></ion-icon>
<ion-icon name="star-half-outline"></ion-icon>
<ion-icon name="star-half-outline"></ion-icon>
<ion-icon name="star-half-outline"></ion-icon>
</div>
<p>I tried the contact form to reach out to the developer, and I was amazed by the quick response! The form is user-friendly, well-designed, and works flawlessly. A truly professional experience!</p>
</div>
<!-- Item-5 -->
<div class="carousel-item text-center">
<img src="assets/img/testimonials/profile-5.jpg" alt="" class="center-block team">
<h3>Chetan Rawal</h3>
<h4>Front End Developer</h4>
<div class="rating">
<ion-icon name="star-half-outline"></ion-icon>
<ion-icon name="star-half-outline"></ion-icon>
<ion-icon name="star-half-outline"></ion-icon>
<ion-icon name="star-half-outline"></ion-icon>
<ion-icon name="star-half-outline"></ion-icon>
</div>
<p>I'm truly impressed with the projects developed by you! I even explored them myself, and they are absolutely awesome. The creativity, functionality, and smooth experience make them stand out. Keep it up the great work! 🚀🔥👏</p>
</div>
</div>
<a
class="carousel-control-prev control"
data-target="#carouselExampleIndicators"
role="button"
data-slide="prev">
<span class="fa fa-angle-left icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a
class="carousel-control-next control"
data-target="#carouselExampleIndicators"
role="button"
data-slide="next">
<span class="fa fa-angle-right icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
</div>
</section>
<!-----Contact section----->
<section class="contact" id="contact">
<h2 class="heading white-heading">Contact <span>Me!</span></h2>
<div class="contact_info">
<div class="map">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d14040.683477631555!2d77.27057525230941!3d28.38390666281909!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x390cde9bc079a49f%3A0xa67eb3f72d34b16d!2sDabua%20Colony%2C%20Sector%2050%2C%20Faridabad%2C%20Haryana!5e0!3m2!1sen!2sin!4v1723152548351!5m2!1sen!2sin" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</div>
<div class="contact_details">
<div class="details_container">
<div class="detail_bx" id="address">
<ion-icon name="location-outline"></ion-icon>
<h4>Address</h4>
<p>Firoz Khan<br>
B-block, Sector-50<br>
Faridabad 121001, Haryana, India</p>
</div>
<div class="detail_bx" id="email_info">
<ion-icon name="mail-outline"></ion-icon>
<h4>Email Me</h4>
<p>
firoz.fkofficial@gmail.com<br>
abaazkhan95ak@gmail.com
</p>
</div>
<div class="detail_bx" id="call_info">
<ion-icon name="call-outline"></ion-icon>
<h4>Call Me</h4>
<p>+ (91) 9711216858<br>
+ (91) 7703875294</p>
</div>
</div>
<div class="form-container">
<form class="form" action="https://formspree.io/f/meqbjeqz" method="POST">
<span class="form_heading">Get in touch</span>
<div class="feild">
<input type="text" id="input-feild" placeholder="Your Name" name="name" required>
<label for="input-feild">Your Name</label>
</div>
<div class="feild">
<input type="email" placeholder="Email" name="email" required>
<label for="email">Email</label>
</div>
<div class="feild">
<input type="text" name="subject" placeholder="Subject">
<label for="input-feild">Subject</label>
</div>
<div class="feild">
<textarea name="message" id="input-feild" cols="30" rows="8" placeholder="Type your message here..." required></textarea>
<label for="input-feild">Message</label>
</div>
<div class="button-container">
<!-- <div class="send-button">Send</div> -->
<button type="submit" value="Send" name="send" class="send-button">Submit</button>
<div class="reset-button-container">
<button type="reset" value="Send Message" id="reset-btn" class="reset-button">Reset</button>
<!-- <div id="reset-btn" class="reset-button">Reset</div> -->
</div>
</div>
</form>
</div>
</div>
</section>
<!----Footer design---->
<footer class="footer">
<div class="footer-text">
<p>Copyright © 2025 By <a href="https://firozkhan.in/">Firoz Khan</a> | All Rights Reserved</p>
</div>
<!-- <div class="footer-iconTop">
<a href="#home"><i class='bx bx-up-arrow-circle' ></i></a>
</div> -->
</footer>
<!-- <a href="#" class="scroll-top d-flex align-items-center justify-content-center"><ion-icon name="chevron-up-circle-outline"></ion-icon></a> -->
<!-- <div id="preloader">
<div class="line"></div>
</div> -->
<script src="https://unpkg.com/scrollreveal"></script>
<script src="assets/js/script.js"></script>
<script src="https://code.jquery.com/jquery-2.1.0.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"></script>
<script>
(function(){if(!window.chatbase||window.chatbase("getState")!=="initialized"){window.chatbase=(...arguments)=>{if(!window.chatbase.q){window.chatbase.q=[]}window.chatbase.q.push(arguments)};window.chatbase=new Proxy(window.chatbase,{get(target,prop){if(prop==="q"){return target.q}return(...args)=>target(prop,...args)}})}const onLoad=function(){const script=document.createElement("script");script.src="https://www.chatbase.co/embed.min.js";script.id="-OQoTGcIXAX-SFcwt8lMQ";script.domain="www.chatbase.co";document.body.appendChild(script)};if(document.readyState==="complete"){onLoad()}else{window.addEventListener("load",onLoad)}})();
</script>
</body>
</html>