-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
322 lines (282 loc) · 16.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--=============== FAVICON ===============-->
<link rel="shortcut icon" href="assets/img/favicon.png" type="image/x-icon">
<!--=============== REMIX ICONS ===============-->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css" rel="stylesheet">
<!--=============== DEVICON ICONS ===============-->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/devicons/[email protected]/devicon.min.css">
<!--=============== CSS ===============-->
<link rel="stylesheet" href="assets/css/styles.css">
<title>Mihir Mahakalkar</title>
</head>
<body>
<!--=============== HEADER ===============-->
<header class="profile container">
<!-- Theme button -->
<i class="ri-moon-line change-theme" id="theme-button"></i>
<div class="profile__container grid">
<div class="profile__data">
<div class="profile__border">
<div class="profile__perfil">
<!-- Insert your image, according to the example size of the portfolio -->
<img src="assets/img/profile.png" alt="profile-image">
</div>
</div>
<h2 class="profile__name">Mihir Mahakalkar</h2>
<h3 class="profile__profession">Frontend Lead developer</h3>
<ul class="profile__social">
<a href="https://www.linkedin.com/in/mihirmahakalkar/" target="_blank" class="profile__social-link">
<i class="devicon-linkedin-plain colored"></i>
</a>
<a href="https://github.com/cryptospider937" target="_blank" class="profile__social-link">
<i class="devicon-github-original"></i>
</a>
<a href="https://twitter.com/cryptospider937" target="_blank" class="profile__social-link">
<i class="devicon-twitter-original colored"></i>
</a>
<!-- <a href="https://codepen.io/darkbyte7" target="_blank" class="profile__social-link">
<i class="devicon-codepen-plain colored"></i>
</a> -->
</ul>
</div>
<!-- <div class="profile__info grid"> -->
<div class="profile__info-group">
<h3 class="profile__info-number">7.5</h3>
<p class="profile__info-description">
Years of <br> work experience
</p>
</div>
<!-- <div class="profile__info-group">
<h3 class="profile__info-number">+5</h3>
<p class="profile__info-description">
Completed <br> projects
</p>
</div> -->
<!-- </div> -->
</div>
</header>
<!--=============== MAIN ===============-->
<main class="main">
<section class="filters container">
<!--=============== FILTERS TABS ===============-->
<ul class="filters__content">
<button class="filters__button filter-tab-active" data-target="#aboutme">
About me
</button>
<button class="filters__button" data-target="#projects">
Projects
</button>
<button class="filters__button" data-target="#skills">
Skills
</button>
</ul>
<div class="filters__sections">
<!--=============== ABOUT ME ===============-->
<div class="aboutme__content grid filters__active" data-content id="aboutme">
Hello 👋! My name is Mihir and I enjoy creating things that live on the internet. <br/><br/>
I have excellent knowledge in developing web applications in React, TypeScript, Node, Nextjs, HTML5, CSS3
along with hands-on experience working with Object Oriented JavaScript (OOJS), JavaScript libraries and their practical uses
in building complex interactive experiences. I have worked on client-facing projects that serve millions of users,
handling cross-functional teams of architects, designers, and testers, and delivering high-quality and scalable solutions.
Looking to combine my skills with my experience in software development to create ideal business solutions. <br/><br/>
I also completed a Solidity Bootcamp certification from Encode Club, where I learned the fundamentals of blockchain development and smart contracts.
I am passionate about exploring new technologies and creating innovative and user-friendly products that solve real-world problems.
</div>
<!--=============== PROJECTS ===============-->
<div class="projects__content grid" data-content id="projects">
<article class="projects__card">
<!-- Insert your image in a rectangular format (Ex: 600 x 400, 1000 x 800, 1200 x 1000, etc) -->
<img src="https://github.com/cryptospider937/pokeapi/assets/40547687/ad2feb4e-c5b0-4613-809e-36157bd09b8a" alt="" class="projects__img">
<div class="projects__modal">
<div>
<span class="projects__subtitle">Web App</span>
<h3 class="projects__title">PokeAPI</h3>
<a href="https://cryptospider937.github.io/pokeapi/" target="_blank" rel="noopener noreferrer" class="projects__button button button__small">
<i class="ri-link"></i>
</a>
</div>
</div>
</article>
<article class="projects__card">
<img src="assets/img/project2.jpg" alt="" class="projects__img">
<div class="projects__modal">
<div>
<span class="projects__subtitle">Web</span>
<h3 class="projects__title">Portfolio website</h3>
<a href="#" class="projects__button button button__small">
<i class="ri-link"></i>
</a>
</div>
</div>
</article>
<article class="projects__card">
<img src="assets/img/projects/force-directed-graph.png" alt="" class="projects__img">
<div class="projects__modal">
<div>
<span class="projects__subtitle">Force-directed graph</span>
<h3 class="projects__title">Family tree</h3>
<a href="https://darkbyte7.github.io/force-directed-graphs/" class="projects__button button button__small">
<i class="ri-link"></i>
</a>
</div>
</div>
</article>
<!-- <article class="projects__card">
<img src="assets/img/project4.jpg" alt="" class="projects__img">
<div class="projects__modal">
<div>
<span class="projects__subtitle">Movil</span>
<h3 class="projects__title">Travel app</h3>
<a href="#" class="projects__button button button__small">
<i class="ri-link"></i>
</a>
</div>
</div>
</article> -->
<!-- <article class="projects__card">
<img src="assets/img/project5.jpg" alt="" class="projects__img">
<div class="projects__modal">
<div>
<span class="projects__subtitle">Design</span>
<h3 class="projects__title">Music app design</h3>
<a href="#" class="projects__button button button__small">
<i class="ri-link"></i>
</a>
</div>
</div>
</article> -->
</div>
<!--=============== SKILLS ===============-->
<div class="skills__content grid" data-content id="skills">
<div class="skills__area">
<h3 class="skills__title">Frontend Technologies</h3>
<div class="skills__box">
<div class="skills__group">
<div class="skills__data">
<i class="devicon-nextjs-original colored"></i>
<div>
<h3 class="skills__name">Nextjs</h3>
</div>
</div>
<div class="skills__data">
<i class="devicon-react-original colored"></i>
<div>
<h3 class="skills__name">React</h3>
</div>
</div>
<div class="skills__data">
<i class="devicon-javascript-plain colored"></i>
<div>
<h3 class="skills__name">JavaScript</h3>
</div>
</div>
<div class="skills__data">
<i class="devicon-typescript-plain colored"></i>
<div>
<h3 class="skills__name">TypeScript</h3>
</div>
</div>
<div class="skills__data">
<i class="devicon-d3js-plain colored"></i>
<div>
<h3 class="skills__name">D3.js</h3>
</div>
</div>
<div class="skills__data">
<!-- <i class="ri-html5-fill"></i> -->
<i class="devicon-html5-plain colored"></i>
<div>
<h3 class="skills__name">HTML</h3>
</div>
</div>
<div class="skills__data">
<i class="devicon-css3-plain colored"></i>
<div>
<h3 class="skills__name">CSS</h3>
</div>
</div>
</div>
</div>
</div>
<div class="skills__area">
<h3 class="skills__title">Backend technologies</h3>
<div class="skills__box">
<div class="skills__group">
<div class="skills__data">
<i class="devicon-nodejs-plain colored"></i>
<div>
<h3 class="skills__name">Node Js</h3>
</div>
</div>
<div class="skills__data">
<i class="devicon-express-original"></i>
<div>
<h3 class="skills__name">Express Js</h3>
</div>
</div>
<div class="skills__data">
<i class="devicon-python-plain colored"></i>
<div>
<h3 class="skills__name">Python</h3>
</div>
</div>
<div class="skills__data">
<i class="devicon-mongodb-plain colored"></i>
<div>
<h3 class="skills__name">MongoDB</h3>
</div>
</div>
</div>
</div>
</div>
<div class="skills__area">
<h3 class="skills__title">Tools & Technologies</h3>
<div class="skills__box">
<div class="skills__group">
<div class="skills__data">
<i class="devicon-docker-plain colored"></i>
<div>
<h3 class="skills__name">Docker</h3>
</div>
</div>
<div class="skills__data">
<i class="devicon-graphql-plain colored"></i>
<div>
<h3 class="skills__name">graphQL</h3>
</div>
</div>
<div class="skills__data">
<i class="devicon-webpack-plain colored"></i>
<div>
<h3 class="skills__name">Webpack</h3>
</div>
</div>
<div class="skills__data">
<i class="devicon-git-plain colored"></i>
<div>
<h3 class="skills__name">Git</h3>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</main>
<!--=============== FOOTER ===============-->
<footer class="footer container">
<span class="footer__copy">
© MihirMahakalkar
</span>
</footer>
<!--=============== SCROLLREVEAL ===============-->
<script src="assets/js/scrollreveal.min.js"></script>
<!--=============== MAIN JS ===============-->
<script src="assets/js/main.js"></script>
</body>
</html>