-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
801 lines (762 loc) · 34 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
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<title>Manthan Ankolekar's Portfolio</title>
<meta name="description"
content="Personal portfolio showcasing projects built with HTML, CSS, and JavaScript. Hosted on GitHub." />
<meta name="author" content="Manthan Ankolekar" />
<meta name="keywords" content="portfolio">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css"
integrity="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta property="og:title" content="Manthan Ankolekar's Portfolio" />
<meta property="og:description"
content="Personal portfolio showcasing projects built with HTML, CSS, and JavaScript. Hosted on GitHub." />
<meta property="og:image" content="https://manthanank.github.io/assets/images/portfolio-thumbnail.png" />
<meta property="og:url" content="https://manthanank.github.io/html-css-js-portfolio/" />
<meta property="og:type" content="website" />
<link rel="icon" type="image/png" sizes="32x32" href="favicon-dark.ico" media="(prefers-color-scheme: dark)" />
<link rel="icon" type="image/png" sizes="32x32" href="favicon-light.ico" media="(prefers-color-scheme: light)" />
<link rel="apple-touch-icon" href="assets/images/apple-touch-icon.webp" />
<link rel="canonical" href="https://manthanank.github.io/html-css-js-portfolio/">
<link rel="stylesheet" href="css/styles.css" />
<link rel="stylesheet" href="css/vendor.css" />
</head>
<body id="top" class="ss-preload">
<div id="preloader">
<div id="loader"></div>
</div>
<header class="s-header">
<div class="row s-header__nav-wrap">
<nav class="s-header__nav">
<ul>
<li class="current">
<a class="smoothscroll" href="#hero">Home</a>
</li>
<li><a class="smoothscroll" href="#about">About</a></li>
<li><a class="smoothscroll" href="#experience">Experience</a></li>
<li><a class="smoothscroll" href="#projects">Projects</a></li>
<li><a class="smoothscroll" href="#testimonials">Testimonials</a></li>
<li><a class="smoothscroll" href="#contact">Contact</a></li>
</ul>
</nav>
</div>
<a class="s-header__menu-toggle" href="#0" title="Menu">
<span class="s-header__menu-icon"></span>
</a>
</header>
<section id="hero" class="s-hero target-section">
<div class="s-hero__bg rellax" data-rellax-speed="-7"></div>
<div class="row s-hero__content">
<div class="column">
<div class="s-hero__content-about">
<h1>I'm Manthan Ankolekar.</h1>
<h3>
I'm a Karnataka based <span>Software Engineer</span>, Let's
<a class="smoothscroll" href="#about" aria-label="scroll down arrow">start scrolling</a> and
learn more <a class="smoothscroll" href="#about">about me</a>.
</h3>
<div class="s-hero__content-social"></div>
</div>
</div>
</div>
<div class="s-hero__scroll">
<a href="#about" class="s-hero__scroll-link smoothscroll" aria-label="scroll down arrow">
<span class="scroll-arrow">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
style="fill: rgba(0, 0, 0, 1);">
<path d="M18.707 12.707L17.293 11.293 13 15.586 13 6 11 6 11 15.586 6.707 11.293 5.293 12.707 12 19.414z">
</path>
</svg>
</span>
<span class="scroll-text">Scroll Down</span>
</a>
</div>
</section>
<section id="about" class="s-about target-section">
<div class="row">
<div class="column large-3 tab-12">
<img class="s-about__pic" src="assets/images/picture.webp" alt="">
</div>
<div class="column large-9 tab-12 s-about__content">
<h3>About Me</h3>
<p>
Hi there! I am Manthan, also known as manthanank. I have been coding for over 3 years and have more than 2
years of experience in development. I hold a Bachelor's degree in Computer Science from Sahyadri College of
Engineering & Management. I have expertise in both Front End and Back End Development, having worked on
various projects using Angular, Node.js, MongoDB, MySQL and Firebase. I am passionate about coding and always
eager to learn
new technologies. As a self-taught developer, I love building projects and acquiring new skills. I am
constantly seeking new opportunities to grow and enhance my abilities. I am also available for freelance work.
Feel free to contact me if you have any questions or would like to collaborate.
</p>
<hr>
<div class="row s-about__content-bottom">
<div class="column w-1000-stack">
<h3>Contact Details</h3>
<p>
Manthan Ank <br>
Karnataka, India <br>
<a href="tel:+918105068268">+91 810 506 8268</a> <br>
<a href="mailto:manthan.ank46@gmail.com">manthan.ank46@gmail.com</a>
</p>
</div>
<div class="column w-1000-stack">
<a href="resume" class="btn btn--download" target="_blank" rel="noopener" aria-label="resume" id="resume">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
style="fill: rgba(0, 0, 0, 1);">
<path d="M12 16L16 11 13 11 13 4 11 4 11 11 8 11z"></path>
<path d="M20,18H4v-7H2v7c0,1.103,0.897,2,2,2h16c1.103,0,2-0.897,2-2v-7h-2V18z"></path>
</svg>
View CV
</a>
</div>
</div>
</div>
</div> <!-- end row -->
</section>
<section id="experience" class="s-experience target-section">
<div class="row s-experience__section">
<div class="column large-3 tab-12">
<h3 class="section-header-allcaps">Career</h3>
</div>
<div class="column large-9 tab-12"></div>
</div>
<div class="row s-experience__section">
<div class="column large-3 tab-12">
<h3 class="section-header-allcaps">Skills</h3>
</div>
<div class="column large-9 tab-12">
<div class="experience-block">
<p>Here are some of my skills</p>
<ul class="skill-bars-fat"></ul>
</div>
</div>
</div>
</section>
<section id="projects" class="s-portfolio target-section">
<div class="row s-portfolio__header">
<div class="column large-12">
<h3>Projects</h3>
</div>
</div>
<div class="row collapse block-large-1-4 block-medium-1-3 block-tab-1-2 block-500-stack folio-list">
<div class="column folio-item">
<a href="#modal-01" class="folio-item__thumb" aria-label="project img link">
<img src="assets/images/projects/netflix-clone.webp"
srcset="assets/images/projects/netflix-clone.webp, assets/images/projects/netflix-clone.webp" alt=""
width="100%" height="100%" />
</a>
</div>
<div class="column folio-item">
<a href="#modal-02" class="folio-item__thumb" aria-label="project img link">
<img src="assets/images/covid19-tracker-page.webp" srcset="
assets/images/projects/covid19-tracker-page.webp,
assets/images/projects/covid19-tracker-page.webp
" alt="" width="100%" height="100%" />
</a>
</div>
<div class="column folio-item">
<a href="#modal-03" class="folio-item__thumb" aria-label="project img link">
<img src="assets/images/projects/modern-cryptopunk-clone-react.webp" srcset="
assets/images/projects/modern-cryptopunk-clone-react.webp,
assets/images/projects/modern-cryptopunk-clone-react.webp
" alt="" width="100%" height="100%" />
</a>
</div>
<div class="column folio-item">
<a href="#modal-04" class="folio-item__thumb" aria-label="project img link">
<img src="assets/images/projects/upload-post-page.webp"
srcset="assets/images/projects/upload-post-page.webp, assets/images/projects/upload-post-page.webp"
alt="" />
</a>
</div>
<div class="column folio-item">
<a href="#modal-05" class="folio-item__thumb" aria-label="project img link">
<img src="assets/images/projects/full-stack-blog-app.webp"
srcset="assets/images/projects/full-stack-blog-app.webp, assets/images/projects/full-stack-blog-app.webp"
alt="" />
</a>
</div>
<div class="column folio-item">
<a href="#modal-06" class="folio-item__thumb" aria-label="project img link">
<img src="assets/images/projects/generate-slug-app.webp"
srcset="assets/images/projects/generate-slug-app.webp, assets/images/projects/generate-slug-app.webp"
alt="" />
</a>
</div>
<div class="column folio-item">
<a href="#modal-07" class="folio-item__thumb" aria-label="project img link">
<img src="assets/images/projects/weather-app-pwa.webp"
srcset="assets/images/projects/weather-app-pwa.webp, assets/images/projects/weather-app-pwa.webp" alt="" />
</a>
</div>
<div class="column folio-item">
<a href="#modal-08" class="folio-item__thumb" aria-label="project img link">
<img src="assets/images/projects/weather-app-angular.webp"
srcset="assets/images/projects/weather-app-angular.webp, assets/images/projects/weather-app-angular.webp"
alt="" />
</a>
</div>
<div class="column folio-item">
<a href="#modal-09" class="folio-item__thumb" aria-label="project img link">
<img src="assets/images/projects/fitness-tracker-app.webp"
srcset="assets/images/projects/fitness-tracker-app.webp, assets/images/projects/fitness-tracker-app.webp"
alt="" />
</a>
</div>
<div class="column folio-item">
<a href="#modal-10" class="folio-item__thumb" aria-label="project img link">
<img src="assets/images/projects/digital-resume.webp"
srcset="assets/images/projects/digital-resume.webp, assets/images/projects/digital-resume.webp" alt="" />
</a>
</div>
<div class="column folio-item">
<a href="#modal-11" class="folio-item__thumb" aria-label="project img link">
<img src="assets/images/food-store-app.webp"
srcset="assets/images/projects/food-store-app.webp, assets/images/projects/food-store-app.webp" alt="" />
</a>
</div>
<div class="column folio-item">
<a href="#modal-12" class="folio-item__thumb" aria-label="project img link">
<img src="assets/images/projects/contact-page.webp"
srcset="assets/images/projects/contact-page.webp, assets/images/projects/contact-page.webp" alt="" />
</a>
</div>
<div class="column folio-item">
<a href="#modal-13" class="folio-item__thumb" aria-label="project img link">
<img src="assets/images/projects/linktree-clone-app.webp"
srcset="assets/images/projects/linktree-clone-app.webp, assets/projects/images/linktree-clone-app.webp"
alt="" />
</a>
</div>
<div class="column folio-item">
<a href="#modal-14" class="folio-item__thumb" aria-label="project img link">
<img src="assets/images/projects/qr-code-generator-app.webp"
srcset="assets/images/projects/qr-code-generator-app.webp, assets/images/projects/qr-code-generator-app.webp"
alt="" />
</a>
</div>
<div class="column folio-item">
<a href="#modal-15" class="folio-item__thumb" aria-label="project img link">
<img src="assets/images/projects/url-shortener-app.webp"
srcset="assets/images/projects/url-shortener-app.webp, assets/images/projects/url-shortener-app.webp"
alt="" />
</a>
</div>
<div class="column folio-item">
<a href="#modal-16" class="folio-item__thumb" aria-label="project img link">
<img src="assets/images/projects/expense-tracker-app.webp"
srcset="assets/images/projects/expense-tracker-app.webp, assets/images/projects/expense-tracker-app.webp"
alt="" />
</a>
</div>
<div class="column folio-item">
<a href="#modal-17" class="folio-item__thumb" aria-label="project img link">
<img src="assets/images/projects/todos-app.webp"
srcset="assets/images/projects/todos-app.webp, assets/images/projects/todos-app.webp" alt="" />
</a>
</div>
<div class="column folio-item">
<a href="#modal-18" class="folio-item__thumb" aria-label="project img link">
<img src="assets/images/projects/wifi-qr-code-generator-app.webp"
srcset="assets/images/projects/wifi-qr-code-generator-app.webp, assets/images/projects/wifi-qr-code-generator-app.webp"
alt="" />
</a>
</div>
<div class="column folio-item">
<a href="#modal-19" class="folio-item__thumb" aria-label="project img link">
<img src="assets/images/projects/chatgpt-clone-app.webp"
srcset="assets/images/projects/chatgpt-clone-app.webp, assets/images/projects/chatgpt-clone-app.webp"
alt="" />
</a>
</div>
</div>
<div id="modal-01" hidden>
<div class="modal-popup">
<img src="assets/images/projects/netflix-clone.webp" alt="" />
<div class="modal-popup__desc">
<h5>Netflix Clone</h5>
<p>
This is a Netflix Clone built using React. It fetches movie data
from the TMDB API and displays it on the homepage. Users can
click on a movie to view more details about it. The app also
includes features like searching for movies and viewing movie
trailers.
</p>
<ul class="modal-popup__cat">
<li>React</li>
</ul>
</div>
<a href="https://github.com/manthanank/netflix-clone-react-app" class="modal-popup__details"
aria-label="project link">Project link</a>
</div>
</div>
<div id="modal-02" hidden>
<div class="modal-popup">
<img src="assets/images/projects/covid19-tracker-page.webp" alt="" />
<div class="modal-popup__desc">
<h5>Covid 19 Tracker Page</h5>
<p>
This is a Covid-19 Tracker Page built using Angular. It fetches
data from the disease.sh API and displays it on the homepage.
Users can view global statistics as well as statistics for
individual countries. The app also includes features like
searching for countries and viewing historical data.
</p>
<ul class="modal-popup__cat">
<li>Angular</li>
</ul>
</div>
<a href="https://github.com/manthanank/covid19-tracker-angular-app" class="modal-popup__details"
aria-label="project link">Project link</a>
</div>
</div>
<div id="modal-03" hidden>
<div class="modal-popup">
<img src="assets/images/projects/modern-cryptopunk-clone-react.webp" alt="" />
<div class="modal-popup__desc">
<h5>Modern Cryptopunk Clone - React</h5>
<p>
This is a Modern Cryptopunk Clone built using React. It allows users to explore and collect virtual
cryptopunk characters. The app includes features like browsing different cryptopunks, viewing detailed
information about each character, and adding them to a user's collection. Users can also buy and sell
cryptopunks in the marketplace.
</p>
<ul class="modal-popup__cat">
<li>React</li>
</ul>
</div>
<a href="https://github.com/manthanank/modern-cryptopunk-clone-react-app" class="modal-popup__details"
aria-label="project link">Project link</a>
</div>
</div>
<div id="modal-04" hidden>
<div class="modal-popup">
<img src="assets/images/projects/upload-post-page.webp" alt="" />
<div class="modal-popup__desc">
<h5>Upload Post Page</h5>
<p>
This is an Upload Post Page built using Angular. It allows users to upload images and post them on the
homepage. Users can view posts from other users, like and comment on posts, and search for specific posts.
The app also includes features like user authentication and authorization. MongoDB is used for data storage.
Users can register an account, log in, and manage their posts. Backend is built using Node.js.
</p>
<ul class="modal-popup__cat">
<li>MEAN Stack</li>
</ul>
</div>
<a href="https://github.com/manthanank/upload-post-app" class="modal-popup__details"
aria-label="project link">Project link</a>
</div>
</div>
<div id="modal-05" hidden>
<div class="modal-popup">
<img src="assets/images/projects/full-stack-blog-app.webp" alt="" />
<div class="modal-popup__desc">
<h5>Full Stack Blog App</h5>
<p>
<p>
This is a Full Stack Blog App that allows users to create, read, update, and delete blog posts. It is built
using Angular for the frontend, and Node.js and MongoDB for the backend. Users can register an account, log
in, and manage their blog posts. The app also includes features like commenting on blog posts and searching
for specific posts.
</p>
</p>
<ul class="modal-popup__cat">
<li>MEAN Stack</li>
</ul>
</div>
<a href="https://github.com/manthanank/blog-app" class="modal-popup__details" aria-label="project link">Project
link</a>
</div>
</div>
<div id="modal-06" hidden>
<div class="modal-popup">
<img src="assets/images/projects/generate-slug-app.webp" alt="" />
<div class="modal-popup__desc">
<h5>Generate Slug App</h5>
<p>
<p>
This is a Generate Slug App that allows users to generate a slug from a given string. It is built using
Angular for the frontendUsers can enter a string and generate a slug from it. The app also includes features
like copying the slug to the clipboard and resetting the input field.
</p>
</p>
<ul class="modal-popup__cat">
<li>Angular</li>
</ul>
</div>
<a href="https://github.com/manthanank/generate-slug-app" class="modal-popup__details"
aria-label="project link">Project link</a>
</div>
</div>
<div id="modal-07" hidden>
<div class="modal-popup">
<img src="assets/images/projects/weather-app-pwa.webp" alt="" />
<div class="modal-popup__desc">
<h5>Weather App - Angular(PWA)</h5>
<p>
<p>
This is a Weather App built using Angular. It fetches weather data from the OpenWeatherMap API and displays
it on the homepage. Users can view the current weather, hourly forecast, and daily forecast for a specific
location. The app also includes features like searching for locations and viewing weather alerts.
</p>
</p>
<ul class="modal-popup__cat">
<li>Angular</li>
</ul>
</div>
<a href="https://github.com/manthanank/weather-app" class="modal-popup__details"
aria-label="project link">Project link</a>
</div>
</div>
<div id="modal-08" hidden>
<div class="modal-popup">
<img src="assets/images/projects/weather-app-angular.webp" alt="" />
<div class="modal-popup__desc">
<h5>Weather App - Angular</h5>
<p>
<p>
This is a Weather App built using Angular. It fetches weather data from the OpenWeatherMap API and displays
it on the homepage. Users can view the current weather, hourly forecast, and daily forecast for a specific
location. The app also includes features like searching for locations and viewing weather alerts.
</p>
</p>
<ul class="modal-popup__cat">
<li>Angular</li>
</ul>
</div>
<a href="https://github.com/manthanank/weather-app-angular" class="modal-popup__details"
aria-label="project link">Project link</a>
</div>
</div>
<div id="modal-09" hidden>
<div class="modal-popup">
<img src="assets/images/projects/fitness-tracker-app.webp" alt="" />
<div class="modal-popup__desc">
<h5>Fitness Tracker App - Angular</h5>
<p>
<p>
This is a Fitness Tracker App built using Angular and Firebase. It allows users to track their daily
workouts and view their workout history. The app also includes features like filtering workouts by date and
viewing workout statistics.
</p>
</p>
<ul class="modal-popup__cat">
<li>Angular</li>
</ul>
</div>
<a href="https://github.com/manthanank/fitness-tracker-angular-firebase-app" class="modal-popup__details"
aria-label="project link">Project link</a>
</div>
</div>
<div id="modal-10" hidden>
<div class="modal-popup">
<img src="assets/images/projects/digital-resume.webp" alt="" />
<div class="modal-popup__desc">
<h5>Digital Resume</h5>
<p>
<p>
This is a Digital Resume built using HTML, CSS, and JavaScript. It is a single-page website that showcases
my personal information, skills, experience, and projects. The website is fully responsive and optimized for
all devices.
</p>
</p>
<ul class="modal-popup__cat">
<li>HTML</li>
<li>CSS</li>
<li>JavaScript</li>
</ul>
</div>
<a href="https://github.com/manthanank/fitness-tracker-angular-firebase-app" class="modal-popup__details"
aria-label="project link">Project link</a>
</div>
</div>
<div id="modal-11" hidden>
<div class="modal-popup">
<img src="assets/images/projects/food-store-app.webp" alt="" />
<div class="modal-popup__desc">
<h5>Food Store App - Angular</h5>
<p>
<p>
This is a Food Store App built using Angular. It allows users to browse different food items, add them to
the cart, and place an order. The app also includes features like searching for food items, viewing order
history, and managing user accounts. Users can register an account, log in, and view their profile. Firebase
is used for authentication and data storage.
</p>
</p>
<ul class="modal-popup__cat">
<li>HTML</li>
<li>CSS</li>
<li>JavaScript</li>
</ul>
</div>
<a href="https://github.com/manthanank/food-store-app-angular" class="modal-popup__details"
aria-label="project link">Project link</a>
</div>
</div>
<div id="modal-12" hidden>
<div class="modal-popup">
<img src="assets/images/projects/contact-page.webp" alt="" />
<div class="modal-popup__desc">
<h5>Contact Page</h5>
<p>
<p>
This is a Contact Page built using HTML, CSS, and JavaScript. It is a single-page website to contact me. The
website is fully responsive and optimized for all devices. It also includes features like sending an message
to me. It is a simple contact page. Messages are stored in the database.
</p>
</p>
<ul class="modal-popup__cat">
<li>HTML</li>
<li>CSS</li>
<li>JavaScript</li>
</ul>
</div>
<a href="https://github.com/manthanank/contact" class="modal-popup__details" aria-label="project link">Project
link</a>
</div>
</div>
<div id="modal-13" hidden>
<div class="modal-popup">
<img src="assets/images/projects/linktree-clone-app.webp" alt="" />
<div class="modal-popup__desc">
<h5>LinkTree Clone App - Angular</h5>
<p>
<p>
This is a LinkTree Clone App built using Angular. It allows users to create a custom landing page with links
to their social media profiles, websites, and other online content. The app includes features like adding,
editing, and deleting links and sharing the page with others.
</p>
</p>
<ul class="modal-popup__cat">
<li>Angular</li>
</ul>
</div>
<a href="https://github.com/manthanank/linktree-clone-angular" class="modal-popup__details"
aria-label="project link">Project link</a>
</div>
</div>
<div id="modal-14" hidden>
<div class="modal-popup">
<img src="assets/images/projects/qr-code-generator-app.webp" alt="" />
<div class="modal-popup__desc">
<h5>QR Code Generator App - Angular</h5>
<p>
<p>
This is a QR Code Generator App built using Angular. It allows users to generate QR codes for URLs, text,
phone numbers, and email addresses.
</p>
</p>
<ul class="modal-popup__cat">
<li>Angular</li>
</ul>
</div>
<a href="https://github.com/manthanank/qr-code-generator-angular-app" class="modal-popup__details"
aria-label="project link">Project link</a>
</div>
</div>
<div id="modal-15" hidden>
<div class="modal-popup">
<img src="assets/images/projects/url-shortener-app.webp" alt="" />
<div class="modal-popup__desc">
<h5>URL Shortener App</h5>
<p>
<p>
This is a URL Shortener App built using Angular. It allows users to shorten long URLs and share them with
others. The app includes features like generating short URLs, copying them to the clipboard, and viewing all
shorten URL. Backend is built using Node.js and MongoDB.
</p>
</p>
<ul class="modal-popup__cat">
<li>MEAN Stack</li>
</ul>
</div>
<a href="https://github.com/manthanank/url-shortener-app" class="modal-popup__details"
aria-label="project link">Project link</a>
</div>
</div>
<div id="modal-16" hidden>
<div class="modal-popup">
<img src="assets/images/projects/expense-tracker-app.webp" alt="" />
<div class="modal-popup__desc">
<h5>Expense Tracker App</h5>
<p>
<p>
This is an Expense Tracker App built using Angular. It allows users to track their income and expenses, view
their transaction history, and analyze their spending habits. The app includes features like adding,
editing, and deleting transactions, filtering transactions by date, and viewing transaction statistics.
Backend is built using Node.js and MongoDB.
</p>
</p>
<ul class="modal-popup__cat">
<li>MEAN Stack</li>
</ul>
</div>
<a href="https://github.com/manthanank/expense-tracker-app" class="modal-popup__details"
aria-label="project link">Project link</a>
</div>
</div>
<div id="modal-17" hidden>
<div class="modal-popup">
<img src="assets/images/projects/todos-app.webp" alt="" />
<div class="modal-popup__desc">
<h5>Todo's App</h5>
<p>
<p>
This is an Todo's App built using Angular. It allows users to create, read, update, and delete todo's. The
app includes features like adding, editing, and deleting todo's. Backend is built using Node.js and MongoDB.
</p>
</p>
<ul class="modal-popup__cat">
<li>MEAN Stack</li>
</ul>
</div>
<a href="https://github.com/manthanank/todos-app" class="modal-popup__details" aria-label="project link">Project
link</a>
</div>
</div>
<div id="modal-18" hidden>
<div class="modal-popup">
<img src="assets/images/projects/wifi-qr-code-generator-app.webp" alt="" />
<div class="modal-popup__desc">
<h5>WiFi QR Code Generator App</h5>
<p>
<p>
This is an WiFi QR Code Generator App built using Angular. It allows users to generate QR codes for WiFi
networks. The app includes features like generating QR codes for WiFi networks.
</p>
</p>
<ul class="modal-popup__cat">
<li>Angular</li>
</ul>
</div>
<a href="https://github.com/manthanank/wifi-qr-code-generator-angular-app" class="modal-popup__details"
aria-label="project link">Project link</a>
</div>
</div>
<div id="modal-19" hidden>
<div class="modal-popup">
<img src="assets/images/projects/chatgpt-clone-app.webp" alt="" />
<div class="modal-popup__desc">
<h5>ChatGPT Clone App</h5>
<p>
<p>
This is an ChatGPT Clone App built using Angular. It allows users to chat with AI. The app includes features
like chatting with AI. Backend is built using Node.js and MongoDB.
</p>
</p>
<ul class="modal-popup__cat">
<li>MEAN Stack</li>
</ul>
</div>
<a href="https://github.com/manthanank/chatgpt-clone-app" class="modal-popup__details"
aria-label="project link">Project link</a>
</div>
</div>
</section>
<section id="testimonials" class="s-testimonials target-section">
<div class="s-testimonials__bg"></div>
<div class="row s-testimonials__header">
<div class="column large-12">
<h3>Hear What My Clients Says</h3>
</div>
</div>
<div class="row s-testimonials__content">
<!-- <div class="column"> -->
<div class="swiper-container testimonial-slider">
<div class="swiper-wrapper">
<div class="testimonial-slider__slide swiper-slide">
<div class="testimonial-slider__author">
<!-- <img src="images/avatars/user-03.jpg" alt="Author image" class="testimonial-slider__avatar"> -->
<cite class="testimonial-slider__cite">
<strong>Renee DiMuzio</strong>
<span>Director of Marketing and Business Development Manager, Altrix Group.</span>
</cite>
</div>
<p>
Manthan worked with our team for approximately two years as a software developer. During this time, he
consistently performed the tasks assigned to him and his team and contributed to completing several key
projects.
Manthan demonstrated a solid understanding of software development fundamentals and was able to deliver
work within the expected timeframes. He remained a steady and dependable team member, capable of working
within the scope of his responsibilities.
Manthan would be a good fit for roles that require a diligent and consistent software developer. He will
bring value to any team looking for someone to complete tasks efficiently and with attention to detail.
</p>
</div> <!-- end testimonial-slider__slide -->
</div> <!-- end testimonial slider swiper-wrapper -->
<div class="swiper-pagination"></div>
</div> <!-- end swiper-container -->
<!-- </div> -->
</div> <!-- end row -->
</section>
<section id="contact" class="s-contact target-section">
<div class="row s-contact__header">
<div class="column large-12">
<h3 class="section-header-allcaps">Contact</h3>
</div>
</div>
<div class="row s-contact__content">
<div class="column large-7 medium-12">
<h4 class="huge-text">
You can contact me through this.👉
</h4>
</div>
<div class="column large-4 medium-12">
<div class="row contact-infos">
<div class="column large-12 medium-6 tab-12">
<div class="contact-block">
<h5 class="contact-block__header">
Email
</h5>
<p class="contact-block__content">
<a class="mailtoui" href="mailto:manthan.ank46@gmail.com">manthan.ank46@gmail.com</a>
</p>
</div> <!-- end contact-block -->
</div>
<div class="column large-12 medium-6 tab-12">
<div class="contact-block">
<h5 class="contact-block__header">
Phone
</h5>
<p class="contact-block__content">
<a href="tel:+918105068268">+91 810 506 8268</a>
</p>
</div> <!-- end contact-block -->
</div>
<div class="column large-12">
<a href="mailto:manthan.ank46@gmail.com" class="mailtoui btn btn--primary h-full-width">Let's Talk</a>
</div>
</div> <!-- end contact-infos -->
</div>
</div> <!-- s-contact__content -->
</section>
<footer class="s-footer">
<div class="row">
<div class="column large-4 medium-6 w-1000-stack s-footer__social-block">
<ul class="s-footer__social"></ul>
</div>
<div class="column large-7 medium-6 w-1000-stack ss-copyright">
<span>© Copyright Ceevee 2021</span>
<span>Design by
<a href="https://www.styleshout.com/">StyleShout</a></span>
</div>
</div>
<div class="ss-go-top">
<a class="smoothscroll" title="Back to Top" href="#top">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path d="M6 4h12v2H6zm5 10v6h2v-6h5l-6-6-6 6z" />
</svg>
</a>
</div>
</footer>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<script src="/js/data.js"></script>
</body>
</html>