-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.html
565 lines (512 loc) · 28 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-206103165-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-206103165-1');
</script>
<link rel="shortcut icon" href="assets/images/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/fontawesome.min.css">
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css">
<link rel="stylesheet" href="assets/css/cursor.css">
<link rel="stylesheet" href="assets/css/navbar.css">
<link rel="stylesheet" href="assets/css/section1.css">
<link rel="stylesheet" href="assets/css/section2.css">
<link rel="stylesheet" href="assets/css/section3.css">
<link rel="stylesheet" href="assets/css/section4.css">
<link rel="stylesheet" href="assets/css/section5.css">
<link rel="stylesheet" href="assets/css/section6.css">
<link rel="stylesheet" href="assets/css/section7.css">
<link rel="stylesheet" href="assets/css/footer.css">
<script src="https://kit.fontawesome.com/5c099e467f.js" crossorigin="anonymous"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<title>My Portfolio</title>
</head>
<body>
<div class="cursor-dot-outline"></div>
<div class="cursor-dot"></div>
<div id="navbar"></div>
<div class="section1">
<div class="animated_title">
<div class="text_top">
<div>
<span class="text-bounce">Hello!</span>
<span class="text-bounce">I'm Asmit,</span>
</div>
</div>
<div class="text_bottom">
<div><span class="text-bounce">I'm a Developer <i class="fas fa-code" aria-hidden="true"></i></span></div>
</div>
</div>
<div class="boxes">
<svg viewBox="0 0 520 460" fill="none">
<rect class="bounce-in-right box-bounce" x="272" width="120" height="93" rx="10" fill="#7FBC00" />
<rect class="bounce-in-right box-bounce" x="361.5" y="93.5" width="119" height="92" rx="9.5" stroke="#C4C4C4" />
<rect class="bounce-in-left box-bounce" x="241" y="93" width="120" height="93" rx="10" fill="#FBBC05" />
<rect class="bounce-in-bottom box-bounce" x="301" y="186" width="120" height="93" rx="10" fill="#4285F4" />
<rect class="bounce-in-right box-bounce" x="181.5" y="186.5" width="119" height="92" rx="9.5" stroke="#4285F4" />
<rect class="bounce-in-left box-bounce" x="61.5" y="186.5" width="119" height="92" rx="9.5" stroke="#C4C4C4" />
<rect class="bounce-in-top box-bounce" x="361.5" y="279.5" width="119" height="92" rx="9.5" stroke="#C4C4C4" />
<rect class="bounce-in-left box-bounce" x="241" y="279" width="120" height="93" rx="10" fill="#C4C4C4" fill-opacity="0.4" />
<rect class="bounce-in-top box-bounce" x="121" y="279" width="120" height="93" rx="10" fill="#F34F1C" />
<rect class="bounce-in-bottom box-bounce" x="0.5" y="278.5" width="121" height="94" rx="10.5" stroke="#C4C4C4" />
<rect class="bounce-in-bottom box-bounce" x="307.5" y="0.5" width="119" height="92" rx="9.5" stroke="#C4C4C4" />
</svg></div>
</div>
<div class="section2" data-aos="fade" data-aos-once="true" data-aos-offset="250">
<div class="content2">
<img class="self_phone bounce-in-bottom1" data-speed="-5" src="assets/images/asmit.png">
<svg viewBox="0 0 1400 483" fill="none" class="circles">
<circle class="layer" data-speed="9" cx="686.5" cy="261.5" r="151.5" fill="#34A853" />
<circle class="layer" data-speed="8" cx="574" cy="355" r="55" fill="#FBBC05" />
<circle class="layer" data-speed="7" cx="518" cy="145" r="35" fill="#4285F4" />
<circle class="layer" data-speed="6" cx="741" cy="433" r="20" fill="#EA4335" />
<circle class="layer" data-speed="5" cx="280" cy="133" r="20" fill="#EA4335" />
<circle class="layer" data-speed="4" cx="170" cy="173" r="20" fill="#EA4335" />
<circle class="layer" data-speed="3" cx="1005" cy="104" r="12" fill="#34A853" />
<circle class="layer" data-speed="2" cx="881" cy="266" r="12" fill="#34A853" />
<circle class="layer" data-speed="1" cx="1210" cy="336" r="12" fill="#F34F1C" />
<circle class="layer" data-speed="-1" cx="411" cy="217" r="12" fill="#EA4335" />
<circle class="layer" data-speed="-2" cx="372" cy="283" r="12" fill="#EA4335" />
<circle class="layer" data-speed="-3" cx="225" cy="324" r="12" fill="#01A6F0" />
<circle class="layer" data-speed="-4" cx="358" cy="112" r="14" fill="#FBBC05" />
<circle class="layer" data-speed="-5" cx="978.5" cy="290.5" r="17.5" fill="#FBBC05" />
<circle class="layer" data-speed="-8" cx="277.5" cy="419.5" r="17.5" fill="#FBBC05" />
<circle class="layer" data-speed="-9" cx="102.5" cy="373.5" r="17.5" fill="#FBBC05" />
<circle class="layer" data-speed="8" cx="343.5" cy="363.5" r="27.5" fill="#7FBC00" />
<circle class="layer" data-speed="2" cx="252.5" cy="237.5" r="27.5" fill="#7FBC00" />
<circle class="layer" data-speed="3" cx="977.5" cy="201.5" r="27.5" fill="#34A853" />
<circle class="layer" data-speed="7" cx="1164.5" cy="261.5" r="27.5" fill="#7FBC00" />
<circle class="layer" data-speed="8" cx="1096" cy="195" r="15" fill="#FBBC05" />
<circle class="layer" data-speed="6" cx="1222" cy="392" r="15" fill="#FFBA01" />
<circle class="layer" data-speed="8" cx="901" cy="133" r="20" fill="#EA4335" />
<circle class="layer" data-speed="7" cx="1131" cy="136" r="20" fill="#F34F1C" />
<circle class="layer" data-speed="9" cx="1247" cy="221" r="20" fill="#F34F1C" />
<circle class="layer" data-speed="4" cx="1028" cy="408" r="16" fill="#4285F4" />
<circle class="layer" data-speed="6" cx="1137" cy="376" r="16" fill="#4285F4" />
<circle class="layer" data-speed="1" cx="1231" cy="164" r="16" fill="#4285F4" />
<circle class="layer" data-speed="-3" cx="439.5" cy="426.5" r="16.5" fill="#01A6F0" />
<circle class="layer" data-speed="-5" cx="120.5" cy="264.5" r="16.5" fill="#01A6F0" />
<circle class="layer" data-speed="-9" cx="909" cy="395" r="10" fill="#7FBC00" />
<circle class="layer" data-speed="-2" cx="328" cy="184" r="16" fill="#4285F4" />
</svg>
<img class="self layer" data-speed="-5" src="assets/images/asmit.png">
<svg viewBox="0 0 355 343" fill="none" class="circles_phone">
<circle class="bounce-in-bottom2" cx="203.5" cy="151.5" r="151.5" fill="#34A853" />
<circle class="bounce-in-bottom3" cx="91" cy="245" r="55" fill="#FBBC05" />
<circle class="bounce-in-bottom4" cx="35" cy="35" r="35" fill="#4285F4" />
<circle class="bounce-in-bottom5" cx="258" cy="323" r="20" fill="#EA4335" />
</svg>
</div>
</div>
<div class="section3">
<div data-aos="fade-left" data-aos-once="true" class="aboutme">
<span class="text-wrapper">
<span class="letters">About me</span>
<span class="line"></span>
</span>
</div>
<div class="content3">
<div data-aos="fade-right" data-aos-duration="1000" data-aos-once="true" class="para_aboutme">
<p class="hello">Hello!</p>
<p class="description"> I'm a B.Tech Computer Science and Business Systems student.<br>
I am also a Cloud Enthusiast and a learner,
and deeply passionate <br>about Software Development & Innovations.<br>
I enjoy turning complex problems into simple, beautiful and intuitive<br>designs. I also love the
logic and structure of coding and always strive <br>to write elegant and efficient code <span class="code_sym"><i class="fas fa-code" aria-hidden="true"></i></span></i><br><br>
When I am not coding, you'll find me lifting weights in the gym or at <br>my desk sketching stuff.
<br><br>
And these are the Tech I am familiar with <span><i class="fas fa-arrow-circle-right" aria-hidden="true"></i></span>
</p>
<p class="description_phone"> I'm a B.Tech Computer Science and Business Systems student. I am a Cloud
Enthusiast and a learner,
and deeply passionate about Software Development<br> & Innovations.<br>
I enjoy turning complex problems into simple, beautiful and intuitive designs.<br>
I also love the logic and structure of coding and always strive to write elegant and efficient code <span class="code_sym"><i class="fas fa-code" aria-hidden="true"></i></span></i><br><br>
When I am not coding, you'll find me lifting weights in the gym or at my desk sketching stuff.
<br><br>
And these are the Tech I am familiar with <span><i class="fas fa-arrow-circle-down" aria-hidden="true"></i></span>
</p>
</div>
<div data-aos="fade-left" data-aos-duration="2300" class="content"></div>
<span data-aos="fade-left" data-aos-duration="1100" class="content_phone"></span>
</div>
</div>
<div class="section4">
<div data-aos="fade-right" data-aos-once="true" class="myskills">
<span class="text-wrapper">
<span class="line line1"></span>
<span class="letters">My Skills</span>
</span>
</div>
<div class="content4">
<div class="skill_container">
<div id="progressbar"></div>
<div class="skillbox">
<p data-aos="fade-right" data-aos-once="true" class="sk">Front-End</p>
<div class="container" data-aos="fade-right">
<div id="fe-bar"></div>
</div>
<p data-aos="fade-right" data-aos-once="true" class="sk">Back-End</p>
<div class="container" data-aos="fade-right">
<div id="be-bar"></div>
</div>
<p data-aos="fade-right" data-aos-once="true" class="sk">Cloud Platform</p>
<div class="container" data-aos="fade-right">
<div id="cp-bar"></div>
</div>
<p data-aos="fade-right" data-aos-once="true" class="sk">UI/UX</p>
<div class="container" data-aos="fade-right">
<div id="uiux-bar"></div>
</div>
</div>
</div>
<div data-aos="fade-left" data-aos-duration="1200" data-aos-once="true" class="para_myskills">
<p class="description_skills">My main area of expertise currently is in front-end web development(client side of
the web).<br><br>
I am familiar with a lot of tech tools which I use in my projects. My interests, however, extend beyond web and
I love building apps, taking part in competitive coding competitions and contributing to open-source.<br><br>
I like to learn new things and I am currently exploring Cloud Computing <i class="fas fa-cloud-upload-alt" aria-hidden="true"></i><br><br>
Visit my <a class="myskill_links" href="https://www.linkedin.com/in/asmit-malakannawar" target="_blank">LinkedIn</a> profile for more details or just <a class="myskill_links" href="assets/html/contact.html">contact</a> me.
</p>
</div>
</div>
</div>
<div class="section5">
<div class="content5">
<div data-aos="fade-right" data-aos-once="true" class="mywork">My Work</div>
<div data-aos="fade-up" data-aos-once="true" class="wrapper">
<div class="item-bg"></div>
<div class="project-slider">
<div class="project-slider__wrp swiper-wrapper">
<div class="project-slider__item swiper-slide">
<a href="https://github.com/Asmit2952/Asmit2952.github.io.git" target="_blank" class="project__item">
<div class="project__title">
Portfolio Website
</div>
<p class="project__txt">
This project is my own portfolio website which I created using HTML, CSS and JavaScript. I have used
many JavaScript libraries for animation and cool effects.
</p>
<div class="project__img">
<img src="/assets/images/logo bg.png" alt="project">
</div>
</a>
</div>
<div class="project-slider__item swiper-slide">
<a href="https://github.com/Asmit2952/Weather-App" target="_blank" class="project__item">
<div class="project__title">
Weather App
</div>
<p class="project__txt">
This is a simple JavaScript project to tell the weather of your current location or the city entered.
It uses OpenWeatherMap and OpenCageData APIs.
</p>
<div class="project__img">
<img src="/assets/images/weatherapp.png" alt="project">
</div>
</a>
</div>
<div class="project-slider__item swiper-slide">
<a href="https://github.com/Asmit2952/Hulu_Clone" target="_blank" class="project__item">
<div class="project__title">
Hulu Clone Project
</div>
<p class="project__txt">
This is the Hulu Clone Project made from HTML, CSS and JavaScript. This project
consists the front-end part of Hulu website.
</p>
<div class="project__img">
<img src="/assets/images/hulu.jpg" alt="project">
</div>
</a>
</div>
<div class="project-slider__item swiper-slide">
<a href="https://github.com/Asmit2952/Mini-Cpp-Projects" target="_blank" class="project__item">
<div class="project__title">
Mini C++ Projects
</div>
<p class="project__txt">
These are simple C++ projects made with OpenCV library which includes processing images,
videos, webcam feed, shapes, colors, faces, and vehicle number plates.
</p>
<div class="project__img">
<img src="/assets/images/mini-c++.png" alt="project">
</div>
</a>
</div>
<div class="project-slider__item swiper-slide">
<a href="https://github.com/Asmit2952/Flappy-Bird-Kaboom" target="_blank" class="project__item">
<div class="project__title">
Flappy Bird
</div>
<p class="project__txt">
This is a simple Flappy Bird game made with Kaboom.js.
Initially the game was coded on Replit, so checkout that game directly here.
</p>
<div class="project__img">
<img src="/assets/images/flappy.jpg" alt="project">
</div>
</a>
</div>
<div class="project-slider__item swiper-slide">
<a href="https://github.com/Asmit2952/MsgByte_Chat-App" target="_blank" class="project__item">
<div class="project__title">
MsgByte - Chat App
</div>
<p class="project__txt">
Realtime chat app with websockets using HTML, CSS, Node.js, Express and Socket.io with Vanilla JS on the frontend with a custom UI.
</p>
<div class="project__img">
<img src="/assets/images/msgbyte.png" alt="project">
</div>
</a>
</div>
</div>
<div class="project-slider__ctr">
<div class="project-slider__arrows">
<button class="project-slider__arrow project-slider-prev">
<span class="icon-font">
<svg class="icon icon-arrow-left">
<use xlink:href="#icon-arrow-left"></use>
</svg>
</span>
</button>
<button class="project-slider__arrow project-slider-next">
<span class="icon-font">
<svg class="icon icon-arrow-right">
<use xlink:href="#icon-arrow-right"></use>
</svg>
</span>
</button>
</div>
<div class="project-slider__pagination"></div>
</div>
</div>
</div>
</div>
<div data-aos="fade-right" data-aos-once="true" class="learn_more">
<div class="learn_btn">
<a href="/assets/html/work.html" target="_self" class="buttonLearn">Learn More</a>
</div>
</div>
<svg hidden="hidden">
<defs>
<symbol id="icon-arrow-left" viewBox="0 0 32 32">
<title>arrow-left</title>
<path
d="M0.704 17.696l9.856 9.856c0.896 0.896 2.432 0.896 3.328 0s0.896-2.432 0-3.328l-5.792-5.856h21.568c1.312 0 2.368-1.056 2.368-2.368s-1.056-2.368-2.368-2.368h-21.568l5.824-5.824c0.896-0.896 0.896-2.432 0-3.328-0.48-0.48-1.088-0.704-1.696-0.704s-1.216 0.224-1.696 0.704l-9.824 9.824c-0.448 0.448-0.704 1.056-0.704 1.696s0.224 1.248 0.704 1.696z">
</path>
</symbol>
<symbol id="icon-arrow-right" viewBox="0 0 32 32">
<title>arrow-right</title>
<path
d="M31.296 14.336l-9.888-9.888c-0.896-0.896-2.432-0.896-3.328 0s-0.896 2.432 0 3.328l5.824 5.856h-21.536c-1.312 0-2.368 1.056-2.368 2.368s1.056 2.368 2.368 2.368h21.568l-5.856 5.824c-0.896 0.896-0.896 2.432 0 3.328 0.48 0.48 1.088 0.704 1.696 0.704s1.216-0.224 1.696-0.704l9.824-9.824c0.448-0.448 0.704-1.056 0.704-1.696s-0.224-1.248-0.704-1.664z">
</path>
</symbol>
</defs>
</svg>
</div>
<div class="section6">
<div data-aos="fade-right" data-aos-duration="700" data-aos-once="true" class="blogs">
<span class="text-wrapper">
<span class="line line1"></span>
<span class="letters">Blogs</span>
</span>
</div>
<div class="cards-wrapper">
<div data-aos="fade-right" data-aos-duration="700" data-aos-once="true" class="card-grid-space">
<a class="card" href="https://dev.to/asmit2952/biggest-underrated-resources-for-programmers-15bk" target="_blank" style="--bg-img: url('https://res.cloudinary.com/practicaldev/image/fetch/s--XHaJcGyA--/c_imagga_scale,f_auto,fl_progressive,h_420,q_auto,w_1000/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/jksw6fr46e8ieuafqy0y.png')">
<div>
<h1>Biggest underrated resources for programmers</h1>
<p>When learning CS, there are some useful sites you must know…</p>
<div class="tags">
<div class="tag">#coding</div>
<div class="tag">#resources</div>
</div>
</div>
</a>
</div>
<div data-aos="fade-down" data-aos-duration="700" data-aos-once="true" class="card-grid-space">
<a class="card" href="https://dev.to/asmit2952/3-ways-to-restore-your-deleted-files-3idd" target="_blank" style="--bg-img: url('https://res.cloudinary.com/practicaldev/image/fetch/s--LaKv9vTT--/c_imagga_scale,f_auto,fl_progressive,h_420,q_auto,w_1000/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/1bphaogg153kt0o5f0x5.jpg')">
<div>
<h1>3 Ways to restore your deleted files</h1>
<p>We're talking about accidentally deleting important files …</p>
<div class="tags">
<div class="tag">#backup</div>
<div class="tag">#windows</div>
</div>
</div>
</a>
</div>
<div data-aos="fade-up" data-aos-duration="700" data-aos-once="true" class="card-grid-space">
<a class="card" href="https://dev.to/asmit2952/how-to-setup-a-clean-laptop-4h9j" target="_blank" style="--bg-img: url('https://res.cloudinary.com/practicaldev/image/fetch/s--6oNTZ-pM--/c_imagga_scale,f_auto,fl_progressive,h_420,q_auto,w_1000/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/6yqdaskx5u05oozot0d2.jpg')">
<div>
<h1>How to setup a clean laptop</h1>
<p>Alright so, last week I had to wipe this laptop…</p>
<div class="tags">
<div class="tag">#ui</div>
<div class="tag">#windows</div>
</div>
</div>
</a>
</div>
<div data-aos="fade-left" data-aos-duration="700" data-aos-once="true" class="card-grid-space">
<a class="card" href="https://dev.to/asmit2952/animated-text-sphere-in-javascript-using-tagcloud-js-1p72" target="_blank" style="--bg-img: url('https://res.cloudinary.com/practicaldev/image/fetch/s--ReJptHiH--/c_imagga_scale,f_auto,fl_progressive,h_420,q_auto,w_1000/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/d8eo1zzcwdnapkx8o3te.png')">
<div>
<h1>Animated text sphere in JavaScript using TagCloud.js</h1>
<p>I needed a sphere of rotating words for one of my projects…</p>
<div class="tags">
<div class="tag">#javascript</div>
<div class="tag">#webdev</div>
</div>
</div>
</a>
</div>
<div data-aos="fade-up" data-aos-duration="700" data-aos-once="true" class="card-grid-space">
<a class="card" href="https://dev.to/asmit2952/how-to-add-a-pre-loader-in-your-webpage-k3a" target="_blank" style="--bg-img: url('https://res.cloudinary.com/practicaldev/image/fetch/s--P3vlL3Ax--/c_imagga_scale,f_auto,fl_progressive,h_420,q_auto,w_1000/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/y28jmywztful8o7gzup5.png')">
<div>
<h1>How to add a Pre-loader in your webpage</h1>
<p>Essentially, pre-loaders (also known as loaders) are…</p>
<div class="tags">
<div class="tag">#javascript</div>
<div class="tag">#webdev</div>
</div>
</div>
</a>
</div>
<div data-aos="fade-left" data-aos-duration="700" data-aos-once="true" class="card-grid-space">
<a class="card" href="https://dev.to/asmit2952/better-performance-tips-for-gaming-laptops-31ah" target="_blank" style="--bg-img: url('https://res.cloudinary.com/practicaldev/image/fetch/s--eYQRoQ7a--/c_imagga_scale,f_auto,fl_progressive,h_420,q_auto,w_1000/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/2xeo8xi5c9si2mssh963.jpg')">
<div>
<h1>Better Performance Tips for Gaming Laptops</h1>
<p>Over the past few years, gaming laptops have become cheaper…</p>
<div class="tags">
<div class="tag">#gaming</div>
<div class="tag">#windows</div>
</div>
</div>
</a>
</div>
</div>
<div data-aos="fade-right" data-aos-once="true" class="read_more">
<div class="read_btn">
<a href="/assets/html/blog.html" target="_self" class="buttonRead">Read More</a>
</div>
</div>
</div>
<div class="section7">
<div class="contactme_title" data-aos="fade-left" data-aos-once="true">
<span class="text-wrapper">
<span class="letters">Contact Me</span>
<span class="line"></span>
</span>
</div>
<div class="contactme">
<div class="container_form">
<div class="row">
<div class="contact-info">
<div class="contact-info-item" data-aos="fade-right" data-aos-once="true">
<div class="contact-info-icon">
<i class="fas fa-home"></i>
</div>
<div class="contact-info-content">
<h4>Address</h4>
<p>B2/16, Kudale Patil Complex,<br> Vadagaon, Pune, Maharashtra, <br> India</p>
</div>
</div>
<div class="contact-info-item" data-aos="fade-right" data-aos-once="true">
<div class="contact-info-icon">
<i class="fas fa-phone"></i>
</div>
<div class="contact-info-content">
<h4>Phone</h4>
<p>+91 8237867879</p>
</div>
</div>
<div class="contact-info-item" data-aos="fade-right" data-aos-once="true">
<div class="contact-info-icon">
<i class="fas fa-envelope"></i>
</div>
<div class="contact-info-content">
<h4>Email</h4>
<p>[email protected]</p>
</div>
</div>
</div>
<div class="contact-form" data-aos="fade-left" data-aos-once="true">
<form id="contact-form" method="POST" action="https://formsubmit.co/[email protected]">
<h2>Send a message</h2>
<div class="input-box">
<input type="text" required="true" name="name" placeholder="Name">
</div>
<div class="input-box">
<input type="email" required="true" name="email" placeholder="Email">
</div>
<div class="input-box">
<textarea required="true" name="message" placeholder="Type your message here..."></textarea>
</div>
<div class="input-box">
<input type="submit" value="Send">
</div>
<input type="hidden" name="_captcha" value="false">
<input type="hidden" name="_template" value="box">
<input type="hidden" name="_next" value="https://asmit2952.github.io/assets/html/thankyou.html">
<input type="hidden" name="_url" value="https://asmit2952.github.io/">
</form>
</div>
</div>
</div>
</div>
<div class="connect_withme">
<div class="connect_title" data-aos="fade-down" data-aos-once="true">
<h2>Connect with me on!!</h2>
</div>
<div class="connect_wrapper" data-aos="fade-up" data-aos-once="true" data-aos-offset="90">
<ul>
<li>
<a href="https://github.com/Asmit2952" target="_blank"><i class="fab fa-github icon"></i></a>
</li>
<li>
<a href="https://twitter.com/Asmit_2952" target="_blank"><i class="fab fa-twitter icon"></i></a>
</li>
<li>
<a href="https://www.linkedin.com/in/asmit-malakannawar/" target="_blank"><i class="fab fa-linkedin icon"></i></a>
</li>
<li>
<a href="https://www.instagram.com/asmitmalakannawar/" target="_blank"><i class="fab fa-instagram icon"></i></a>
</li>
<li>
<a href="https://dev.to/asmit2952" target="_blank"><i class="fab fa-dev icon"></i></a>
</li>
</ul>
</div>
</div>
</div>
<footer>
<div class="footer_line">
<h3>Made with <i class="fas fa-heart" aria-hidden="true"></i> Asmit Malakannawar</h3>
</div>
</footer>
<script src="assets/js/TagCloud.min.js"></script>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script src="https://unpkg.com/swiper/swiper-bundle.js"></script>
<script src="assets/js/cursor.js"></script>
<script src="assets/js/index.js"></script>
<script src="assets/js/nav.js"></script>
<script src="assets/js/section1.js"></script>
<script src="assets/js/section2.js"></script>
<script src="assets/js/section3.js"></script>
<script src="assets/js/section4.js"></script>
<script src="assets/js/section5.js"></script>
<script src="assets/js/section6.js"></script>
<script src="assets/js/section7.js"></script>
</body>
</html>