-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
466 lines (419 loc) · 22.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
<!DOCTYPE HTML>
<html>
<head>
<link href="style.css" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous"/>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/20c5629a29.js" crossorigin="anonymous"></script>
</head>
<body>
<!-- Navbar Start -->
<nav class="navbar fixed-top shadow-sm navbar-expand-lg bg-light navbar-light py-3 py-lg-0 px-lg-5">
<a href="index.html" class="navbar-brand ml-lg-3">
<h1 class="m-0 display-5"><span class="text-primary">My</span>Portfolio</h1>
</a>
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbarCollapse">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse px-lg-3" id="navbarCollapse">
<div class="navbar-nav m-auto py-0">
<a href="#home" class="nav-item nav-link active">Home</a>
<a href="#about" class="nav-item nav-link">About</a>
<a href="#qualification" class="nav-item nav-link">Quality</a>
<a href="#skill" class="nav-item nav-link">Skill</a>
<a href="#service" class="nav-item nav-link">My Projects</a>
<a href="#contact" class="nav-item nav-link">Contact</a>
</div>
</div>
</nav>
<!-- Navbar End -->
<!-- Header Start -->
<div class="banner-section-bg-container d-flex flex-column justify-content-center">
<div class="container">
<div class="row">
<div class="col-12 col-md-7 order-2 order-md-1 d-flex flex-column justify-content-center">
<h1 class="banner-section-heading mb-3">
Hey,I am <span class="person-name">Prasanna Kumar</span>
</h1>
<p class="banner-section-bg-description mb-3">
A Frontend Developer!
</p>
<a href="https://drive.google.com/file/d/1UbuXoPW1IRZOQW93VEMCVas9hEUXFHIn/view?usp=share_link" download><button class="custom-button">Download Resume</button></a> </div>
</div>
</div>
</div>
<!-- Header End -->
<!-- About Start -->
<div class="container-fluid py-5" id="about">
<div class="container">
<div class="position-relative d-flex align-items-center justify-content-center">
<h1 class="display-1 text-uppercase text-white" style="-webkit-text-stroke: 1px #dee2e6;">About</h1>
<h1 class="position-absolute text-uppercase text-primary">About Me</h1>
</div>
<div class="row align-items-center">
<div class="col-lg-5 pb-4 pb-lg-0">
<img class="img-fluid w-10" src="prasanna.jpg" alt="">
</div>
<div class="col-lg-7">
<h3 class="mb-4">Python Full Stack Developer</h3>
<p>
Strong in design and integration with intuitive problem-solving skills. Proficient in PYTHON,
JAVASCRIPT, and SQL. Passionate about implementing and launching new projects. Ability to translate
business requirements into technical solutions. Looking to start the career as an entry-level software
engineer with a reputed firm driven by technology.
</p>
<div class="row mb-3">
<div class="col-sm-6 py-2"><h6>Name: <span class="text-secondary">Prasanna Kumar D</span></h6></div>
<div class="col-sm-6 py-2"><h6>Birthday: <span class="text-secondary">15 July 2002</span></h6></div>
<div class="col-sm-6 py-2"><h6>Degree: <span class="text-secondary">Bachelor of Engineering</span></h6></div>
<div class="col-sm-6 py-2"><h6>Phone: <span class="text-secondary">+91 9361480652</span></h6></div>
<div class="col-sm-6 py-2"><h6>Email: <span class="text-secondary">prasannadharmarajm@gmail.com</span></h6></div>
<div class="col-sm-6 py-2"><h6>Address: <span class="text-secondary">Tuticorin, Tamilnadu, India</span></h6></div>
</div>
<a href="" class="btn btn-outline-primary">Learn More</a>
</div>
</div>
</div>
</div>
<!-- About End -->
<!-- Skill Start -->
<div class="container-fluid py-5" id="skill">
<div class="container">
<div class="position-relative d-flex align-items-center justify-content-center">
<h1 class="display-1 text-uppercase text-white" style="-webkit-text-stroke: 1px #dee2e6;">Skills</h1>
<h1 class="position-absolute text-uppercase text-primary">My Skills</h1>
</div>
<div class="skills-section pt-5 pb-5">
<div class="container">
<div class="row">
<div class="col-12">
</div>
<div class="col-6 col-md-3">
<div class="shadow skills-card text-center mb-3">
<img
src="https://cdn-icons-png.flaticon.com/512/5968/5968267.png"
class="skills-card-image"
/>
<h1 class="skills-card-title">HTML</h1>
</div>
</div>
<div class="col-6 col-md-3">
<div class="shadow skills-card text-center mb-3">
<img
src="https://cdn-icons-png.flaticon.com/512/5968/5968242.png"
class="skills-card-image"
/>
<h1 class="skills-card-title">CSS</h1>
</div>
</div>
<div class="col-6 col-md-3">
<div class="shadow skills-card text-center mb-3">
<img
src="https://cdn-icons-png.flaticon.com/512/5968/5968672.png"
class="skills-card-image"
/>
<h1 class="skills-card-title">BOOTSTRAP</h1>
</div>
</div>
<div class="col-6 col-md-3">
<div class="shadow skills-card text-center mb-3">
<img
src="https://cdn-icons-png.flaticon.com/512/5968/5968292.png"
class="skills-card-image"
/>
<h1 class="skills-card-title">JS</h1>
</div>
</div>
</div>
</div>
</div>
<div class="skills-section pt-5 pb-5">
<div class="container">
<div class="row">
<div class="col-12">
</div>
<div class="col-6 col-md-3">
<div class="shadow skills-card text-center mb-3">
<img
src="https://flask.palletsprojects.com/en/2.2.x/_images/flask-logo.png"
class="skills-card-image"
/>
<h1 class="skills-card-title">Flask</h1>
</div>
</div>
<div class="col-6 col-md-3">
<div class="shadow skills-card text-center mb-3">
<img
src="https://static.djangoproject.com/img/logos/django-logo-negative.png"
class="skills-card-image"
/>
<h1 class="skills-card-title">Django</h1>
</div>
</div>
<div class="col-6 col-md-3">
<div class="shadow skills-card text-center mb-3">
<img
src="https://img.freepik.com/icones-gratuites/python_318-698193.jpg"
class="skills-card-image"
/>
<h1 class="skills-card-title">PYTHON</h1>
</div>
</div>
<div class="col-6 col-md-3">
<div class="shadow skills-card text-center mb-3">
<img
src="https://w7.pngwing.com/pngs/683/965/png-transparent-software-testing-functional-testing-computer-software-manual-testing-software-engineering-software-test-hand-quality-assurance-systems-development-life-cycle-thumbnail.png"
class="skills-card-image"
/>
<h1 class="skills-card-title">MANUAL TESTING</h1>
</div>
</div>
</div>
</div>
</div>
<div class="skills-section pt-5 pb-5">
<div class="container">
<div class="row">
<div class="col-12">
<h1 class="skills-section-sub-heading mb-3">
</h1>
</div>
<div class="col-6 col-md-3">
<div class="shadow skills-card text-center mb-3">
<img
src="https://git-scm.com/images/logos/downloads/Git-Icon-1788C.png"
class="skills-card-image"
/>
<h1 class="skills-card-title">Git</h1>
</div>
</div>
<div class="col-6 col-md-3">
<div class="shadow skills-card text-center mb-3">
<img
src="https://www.postgresql.org/media/img/about/press/elephant.png"
class="skills-card-image"
/>
<h1 class="skills-card-title">PostgreSQL</h1>
</div>
</div>
<div class="col-6 col-md-3">
<div class="shadow skills-card text-center mb-3">
<img
src="https://thumbs.dreamstime.com/b/sql-icon-simple-vector-138631132.jpg"
class="skills-card-image"
/>
<h1 class="skills-card-title">SQL</h1>
</div>
</div>
<div class="col-6 col-md-3">
<div class="shadow skills-card text-center mb-3">
<img
src="https://c8.alamy.com/comp/R2J08E/data-structure-line-icon-concept-data-structure-vector-linear-illustration-symbol-sign-R2J08E.jpg"
class="skills-card-image"
/>
<h1 class="skills-card-title">DATA STRUCTURES</h1>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Skill End -->
<!-- Qualification Start -->
<div class="container-fluid py-5" id="qualification">
<div class="container">
<div class="position-relative d-flex align-items-center justify-content-center">
<h1 class="display-1 text-uppercase text-white" style="-webkit-text-stroke: 1px #dee2e6;">Quality</h1>
<h1 class="position-absolute text-uppercase text-primary">Education & Expericence</h1>
</div>
<div class="row align-items-center">
<div class="col-lg-6">
<h3 class="mb-4">My Education</h3>
<div class="border-left border-primary pt-2 pl-4 ml-2">
<div class="position-relative ex-me mb-4">
<i class="far fa-dot-circle text-primary position-absolute" style="top: 2px; left: -35px; font-size: 22px;"></i>
<h5 class="font-weight-bold mb-1">Bachelor of Engineering</h5>
<p class="mb-2"><strong>Sengunthar college of engineering, Namkkal</strong> | <small>2019 - 2023</small></p>
<p><strong>Grade</strong>: 7.48</p>
</div>
<div class="position-relative ex-me mb-4">
<i class="far fa-dot-circle text-primary position-absolute" style="top: 2px; left: -35px; font-size: 22px;"></i>
<h5 class="font-weight-bold mb-1">HSC - 12th class</h5>
<p class="mb-2"><strong>C.K.T Matric Hr.Sec.School, Kovilpatti</strong> | <small>2018 - 2019</small></p>
<p><strong>Grade</strong>: 64%</p>
</div>
<div class="position-relative ex-me mb-4">
<i class="far fa-dot-circle text-primary position-absolute" style="top: 2px; left: -35px; font-size: 22px;"></i>
<h5 class="font-weight-bold mb-1">SSC - 10th class</h5>
<p class="mb-2"><strong>C.K.T Matric Hr.Sec.School, Kovilpatti</strong> | <small>2016 - 2017</small></p>
<p><strong>Grade</strong>: 95%</p>
</div>
</div>
</div>
<div class="col-lg-6">
<h3 class="mb-4">My Experience</h3>
<div class="border-left border-primary pt-2 pl-4 ml-2">
<div class="position-relative ex-me mb-4">
<i class="far fa-dot-circle text-primary position-absolute" style="top: 2px;left: -35px; font-size: 22px;"></i>
<h5 class="font-weight-bold mb-1">Medical Equipments Training</h5>
<p class="mb-2"><strong> The Global Healthcare</strong> | <small> Mar-2022 </small></p>
</div>
<div class="position-relative ex-me mb-4">
<i class="far fa-dot-circle text-primary position-absolute" style="top: 2px;left: -35px; font-size: 22px;"></i>
<h5 class="font-weight-bold mb-1">Hospital Training</h5>
<p class="mb-2"><strong>BGR Multispecialty Hospital</strong> | <small> Dec-2022</small></p>
</div>
<div class="position-relative ex-me mb-4">
<i class="far fa-dot-circle text-primary position-absolute" style="top: 2px;left: -35px; font-size: 22px;"></i>
<h5 class="font-weight-bold mb-1">Web Development Intern</h5>
<p class="mb-2"><strong>LetsGrowMore</strong> | <small> Mar,2023</small></p>
</div>
<div class="position-relative ex-me mb-4">
<i class="far fa-dot-circle text-primary position-absolute" style="top: 2px;left: -35px; font-size: 22px;"></i>
<h5 class="font-weight-bold mb-1">Python Full Stack Development Internship</h5>
<p class="mb-2"><strong>Besant Technologies</strong> | <small> Mar,2023</small></p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Qualification End -->
<!-- project Start -->
<div class="container-fluid pt-5" id="service">
<div class="container">
<div class="service-h4 position-relative d-flex align-items-center justify-content-center">
<h1 class="display-1 text-uppercase text-white" style="-webkit-text-stroke: 1px #dee2e6;">My Projects</h1>
<h1 class="position-absolute text-uppercase text-primary">projects</h1>
</div>
<div class="row pb-3">
<div class="service-box col-lg-4 col-md-6 text-center mb-5">
<div class="d-flex align-items-center justify-content-center mb-4">
<h4 class="font-weight-bold m-0">Design of Bioamplifier</h4>
</div>
<p>
The core idea of this project is to gather and increase the signal integrity of
physiologic electrical activity for output to various sources.
</p>
<a class="border-bottom border-primary text-decoration-none" href="">Read More</a>
</div>
<div class="service-box col-lg-4 col-md-6 text-center mb-5">
<div class="d-flex align-items-center justify-content-center mb-4">
<h4 class="font-weight-bold m-0">Prasanna's Blog</h4>
</div>
<p>
The main agenda of the Blog "A collection of random musings"
</p>
<a class="border-bottom border-primary text-decoration-none" href="">Read More</a>
</div>
<div class="service-box col-lg-3 col-md-6 text-center mb-5">
<div class="d-flex align-items-center justify-content-center mb-4">
<h4 class="font-weight-bold m-0">Snake Game</h4>
</div>
<p>
The Game is Designed using Turtle module of python.More
interesting than the original Snake game.
</p>
<a class="border-bottom border-primary text-decoration-none" href="">Read More</a>
</div>
<div class="service-box col-lg-4 col-md-6 text-center mb-5">
<div class="d-flex align-items-center justify-content-center mb-4">
<h4 class="font-weight-bold m-0">Top 10 Movie Website</h4>
</div>
<p>
Listed the best collection of movies all over the world.Users
can also modify the listed movies on their preferences.
</p>
<a class="border-bottom border-primary text-decoration-none" href="">Read More</a>
</div>
<div class="service-box col-lg-4 col-md-7 text-center mb-5">
<div class="d-flex align-items-center justify-content-center mb-4">
<h4 class="font-weight-bold m-0">Online Portfolio</h4>
</div>
<p>
This project showcases the collection of digital materials of an individual's work and accomplishments,
typically hosted on a personal website or online platform. The purpose of an online portfolio is to provide a
visual representation of an individual's skills, expertise, and to demonstrate their capabilities
to potential employers, clients, or collaborators.
</p>
<a class="border-bottom border-primary text-decoration-none" href="">Read More</a>
</div>
<div class="service-box col-lg-3 col-md-6 text-center mb-5">
<div class="d-flex align-items-center justify-content-center mb-4">
<h4 class="font-weight-bold m-0">Calculator </h4>
</div>
<p>This project allows users to perform various mathematical calculations.
These provide a user interface where users can input numerical values,
choose mathematical operations, and get the calculated result</p>
<a class="border-bottom border-primary text-decoration-none" href="">Read More</a>
</div>
</div>
</div>
</div>
<!-- project End -->
<!-- Contact Start -->
<div class="container-fluid py-5" id="contact">
<div class="container">
<div class="position-relative d-flex align-items-center justify-content-center">
<h1 class="display-1 text-uppercase text-white" style="-webkit-text-stroke: 1px #dee2e6;">Contact</h1>
<h1 class="position-absolute text-uppercase text-primary">Contact Me</h1>
</div>
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="contact-form text-center">
<div id="success"></div>
<form name="sentMessage" id="contactForm" novalidate="novalidate">
<div class="form-row">
<div class="control-group col-sm-6">
<input type="text" class="form-control p-4" id="name" placeholder="Your Name"
required="required" data-validation-required-message="Please enter your name" />
<p class="help-block text-danger"></p>
</div>
<div class="control-group col-sm-6">
<input type="email" class="form-control p-4" id="email" placeholder="Your Email"
required="required" data-validation-required-message="Please enter your email" />
<p class="help-block text-danger"></p>
</div>
</div>
<div class="control-group">
<input type="text" class="form-control p-4" id="subject" placeholder="Subject"
required="required" data-validation-required-message="Please enter a subject" />
<p class="help-block text-danger"></p>
</div>
<div class="control-group">
<textarea class="form-control py-3 px-4" rows="5" id="message" placeholder="Message"
required="required"
data-validation-required-message="Please enter your message"></textarea>
<p class="help-block text-danger"></p>
</div>
<div>
<button class="btn btn-outline-primary" type="submit" id="sendMessageButton">Send
Message</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<!-- Contact End -->
<!-- Footer Start -->
<div class="container-fluid bg-primary text-white mt-5 py-1 px-sm-1 px-md-5">
<div class="container text-center py-5">
<div class="d-flex justify-content-center mb-4">
<a class="btn btn-light btn-social mr-2" href="https://github.com/Prasanna02"><i class="fab fa-github"></i></a>
<a class="btn btn-light btn-social mr-2" href="https://www.hackerrank.com/dwyanebravo278"><i class="fab fa-hackerrank"></i></a>
<a class="btn btn-light btn-social mr-2" href="https://www.linkedin.com/in/kumar02/"><i class="fab fa-linkedin-in"></i></a>
</div>
<p class="m-0"Designed by></p> <a class="text-white font-weight-bold" href="#">Made by Prasanna Kumar</a>
</p>
</div>
</div>
<!-- Footer End -->
<!-- Back to Top -->
<a href="#" class="btn btn-outline-dark px-0 back-to-top"><i class="fa fa-angle-double-up"></i></a>
</body>
</html>