-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
297 lines (261 loc) · 11.4 KB
/
Copy pathindex.html
File metadata and controls
297 lines (261 loc) · 11.4 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
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<title>Manthan Ankolekar's Portfolio</title>
<meta name="description"
content="Full-stack developer specializing in Angular, Node.js, and MEAN stack with 2+ years of professional experience. View my projects, skills, and experience." />
<meta name="author" content="Manthan Ankolekar" />
<meta name="keywords"
content="portfolio, full-stack developer, angular developer, node.js developer, MEAN stack, software engineer, web developer, manthan ankolekar">
<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="Full-stack developer specializing in Angular, Node.js, and MEAN stack with 2+ years of professional experience. View my projects, skills, and experience." />
<meta property="og:image" content="https://manthanank.github.io/assets/images/portfolio-thumbnail.png" />
<meta property="og:url" content="https://manthanank.github.io/" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Manthan Ankolekar's Portfolio">
<meta name="twitter:description"
content="Full-stack developer specializing in Angular, Node.js, and MEAN stack with 2+ years of professional experience. View my projects, skills, and experience.">
<meta name="twitter:image" content="https://manthanank.github.io/assets/images/portfolio-thumbnail.png">
<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/">
<link rel="stylesheet" href="css/styles.css" />
<link rel="stylesheet" href="css/vendor.css" />
<!-- Schema.org markup for Google -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Manthan Ankolekar",
"url": "https://manthanank.github.io/",
"sameAs": [
"https://github.com/manthanank",
"https://www.linkedin.com/in/manthanank/"
],
"jobTitle": "Software Engineer",
"worksFor": {
"@type": "Organization",
"name": "Independent"
},
"description": "Full-stack developer specializing in Angular, Node.js, and MEAN stack with 2+ years of professional experience."
}
</script>
<script defer src="https://cloud.umami.is/script.js" data-website-id="bb161cd9-97c5-4d4c-9a1e-a3c69c7f69a5"></script>
</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="Manthan Ankolekar - Software Engineer">
</div>
<div class="column large-9 tab-12 s-about__content">
<h3>About Me</h3>
<p>
<div class="introduction">
<p>I'm Manthan (manthanank), a full-stack developer with over 2 years of professional experience and 3+ years
of coding. I graduated with a B.E. in Computer Science from Sahyadri College of Engineering & Management.
</p>
<p>My expertise spans across the full development stack, including Angular for frontend development, Node.js
for backend solutions, and experience with various databases such as MongoDB, MySQL, and Firebase.</p>
<p>As a self-taught developer, I'm passionate about building practical projects, continuously learning new
technologies, growing my skillset, and collaborating with others in the development community.</p>
<p>I'm available for freelance work and new opportunities. Let's connect if you'd like to collaborate or have
any questions!</p>
</div>
</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">
<!-- Projects will be dynamically loaded from data.json -->
</div>
<!-- Project modals will be dynamically created here -->
</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 Say</h3>
</div>
</div>
<div class="row s-testimonials__content">
<div class="swiper-container testimonial-slider">
<!-- Testimonials will be dynamically loaded from data.json -->
<div class="swiper-wrapper">
<!-- Testimonial slides will be inserted here -->
</div>
<div class="swiper-pagination"></div>
</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>© 2026 Manthan Ankolekar</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>