-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
680 lines (611 loc) · 29.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google Tag Manager -->
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Rishabh Kumar</title>
<meta content="" name="descriptison">
<meta content="" name="keywords">
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i"
rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/icofont/icofont.min.css" rel="stylesheet">
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
<link href="assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/venobox/venobox.css" rel="stylesheet">
<!-- Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<script src="https://code.iconify.design/1/1.0.7/iconify.min.js"></script>
</head>
<body>
<!-- Google Tag Manager (noscript) --?
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5BB8W2X"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- ======= Header ======= -->
<header id="header" class="header-tops">
<div class="container">
<h1>RISHABH KUMAR</h1>
<h2 style="color:#fff">I'm <span class="typing" style="color:#12D640"></span></h2>
<nav class="nav-menu d-none d-lg-block">
<ul>
<li class="active"><a href="#header"> <span>Home</span></a></li>
<li><a href="#about"><span>About</span></a></li>
<li><a href="#education"> <span>Education</span></a></li>
<li><a href="#achievement"> <span>Achievements</span></a></li>
<li><a href="#experience"> <span>Experience</span></a></li>
<li><a href="#portfolio"> <span>Projects</span></a></li>
<li><a href="#skills"> <span>Skills</span></a></li>
<li><a href="#links"> <span>Resume</span></a></li>
<li><a href="#contacts"> <span>Contact</span></a></li>
</ul>
</nav><!-- .nav-menu -->
<div class="social-links">
<a href="https://www.linkedin.com/in/rishabh-kumar-9b63471b7/" target="_blank" class="linkedin"><i
class="bx bxl-linkedin"></i></a>
<a href="https://github.com/luharuka" target="_blank" class="github"><i class="bx bxl-github"></i></a>
<a href="mailto:[email protected]" target="_blank" class="google"><i class="bx bxl-google"></i></a>
<a href="https://medium.com/@rishabhluharuka" target="_blank" class="google"><i class="bx bxl-medium"></i></a>
<a href="https://www.hackerrank.com/rishabhluharuka" target="blank" class="google"><i class="bx bxl-hackerrank"></i>
<img align="center" src="https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/hackerrank.svg" alt="rishabhluharuka" height="20" width="20" /></a>
</div>
</div>
</div>
</header><!-- End Header -->
<!-- ======= About Section ======= -->
<section id="about" class="about">
<!-- ======= About Me ======= -->
<div class="about-me container">
<div class="section-title">
<h2>About</h2>
</div>
<div class="row">
<div class="col-lg-4" data-aos="fade-right">
<img src="assets/img/me.jpg" class="img-fluid" alt="">
</div>
<div class="col-lg-8 pt-4 pt-lg-0 content" data-aos="fade-left">
<p>Focused and enthusiastic developer with a keen interest in software development, data science and
artificial intelligence. By comprehensive exposure
to the underlying concepts and applying them vividly to various projects, my love for these domains came
into being.
I am a passionate individual who strives to build web application to solve real world problem.
A passionate IT Engineer from India
</p>
<div class="row">
<div class="col-lg-6">
<ul>
<li><i class="icofont-rounded-right"></i> <strong>Degree:</strong> Bachelor</li>
<li><i class="icofont-rounded-right"></i> <strong>City:</strong> Karnataka, India</li>
</ul>
</div>
<!-- <div class="col-lg-6">
<ul>
<li><i class="bi bi-chevron-right"></i> <strong>Phone:</strong> <span>+91
</span></li>
<li><i class="icofont-rounded-"></i> <strong>Email:</strong> [email protected]</li>
</ul>
</div> -->
</div>
</div>
</div><!-- End About Me -->
<!-- ======= Interests ======= -->
<div class="interests container">
<div class="section-title">
<h2>Interests</h2>
</div>
<div class="row">
<div class="col-lg-3 col-md-4">
<div class="icon-box">
<i class="ri-global-line" style="color: #ffbb2c;"></i>
<h3>Software Development</h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4 mt-md-0">
<div class="icon-box">
<i class="ri-database-2-line" style="color: #5578ff;"></i>
<h3>Database</h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4 mt-md-0">
<div class="icon-box">
<i class="ri-bar-chart-grouped-fill" style="color: #e80368;"></i>
<h3>Data Science</h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4 mt-lg-0">
<div class="icon-box">
<i class="ri-english-input" style="color: #1c7d32;"></i>
<h3>Machine Learning</h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4">
<div class="icon-box">
<i class="ri-code-s-slash-fill" style="color: #28a745;"></i>
<h3>Programmer</h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4">
<div class="icon-box">
<i class="ri-bar-chart-box-line" style="color: #f1081f;"></i>
<h3>Visualization</h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4">
<div class="icon-box">
<i class="ri-file-list-3-line" style="color: #47aeff;"></i>
<h3>Data structure & Algorithms</h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4">
<div class="icon-box">
<i class="ri-robot-fill" style="color: #ffc107;"></i>
<h3>Artificial Intelligence</h3>
</div>
</div>
</div>
</div><!-- End Interests -->
</section><!-- End About Section -->
<!-- ======= Education Section ======= -->
<section id="education" class="services">
<div class="container">
<div class="section-title">
<h2>Education</h2>
</div>
<div class="row">
<div class="col-lg-12" data-aos="fade-up">
<div class="flex-container">
<div class="flex-child magenta">
<div class="col-md-40 mt-4 mt-md-0 icon-box" data-aos="fade-up" data-aos-delay="100"
style="padding:0px 0px;padding-bottom: 5px;">
<img src='assets/img/education/images (1).jfif' class="img-fluid" alt="">
<p style="text-align:left;color:#fff;padding: 5px 10px;"><em>Bachelor of Technology in Information
Technology</em></p>
<h5 style="text-align:left;padding: 0px 10px;">August 2019 - July 2023</h5>
<h6 style="text-align:left;color:#fff;padding: 0px 10px;">8.27 CGPA</h6>
<ul style="text-align:left;color:#fff;">
<li>Data Structures & Algorithms</li>
<li>Database Management Systems</li>
<li>Web Development</li>
<li>Machine Learning</li>
</ul>
</div>
</div>
<div class="flex-child pink">
<div class="col-md-40 mt-4 mt-md-0 icon-box" data-aos="fade-up" data-aos-delay="100"
style="padding:0px 0px;padding-bottom: 5px;">
<img src='assets/img/education/new.jpg' class="img-fluid" alt="">
<p style="text-align:left;color:#fff;padding: 5px 10px;"><em>Higher Secondary
Certificate/Intermediate</em></p>
<h5 style="text-align:left;padding: 0px 10px;"> june 2017 - June 2019</h5>
<h6 style="text-align:left;color:#fff;padding: 0px 10px;">6.10 CGPA</h6>
<ul style="text-align:left;color:#fff;">
</ul>
</div>
</div>
<div class="flex-child green">
<div class="col-md-40 mt-4 mt-md-0 icon-box" data-aos="fade-up" data-aos-delay="100"
style="padding:0px 0px;padding-bottom: 5px;">
<img src='assets/img/education/new1.jpg' class="img-fluid" alt="">
<p style="text-align:left;color:#fff;padding: 5px 10px;"><em>Secondary School
Certificate/Matriculation</em></p>
<h5 style="text-align:left;padding: 0px 10px;">April 2015 - May 2017</h5>
<h6 style="text-align:left;color:#fff;padding: 0px 10px;">8.60 CGPA</h6>
<ul style="text-align:left;color:#fff;">
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Education Section -->
<!-- ======= Achivments Section ======= -->
<section id="achievement" class="services">
<div class="container">
<div class="section-title">
<h2>Achievements</h2>
</div>
<div class="portfolio">
<div class="container">
<div class="section-title">
<h2>Online Certification</h2>
</div>
<div class="row portfolio-container" style="position: relative; height: 437.75px;">
<div class="col-lg-4 col-md-6 portfolio-item filter-app" style="position: absolute; left: 370px; top: 0px;">
<div class="portfolio-wrap">
<img src="assets/img/certification/intro.png" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Intro to machine learning</h4>
<div class="portfolio-links">
<a href="https://www.kaggle.com/learn/certification/rishabhluharuka/intro-to-machine-learning"
target="_blank" title="Certificate"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-app" style="position: absolute; left: 370px; top: 0px;">
<div class="portfolio-wrap">
<img src="assets/img/certification/intermediate.png" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>intermediate-machine-learning</h4>
<div class="portfolio-links">
<a href="https://www.kaggle.com/learn/certification/rishabhluharuka/intermediate-machine-learning"
target="_blank" title="Certificate"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-app" style="position: absolute; left: 0px; top: 0px;">
<div class="portfolio-wrap">
<img src="assets/img/certification/python.png" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Python</h4>
<div class="portfolio-links">
<a href="https://www.kaggle.com/learn/certification/rishabhluharuka/python" target="_blank"
title="Certificate"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-app" style="position: absolute; left: 370px; top: 0px;">
<div class="portfolio-wrap">
<img src="assets/img/certification/web.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>introduction to web development</h4>
<div class="portfolio-links">
<a href="https://coursera.org/share/a69fe0078762b79034f678879921c740" target="_blank"
title="Certificate"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-app" style="position: absolute; left: 370px; top: 0px;">
<div class="portfolio-wrap">
<img src="assets/img/certification/first.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>first python project</h4>
<div class="portfolio-links">
<a href="https://coursera.org/share/6f88ae2d530aaf95367e314ddac13980" target="_blank"
title="Certificate"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-app" style="position: absolute; left: 370px; top: 0px;">
<div class="portfolio-wrap">
<img src="assets/img/certification/ardunio.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4> The Arduino Platform and C Programming</h4>
<div class="portfolio-links">
<a href="https://coursera.org/share/9a970d9d4aab0b7ede2679bfc70ca687" target="_blank"
title="Certificate"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-app" style="position: absolute; left: 370px; top: 0px;">
<div class="portfolio-wrap">
<img src="assets/img/certification/everybody.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Programming for Everybody (Getting Started with Python)</h4>
<div class="portfolio-links">
<a href="https://coursera.org/share/6999c206bfe8adc1b23bc1f2b4b60cba" target="_blank"
title="Certificate"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-app" style="position: absolute; left: 370px; top: 0px;">
<div class="portfolio-wrap">
<img src="assets/img/certification/android.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Andriod Workshop</h4>
<div class="portfolio-links">
<a href="under development" target="_blank"
title="Certificate"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-app" style="position: absolute; left: 370px; top: 0px;">
<div class="portfolio-wrap">
<img src="assets/img/certification/techsmart.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>applied machine learning using python</h4>
<div class="portfolio-links">
<a href="under development" target="_blank"
title="Certificate"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-app" style="position: absolute; left: 370px; top: 0px;">
<div class="portfolio-wrap">
<img src="assets/img/certification/spark.png" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>internship</h4>
<div class="portfolio-links">
<a href="under development" target="_blank"
title="Certificate"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Achievements Section -->
<!-- Start Experience Section -->
<section id="experience" class="services">
<div class="container">
<div class="section-title">
<h2>Experience</h2>
</div>
<div class="row">
<div class="col-lg-12" data-aos="fade-up">
<div class="col-md-12 mt-4 mt-md-0 icon-box" data-aos="fade-up" data-aos-delay="100">
<h4 style="text-align:left;"><a href="https://www.thesparksfoundationsingapore.org/" target="_blank">The
Spark Foundation</a><br> </h4>
<h5 style="text-align:left;">Web Development</h5>
<h5 style="text-align:left;">June 2021 - July 2021</h5>
<p style="text-align:left;color:#fff"><em>Pune, India </em></p>
<ul style="text-align:left;">
<li>Developing website using HTML CSS Javascript</li>
<li>Integrate it with payment button</li>
<li>Host it in github</li>
<li>https://luharuka.github.io/luharukaa/</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- End Experience Section -->
<!-- Start Project Section -->
<section id="portfolio" class="portfolio">
<div class="container">
<div class="section-title">
<h2>Projects</h2>
</div>
<div class="row">
<div class="col-lg-12 d-flex justify-content-center">
<ul id="portfolio-flters">
<li data-filter="*" class="filter-active">All</li>
<li data-filter=".filter-app">Web-App</li>
<li data-filter=".filter-project">Project</li>
</ul>
</div>
</div>
<div class="row portfolio-container">
<div class="col-lg-4 col-md-6 portfolio-item filter-app">
<br>
<center>
<h4>Organization Online pay</h4>
</center>
<div class="portfolio-wrap">
<img src="assets/img/project/gan.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<div class="portfolio-links">
<a href="projects/gan.html" data-gall="portfolioDetailsGallery" data-vbtype="iframe" class="venobox"
title="Project Details"><i class="bx bx-info-circle"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-app">
<br>
<center>
<h4>To-Do App</h4>
</center>
<div class="portfolio-wrap">
<img src="assets/img/project/todo.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<div class="portfolio-links">
<a href="projects/todo.html" data-gall="portfolioDetailsGallery" data-vbtype="iframe" class="venobox"
title="Project Details"><i class="bx bx-info-circle"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-project">
<br>
<center>
<h4>LIBRARY MANAGEMENT SYSTEM</h4>
</center>
<div class="portfolio-wrap">
<img src="assets/img/project/LIBRARY.png" class="img-fluid" alt="">
<div class="portfolio-info">
<div class="portfolio-links">
<a href="projects/lms.html" data-gall="portfolioDetailsGallery" data-vbtype="iframe" class="venobox"
title="Project Details"><i class="bx bx-info-circle"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Project Section -->
<!-- Start Skills Section -->
<section id="skills" class="services">
<div class="container">
<div class="section-title">
<h2>Skills</h2>
</div>
<div class="row">
<div class="col-lg-12" data-aos="fade-up">
<div class="col-md-12 mt-4 mt-md-0 icon-box" data-aos="fade-up" data-aos-delay="100" style="background:#fff">
<h4 style="text-align:left;color:#09203a">Languages and Databases</h4>
<p style="text-align:left;">
<img src="https://www.vectorlogo.zone/logos/python/python-horizontal.svg" alt="vectorlogo.zone"
height="50" width="150">
<img src="https://www.vectorlogo.zone/logos/javascript/javascript-horizontal.svg" alt="vectorlogo.zone"
height="50" width="120">
<img src="https://www.vectorlogo.zone/logos/nodejs/nodejs-ar21.svg" alt="vectorlogo.zone">
<img src="https://upload.wikimedia.org/wikipedia/commons/d/d5/CSS3_logo_and_wordmark.svg"
alt="upload.wikimedia.org" height="60" width="90">
<img src="https://www.vectorlogo.zone/logos/mysql/mysql-horizontal.svg" alt="vectorlogo.zone" height="70"
width="130">
<img src="https://www.vectorlogo.zone/logos/mongodb/mongodb-ar21.svg" alt="vectorlogo.zone" height="50"
width="190">
</p>
</div>
<div class="col-md-12 mt-4 mt-md-0 icon-box" data-aos="lefade-up" data-aos-delay="100"
style="background:#fff">
<h4 style="text-align:left;color:#09203a">Frameworks</h4>
<p style="text-align:left;">
<img src="https://www.vectorlogo.zone/logos/pocoo_flask/pocoo_flask-ar21.svg" alt="vectorlogo.zone">
<img src="https://www.vectorlogo.zone/logos/djangoproject/djangoproject-ar21.svg" alt="vectorlogo.zone">
<img src="https://www.vectorlogo.zone/logos/getbootstrap/getbootstrap-ar21.svg" alt="vectorlogo.zone">
<img src="https://www.vectorlogo.zone/logos/tensorflow/tensorflow-ar21.svg" alt="vectorlogo.zone">
<img src="https://www.vectorlogo.zone/logos/pytorch/pytorch-ar21.svg" alt="vectorlogo.zone">
<img src="https://www.vectorlogo.zone/logos/opencv/opencv-ar21.svg" alt="vectorlogo.zone">
<img src="https://upload.wikimedia.org/wikipedia/commons/0/05/Scikit_learn_logo_small.svg"
alt="upload.wikimedia.org" width="90" height="70">
</p>
</div>
<div class="col-md-12 mt-4 mt-md-0 icon-box" data-aos="lefade-up" data-aos-delay="100"
style="background:#fff">
<h4 style="text-align:left;color:#09203a">Tools</h4>
<p style="text-align:left;">
<img src="https://www.vectorlogo.zone/logos/git-scm/git-scm-ar21.svg" alt="vectorlogo.zone">
<img src="https://www.vectorlogo.zone/logos/amazon_aws/amazon_aws-ar21.svg" alt="vectorlogo.zone">
<img src="https://www.vectorlogo.zone/logos/heroku/heroku-ar21.svg" alt="vectorlogo.zone">
<img src="https://www.vectorlogo.zone/logos/jupyter/jupyter-ar21.svg" alt="vectorlogo.zone">
</p>
</div>
</div>
</div>
</div>
</section>
<!-- End Skills Section -->
<!-- Start Links section -->
<section id="links" class="services">
<div class="container">
<div class="section-title">
<h2>Resume </h2>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4 mt-md-0" data-aos="fade-up" data-aos-delay="100">
<div class="icon-box">
<div class="icon">
<a href="assets/RISHABH.pdf" target="_blank">
<i class="bx bx-file"></i>
</a>
</div>
<h4><a href="https://drive.google.com/file/d/1J_FAzZZoNiD80ENVyhxlIOrhvMY0SoCi/view?usp=sharing"
target="_blank">Resume</a></h4>
<p class="description" style="color:#fff;"><a
href="https://drive.google.com/file/d/1J_FAzZZoNiD80ENVyhxlIOrhvMY0SoCi/view?usp=sharing"
target="_blank">The link contains downloadable resume</a></p>
</div>
</div>
</div>
</div>
</section>
<!--End Links Section -->
<!-- Start Contact Section -->
<section id="contacts" class="contact">
<div class="container">
<div class="section-title">
<h2>Contact</h2>
</div>
<div class="row mt-2">
<div class="col-md-6 d-flex align-items-stretch">
<div class="info-box">
<i class="bx bx-map"></i>
<h3>My Address</h3>
<p>Karnataka, India</p>
</div>
</div>
<div class="col-md-6 mt-4 mt-md-0 d-flex align-items-stretch">
<div class="info-box">
<i class="bx bx-share-alt"></i>
<h3>Social Profiles</h3>
<div class="social-links">
<a href="https://www.linkedin.com/in/rishabh-kumar-9b63471b7/" target="_blank" class="linkedin"><i
class="bx bxl-linkedin"></i></a>
<a href="https://github.com/luharuka" target="_blank" class="github"><i class="bx bxl-github"></i></a>
<a href="mailto:[email protected]" target="_blank" class="google"><i
class="bx bxl-google"></i></a>
<a href="https://www.hackerrank.com/rishabhluharuka" target="_blank" class="hackerrank"><i class="bx bxl-hackerrank">
<img src="https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/hackerrank.svg" alt="rishabhluharuka" height="20" width="22" /></i></a>
<a href="https://medium.com/@rishabhluharuka" target="_blank" class="google"><i
class="bx bxl-medium"></i></a>
</div>
</div>
</div>
<div class="col-md-6 mt-4 d-flex align-items-stretch">
<div class="info-box">
<i class="bx bx-envelope"></i>
<h3>Email</h3>
<p>[email protected]</p>
</div>
</div>
<div class="col-md-6 mt-4 d-flex align-items-stretch">
<div class="info-box">
<i class="bx bx-phone-call"></i>
<h3>Call Me</h3>
<p>+91708353952</p>
</div>
</div>
</div>
<form action="forms/contact.php" method="post" role="form" class="php-email-form mt-4">
<div class="row">
<div class="col-md-6 form-group">
<input type="text" name="name" class="form-control" id="name" placeholder="Your Name" required>
</div>
<div class="col-md-6 form-group mt-3 mt-md-0">
<input type="email" class="form-control" name="email" id="email" placeholder="Your Email" required>
</div>
</div>
<div class="form-group mt-3">
<input type="text" class="form-control" name="subject" id="subject" placeholder="Subject" required>
</div>
<div class="form-group mt-3">
<textarea class="form-control" name="message" rows="5" placeholder="Message" required></textarea>
</div>
<div class="my-3">
<div class="loading">Loading</div>
<div class="error-message"></div>
<div class="sent-message">Your message has been sent. Thank you!</div>
</div>
<div class="text-center"><button type="submit">Send Message</button></div>
</form>
</div>
<!--<div id="sfczmlqxr5caww28rswrt8849ghbekgnh3j" ></div><script type="text/javascript" src="https://counter1.stat.ovh/private/counter.js?c=zmlqxr5caww28rswrt8849ghbekgnh3j&down=async" async></script><noscript><a href="https://www.freecounterstat.com" title="free web counter"><img src="https://counter1.stat.ovh/private/freecounterstat.php?c=zmlqxr5caww28rswrt8849ghbekgnh3j" border="0" title="free web counter" alt="free web counter" style="visibility: none;"></a></noscript> -->
</div>
</div>
</section>
<!-- End Contact Section -->
<div class="credits">
Designed by luharuka</a>
</div>
<!-- Vendor JS Files -->
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/waypoints/jquery.waypoints.min.js"></script>
<script src="assets/vendor/counterup/counterup.min.js"></script>
<script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/venobox/venobox.min.js"></script>
<script src="assets/vendor/typed.js/typed.min.js"></script>
<script type="text/javascript">
var typed = new Typed('.typing', {
strings: ["Coder", "Developer", "Data Analyst", "ML Enthusiast", "Full stack web developer"],
loop: true,
typeSpeed: 65,
backSpeed: 65
});
</script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>