-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
489 lines (429 loc) · 24.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-KZCRTXXKB6"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-KZCRTXXKB6');
</script>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description"
content="I'm a web developer from Chennai, India. Currently student persuing computer science degree at a UCET, TamilNadu. In my spare time I enjoy DIY and building my own projects." />
<link rel="icon" href="img/icon_transparent.png" type="image/x-icon">
<link rel="stylesheet" href="style.css">
<title>Naresh Full Stack Developer - React | JS </title>
</head>
<body>
<div class="error hidden">
<p class="errorText">Lorem ipsum dolor sit amet consectetur</p>
<span><img src="img/x.svg" alt="close icon" class="close-icon-error"></span>
</div>
<!--
<div class="navigation hidden temp-hidden">
</div> -->
<input type="checkbox" class="navigation__checkbox" id="navi-toggle">
<label for="navi-toggle" class="navigation__button hidden">
<span class="navigation__icon"></span>
</label>
<div class="navigation__row">
<div href="#header" class="nav--logo-box">
<img src="img/hexagon.svg" alt="" class="nav--logo-svg">
<p>N</p>
</div>
<div class="nav--contents">
<ul>
<li class="nav--content" href="#about"><span style="color: var(--color-primary);">01. </span>About</li>
<li class="nav--content" href="#skills"><span style="color: var(--color-primary);">02. </span>Skills</li>
<li class="nav--content" href="#work"><span style="color: var(--color-primary);">03. </span>work</li>
<li class="nav--content" href="#contact"><span style="color: var(--color-primary);">04. </span>Contact</li>
</ul>
</div>
</div>
<!-- <div class="cursor hidd1n"></div> -->
<section class="header__preload">
<div class="header__preload--logo">
<svg xmlns="http://www.w3.org/2000/svg" width="192" height="192" fill="#eef2f1" viewbox="0 0 256 256"
class="header__preload--logo-svg">
<rect width="256" height="256" fill="none"></rect>
<path
d="M220,175.3V80.7a8.1,8.1,0,0,0-4.1-7l-84-47.5a7.8,7.8,0,0,0-7.8,0l-84,47.5a8.1,8.1,0,0,0-4.1,7v94.6a8.1,8.1,0,0,0,4.1,7l84,47.5a7.8,7.8,0,0,0,7.8,0l84-47.5A8.1,8.1,0,0,0,220,175.3Z"
fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="12"></path>
</svg>
<div class="header__preload--logo-letter">
<p>N</p>
</div>
</div>
</section>
<header class="header hidden">
<div class="scrolldown temp-hidden down hidden">
<p style="display: inline-block;animation: updown 1s infinite;">scroll down</p>
<p style="margin-left: 2rem;display: inline-block;">-></p>
</div>
<div class="scrolldown-2 temp-hidden down hidden">
<p style="display: inline-block;animation: updown 1s infinite;">scroll down</p>
<p style="margin-left: 2rem;display: inline-block;">-></p>
</div>
<nav class="header__nav">
<div class="header__nav--logo-box" href="#header">
<svg xmlns="http://www.w3.org/2000/svg" width="192" height="192" fill="#eef2f1" viewbox="0 0 256 256"
class="header__nav--logo-svg">
<rect width="256" height="256" fill="none"></rect>
<path
d="M220,175.3V80.7a8.1,8.1,0,0,0-4.1-7l-84-47.5a7.8,7.8,0,0,0-7.8,0l-84,47.5a8.1,8.1,0,0,0-4.1,7v94.6a8.1,8.1,0,0,0,4.1,7l84,47.5a7.8,7.8,0,0,0,7.8,0l84-47.5A8.1,8.1,0,0,0,220,175.3Z"
fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="12"></path>
</svg>
<p>N</p>
</div>
<div class="header__nav--items">
<p class="header__nav--item" style="transition-duration: 0.3s;" href="#about">
<span style="color: var(--color-primary);">01. </span>About
</p>
<p class="header__nav--item" style="transition-duration: 0.4s;" href="#skills">
<span style="color: var(--color-primary);">02. </span>Skills
</p>
<p class="header__nav--item" style="transition-duration: 0.5s;" href="#work">
<span style=" color: var(--color-primary);">03. </span>Work
</p>
<p class="header__nav--item" style="transition-duration: 0.6s;" href="#contact">
<span style=" color: var(--color-primary);">04. </span>Contact
</p>
<a href="./doc/my-resume.pdf" download><button class="btn btn--resume"
style="transition-duration: 0.7s;">Resume</button></a>
</div>
</nav>
<div class="header__container">
<div class="header__container--links">
<!--? link for github -->
<a href="https://github.com/naresh-webdev" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" fill="#eef2f1" viewbox="0 0 256 256"
class="header__container--link-icon">
<rect width="256" height="256" fill="none" stroke="none"></rect>
<path d="M84,240a23.9,23.9,0,0,0,24-24V168" fill="none" stroke-linecap="round" stroke-linejoin="round"
stroke-width="16"></path>
<path d="M172,240a23.9,23.9,0,0,1-24-24V168" fill="none" stroke-linecap="round" stroke-linejoin="round"
stroke-width="16"></path>
<path d="M152,168h16a23.9,23.9,0,0,1,24,24v8a23.9,23.9,0,0,0,24,24" fill="none" stroke-linecap="round"
stroke-linejoin="round" stroke-width="16"></path>
<path d="M104,168H88a23.9,23.9,0,0,0-24,24v8a23.9,23.9,0,0,1-24,24" fill="none" stroke-linecap="round"
stroke-linejoin="round" stroke-width="16"></path>
<path
d="M111.8,64A52,52,0,0,0,68,40a52,52,0,0,0-3.5,44.7A49.3,49.3,0,0,0,56,112v8a48,48,0,0,0,48,48h48a48,48,0,0,0,48-48v-8a49.3,49.3,0,0,0-8.5-27.3A52,52,0,0,0,188,40a52,52,0,0,0-43.8,24Z"
fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"></path>
</svg>
</a>
<!--? link for twitter -->
<a href="https://twitter.com/naresh_webdev" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" fill="#eef2f1" viewbox="0 0 256 256"
class='header__container--link-icon'>
<rect width="256" height="256" fill="none" stroke="none"></rect>
<path
d="M128,88c0-22,18.5-40.3,40.5-40a40,40,0,0,1,36.2,24H240l-32.3,32.3A127.9,127.9,0,0,1,80,224c-32,0-40-12-40-12s32-12,48-36c0,0-64-32-48-120,0,0,40,40,88,48Z"
fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"></path>
</svg>
</a>
<!--? link for codepen -->
<a href="https://codepen.io/Naresh_webdev" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" fill="#eef2f1" viewbox="0 0 256 256"
class='header__container--link-icon'>
<rect width="256" height="256" fill="none" stroke="none"></rect>
<path d="M232,101,128,160,24,101,124.1,44.2a8.3,8.3,0,0,1,7.8,0Z" fill="none" stroke-linecap="round"
stroke-linejoin="round" stroke-width="16"></path>
<path d="M232,165,131.9,221.8a8.3,8.3,0,0,1-7.8,0L24,165l104-59Z" fill="none" stroke-linecap="round"
stroke-linejoin="round" stroke-width="16"></path>
<line x1="232" y1="101" x2="232" y2="165" fill="none" stroke-linecap="round" stroke-linejoin="round"
stroke-width="16"></line>
<line x1="24" y1="101" x2="24" y2="165" fill="none" stroke-linecap="round" stroke-linejoin="round"
stroke-width="16"></line>
<line x1="128" y1="160" x2="128" y2="222.8" fill="none" stroke-linecap="round" stroke-linejoin="round"
stroke-width="16"></line>
<line x1="128" y1="43.2" x2="128" y2="106" fill="none" stroke-linecap="round" stroke-linejoin="round"
stroke-width="16"></line>
</svg>
</a>
<!--? link for linkedin -->
<a href="https://www.linkedin.com/in/naresh-m-233a75256/" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" fill="#eef2f1" viewbox="0 0 256 256"
class='header__container--link-icon'>
<rect width="256" height="256" fill="none" stroke="none"></rect>
<rect x="36" y="36" width="184" height="184" rx="8" fill="none" stroke-linecap="round"
stroke-linejoin="round" stroke-width="16"></rect>
<line x1="120" y1="112" x2="120" y2="176" fill="none" stroke-linecap="round" stroke-linejoin="round"
stroke-width="16"></line>
<line x1="88" y1="112" x2="88" y2="176" fill="none" stroke-linecap="round" stroke-linejoin="round"
stroke-width="16"></line>
<path d="M120,140a28,28,0,0,1,56,0v36" fill="none" stroke-linecap="round" stroke-linejoin="round"
stroke-width="16"></path>
<circle cx="88" cy="80" r="12"></circle>
</svg>
</a>
</div>
<div class="header__content">
<div class="header__container--content">
<h4 class="heading-4 header__text" style="display: inline-block;transition-duration: .6s;">Hi, I'm</h4>
<h1 class="header__text" style="transition-duration: 1s;">Naresh M,</h1>
<h2 class="header__text" style="transition-duration: 1.3s;">Web developer.</h2>
<h3 class="header__text underline-on-hover" style="transition-duration:1.6s;">Full Stack Developer</h3>
<button class="btn btn--contact header__text" style="transition-duration: 2s;" href="#contact">
<p>Contact me!</p>
</button>
</div>
<div class="header__container--image">
<div class="header__img-box">
<div class="header__img-shadow"></div>
<div class="header__img"></div>
<div class="header__img-outline"></div>
</div>
</div>
</div>
<div class="header__container--mail">
<a href="mailto:naresh2004.m@gmail.com" class="header__container--mail-id">naresh2004.m@gmail.com</a>
</div>
</div>
</header>
<section class="about hidden">
<div class="about__container">
<div class="about__container-content">
<h3 id="about-me-text">
<span style="color: var(--color-primary);font-size: 2.4rem;">01. </span>About Me
</h3>
<div class="paragraph">
<p class="about__text-paragraph" style="transition-duration: 1s;">
I am a Front-End developer located in India,I have a serious passion for UI effects, animations and
creating
modern looking websites
</p>
<p class="about__text-paragraph" style="transition-duration: 1.4s;">
Well-organised person, problem solver, independent employee with attention to detail.Interested in the
entire frontend spectrum and working on ambitious projects.Plannig to expand knowledge on backend
development in the near future.
</p>
<p class="about__text-paragraph" style="transition-duration: 1.8s;">
Let's make something special.
</p>
</div>
</div>
<span class="Sphere"></span>
</div>
</section>
<section class="skills hidden">
<div class="paragraph skill-paragraph">
<h3 class="secondary-heading">
<span style="color: var(--color-primary);font-size: 2.4rem;">
02.
</span>My Skills
</h3>
<p class="skill-content" style="transition-duration: .8s;">
Since beginning my journey as a self taught web developer nearly a year ago,I've worked on various open source
projects and completed various projects for freelancing clients and startups.
</p>
<p class="skill-content" style="transition-duration: 1.2s;">
I create successful responsive websites that are fast, easy to use, and built with best practices. The main area
of my expertise is front-end development, HTML, CSS, JS, building small and medium web apps, features,
animations, and coding interactive layouts.
</p>
<p class="skill-content" style="transition-duration: 1.6s;">
Visit my <a href="#">LinkedIn</a> profile for more details or just <a href="#">contact</a> me.
</p>
</div>
<div class="skill-bar center">
<div class="skillBox">
<p>HTML5</p>
<p>90%</p>
<div class="skill">
<div class="skill_level" style="width: 90%;"></div>
</div>
</div>
<div class="skillBox">
<p>CSS3</p>
<p>85%</p>
<div class="skill">
<div class="skill_level" style="width: 85%;"></div>
</div>
</div>
<div class="skillBox">
<p>JAVASCRIPT</p>
<p>88%</p>
<div class="skill">
<div class="skill_level" style="width: 88%;"></div>
</div>
</div>
<div class="skillBox">
<p>PYTHON</p>
<p>70%</p>
<div class="skill">
<div class="skill_level" style="width: 70%;"></div>
</div>
</div>
<div class="skillBox">
<p>REACT JS</p>
<p>80%</p>
<div class="skill">
<div class="skill_level" style="width: 80%;"></div>
</div>
</div>
</div>
</section>
<section class="work hidden">
<h3 class="secondary-heading" id="work-heading">
<span style="color: var(--color-primary);font-size: 2.4rem;">
03.
</span>Work
</h3>
<!-- work 1 -->
<div class="row" id="work-1">
<div class="row__img-box">
<div class="row__img row__img-1"></div>
<div class="row__img-shadow"></div>
</div>
<div class="row__content">
<h4 class="heading-4 row__content-text">Recently built project</h4>
<h2 class="row__content-text hover-text">
Bankist Website
</h2>
<div class="row__content-box">
<p>
Landing page for fictional company "Bankist"<br> built using
<span style="color: var(--color-primary);">HTML</span>, <span
style="color: var(--color-primary);">CSS</span> and <span
style="color: var(--color-primary);">JAVASCRIPT</span>.
<strong style="display: block">
Hightlights
</strong>
<ul style="color:#8892b0;list-style: none;">
<li>fading-images, custom slides,</li>
<li>section-reveal on scroll,</li>
<li>custom smoothvar(--color-primary)crolling.</li>
</ul>
</div>
<div class="row__content-links">
<a href="https://github.com/naresh-webdev/bankist-dom" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 496 512" class="row-icon">
<path
d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z" />
</svg>
</a>
<a href="https://bankist-dom.netlify.app/" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 512 512" class="row-icon">
<path
d="M384 320c-17.67 0-32 14.33-32 32v96H64V160h96c17.67 0 32-14.32 32-32s-14.33-32-32-32L64 96c-35.35 0-64 28.65-64 64V448c0 35.34 28.65 64 64 64h288c35.35 0 64-28.66 64-64v-96C416 334.3 401.7 320 384 320zM488 0H352c-12.94 0-24.62 7.797-29.56 19.75c-4.969 11.97-2.219 25.72 6.938 34.88L370.8 96L169.4 297.4c-12.5 12.5-12.5 32.75 0 45.25C175.6 348.9 183.8 352 192 352s16.38-3.125 22.62-9.375L416 141.3l41.38 41.38c9.156 9.141 22.88 11.84 34.88 6.938C504.2 184.6 512 172.9 512 160V24C512 10.74 501.3 0 488 0z" />
</svg>
</a>
</div>
</div>
</div>
<!-- work 2 -->
<div class="row-reverse" id="work-2">
<div class="row__content row__content-reverse">
<h4 class="heading-4 row__content-text" style="padding-left:0;">Recently built project</h4>
<h2 class="row__content-text hover-text">
Natrous Website
</h2>
<div class="row__content-box row__content-box-reverse">
Landing page for fictional company "Natrous" built using <span style="color: (--color-primary);">HTML5</span>,
<span style="color:(--color-primary);">ADVANCED
CSS</span> and <span style="color: (--color-primary);">SASS</span>.
<strong>Hightlights</strong>
<ul style="color:#8892b0;list-style: none;">
<li>modern design, custom cards,</li>
<li>beautiful animations,</li>
<li>Responsive layout.</li>
</ul>
</div>
<div class="row__content-links">
<a href="https://github.com/naresh-webdev/advanced-css-natrous-final" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 496 512" class="row-icon">
<path
d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z" />
</svg>
</a>
<a href="https://natrous-project.netlify.app/" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 512 512" class="row-icon">
<path
d="M384 320c-17.67 0-32 14.33-32 32v96H64V160h96c17.67 0 32-14.32 32-32s-14.33-32-32-32L64 96c-35.35 0-64 28.65-64 64V448c0 35.34 28.65 64 64 64h288c35.35 0 64-28.66 64-64v-96C416 334.3 401.7 320 384 320zM488 0H352c-12.94 0-24.62 7.797-29.56 19.75c-4.969 11.97-2.219 25.72 6.938 34.88L370.8 96L169.4 297.4c-12.5 12.5-12.5 32.75 0 45.25C175.6 348.9 183.8 352 192 352s16.38-3.125 22.62-9.375L416 141.3l41.38 41.38c9.156 9.141 22.88 11.84 34.88 6.938C504.2 184.6 512 172.9 512 160V24C512 10.74 501.3 0 488 0z" />
</svg>
</a>
</div>
</div>
<div class="row__img-box row__img-box-reverse">
<div class="row__img row__img-2"></div>
<div class="row__img-shadow"></div>
</div>
</div>
<!-- work 3 -->
<div class="row" id="work-3">
<div class="row__img-box">
<div class="row__img row__img-3"></div>
<div class="row__img-shadow"></div>
</div>
<div class="row__content">
<h4 class="heading-4 row__content-text">Recently built project</h4>
<h2 class="row__content-text hover-text">
EasyCollect - Group Fund Collection Application.
</h2>
<div class="row__content-box">
<p>
Full stack application "EasyCollect"<br> built using
<span style="color: var(--color-primary);">Nodejs</span>, <span
style="color: var(--color-primary);">React</span> and <span
style="color: var(--color-primary);">Express</span>.
<strong style="display: block">
Hightlights
</strong>
<ul style="color:#8892b0;list-style: none;">
<li>react-router</li>
<li>react-query for caching</li>
<li>razorpay payment integration</li>
<li>Email Service via <bold>emailjs-API</bold>
.</li>
</ul>
</div>
<div class="row__content-links">
<a href="https://github.com/naresh-webdev/portfolio-new" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 496 512" class="row-icon">
<path
d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z" />
</svg>
</a>
<a href="#">
<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 512 512" class="row-icon">
<path
d="M384 320c-17.67 0-32 14.33-32 32v96H64V160h96c17.67 0 32-14.32 32-32s-14.33-32-32-32L64 96c-35.35 0-64 28.65-64 64V448c0 35.34 28.65 64 64 64h288c35.35 0 64-28.66 64-64v-96C416 334.3 401.7 320 384 320zM488 0H352c-12.94 0-24.62 7.797-29.56 19.75c-4.969 11.97-2.219 25.72 6.938 34.88L370.8 96L169.4 297.4c-12.5 12.5-12.5 32.75 0 45.25C175.6 348.9 183.8 352 192 352s16.38-3.125 22.62-9.375L416 141.3l41.38 41.38c9.156 9.141 22.88 11.84 34.88 6.938C504.2 184.6 512 172.9 512 160V24C512 10.74 501.3 0 488 0z" />
</svg>
</a>
</div>
</div>
</div>
</section>
<section class="contact sending hidden">
<h3 class="secondary-heading" style="text-align: center;font-size: 3.2rem;margin-bottom: 2.6rem;"
id="contact-heading">
<span style="color: var(--color-primary);font-size: 3.2rem;">
04.
</span>Contact me
</h3>
<div class="form-container">
<div class="form">
<div class="form__row-1">
<input type="text" placeholder="Name" class="form__input-row input" id="name">
<input type="email" placeholder="Email" class="form__input-row input" id="email">
</div>
<input type=" text" placeholder="Subject" class="form__input input" id="subject">
<textarea placeholder="Message" id="textarea" class="form__input input"></textarea>
<button class="submit-btn">submit</button>
</div>
</div>
</section>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/@emailjs/browser@3/dist/email.min.js">
</script>
<script src="https://cdn.jsdelivr.net/npm/TagCloud@2.2.0/dist/TagCloud.min.js"> </script>
<script type="module" src="js/script.js"></script>
<!-- <script
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBCn0M3I_-g7bkTVmXTDdeuIrTRglg-Cyc&map_ids=48a55d1d737e8099&callback=initMap&v=weekly"
defer></script> -->
</body>
</html>