-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
687 lines (551 loc) · 32.6 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
681
682
683
684
685
686
687
<!DOCTYPE html>
<html >
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
<link rel="shortcut icon" href="assets/images/adarsh-kumar-photo-96x96.jpg" type="image/x-icon">
<meta name="description" content="">
<title>Home</title>
<link rel="stylesheet" href="assets/web/assets/mobirise-icons2/mobirise2.css">
<link rel="stylesheet" href="assets/web/assets/mobirise-icons/mobirise-icons.css">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap-grid.min.css">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap-reboot.min.css">
<link rel="stylesheet" href="assets/dropdown/css/style.css">
<link rel="stylesheet" href="assets/animatecss/animate.min.css">
<link rel="stylesheet" href="assets/as-pie-progress/css/progress.min.css">
<link rel="stylesheet" href="assets/tether/tether.min.css">
<link rel="stylesheet" href="assets/socicon/css/styles.css">
<link rel="stylesheet" href="assets/theme/css/style.css">
<link rel="preload" as="style" href="assets/mobirise/css/mbr-additional.css"><link rel="stylesheet" href="assets/mobirise/css/mbr-additional.css" type="text/css">
</head>
<body>
<section class="menu cid-qTkzRZLJNu" once="menu" id="menu1-0">
<nav class="navbar navbar-expand beta-menu navbar-dropdown align-items-center navbar-fixed-top navbar-toggleable-sm bg-color transparent">
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<div class="hamburger">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</button>
<div class="menu-logo">
<div class="navbar-brand">
<span class="navbar-logo">
<a href="https://github.com/AdarshRise">
<img src="assets/images/adarsh-kumar-photo-96x96.jpg" alt="Adarsh Kumar" title="My Page" style="height: 3.8rem;">
</a>
</span>
<span class="navbar-caption-wrap"><a class="navbar-caption text-white display-4" href="https://github.com/AdarshRise">AdarshRise</a></span>
</div>
</div>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav nav-dropdown nav-right" data-app-modern-menu="true"><li class="nav-item">
<a class="nav-link link text-white display-4" href="https://www.linkedin.com/in/adarshrise/" target="_blank"><span class="socicon socicon-linkedin mbr-iconfont mbr-iconfont-btn"></span>Linkedin</a>
</li><li class="nav-item"><a class="nav-link link text-white display-4" href="https://medium.com/@adarshrise20" target="_blank"><span class="socicon socicon-medium mbr-iconfont mbr-iconfont-btn"></span>Medium</a></li><li class="nav-item"><a class="nav-link link text-white display-4" href="https://github.com/AdarshRise" target="_blank"><span class="mbri-github mbr-iconfont mbr-iconfont-btn"></span>
Github</a></li><li class="nav-item"><a class="nav-link link text-white display-4" href="index.html#header16-9"><span class="mbri-search mbr-iconfont mbr-iconfont-btn"></span>About Me</a></li></ul>
</div>
</nav>
</section>
<section class="engine"><a href="https://mobirise.info/p">site templates free download</a></section><section class="header9 cid-rGEza02vPC mbr-fullscreen mbr-parallax-background" id="header9-8">
<div class="mbr-overlay" style="opacity: 0.2; background-color: rgb(42, 42, 42);">
</div>
<div class="container">
<div class="media-container-column mbr-white">
<h1 class="mbr-section-title align-left mbr-bold pb-3 mbr-fonts-style display-1">Welcome</h1>
<h3 class="mbr-section-subtitle align-left mbr-light pb-3 mbr-fonts-style display-2"><br>To my web Profile</h3>
<p class="mbr-text align-left pb-3 mbr-fonts-style display-5"><br>I am Adarsh Kumar, I am an aspiring programmer, I like new tech and I am keen to learn new things be it languages or frameworks. I prefer to learn things by doing. Project based learning is what I strive for, and I have done many projects aiming for the same.</p>
<div class="mbr-section-btn align-left"><a class="btn btn-md btn-warning-outline display-4" href="assets/files/Adarsh%20Kumar%20Resume.pdf" target="_blank">My Resume</a>
<a class="btn btn-md btn-warning-outline display-4" href="page1.html">My Projects</a></div>
</div>
</div>
</section>
<section class="header1 cid-rH49tOSvkr mbr-fullscreen" id="header16-9">
<div class="container">
<div class="row justify-content-md-center">
<div class="col-md-10 align-center">
<h1 class="mbr-section-title mbr-bold pb-3 mbr-fonts-style display-1">Why I chose to be a Programmer?</h1>
<p class="mbr-text pb-3 mbr-fonts-style display-5">This is my story about how a simple kid found the beautiful world of programming and how the exploration experience was for me.</p>
<div class="mbr-section-btn"><a class="btn btn-md btn-black-outline display-4" href="index.html#content5-c">The Start</a> <a class="btn btn-md btn-black-outline display-4" href="index.html#content4-f">First Code</a> <a class="btn btn-md btn-black-outline display-4" href="index.html#features15-j">"Hello World"</a> <a class="btn btn-md btn-black-outline display-4" href="index.html#timeline1-m">My Passion</a> <a class="btn btn-md btn-black-outline display-4" href="index.html#progress-bars2-q">Today</a></div>
</div>
</div>
</div>
</section>
<section class="mbr-section content5 cid-rH7VypQHtl mbr-parallax-background" id="content5-c">
<div class="container">
<div class="media-container-row">
<div class="title col-12 col-md-8">
<h2 class="align-center mbr-bold mbr-white pb-3 mbr-fonts-style display-1">The Start</h2>
<h3 class="mbr-section-subtitle align-center mbr-light mbr-white pb-3 mbr-fonts-style display-5">This is about how it all started and what made me what I am today.</h3>
</div>
</div>
</div>
</section>
<section class="mbr-section article content10 cid-rH7VvcX1TY" id="content10-a">
<div class="container">
<div class="inner-container" style="width: 66%;">
<hr class="line" style="width: 30%;">
<div class="section-text align-center mbr-white mbr-fonts-style display-5">I was in 3rd grade when my dad gifted me a PC. I found a terminal program named as "friend.exe". It was a simple program that had pre-programmed replies for some keywords, But being a naive kid I thought I have found a Friend in my system. One day my computer got corrupted and I lost my Friend.</div>
<hr class="line" style="width: 30%;">
</div>
</div>
</section>
<section class="mbr-section content4 cid-rHcKvyn40A" id="content4-f">
<div class="container">
<div class="media-container-row">
<div class="title col-12 col-md-8">
<h2 class="align-center pb-3 mbr-fonts-style display-2">First Code</h2>
<h3 class="mbr-section-subtitle align-center mbr-light mbr-fonts-style display-5">I was in 6th grade when I wrote my First code.</h3>
</div>
</div>
</div>
</section>
<section class="features2 cid-rHcLCGpntk" id="features2-h">
<div class="container">
<div class="media-container-row">
<div class="card p-3 col-12 col-md-6">
<div class="card-wrapper">
<div class="card-img">
<img src="assets/images/turtle-program-320x200.png" alt="Mobirise" title="">
</div>
<div class="card-box">
<h4 class="card-title pb-3 mbr-fonts-style display-7">Cmd Turtle</h4>
<p class="mbr-text mbr-fonts-style display-7">I wrote this command in one of my conputer class, It was fun as I was drawing using keyboard and a Turtle. </p>
</div>
</div>
</div>
<div class="card p-3 col-12 col-md-6">
<div class="card-wrapper">
<div class="card-img">
<img src="assets/images/html-code-482x279.png" alt="Mobirise" title="">
</div>
<div class="card-box ">
<h4 class="card-title pb-3 mbr-fonts-style display-7">HTML</h4>
<p class="mbr-text mbr-fonts-style display-7">This was a bit advance class, and we all were creating our first web page using HTML page. It was a good introduction to the world of developers.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="features15 cid-rHgsCJL8gu" id="features15-j">
<div class="container">
<h2 class="mbr-section-title pb-3 align-center mbr-fonts-style display-2">HELLO WORLD</h2>
<h3 class="mbr-section-subtitle display-5 align-center mbr-fonts-style">In my 10th grade, I got a choice between Physical Tranning or Computer Science, and I chose the one which led me to my First " Hello World " Program.</h3>
<div class="media-container-row container pt-5 mt-2">
<div class="col-12 col-md-6 mb-4 col-lg-4">
<div class="card flip-card p-5 align-center">
<div class="card-front card_cont">
<img src="assets/images/turbo-cpp-1162x600.jpg" alt="Mobirise" title="">
</div>
<div class="card_back card_cont">
<h4 class="card-title display-5 py-2 mbr-fonts-style">My First IDE</h4>
<p class="mbr-text mbr-fonts-style display-7">My First code was written in C++99.<br>I used Turbo C++ IDE/Compiler. <br>It was a good start, as I started familiarizing myself to a new language. </p>
</div>
</div>
</div>
<div class="col-12 col-md-6 mb-4 col-lg-4">
<div class="card flip-card p-5 align-center">
<div class="card-front card_cont">
<img src="assets/images/dev-cpp-ide-hello-world-900x506.png" alt="Mobirise" title="">
</div>
<div class="card_back card_cont">
<h4 class="card-title py-2 mbr-fonts-style display-5">New IDE, Dev Cpp</h4>
<p class="mbr-text mbr-fonts-style display-7">As I got more comfortable writing code in Cpp, I felt the need to have more Control Over my IDE. <br>Dev C++ gave me that option, as I continued my journey of software developer.</p>
</div>
</div>
</div>
<div class="col-12 col-md-6 mb-4 col-lg-4">
<div class="card flip-card p-5 align-center">
<div class="card-front card_cont">
<img src="assets/images/code-blocks-cpp-1108x647.png" alt="Mobirise" title="">
</div>
<div class="card_back card_cont">
<h4 class="card-title py-2 mbr-fonts-style display-5">Easy Modern Updated</h4>
<p class="mbr-text mbr-fonts-style display-7">I wrote many code, as I use to practice almost daily. <br>I started to get some issues in Dev C++, hence I was forced to use a new IDE, Luckily I Found Code blocks.</p>
</div>
</div>
</div>
</div>
</div></section>
<section class="timeline1 cid-rHgFtvf2HT" id="timeline1-m">
<div class="container align-center">
<h2 class="mbr-section-title pb-3 mbr-fonts-style display-2">My Passion</h2>
<h3 class="mbr-section-subtitle pb-5 mbr-fonts-style display-5">In my 12th grade I finally felt like what I really wanna do all my life. A time line of my few Projects.<br></h3>
<div class="container timelines-container" mbri-timelines="">
<!--1-->
<div class="row timeline-element reverse separline">
<div class="timeline-date-panel col-xs-12 col-md-6 align-left">
<div class="time-line-date-content">
<p class="mbr-timeline-date mbr-fonts-style display-5">20th Nov 2014</p>
</div>
</div>
<span class="iconBackground"></span>
<div class="col-xs-12 col-md-6 align-right">
<div class="timeline-text-content">
<h4 class="mbr-timeline-title pb-3 mbr-fonts-style display-5">Electric Bill Management System</h4>
<p class="mbr-timeline-text mbr-fonts-style display-7">This Project Was made in Cpp, It had all the necessary features, File based CLI software which could
<br>be used my multiple users with different bill numbers, It will tell the user how much bill should be
<br>paid based on the units consumed</p>
</div>
</div>
</div>
<!--2-->
<div class="row timeline-element separline">
<div class="timeline-date-panel col-xs-12 col-md-6 align-right">
<div class="time-line-date-content">
<p class="mbr-timeline-date mbr-fonts-style display-5">13th March 2016</p>
</div>
</div>
<span class="iconBackground"></span>
<div class="col-xs-12 col-md-6 align-left ">
<div class="timeline-text-content">
<h4 class="mbr-timeline-title pb-3 mbr-fonts-style display-5">Calculator</h4>
<p class="mbr-timeline-text mbr-fonts-style display-7">This Project was a very small Calculator project made in JAVA, it had all arithmetic operation
<br>capability. It was a CLI project but had better option and very guiding interface for the user despite
<br>being without a GUI.</p>
</div>
</div>
</div>
<!--3-->
<div class="row timeline-element reverse separline">
<div class="timeline-date-panel col-xs-12 col-md-6 align-left">
<div class="time-line-date-content">
<p class="mbr-timeline-date mbr-fonts-style display-5">21th June 2018</p>
</div>
</div>
<span class="iconBackground"></span>
<div class="col-xs-12 col-md-6 align-right">
<div class="timeline-text-content">
<h4 class="mbr-timeline-title pb-3 mbr-fonts-style display-5">Pass Protect</h4>
<p class="mbr-timeline-text mbr-fonts-style display-7">This was My first project That was GUI based, Made in Visual Cpp. It was made in order to have a
<br>Secure offline system to safely store multiple passwords at a single place without any need to write
<br>those passwords somewhere physically. It had a feature of multiple user accounts so many people can
<br>use it on the same system.</p>
</div>
</div>
</div>
<!--4-->
<div class="row timeline-element separline">
<div class="timeline-date-panel col-xs-12 col-md-6 align-right">
<div class="time-line-date-content">
<p class="mbr-timeline-date mbr-fonts-style display-5">3rd August 2018</p>
</div>
</div>
<span class="iconBackground"></span>
<div class="col-xs-12 col-md-6 align-left ">
<div class="timeline-text-content">
<h4 class="mbr-timeline-title pb-3 mbr-fonts-style display-5">Crypter</h4>
<p class="mbr-timeline-text mbr-fonts-style display-7">This project was made in python, it was a script that was capable of taking any sentence and then
<br>encrypting it into something unreadable. This unreadable text could only be read by the person with
<br>this script and the key assigned to the text. I made sure the script doesn’t crash no matter what the
<br>user tries to input.</p>
</div>
</div>
</div>
<!--5-->
<div class="row timeline-element reverse separline">
<div class="timeline-date-panel col-xs-12 col-md-6 align-left">
<div class="time-line-date-content">
<p class="mbr-timeline-date mbr-fonts-style display-5">12th February 2019</p>
</div>
</div>
<span class="iconBackground"></span>
<div class="col-xs-12 col-md-6 align-right">
<div class="timeline-text-content">
<h4 class="mbr-timeline-title pb-3 mbr-fonts-style display-5">Light IOT</h4>
<p class="mbr-timeline-text mbr-fonts-style display-7">This was my first IOT project, made by using BOLT IOT kit, the iot device was programmed to send
<br>data to a online dash board. The device will collect the data about how bright the place was through
<br>out the day, and that data could be retrieved from the dash board in a CSV file for further data
<br>mining.</p>
</div>
</div>
</div>
<!--6-->
<div class="row timeline-element">
<div class="timeline-date-panel col-xs-12 col-md-6 align-right">
<div class="time-line-date-content">
<p class="mbr-timeline-date mbr-fonts-style display-5">Ongoing</p>
</div>
</div>
<span class="iconBackground"></span>
<div class="col-xs-12 col-md-6 align-left ">
<div class="timeline-text-content">
<h4 class="mbr-timeline-title pb-3 mbr-fonts-style display-5">Secure Vault</h4>
<p class="mbr-timeline-text mbr-fonts-style display-7">This is an remake of the Pass protect project made in C#, this has a better looking UI, supports Win XP,
<br>Win 7, Win 8, Win 10. It has 3 security layers, Tested on 8 Systems and gets regular updates. Easy to
<br>install with a MSI installer. Msi is signed with a self-signed certificate., Free to download and use.</p>
</div>
</div>
</div>
<!--7-->
<!--8-->
<!--9-->
<!--10-->
<!--11-->
<!--12-->
</div>
</div>
</section>
<section class="progress-bars2 cid-rHjorukbaL" id="progress-bars2-q">
<div class="container">
<h2 class="mbr-section-title pb-3 align-center mbr-fonts-style display-2">TODAY</h2>
<h3 class="mbr-section-subtitle mbr-fonts-style display-5">Now that my past story is unfolded, I would want to show how I am today.</h3>
<div class="row pt-5 mt-5">
<div class="col-md-6 text-elements">
<h4 class="section-content-title pb-3 align-left mbr-fonts-style display-5">Know me Better</h4>
<p class="section-content-text align-left mbr-fonts-style display-7">I spend most of my day learning about new things from different sources like youtube, News feed, Quora etc. I spend time for recreation by playing Strategy Games like Civ6 and FrostPunk.<br><br>I like to exercise whenever possible. My hobbies are Digital Art, Tech News, and Reading. My favourite book is "We Have No Idea" by Cham Jorge. <br><br>I enjoy solving Mathematical problems, sometimes even if taking days to slove just one unique problem, But I enjoy the most while teaching the stuff I have learnt, to my friends and family, in a funny way.<br><br><em><strong>I like Dark Theme</strong>.</em></p>
</div>
<div class="progress_elements col-md-6">
<div class="progress1 pb-5">
<div class="title-wrap">
<div class="progressbar-title mbr-fonts-style display-7">
<p>Funny</p>
</div>
<div class="progress_value mbr-fonts-style display-7">
<div class="progressbar-number">
</div>
<span>%</span>
</div>
</div>
<progress class="progress progress-primary " max="100" value="80">
</progress>
</div>
<div class="progress2 pb-5">
<div class="title-wrap">
<div class="progressbar-title mbr-fonts-style display-7">
<p>Persistent </p>
</div>
<div class="progress_value mbr-fonts-style display-7">
<div class="progressbar-number">
</div>
<span>%</span>
</div>
</div>
<progress class="progress progress-primary" max="100" value="95">
</progress>
</div>
<div class="progress3 pb-5">
<div class="title-wrap">
<div class="progressbar-title mbr-fonts-style display-7">
<p>Chosing Right Variable Name</p>
</div>
<div class="progress_value mbr-fonts-style display-7">
<div class="progressbar-number">
</div>
<span>%</span>
</div>
</div>
<progress class="progress progress-primary" max="100" value="55">
</progress>
</div>
<div class="progress4 pb-5">
<div class="title-wrap">
<div class="progressbar-title mbr-fonts-style display-7">
<p>Commenting My Code before Sharing</p>
</div>
<div class="progress_value mbr-fonts-style display-7">
<div class="progressbar-number">
</div>
<span>%</span>
</div>
</div>
<progress class="progress progress-primary" max="100" value="100">
</progress>
</div>
</div>
</div>
</div>
</section>
<section class="progress-bars1 cid-rHjoxQbZyE" id="progress-bars1-r">
<div class="container">
<h2 class="mbr-section-title pb-2 align-center mbr-fonts-style display-2">technical skills</h2>
<h3 class="mbr-section-subtitle pb-5 mbr-fonts-style display-5">" Improving everyday "</h3>
<div class="progress_elements">
<div class="progress1 pb-5">
<div class="title-wrap">
<div class="progressbar-title mbr-fonts-style display-7">
<p>C</p>
</div>
<div class="progress_value mbr-fonts-style display-7">
<div class="progressbar-number"></div>
<span>%</span>
</div>
</div>
<progress class="progress progress-primary" max="100" value="75">
</progress>
</div>
<div class="progress2 pb-5">
<div class="title-wrap">
<div class="progressbar-title mbr-fonts-style display-7">
<p>JAVA </p>
</div>
<div class="progress_value mbr-fonts-style display-7">
<div class="progressbar-number"></div>
<span>%</span>
</div>
</div>
<progress class="progress progress-primary" max="100" value="65">
</progress>
</div>
<div class="progress3 pb-5">
<div class="title-wrap">
<div class="progressbar-title mbr-fonts-style display-7">
<p>PYTHON</p>
</div>
<div class="progress_value mbr-fonts-style display-7">
<div class="progressbar-number"></div>
<span>%</span>
</div>
</div>
<progress class="progress progress-primary" max="100" value="75">
</progress>
</div>
<div class="progress4">
<div class="title-wrap">
<div class="progressbar-title mbr-fonts-style display-7">
<p>DATA STRUCTURE</p>
</div>
<div class="progress_value mbr-fonts-style display-7">
<div class="progressbar-number"></div>
<span>%</span>
</div>
</div>
<progress class="progress progress-primary" max="100" value="71">
</progress>
</div>
</div>
</div>
</section>
<section class="progress-bars3 cid-rHjoIf1C8i" id="progress-bars3-s">
<div class="container">
<h2 class="mbr-section-title pb-3 align-center mbr-fonts-style display-2">tool set</h2>
<h3 class="mbr-section-subtitle mbr-fonts-style display-5">This is a visual representation of how well I am at using these tools.</h3>
<div class="media-container-row pt-5 mt-2">
<div class="card p-3 align-center">
<div class="wrap">
<div class="pie_progress progress1" role="progressbar" data-goal="84">
<p class="pie_progress__number mbr-fonts-style display-5"></p>
</div>
</div>
<div class="mbr-crt-title pt-3">
<h4 class="card-title py-2 mbr-fonts-style display-5">Git</h4>
</div>
</div>
<div class="card p-3 align-center">
<div class="wrap">
<div class="pie_progress progress2" role="progressbar" data-goal="94">
<p class="pie_progress__number mbr-fonts-style display-5"></p>
</div>
</div>
<div class="mbr-crt-title pt-3">
<h4 class="card-title py-2 mbr-fonts-style display-5">Visual Studio</h4>
</div>
</div>
<div class="card p-3 align-center">
<div class="wrap">
<div class="pie_progress progress3" role="progressbar" data-goal="65">
<p class="pie_progress__number mbr-fonts-style display-5"></p>
</div>
</div>
<div class="mbr-crt-title pt-3">
<h4 class="card-title py-2 mbr-fonts-style display-5">PhotoShop</h4>
</div>
</div>
</div>
</div></section>
<section class="testimonials2 cid-rHgKozziAI" id="testimonials2-n">
<div class="container">
<div class="media-container-row">
<div class="mbr-figure pr-lg-5" style="width: 75%;">
<img src="assets/images/my-stamp-size-photo-868x1095.png" alt="" title="">
</div>
<div class="media-content px-3 align-self-center mbr-white py-2">
<p class="mbr-text testimonial-text mbr-fonts-style display-7">
Loving the things I do. Doing them daily with energy and enthusiasm. Set backs are learning steps of life. Getting Up again and walking, as Life Goals doesn't get fulfilled in a day.</p>
<p class="mbr-author-name pt-4 mb-2 mbr-fonts-style display-7">Adarsh Kumar</p>
<p class="mbr-author-desc mbr-fonts-style display-7">ASPIRING DEVELOPER
</p>
</div>
</div>
</div>
</section>
<section class="cid-qTkAaeaxX5 mbr-reveal" id="footer1-2">
<div class="container">
<div class="media-container-row content text-white">
<div class="col-12 col-md-3">
<div class="media-wrap">
<a href="#top">
<img src="assets/images/mbr-256x171.jpg" alt="To Top" title="Up Up Away">
</a>
</div>
</div>
<div class="col-12 col-md-3 mbr-fonts-style display-7">
<h5 class="pb-3"></h5>
<p class="mbr-text"></p>
</div>
<div class="col-12 col-md-3 mbr-fonts-style display-7">
<h5 class="pb-3"></h5>
<p class="mbr-text"><br><br></p>
</div>
<div class="col-12 col-md-3 mbr-fonts-style display-7">
<h5 class="pb-3">Contact</h5>
<p class="mbr-text">Email: [email protected] </p>
</div>
</div>
<div class="footer-lower">
<div class="media-container-row">
<div class="col-sm-12">
<hr>
</div>
</div>
<div class="media-container-row mbr-white">
<div class="col-sm-6 copyright">
<p class="mbr-text mbr-fonts-style display-7"></p><p># Updates are coming </p><p></p>
</div>
<div class="col-md-6">
<div class="social-list align-right">
<div class="soc-item">
<a href="https://twitter.com/adarshrise20" target="_blank">
<span class="mbr-iconfont mbr-iconfont-social socicon-twitter socicon"></span>
</a>
</div>
<div class="soc-item">
<a href="https://www.facebook.com/profile.php?id=100018504879252" target="_blank">
<span class="mbr-iconfont mbr-iconfont-social socicon-facebook socicon"></span>
</a>
</div>
<div class="soc-item">
<a href="https://www.instagram.com/adarshrise20/" target="_blank">
<span class="mbr-iconfont mbr-iconfont-social socicon-instagram socicon"></span>
</a>
</div>
<div class="soc-item">
<a href="https://www.linkedin.com/in/adarshrise/" target="_blank">
<span class="mbr-iconfont mbr-iconfont-social socicon-linkedin socicon"></span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<script src="assets/popper/popper.min.js"></script>
<script src="assets/web/assets/jquery/jquery.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/parallax/jarallax.min.js"></script>
<script src="assets/dropdown/js/nav-dropdown.js"></script>
<script src="assets/dropdown/js/navbar-dropdown.js"></script>
<script src="assets/touchswipe/jquery.touch-swipe.min.js"></script>
<script src="assets/viewportchecker/jquery.viewportchecker.js"></script>
<script src="assets/smoothscroll/smooth-scroll.js"></script>
<script src="assets/mbr-flip-card/mbr-flip-card.js"></script>
<script src="assets/as-pie-progress/jquery-as-pie-progress.min.js"></script>
<script src="assets/tether/tether.min.js"></script>
<script src="assets/theme/js/script.js"></script>
<input name="animation" type="hidden">
</body>
</html>