-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
730 lines (547 loc) · 26.1 KB
/
Copy pathindex.html
File metadata and controls
730 lines (547 loc) · 26.1 KB
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
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
<!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, maximum-scale=1, user-scalable=no">
<meta name="description" content="Hello, My name is Akash Kumar and I'm a Computer science student, found my passion for Technical Field in early college days. I see myself as a hardworking and committed member of a team with a positive, motivational attitude towards tasks. I'm constantly on the lookout to learn and experience new things. ">
<meta name="author" content="themesit.com">
<link rel="icon" href="img/favicon.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<title>Akash Kumar Portfolio</title>
<!-- ICON FONTS -->
<link rel="stylesheet" href="css/vendor/pe-icon-7-combo.css">
<!-- BOOTSTRAP CORE CSS -->
<link rel="stylesheet" href="css/vendor/bootstrap.min.css">
<!-- PLUGIN STYLES FOR THIS TEMPLATE -->
<link rel="stylesheet" href="css/vendor/owl.carousel.min.css">
<link rel="stylesheet" href="css/vendor/lightgallery.min.css">
<!-- STYLE FOR THIS TEMPLATE -->
<link rel="stylesheet" href="css/main.css">
<!-- FONTS -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500">
</head>
<body class="layout-1 index-image">
<!-- PRELOADER -->
<div class="loader-wrapper">
<div class="loader"></div>
</div>
<!-- /END PRELOADER -->
<!-- INTRO -->
<div id="intro" class="intro">
<div class="intro-inner intro-inner-left">
<!-- BACKGROUND IMAGE -->
<div class="main-bg bg-image overlay" data-image="img/bg.jpg"></div>
</div>
<div class="intro-inner intro-inner-right">
<div class="intro-content">
<!-- YOUR AVATAR -->
<img src="img/my_profile.jpeg" class="avatar" alt="avatar">
<!-- YOUR DESCRIPTION -->
<h1>Akash Kumar</h1>
<p class="desc"><span class="typed"></span></p>
<!-- TYPED STRINGS -->
<div class="typed-strings">
<p>Computer Science & Engineering </p>
<p>Software Developer</p>
<p>LPU'21</p>
<p>Experience</p>
<p>Projects</p>
<p>Skills</p>
<p>Acheivements</p>
</div>
<p>
<a href="#about" class="btn btn-glossy inverse goto-right"><span>About me -></span></a>
</p>
</div>
</div>
</div>
<!-- /END INTRO -->
<!-- MAIN -->
<div class="main main-right">
<div class="container-fluid">
<!-- ABOUT -->
<div id="about" class="section-block">
<h3 class="title">About</h3>
<p><b>Hello there 👋</b>,
Thank you for visiting my profile<br/>
I'm a Software Developer who loves coding 💙. I completed my graduation from LPU ( CSE'21). Not to mention, I write beautiful code.
I write code in C++, Java, Python, JavaScript, React js and implemented it in many projects.<br/>
Well, I enjoy solving problems of Data Structures & Algorithms, Web Development, Machine Learning.<br/>
I'm always on the lookout for various opportunities to volunteer for organizations looking to make strides in the areas of education and development of disadvantaged sections of society!<br/>
<p>
<a href="https://bit.ly/akash_updated_resume" class="btn btn-info" target="_blank"><strong>Download my CV</strong></a>
</p>
</div>
<!-- /END ABOUT -->
<div id="education" class="section-block">
<h3 class="title">Education</h3>
<div class="timeline edu-timeline">
<div class="timeline-item">
<div class="col-sm-3">
<span class="time"><b>2017 - 2021</b></span>
</div>
<div class="col-sm-6">
<span class="institute">Lovely Professional University</span>
</div>
<div class="col-sm-3">
<span class="degree">Computer Science & Engineering</span>
</div>
<div class="col-sm-3">
<span class="degree">8.23 CGPA</span>
</div>
</div>
<div class="timeline-item">
<div class="col-sm-3">
<span class="time"><b>2015 - 2017</b></span>
</div>
<div class="col-sm-6">
<span class="institute">KV No.5 Bathinda Cantt</span>
</div>
<div class="col-sm-3">
<span class="degree">Class 11,12 (CBSE)</span>
</div>
<div class="col-sm-3">
<span class="degree">87.6 % </span>
</div>
</div>
</div>
</div>
<!-- EXPERIENCE -->
<div id="experience" class="section-block">
<h3 class="title">Experience</h3>
<p>Below, you can find my past work experience. I tend to look for experience based around the digital space and I always hope to learn something new with each job I take onboard.</p>
<div class="timeline exp-timeline text-xs-center text-sm-left">
<div class="timeline-item">
<!--
<div class="timeline-image">
<img src="img/cedar.png" alt="">
</div>
-->
<div class="timeline-content">
<h4>Software Engineer - Backend</h4>
<h5>Tekion Corp</h5>
<p>Working as a Backend Developer</p>
</div>
</div>
<div class="timeline-item">
<!--
<div class="timeline-image">
<img src="img/fc.png" alt="">
</div>
-->
<div class="timeline-content">
<span class="time">Jan 2021 - Oct 2021</span>
<h4>Software Engineer</h4>
<h5>Acko Technology</h5>
<p>"Working in a health team and structured several internal system including web portals features for making different plan and product coverage for corporates."
<br/> Optimize the upload funtionality from 1.3 to 0.5 sec and interfacing of the web apps with a variety of applications to ensure.
<br/> Worked on different architecture components and wrote clean, elegant, and easy-to-read code.
" <br/><b>Technology Stacks:</b> Javascript, React Js, Java, Python</p>
</div>
</div>
<div class="timeline-item">
<!--
<div class="timeline-image">
<img src="img/cedar.png" alt="">
</div>
-->
<div class="timeline-content">
<span class="time">June - Sept 2020</span>
<h4>Software Developer Intern</h4>
<h5>Lyte Video Technology</h5>
<p>"Worked across a wide range of software development activities including, frontend development, backend development and automated testing."<br/>
Updated existing application by resolving errors and by modifying it as per new requirements</p>
</div>
</div>
</div>
</div>
<!-- /END EXPERIENCE -->
<!--Projects -->
<div id="experience" class="section-block">
<h3 class="title">Projects</h3>
<p>Here is my few latest cool Projects from 2018 onwards and you can find more project on my github profile: <a href="https://github.com/akashkumar916" target="_blank"><b>here</b></a></p>
<div class="timeline exp-timeline text-xs-center text-sm-left">
<div class="timeline-item">
<!--
<div class="timeline-image">
<img src="img/fc.png" alt="">
</div>
-->
<div class="timeline-content">
<h4>1. Personalized Cancer Diagnosis Prediction</h4>
<p>Model Classify the given genetic variations/mutations based on evidence from text-based
clinical literature. This model helps Molecular pathologists to classify the cancer variations into
9 classes. Trained the model on more than 4k data points and achieve 97% accuracy.
<br/><b>Technology Stacks:</b> Python3, Natural language processing, Google Colab.</p>
<h5><a href="https://www.kaggle.com/jacckashakash/cancer-diagnosis-eda-random-forest" target="_blank">Link</a></h5>
</div>
</div>
<div class="timeline-item">
<!--
<div class="timeline-image">
<img src="img/cedar.png" alt="">
</div>
-->
<div class="timeline-content">
<h4>2. SCAN-X Web Application</h4>
<p>Developed a web application at the Smart India hackathon, which supports the Hospital
management system and supports features like Record security system, Attendant system,
Patient and connection with a native mobile application.
<br/> <b>Technology Stacks:</b> Firebase, HTML5, CSS3, Javascript, Google API, SQL.</p>
<h5><a href="https://github.com/akashkumar916/Scan-X-Revolution-Idea-for-hospital-system-using-firebase-as-a-cloud" target="_blank">Link</a></h5>
</div>
<div class="timeline-content">
<h4>3. Facebook friend Recommendation using Graph Mining</h4>
<p>Machine learning model to predict missing link to recommend friend
(suggestions/connections/followers) using graph mining. Added many features using the
Jaccard index, Page rank method and applied more than 5 models.
<h5><a href="https://github.com/akashkumar916/Friend_recommendation_model" target="_blank">Link</a></h5>
</div>
</div>
<div class="timeline-item">
<div class="timeline-content">
<h4>4. Quick_quiz UI/UX</h4>
<p>A Web UI Template for both student and teacher dashboard feature where teacher can upload a online quiz and check students performance as well.
<br/> <b>Technology Stacks:</b> HTML5, CSS3, Jquery, Bootstrap.</p>
<h5><a href="https://quick-quiz.ml/" target="_blank">Link</a></h5>
</div>
</div>
</div>
</div>
<!-- SKILLS -->
<div id="skills" class="section-block">
<h3 class="title">My Skills</h3>
<p> Starting off with HTML and CSS I progressed into C++, Java, Python, and Javascript. Currently I am expanding my skills in PHP, React. If you need something done you can count on me 100% of the time.</p>
<div class="progress-bars p-t-30">
<div class="progress-info">Html / CSS</div>
<div class="progress">
<div class="progress-bar anim" data-percent="85">
<span class="value">85%</span>
</div>
</div>
<div class="progress-info">C++/C</div>
<div class="progress">
<div class="progress-bar anim" data-percent="95">
<span class="value">95%</span>
</div>
</div>
<div class="progress-info">Javascript/Node</div>
<div class="progress">
<div class="progress-bar anim" data-percent="80">
<span class="value">80%</span>
</div>
</div>
<div class="progress-info">Python</div>
<div class="progress">
<div class="progress-bar anim" data-percent="75">
<span class="value">75%</span>
</div>
</div>
<div class="progress-info">Java</div>
<div class="progress">
<div class="progress-bar anim" data-percent="85">
<span class="value">85%</span>
</div>
</div>
<div class="progress-info">PHP</div>
<div class="progress">
<div class="progress-bar anim" data-percent="70">
<span class="value">70%</span>
</div>
</div>
</div>
</div>
<!-- /END SKILLS -->
<!-- Acheivement -->
<div id="experience" class="section-block">
<h3 class="title">Acheivements</h3>
<!--<p>Below, you can find my past work experience. I tend to look for experience based around the digital space and I always hope to learn something new with each job I take onboard.</p>
-->
<div class="timeline exp-timeline text-xs-center text-sm-left">
<div class="timeline-item">
<!--
<div class="timeline-image">
<img src="img/fc.png" alt="">
</div>
-->
<div class="timeline-content">
<ul style="list-style-type:circle">
<li><b>• Won Incubation Support for <b>CIS online PVT LTD</b> from IIM Udaipur.</b></li>
<li><b>• Awarded 1st prize in <b>Tech Innovation</b>, Reva University.</b></li>
<li><b>• Smart India Hackathon 2019 - Grand finale.</b></li>
<li><b>• Winner of <b>Code Alchemist</b> competition at Lovely Professional University.</b></li>
<li><b>• <b>CodeNcounter 4.0</b> Competition – Finalist.</b></li>
<li><b>• Week Leader at HACKEREARTH - Global rank (172).</b></li>
<li><b>• Top scorer (40k point) at <b>INTERVIEWBIT</b> from LPU University.</b></li>
<li><b>• Participation in more than 10 Hackathon all over India.</b></li>
<li><b>• Winner of 4+ coding competition organized in campus.</b></li>
<li><b>• 1 Research paper at <b>IJEAST Journal</b> (Impact Factor: 4.982, H-index: 6).</b></li>
</ul>
</div>
</div>
</div>
</div>
<!-- /END EDUCATION
<div id="experience" class="section-block">
<h3 class="title">Self-Introduction Video</h3>
<p>In this Introductory Video, I have covered my Education, Final year project, Experience, Acheivement and skills. </p>
<div class="timeline exp-timeline text-xs-center text-sm-left">
-->
<!--
<div class="timeline-image">
<img src="img/fc.png" alt="">
</div>
<div class="timeline-item">
<div class="timeline-content">
<video width="520" height="300" controls>
<source src="video/Introduction_video.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
</div>
</div>
</div>
-->
<!-- PORTFOLIO -->
<div id="portfolio" class="section-block">
<h3 class="title">Profile Links</h3>
<div style="display:inline-block;">
<div style="display:inline-block;">
<a target="_blank"href="https://linktr.ee/akash_Techbuff" >
<i class="fa fa-link fa-3x" aria-hidden="true" style="color:#0a66c2;"></i>
<p>LinkTree</p>
</a>
</div>
<div style="display:inline-block;">
<a target="_blank"href="https://www.github.com/akashkumar916/" ><i class="fa fa-github fa-3x" aria-hidden="true"></i>
<p>Github</p>
</a>
</div>
<div style="display:inline-block;">
<a target="_blank"href="https://www.linkedin.com/in/akash-kumar916/" >
<i class="fa fa-linkedin-square fa-3x" aria-hidden="true" style="color:#0a66c2;"></i>
<p>Linkedin</p>
</a>
</div>
<div style="display:inline-block;">
<a target="_blank"href="https://akash-kumar916.medium.com//" ><i class="fa fa-medium fa-3x" aria-hidden="true"></i>
<p>Medium</p>
</a>
</div>
<div style="display:inline-block;">
<a target="_blank"href="https://www.hackerrank.com/Jacckash_Akash/" ><i class="fa fa-header fa-3x" aria-hidden="true" style="color:#1ba94c"></i>
<p>Hackerrank</p>
</a>
</div>
<div style="display:inline-block;">
<a target="_blank"href="https://leetcode.com/akash_kumar916/" ><i class="fa fa-rebel fa-3x" aria-hidden="true" style="color: #f0ad4e;"></i>
<p>Leetcode</p>
</a>
</div>
<div style="display:inline-block;">
<a target="_blank"href="https://www.hackerearth.com/@akash1043" ><i class="fa fa-map-signs fa-rotate-90 fa-3x" aria-hidden="true" style="color: #4c9cdf;"></i>
<p>Hackerearth</p>
</a>
</div>
<!--coding Profile-->
</div>
<!-- <div class="works-filter-wrap">
<ul class="works-filter clearfix font2">
<li><a id="all" href="#" data-filter="*" class="active"><span>All</span></a></li>
<li><a href="#" data-filter=".branding"><span>Branding</span></a></li>
<li><a href="#" data-filter=".graphics"><span>Graphics</span></a></li>
<li><a href="#" data-filter=".logos"><span>Logos</span></a></li>
<li class="hidden-xs"><a href="#" data-filter=".ui"><span>UI</span></a></li>
<li class="hidden-xs"><a href="#" data-filter=".web"><span>Web</span></a></li>
</ul>
</div>
<div id="works-container" class="works-container clearfix">
<div class="works-item web logos" data-src="img/portfolio/cedar.jpg" data-poster="img/portfolio/cedar.jpg">
<img src="img/portfolio/cedar.jpg" data-no-retina alt=""/>
<div class="works-item-inner">
<h4>Graphic Design</h4>
<h5>Brochure</h5>
</div>
</div>
<div class="works-item web logos" data-src="img/portfolio/illustrator.png" data-poster="img/portfolio/illustrator.png">
<img src="img/portfolio/illustrator.png" data-no-retina alt=""/>
<div class="works-item-inner">
<h4>Graphic Design</h4>
<h5>Illustrator</h5>
</div>
</div>
<div class="works-item web logos" data-src="img/portfolio/youtube.png" data-poster="img/portfolio/youtube.png">
<img src="img/portfolio/youtube.png" data-no-retina alt=""/>
<div class="works-item-inner">
<h4>Graphic Design</h4>
<h5>Youtube Banner</h5>
</div>
</div>
<div class="works-item web logos" data-src="img/portfolio/logo.png" data-poster="img/portfolio/logo.png">
<img src="img/portfolio/logo.png" data-no-retina alt=""/>
<div class="works-item-inner">
<h4>Graphic Design</h4>
<h5>Icon/Logo</h5>
</div>
</div>
<div class="works-item web logos" data-src="img/portfolio/camera.jpg" data-poster="img/portfolio/camera.jpg">
<img src="img/portfolio/camera.jpg" data-no-retina alt=""/>
<div class="works-item-inner">
<h4>Photography</h4>
<h5>Portrait</h5>
</div>
</div>
<div class="works-item web logos" data-src="img/portfolio/icon.png" data-poster="img/portfolio/icon.png">
<img src="img/portfolio/icon.png" data-no-retina alt=""/>
<div class="works-item-inner">
<h4>Graphic Design</h4>
<h5>Logo</h5>
</div>
</div>
</div>
-->
</div>
<!--
<div id="services" class="section-block">
<h3 class="title">Services</h3>
<p>I'm open to do several services for you based around the digital space. My services range from building websites and and audience to creating promotional videos and design work.</p>
<div class="row p-t-30 text-xs-center text-sm-left">
<div class="icon-box col-md-6">
<div class="icon-box-icon">
<i class="pe pe-paint-bucket"></i>
</div>
<div class="icon-box-content">
<h4>Website UI and UX</h4>
<p>Got a new idea and need a website? I'll design and build a responsive website or Shopify store with your own unique branding.</p>
</div>
</div>
<div class="icon-box col-md-6">
<div class="icon-box-icon">
<i class="pe pe-id"></i>
</div>
<div class="icon-box-content">
<h4>Design</h4>
<p>Need a logo to establish your brand? Send me some information about your business or idea and I'll design a logo for you. You will need a logo if you want your business to succeed.</p>
</div>
</div>
<div class="icon-box col-md-6">
<div class="icon-box-icon">
<i class="pe pe-like3"></i>
</div>
<div class="icon-box-content">
<h4>Videography</h4>
<p>Launching a new product or trying to promote your business online? You will require a promotional video that targets your audience directly. I have been creating videos on my youtube channel for the past 3 years and gained a following of 6500 and 1.2 million views.</p>
</div>
</div>
<div class="icon-box col-md-6">
<div class="icon-box-icon">
<i class="pe pe-phone"></i>
</div>
<div class="icon-box-content">
<h4>Software</h4>
<p>Do you have an idea and need some software in javascript, node, HTML/CSS or Python? Send in a request and I'll get back to you asap. </p>
</div>
</div>
</div>
</div> -->
<!-- /END SERVICES -->
<!-- TESTIMONIAL -->
<!--
<div id="testimonial" class="section-block">
<div class="owl-carousel testimonial-carousel">
<div class="testimonial-item">
<div class="testimonial-image">
<img alt="" src="img/testimonial/01.jpg">
</div>
<div class="testimonial-text">
<h4 class="sub-heading">Themesit is our most favorite theme developers. We love their every works.</h4>
<p>Clara Sealand</p>
<h5>CEO - MegaDreams LLC</h5>
</div>
</div>
<div class="testimonial-item">
<div class="testimonial-image">
<img alt="" src="img/testimonial/02.jpg">
</div>
<div class="testimonial-text">
<h4 class="sub-heading">Themesit is our most favorite theme designers. We love their every works.</h4>
<p>Claire Sealand</p>
<h5>CEO - MegaDreams LLC</h5>
</div>
</div>
<div class="testimonial-item">
<div class="testimonial-image">
<img alt="" src="img/testimonial/03.jpg">
</div>
<div class="testimonial-text">
<h4 class="sub-heading">Themesit is our most favorite theme builders. We love their every works.</h4>
<p>Clare Sealand</p>
<h5>CEO - MegaDreams LLC</h5>
</div>
</div>
</div>
</div>
-->
<!-- /END TESTIMONIAL -->
<!-- CLIENTS -->
<!-- /END CLIENTS -->
<!-- CONTACT -->
<div id="contact" class="section-block p-b-50">
<br/> <br/>
<h3 class="title">Get in Touch</h3>
<!-- CONTACT FORM -->
<form action="https://formspree.io/f/moqppzoo" method="POST" accept-charset="UTF-8" >
<div class="form-group col-sm-6">
<input type="text" class="form-control" name="first_name" id="first_name" placeholder="name" required>
<label for="name">First Name*</label>
</div>
<div class="form-group col-sm-6">
<input type="text" class="form-control" name="last_name" placeholder="last name" required>
<label for="name">Last Name*</label>
</div>
<div class="form-group col-sm-6">
<input type="email" class="form-control" name="email" placeholder="email" required>
<label for="email">Email*</label>
</div>
<div class="form-group col-xs-12">
<textarea class="form-control" name="message" rows="6" placeholder="message" required></textarea>
<label for="message">Message"</label>
</div>
<div class="col-xs-12">
<button class="btn btn-glossy inverse m-t-40" type="submit" id="submit" name="submit"><span>Send Message</span></button>
</div>
</form>
<!-- CONTACT INFO -->
<div class="row">
<div class="contact-info">
<!--
<div class="col-sm-4 p-b-20">
<span>Visit</span>
<p>350 Fifth Avenue, New York 10118.</p>
</div>
-->
<!--
<div class="col-sm-4 p-b-20">
<span>Call</span>
<p><a href="callto:954788315970" target="_blank">+95 (478) 831-5970</a></p>
</div>
-->
</div>
</div>
</div>
<!-- /END CONTACT -->
<div id="portfolio" class="section-block">
<div >
<h4>Getting bored, have some music !!</h4>
<iframe src="https://open.spotify.com/embed/track/0TK2YIli7K1leLovkQiNik" id="player" width="500" height="80" frameborder="0" allowtransparency="true" allow="encrypted-media" ></iframe>
</div>
</div>
</div>
</div>
<!-- /END MAIN -->
<!-- JAVASCRIPTS -->
<script src="js/vendor/plugins.js"></script>
<script src="js/main.js"></script>
</body>
</html>