-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
676 lines (577 loc) · 31.2 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
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
671
672
673
674
675
676
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Rithas Ahamed</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/header.webp" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Satisfy" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<!-- =======================================================
* Template Name: Laura
* Updated: Sep 18 2023 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/laura-free-creative-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top d-flex justify-content-center align-items-center header-transparent">
<nav id="navbar" class="navbar">
<ul>
<li><a class="nav-link scrollto active" href="#hero">Home</a></li>
<li><a class="nav-link scrollto" href="#about">About</a></li>
<li><a class="nav-link scrollto" href="#resume">Resume</a></li>
<li><a class="nav-link scrollto" href="#services">Skills</a></li>
<li><a class="nav-link scrollto " href="#portfolio">Portfolio</a></li>
<li><a class="nav-link scrollto" href="#contact">Contact</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero">
<div class="hero-container">
<h1>Rithas Ahamed</h1>
<h2>I'm a Full Stack Developer</h2>
<a href="#about" class="btn-scroll scrollto" title="Scroll Down"><i class="bx bx-chevron-down"></i></a>
</div>
</section><!-- End Hero -->
<main id="main">
<!-- ======= About Me Section ======= -->
<section id="about" class="about">
<div class="container">
<div class="section-title">
<span>About Me</span>
<h2>About Me</h2>
<p>I am Rithas.I have succesfully completed my degree in bachelors of commerce at calicut university,I usually do pc games and mobile games.Currently I'm doing my web Development studies from brototype to beacome a Mern Stack Developer.
I know programming languages like Java,C and Javascript.I can develop websites using HTML,CSS,JAVASCRIPT and BOOTSTRAP.I do photo and video editing too.</p>
</div>
<div class="row">
<div class="image col-lg-4 d-flex align-items-stretch justify-content-center justify-content-lg-start"></div>
<div class="col-lg-8 d-flex flex-column align-items-stretch">
<div class="content ps-lg-4 d-flex flex-column justify-content-center">
<div class="row">
<div class="col-lg-6">
<ul>
<li><i class="bi bi-chevron-right"></i> <strong>Name:</strong> <span>Rithas Ahamed</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>Website:</strong> <a href="https://github.com/rithasahmed12" target="_blank">GitHub,</a>
<a href="https://leetcode.com/ahmedrithas48/" target="_blank">LeetCode</a><a href="https://www.linkedin.com/in/rithas-ahmed-59367a218" target="_blank">,Linkedin</a></li>
<li><i class="bi bi-chevron-right"></i> <strong>Phone:</strong> <span>+91 7306000876</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>City:</strong> <span>Malappuram</span></li>
</ul>
</div>
<div class="col-lg-6">
<ul>
<li><i class="bi bi-chevron-right"></i> <strong>Age:</strong> <span>23</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>Degree:</strong> <span>Under Graduation</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>Email:</strong> <span>ahmedrithas48@gmail.com</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>Freelance:</strong> <span>Available</span></li>
</ul>
</div>
</div>
<div class="row mt-n4">
<div class="col-md-6 mt-5 d-md-flex align-items-md-stretch">
<div class="count-box">
<i class="bi bi-emoji-smile" style="color: #20b38e;"></i>
<span data-purecounter-start="0" data-purecounter-end="2" data-purecounter-duration="1" class="purecounter"></span>
<p><strong>Happy Clients</strong></p>
</div>
</div>
<div class="col-md-6 mt-5 d-md-flex align-items-md-stretch">
<div class="count-box">
<i class="bi bi-journal-richtextr" style="color: #8a1ac2;"></i>
<span data-purecounter-start="0" data-purecounter-end="4" data-purecounter-duration="1" class="purecounter"></span>
<p><strong>Projects</strong></p>
</div>
</div>
<div class="col-md-6 mt-5 d-md-flex align-items-md-stretch">
<div class="count-box">
<i class="bi bi-clock" style="color: #2cbdee;"></i>
<span data-purecounter-start="0" data-purecounter-end="4" data-purecounter-duration="" class="purecounter"></span>
<p><strong>Months of Experience</strong></p>
</div>
</div>
</div>
</div><!-- End .content-->
<div class="skills-content ps-lg-4">
<div class="progress">
<span class="skill">HTML <i class="val">70%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="70" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<div class="progress">
<span class="skill">CSS <i class="val">70%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="70" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<div class="progress">
<span class="skill">JavaScript <i class="val">65%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="65" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</section><!-- End About Me Section -->
<!-- ======= My Resume Section ======= -->
<section id="resume" class="resume">
<div class="container">
<div class="section-title">
<span>My Resume</span>
<h2>My Resume</h2>
</div>
<div class="row">
<div class="col-lg-6">
<h3 class="resume-title">Summary</h3>
<div class="resume-item pb-0">
<h4>Rithas AHAMED</h4>
<p><em>Full Stack Developer with a solid grasp of both frontend and backend technologies. Proficient in building interactive, user-friendly web applications from concept to deployment. Skilled in HTML, CSS, JavaScript, React.js, Node.js, and database management. Passionate about delivering seamless user experiences and constantly learning to stay ahead in the ever-evolving tech landscape.</em></p>
<p>
<ul>
<li>Chenganeeri,kizhisseri,kuzhimanna PO:673641,Malappuram</li>
<li>+91 7306000876</li>
<li>ahmedrithas48@gmail.com</li>
</ul>
</p>
</div>
<h3 class="resume-title">Education</h3>
<div class="resume-item">
<h4>Digital MArketing</h4>
<h5>2021</h5>
<p><em>Calicut Digital Academy</em></p>
<p></p>
</div>
<div class="resume-item">
<h4>Bachelor of Commerce-Finance</h4>
<h5>2018 - 2021</h5>
<p><em>university of calicut</em></p>
</div>
</div>
<div class="col-lg-6">
<h3 class="resume-title">Languages</h3>
<div class="resume-item">
<h4>English</h4>
</div>
<div class="resume-item">
<h4>MALAYALAM-NATIVE</h4>
</div>
<div class="resume-item">
<h4>HINDI-BASIC</h4>
</div>
<div class="col-lg-6">
<h3 class="resume-title">Soft Skills</h3>
<div class="resume-item">
<h4>Effective Time management</h4>
</div>
<div class="resume-item">
<h4>Adaptability</h4>
</div>
<div class="resume-item">
<h4>Teamwork</h4>
</div>
<div class="resume-item">
<h4>Highly responsible and reliable</h4>
</div>
<div class="resume-item">
<h4>Problem Solving</h4>
</div>
</div>
</div>
<div class="col-lg-6">
<h3 class="resume-title">Interests</h3>
<div class="resume-item">
<h4>Football and Badminton</h4>
</div>
<div class="resume-item">
<h4>Swimming</h4>
</div>
<div class="resume-item">
<h4>Gaming</h4>
</div>
<div class="resume-item">
<h4>Coding</h4>
</div>
</div>
</div>
</div>
</section><!-- End My Resume Section -->
<!-- ======= My Services Section ======= -->
<section id="services" class="services">
<div class="container">
<div class="section-title">
<span>My Skills</span>
<h2>My Skills</h2>
</div>
<div class="row">
<div class="col-md-6 col-lg-3 d-flex align-items-stretch mb-5 mb-lg-0">
<div class="icon-box">
<div class="icon"><i class="fa-brands fa-html5"></i></div>
<h4 class="title"><a href="">HTML</a></h4>
<p class="description">
HTML,is a standard programming language used for creating and structuring content on the World Wide Web. It serves as the backbone of web pages, allowing developers to define the structure and layout of a document by using a system of tags and elements.</p>
</div>
</div>
<div class="col-md-6 col-lg-3 d-flex align-items-stretch mb-5 mb-lg-0">
<div class="icon-box">
<div class="icon"><i class="fa-brands fa-css3-alt"></i></div>
<h4 class="title"><a href="">CSS</a></h4>
<p class="description">CSS,is a crucial technology used in web development to control the visual presentation and layout of web pages. It works alongside HTML (Hypertext Markup Language) to define how elements on a webpage should look, including their colors, fonts, spacing, and positioning.</p>
</div>
</div>
<div class="col-md-6 col-lg-3 d-flex align-items-stretch mb-5 mb-lg-0">
<div class="icon-box">
<div class="icon"><i class="fa-brands fa-js"></i></div>
<h4 class="title"><a href="">JavaScript</a></h4>
<p class="description">JavaScript is a versatile and widely-used programming language that primarily operates within web browsers. It allows developers to add dynamic behavior, interactivity, and functionality to websites.</p>
</div>
</div>
<div class="col-md-6 col-lg-3 d-flex align-items-stretch mb-5 mb-lg-0">
<div class="icon-box">
<div class="icon"><i class="fa-brands fa-bootstrap"></i></div>
<h4 class="title"><a href="">Bootstrap</a></h4>
<p class="description">Bootstrap is a popular open-source front-end framework for web development. It was created by Twitter and is now maintained by the Bootstrap community. Bootstrap provides a collection of pre-designed HTML, CSS, and JavaScript components, such as navigation bars, buttons, forms, and modals, that can be easily integrated into web projects.</p>
</div>
</div>
</div>
</div>
<div class="container">
<div class="section-title">
<div class="row">
<div class="col-md-6 col-lg-3 d-flex align-items-stretch mb-5 mb-lg-0">
<div class="icon-box">
<div class="icon"><i class="fa-brands fa-wordpress"></i></div>
<h4 class="title"><a href="">Wordpress</a></h4>
<p class="description">
WordPress is a popular and versatile open-source content management system (CMS) used to create and manage websites and blogs. It offers a user-friendly interface that allows individuals and businesses to easily publish and update content without needing extensive technical expertise</p>
</div>
</div>
<div class="col-md-6 col-lg-3 d-flex align-items-stretch mb-5 mb-lg-0">
<div class="icon-box">
<div class="icon"><i class="fa-solid fa-camera-retro"></i></div>
<h4 class="title"><a href="">Photoshop</a></h4>
<p class="description">Photoshop, short for Adobe Photoshop, is a widely used and powerful raster graphics editing software developed by Adobe Inc. It is primarily designed for digital image manipulation, photo retouching, and graphic design.</p>
</div>
</div>
<div class="col-md-6 col-lg-3 d-flex align-items-stretch mb-5 mb-lg-0">
<div class="icon-box">
<div class="icon"><i class="bi bi-film"></i></div>
<h4 class="title"><a href="">Premiere pro</a></h4>
<p class="description">
Adobe Premiere Pro is a professional video editing software widely used in the film, television, and digital media industries. It offers a comprehensive set of tools and features for video editing, color correction, audio processing, and more.</p>
</div>
</div>
</div>
</div>
</section><!-- End My Services Section -->
<!-- ======= Testimonials Section ======= -->
<section id="testimonials" class="testimonials">
<div class="container position-relative">
<div class="testimonials-slider swiper" data-aos="fade-up" data-aos-delay="100">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="testimonial-item">
<img src="assets/img/test1.webp" class="testimonial-img" alt="">
<h3>Muhammed Minhal</h3>
<h4> Full Stack Developer</h4>
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
Works at brototype
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
</div>
</div><!-- End testimonial item -->
<div class="swiper-slide">
<div class="testimonial-item">
<img src="assets/img/test2.webp" class="testimonial-img" alt="">
<h3>Afrid P</h3>
<h4>Mern Stack Developer</h4>
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
Works at brototype
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
</div>
</div><!-- End testimonial item -->
<div class="swiper-slide">
<div class="testimonial-item">
<img src="assets/img/Test3.webp" class="testimonial-img" alt="">
<h3>Muhammed Firos</h3>
<h4>Mern Stack Developer</h4>
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
Works at brototype
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
</div>
</div><!-- End testimonial item -->
<div class="swiper-slide">
<div class="testimonial-item">
<img src="assets/img/test4.webp" class="testimonial-img" alt="">
<h3>Ahmed Munawwer</h3>
<h4>BBA LL.B.</h4>
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
Doing BBA LL.B. from university of Calicut and have a startup company
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
</div>
</div><!-- End testimonial item -->
<div class="swiper-slide">
<div class="testimonial-item">
<img src="assets/img/test5.webp" class="testimonial-img" alt="">
<h3>Mohammed Rabeeh</h3>
<h4>Chartered accountant</h4>
<p>
<i class="bx bxs-quote-alt-left quote-icon-left"></i>
completed Chartered accountant and have a startup company
<i class="bx bxs-quote-alt-right quote-icon-right"></i>
</p>
</div>
</div><!-- End testimonial item -->
</div>
<div class="swiper-pagination"></div>
</div>
</div>
</section><!-- End Testimonials Section -->
<!-- ======= My Portfolio Section ======= -->
<section id="portfolio" class="portfolio">
<div class="container">
<div class="section-title">
<span>My Portfolio</span>
<h2>My Portfolio</h2>
</div>
<ul id="portfolio-flters" class="d-flex justify-content-center">
<li data-filter="*" class="filter-active">All</li>
<!-- <li data-filter=".filter-app">App</li> -->
<!-- <li data-filter=".filter-card">Card</li> -->
<!-- <li data-filter=".filter-web">Web</li> -->
</ul>
<div class="row portfolio-container">
<div class="col-lg-4 col-md-6 portfolio-item filter-app">
<div class="portfolio-img"><img src="assets/img/netflix.webp" class="img-fluid" alt=""></div>
<div class="portfolio-info">
<h4>Static Website 1</h4>
<p>Website</p>
<a href="assets/img/netflix.webp" data-gallery="portfolioGallery" class="portfolio-lightbox preview-link" title="Website 1"><i class="bx bx-plus"></i></a>
<a href="https://rithasahmed12.github.io/Netflix/" target="_blank" class="details-link" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-web">
<div class="portfolio-img"><img src="assets/img/BurgerKing.webp" class="img-fluid" alt=""></div>
<div class="portfolio-info">
<h4>Static Website 2</h4>
<p>Website</p>
<a href="assets/img/BurgerKing.webp" data-gallery="portfolioGallery" class="portfolio-lightbox preview-link" title="Website 2"><i class="bx bx-plus"></i></a>
<a href="https://rithasahmed12.github.io/BurgerKing/" target="_blank" class="details-link" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-app">
<div class="portfolio-img"><img src="assets/img/Starbucks.webp" class="img-fluid" alt=""></div>
<div class="portfolio-info">
<h4>Static Website 3</h4>
<p>Website</p>
<a href="assets/img/Starbucks.webp" data-gallery="portfolioGallery" class="portfolio-lightbox preview-link" title="Website 3"><i class="bx bx-plus"></i></a>
<a href="https://rithasahmed12.github.io/Starbucks/" target="_blank" class="details-link" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-card">
<div class="portfolio-img"><img src="assets/img/ComingSoon.webp" class="img-fluid" alt=""></div>
<div class="portfolio-info">
<h4>soon</h4>
<p>soon</p>
<a href="assets/img/ComingSoon.webp" data-gallery="portfolioGallery" class="portfolio-lightbox preview-link" title="Website 4"><i class="bx bx-plus"></i></a>
<a href="#" class="details-link" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-web">
<div class="portfolio-img"><img src="assets/img/ComingSoon.webp" class="img-fluid" alt=""></div>
<div class="portfolio-info">
<h4>soon</h4>
<p>soon</p>
<a href="assets/img/ComingSoon.webp" data-gallery="portfolioGallery" class="portfolio-lightbox preview-link" title="Website 5"><i class="bx bx-plus"></i></a>
<a href="#" class="details-link" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
<!-- <div class="col-lg-4 col-md-6 portfolio-item filter-app">
<div class="portfolio-img"><img src="assets/img/portfolio/portfolio-6.jpg" class="img-fluid" alt=""></div>
<div class="portfolio-info">
<h4>App 3</h4>
<p>App</p>
<a href="assets/img/portfolio/portfolio-6.jpg" data-gallery="portfolioGallery" class="portfolio-lightbox preview-link" title="App 3"><i class="bx bx-plus"></i></a>
<a href="portfolio-details.html" class="details-link" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div> -->
<div class="col-lg-4 col-md-6 portfolio-item filter-card">
<div class="portfolio-img"><img src="assets/img/ComingSoon.webp" class="img-fluid" alt=""></div>
<div class="portfolio-info">
<h4>soon</h4>
<p>soon</p>
<a href="assets/img/ComingSoon.webp" data-gallery="portfolioGallery" class="portfolio-lightbox preview-link" title="Website 6"><i class="bx bx-plus"></i></a>
<a href="#" class="details-link" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
<!-- <div class="col-lg-4 col-md-6 portfolio-item filter-card">
<div class="portfolio-img"><img src="assets/img/ComingSoon.jpg" class="img-fluid" alt=""></div>
<div class="portfolio-info">
<h4>soon </h4>
<p>soon</p>
<a href="aassets/img/ComingSoon.jpg" data-gallery="portfolioGallery" class="portfolio-lightbox preview-link" title="Website 7"><i class="bx bx-plus"></i></a>
<a href="#" class="details-link" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-web">
<div class="portfolio-img"><img src="assets/img/ComingSoon.jpg" class="img-fluid" alt=""></div>
<div class="portfolio-info">
<h4>soon</h4>
<p>soon</p>
<a href="assets/img/ComingSoon.jpg" data-gallery="portfolioGallery" class="portfolio-lightbox preview-link" title="Website 8"><i class="bx bx-plus"></i></a>
<a href="#" class="details-link" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div> -->
</div>
</div>
</section><!-- End My Portfolio Section -->
<!-- ======= Contact Me Section ======= -->
<section id="contact" class="contact">
<div class="container">
<div class="section-title">
<span>Contact Me</span>
<h2>Contact Me</h2>
<p>For Enquiries</p>
</div>
<div class="row">
<div class="col-lg-6">
<div class="row">
<div class="col-md-12">
<div class="info-box">
<i class="bx bx-share-alt"></i>
<h3>Social Profiles</h3>
<div class="social-links">
<a href="https://twitter.com/rithas11" class="twitter"><i class="bi bi-twitter"></i></a>
<a href="https://www.facebook.com/rithas.ahmed.3?mibextid=LQQJ4d" class="facebook"><i class="bi bi-facebook"></i></a>
<a href="https://instagram.com/rit__has?igshid=NTc4MTIwNjQ2YQ==" class="instagram"><i class="bi bi-instagram"></i></a>
<!-- <a href="#" class="google-plus"><i class="bi bi-skype"></i></a> -->
<a href="https://www.linkedin.com/in/rithas-ahmed-59367a218" class="linkedin"><i class="bi bi-linkedin"></i></a>
</div>
</div>
</div>
<div class="col-md-6">
<div class="info-box mt-4">
<i class="bx bx-envelope"></i>
<h3>Email Me</h3>
<p><a href="ahmedrithas48@gmail.com" target="_blank">ahmedrithas48@gmail.com</a></p>
</div>
</div>
<div class="col-md-6">
<div class="info-box mt-4">
<i class="bx bx-phone-call"></i>
<h3>Call Me</h3>
<p><a href="https://wa.me/+917306000876" target="_blank">+91 7306000876 </a></p>
</div>
</div>
</div>
</div>
<div class="col-lg-6">
<form id="submit-form" role="form" class="submit-form">
<div class="row">
<div class="col-md-6 form-group">
<input type="text" name="name" class="form-control" id="name" placeholder="Your Name" required>
</div>
<div class="col-md-6 form-group mt-3 mt-md-0">
<input type="email" class="form-control" name="email" id="email" placeholder="Your Email" required pattern="[A-Za-z0-9]*[@](gmail)*[\.](com)$">
</div>
</div>
<div class="form-group mt-3">
<input type="text" class="form-control" name="subject" id="subject" placeholder="Subject" required>
</div>
<div class="form-group mt-3">
<textarea class="form-control" name="message" rows="6" placeholder="Message" required></textarea>
</div>
<div class="my-3">
<div class="loading"></div>
<div class="error-message"></div>
<div class="sent-message"></div>
</div>
<div class="text-center"><button type="submit">Send Message</button></div>
</form>
</div>
</div>
</div>
</section><!-- End Contact Me Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="container">
<!-- <h3>Laura Thomson</h3>
<p>Et aut eum quis fuga eos sunt ipsa nihil. Labore corporis magni eligendi fuga maxime saepe commodi placeat.</p> -->
<div class="social-links">
<a href="https://twitter.com/rithas11" class="twitter"><i class="bi bi-twitter"></i></a>
<a href="https://www.facebook.com/rithas.ahmed.3?mibextid=LQQJ4d" class="facebook"><i class="bi bi-facebook"></i></a>
<a href="https://instagram.com/rit__has?igshid=NTc4MTIwNjQ2YQ==" class="instagram"><i class="bi bi-instagram"></i></a>
<!-- <a href="#" class="google-plus"><i class="bi bi-skype"></i></a> -->
<a href="https://www.linkedin.com/in/rithas-ahmed-59367a218" class="linkedin"><i class="bi bi-linkedin"></i></a>
</div>
<div class="copyright">
© Copyright <strong><span>Laura</span></strong>. All Rights Reserved
</div>
<div class="credits">
<!-- All the links in the footer should remain intact. -->
<!-- You can delete the links only if you purchased the pro version. -->
<!-- Licensing information: https://bootstrapmade.com/license/ -->
<!-- Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/laura-free-creative-bootstrap-theme/ -->
<!-- Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a> -->
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/purecounter/purecounter_vanilla.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/waypoints/noframework.waypoints.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
<script>
$("#submit-form").submit((e)=>{
e.preventDefault()
$.ajax({
url:"https://script.google.com/macros/s/AKfycbyICISOoDy2mNUoopkeJCJvkbxx80R2-82aJkD1izFq6ba-xA8wa7VIoK_0Mn0h34Y/exec",
data:$("#submit-form").serialize(),
method:"post",
success:function (response){
alert("Form submitted successfully")
window.location.reload()
//window.location.href="https://google.com"
},
error:function (err){
alert("Something Error")
}
})
})
</script>
</body>
</html>