-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
550 lines (505 loc) · 22 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Abhilasha Portfolio</title>
<link rel="shortcut icon" href="./assets/A.png" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="./assets/css/themify-icons.css">
<link rel="stylesheet" type="text/css" href="./assets/css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="./assets/vendor/animate/animate.css">
<link rel="stylesheet" type="text/css" href="./assets/vendor/owl-carousel/owl.carousel.css">
<link rel="stylesheet" type="text/css" href="./assets/vendor/perfect-scrollbar/css/perfect-scrollbar.css">
<link rel="stylesheet" type="text/css" href="./assets/vendor/nice-select/css/nice-select.css">
<link rel="stylesheet" type="text/css" href="./assets/vendor/fancybox/css/jquery.fancybox.min.css">
<link rel="stylesheet" type="text/css" href="./assets/css/virtual.css">
<link rel="stylesheet" type="text/css" href="./assets/css/topbar.virtual.css">
</head>
<body class="theme-purple">
<!-- Back to top button -->
<div class="btn-back_to_top">
<span class="ti-arrow-up"></span>
</div>
<!-- Navbar -->
<div class="vg-page page-home" id="home"
style="background-image: url(./assets/img/HEYY\ THERE!\ \(2\).jpg);object-fit: contain;">
<!-- Navbar -->
<div class="navbar navbar-expand-lg navbar-dark sticky" data-offset="500">
<div class="container">
<a href="" class="navbar-brand">Abhilasha</a>
<button class="navbar-toggler" data-toggle="collapse" data-target="#main-navbar" aria-expanded="true">
<span class="ti-menu"></span>
</button>
<div class="collapse navbar-collapse" id="main-navbar">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a href="#home" class="nav-link" data-animate="scrolling">Home</a>
</li>
<li class="nav-item">
<a href="#about" class="nav-link" data-animate="scrolling">About</a>
</li>
<li class="nav-item">
<a href="#portfolio" class="nav-link" data-animate="scrolling">Portfolio</a>
</li>
<li class="nav-item">
<a href="#contact" class="nav-link" data-animate="scrolling">Contact</a>
</li>
</ul>
</div>
</div>
</div> <!-- End Navbar -->
<!-- Caption header -->
<div class="caption-header text-center wow zoomInDown">
<h3 class="fw-normal">Welcome !</h3>
<h1 class="fw-light mb-4">I'm <b class="fg-theme">Abhilasha</b> Panda</h1>
<div class="badge">Bridging Design & Functionality</div>
</div> <!-- End Caption header -->
</div>
<!-- About -->
<div class="vg-page page-about" id="about">
<div class="container py-5">
<div class="row">
<div class="col-lg-4 py-3">
<div class="img-place wow fadeInUp">
<img src="./assets/img/abhilashaPic.jpg" alt="">
</div>
</div>
<div class="col-lg-6 offset-lg-1 wow fadeInRight">
<h1 class="fw-light">Abhilasha Panda</h1>
<h5 class="fg-theme mb-3">Passionate Web Developer & Skilled Coder</h5>
<p class="text-muted">I am a B.Tech CSE Graduate from ITER College, Bhubaneswar.</p><br>
<ul class="theme-list">
<li><b>Lives In:</b> Bhubaneswar, India</li>
<li><b>Age:</b> 22</li>
<li><b>Gender:</b> Female</li>
</ul>
</div>
</div>
</div>
<!-- Skills-->
<div class="container py-5">
<!-- <h1 class="text-center fw-normal wow fadeIn">My Skills</h1> -->
<div class="row py-3">
<div class="col-md-6">
<div class="px-lg-3">
<h2 class="wow fadeInUp">Technical skills</h2>
<div class="progress-wrapper wow fadeInUp">
<span class="caption">HTML</span>
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 75%;" aria-valuenow="75" aria-valuemin="0"
aria-valuemax="100"></div>
</div>
</div>
<div class="progress-wrapper wow fadeInUp">
<span class="caption">CSS</span>
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 70%;" aria-valuenow="75" aria-valuemin="0"
aria-valuemax="100"></div>
</div>
</div>
<div class="progress-wrapper wow fadeInUp">
<span class="caption">JAVA</span>
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 65%;" aria-valuenow="75" aria-valuemin="0"
aria-valuemax="100"></div>
</div>
</div>
<div class="progress-wrapper wow fadeInUp">
<span class="caption">WordPress</span>
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 60%;" aria-valuenow="75" aria-valuemin="0"
aria-valuemax="100"></div>
</div>
</div>
<div class="progress-wrapper wow fadeInUp">
<span class="caption">Python</span>
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 50%;" aria-valuenow="75" aria-valuemin="0"
aria-valuemax="100"></div>
</div>
</div>
<div class="progress-wrapper wow fadeInUp">
<span class="caption">SQL</span>
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 50%;" aria-valuenow="75" aria-valuemin="0"
aria-valuemax="100"></div>
</div>
</div>
<div class="progress-wrapper wow fadeInUp">
<span class="caption">Fundamental C</span>
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 40%;" aria-valuenow="75" aria-valuemin="0"
aria-valuemax="100"></div>
</div>
</div>
<div class="progress-wrapper wow fadeInUp">
<span class="caption">JavaScript</span>
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 40%;" aria-valuenow="75" aria-valuemin="0"
aria-valuemax="100"></div>
</div>
</div>
</div>
</div>
<!-- Hobbies & interests -->
<div class="col-md-6">
<div class="px-lg-3">
<h2 class="wow fadeInUp">Hobbies & Interests</h2>
<br>
<div class="progress-wrapper wow fadeInUp">
<h5> <span class="caption">AI/ ML</span> </h5>
</div>
<div class="progress-wrapper wow fadeInUp">
<h5> <span class="caption">Data Analysis</span></h5>
</div>
<div class="progress-wrapper wow fadeInUp">
<h5><span class="caption">Cloud Computing</span></h5>
</div>
<div class="progress-wrapper wow fadeInUp">
<h5><span class="caption">Canva & Figma</span></h5>
</div>
<div class="progress-wrapper wow fadeInUp">
<h5> <span class="caption">IoT</span> </h5>
</div>
<div class="progress-wrapper wow fadeInUp">
<h5><span class="caption">AR filters</span></h5>
</div>
<div class="progress-wrapper wow fadeInUp">
<h5><span class="caption">PowerBI</span></h5>
</div>
<div class="progress-wrapper wow fadeInUp">
<h5><span class="caption">Reading short stories</span></h5>
</div>
<div class="progress-wrapper wow fadeInUp">
<h5><span class="caption">Pencil sketching</span></h5>
</div>
</div>
</div>
</div>
</div>
<!-- Education -->
<div class="container pt-5">
<div class="row">
<div class="col-md-6 wow fadeInRight">
<h2 class="fw-normal">Education</h2>
<ul class="timeline mt-4 pr-md-5">
<li>
<div class="title">2024</div>
<div class="details">
<h5>B.Tech CSE</h5>
<small class="fg-theme">ITER College, S'O'A University</small>
<p>CGPA:9.54</p>
</div>
</li>
<li>
<div class="title">2020</div>
<div class="details">
<h5>12 <sup>th</sup> Board Exams</h5>
<small class="fg-theme">St. Xavier's High School</small>
<p>Board of Examination: CBSE <br> Percentage secured: 85.8%</p>
</div>
</li>
<li>
<div class="title">2018</div>
<div class="details">
<h5>10 <sup>th</sup> Board Exams</h5>
<small class="fg-theme">Stewart School</small>
<p>Board of Examination: ICSE <br> Percentage secured: 90.33%</p>
</div>
</li>
</ul>
</div>
<!-- Internships -->
<div class="col-md-6 wow fadeInRight" data-wow-delay="200ms">
<h2 class="fw-normal">Internships</h2>
<ul class="timeline mt-4 pr-md-5">
<li>
<div class="title">2024</div>
<div class="details">
<h5>Trainee</h5>
<small class="fg-theme">Tata ELXSI</small>
<p>
Developed an AI Based Safe Speed Recommendation System using deep neural networks in MATLAB.
Created a Car Route Elevation Analyzer website utilizing Google Maps API, HTML, CSS, and JavaScript.
Honed teamwork and time management skills through collaborative projects.
</p>
</div>
</li>
<li>
<div class="title">2023</div>
<div class="details">
<h5>FTC - Technology</h5>
<small class="fg-theme">Fidelity International</small>
<p>
Developed a Nitro enclave and AWS KMS based blockchain wallet prototype using CCF concept.<br>
Designed an automated dashboard using PowerBI depicting the carbon emitted by employees across the
globe due to printing.
</p>
</div>
</li>
<li>
<div class="title">2022</div>
<div class="details">
<h5>Web Designer & Developer</h5>
<small class="fg-theme">Auro Innovations</small>
<p>Maintained front-end of multiple wordpress sites in coordination with my teammate
<br>Got hands on experience in dealing with clients' requirements and perfected the websites till
their satisfaction was met.
</p>
</div>
<div class="details">
<h5>Web Development Intern</h5>
<small class="fg-theme">The Sparks Foundation: Graduate Rotational Internship Program</small>
<p>Perfected a payment gateway integration website by including razorpay API into the script file
</p>
</div>
<div class="details">
<h5>Web Development Intern</h5>
<small class="fg-theme">Immensphere</small>
<p>I have designed and developed a historical monument page and real time weather forecasting web page
by integrating API in javascript.
Successfully received the internship completion certificate after my 2 month tenure.
</p>
</div>
<div class="details">
<h5>Web Development Intern</h5>
<small class="fg-theme">LetsGrowMore: LGM VIP Program</small>
<p>I have designed and developed fully functional websites during my tenure.
I have also received the internship completion certificate after my 1 month tenure.
</p>
</div>
</li>
<li>
<div class="title">2021</div>
<div class="details">
<h5>WordPress Associate</h5>
<small class="fg-theme">The Entrepreneurship Network: Internship</small>
<p>I have built WordPress sites, themes and plugins during the tenure. <br>
I have completed this 3 months internship successfully and also received the completion certificate
from the team.
</p>
</div>
<div class="details">
<h5>Campus Ambassador</h5>
<small class="fg-theme">NEO: CA Internship </small>
<p>I had to complete the tasks assigned and get people signed up for NEO.
<br> I have also received the completion certificate from the team.
</p>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="vg-page page-service" id="portfolio">
<div class="container">
<!-- <div class="text-center wow fadeInUp">
<div class="badge badge-subhead">What can I do ?</div>
</div> -->
<h1 class="fw-normal text-center wow fadeInUp">What can I do ?</h1>
<div class="row mt-5">
<div class="col-md-6 col-lg-4 col-xl-3">
<div class="card card-service wow fadeInUp">
<div class="icon">
<span class="ti-mouse"></span>
</div>
<div class="caption">
<h4 class="fg-theme">JAVA Programming</h4>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 col-xl-3">
<div class="card card-service wow fadeInUp">
<div class="icon">
<span class="ti-html5"></span>
</div>
<div class="caption">
<h4 class="fg-theme">Frontend Web Development</h4>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 col-xl-3">
<div class="card card-service wow fadeInUp">
<div class="icon">
<span class="ti-wordpress"></span>
</div>
<div class="caption">
<h4 class="fg-theme">Wordpress Development</h4>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 col-xl-3">
<div class="card card-service wow fadeInUp">
<div class="icon">
<span class="ti-files"></span>
</div>
<div class="caption">
<h4 class="fg-theme">Python Programming</h4>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 col-xl-3">
<div class="card card-service wow fadeInUp">
<div class="icon">
<span class="ti-bar-chart"></span>
</div>
<div class="caption">
<h4 class="fg-theme">Data Analysis</h4>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 col-xl-3">
<div class="card card-service wow fadeInUp">
<div class="icon">
<span class="ti-desktop"></span>
</div>
<div class="caption">
<h4 class="fg-theme">MATLAB Programming</h4>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 col-xl-3">
<div class="card card-service wow fadeInUp">
<div class="icon">
<span class="ti-image"></span>
</div>
<div class="caption">
<h4 class="fg-theme">Machine Learning</h4>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 col-xl-3">
<div class="card card-service wow fadeInUp">
<div class="icon">
<span class="ti-world"></span>
</div>
<div class="caption">
<h4 class="fg-theme">IoT</h4>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio page -->
<div class="vg-page page-portfolio pb-0">
<div class="container">
<!-- <div class="text-center wow fadeInUp">
<div class="badge badge-subhead">Portfolio</div>
</div> -->
<h1 class="text-center fw-normal wow fadeInUp">My Achievements</h1>
<div class="gridder my-3">
<div class="grid-item template wireframes wow zoomIn">
<div class="img-place" data-src="./assets/img/symposium_certificate.jpg" data-fancybox
data-caption="<h5 class='fg-theme'>Symposium Certificate </h5> <p>Research Paper Conference</p>">
<img src="./assets/img/symposium_certificate.jpg" alt="">
<div class="img-caption">
<h5 class="fg-theme">Symposium 2023</h5>
<p>Research Paper Conference</p>
</div>
</div>
</div>
<div class="grid-item template wireframes wow zoomIn">
<div class="img-place" data-src="./assets/img/hackerwar.png" data-fancybox
data-caption="<h5 class='fg-theme'>ILLUMINATE: HACKERWAR 3.0</h5> <p>Secured 1st position in a group project called DeSiDB</p>">
<img src="./assets/img/hackerwar.png" alt="">
<div class="img-caption">
<h5 class="fg-theme">ILLUMINATE: HACKERWAR 3.0</h5>
<p>Secured 1st position in a group project called DeSiDB</p>
</div>
</div>
</div>
<div class="grid-item template wireframes wow zoomIn">
<div class="img-place" data-src="./assets/img/ASAP.png" data-fancybox
data-caption="<h5 class='fg-theme'>Startup East Hackathon, powered by Github and Headstart</h5> <p>Achieved 1st position in building a startup pitch called ASAP</p>">
<img src="./assets/img/ASAP.png" alt="jquery">
<div class="img-caption">
<h5 class="fg-theme">Startup East Hackathon, powered by Github and Headstart</h5>
<p>Achieved 1st position in building a startup pitch called ASAP</p>
</div>
</div>
</div>
<div class="grid-item template wireframes wow zoomIn">
<div class="img-place" data-src="./assets/img/30daysGC.jpg" data-fancybox
data-caption="<h5 class='fg-theme'>30Days of Google Cloud</h5> <p>Cloud Computing Track</p>">
<img src="./assets/img/30daysGC.jpg" alt="jquery">
<div class="img-caption">
<h5 class="fg-theme">30 DAYS OF GOOGLE CLOUD PROGRAM 2021</h5>
<p>Completed Cloud Engineering Track</p>
</div>
</div>
</div>
<div class="grid-item template wireframes wow zoomIn">
<div class="img-place" data-src="./assets/img/sparkAR_certificate.png" data-fancybox
data-caption="<h5 class='fg-theme'> Spark AR Community Hackathon</h5> <p>Reskill x Spark AR</p>">
<img src="./assets/img/sparkAR_certificate.png" alt="jquery">
<div class="img-caption">
<h5 class="fg-theme">Spark AR Community Hackathon</h5>
<p>Successfully submitted an AR filter</p>
</div>
</div>
</div>
<div class="grid-item template wireframes wow zoomIn">
<div class="img-place" data-src="./assets/img/iot.jpg" data-fancybox
data-caption="<h5 class='fg-theme'>IoT Quiz</h5> <p>Hack Club ITER</p>">
<img src="./assets/img/iot.jpg" alt="">
<div class="img-caption">
<h5 class="fg-theme">IoT Quiz</h5>
<p>Hack Club ITER</p>
</div>
</div>
</div>
</div> <!-- End Portfolio page -->
</div>
<!-- Footer -->
<div class="vg-footer" id="contact">
<h1 class="text-center">CONNECT WITH ME </h1>
<div class="container">
<div class="row">
<div class="col-lg-4 py-3">
<div class="footer-info">
<p>Where to find me </p>
<hr class="divider">
<p class="fs-large" style="color: #e5b8f4;">Bhubaneswar, Odisha, India</p>
</div>
</div>
<div class="col-md-6 col-lg-4 py-3">
<div class="float-lg-right">
<p>Follow me</p>
<hr class="divider">
<ul class="list-unstyled">
<li><a href="https://github.com/Abhilasha6">GitHub</a></li>
<li><a href="https://www.linkedin.com/in/abhilasha-panda-24374420a/">LinkedIn</a></li>
</ul>
</div>
</div>
<div class="col-md-6 col-lg-4 py-3">
<div class="float-lg-right">
<p>Contact me</p>
<hr class="divider">
<ul class="list-unstyled">
<li><a href="mailto:meabhilashapanda@gmail.com">Mail</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div> <!-- End footer -->
<script src="./assets/js/jquery-3.5.1.min.js"></script>
<script src="./assets/js/bootstrap.bundle.min.js"></script>
<script src="./assets/vendor/owl-carousel/owl.carousel.min.js"></script>
<script src="./assets/vendor/perfect-scrollbar/js/perfect-scrollbar.js"></script>
<script src="./assets/vendor/isotope/isotope.pkgd.min.js"></script>
<script src="./assets/vendor/nice-select/js/jquery.nice-select.min.js"></script>
<script src="./assets/vendor/fancybox/js/jquery.fancybox.min.js"></script>
<script src="./assets/vendor/wow/wow.min.js"></script>
<script src="./assets/vendor/animateNumber/jquery.animateNumber.min.js"></script>
<script src="./assets/vendor/waypoints/jquery.waypoints.min.js"></script>
<script src="./assets/js/topbar-virtual.js"></script>
<script async defer
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAIA_zqjFMsJM_sxP9-6Pde5vVCTyJmUHM&callback=initMap"></script>
</body>
</html>