-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
484 lines (400 loc) · 22.3 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
<!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.0">
<link rel="stylesheet" href="style.css">
<title>Portfolio_Website</title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<!-- Popper JS -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<!-- Latest compiled JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<link href="style.css" rel="stylesheet" type="text/css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div class="container">
<div class="nav_section">
<nav class="navbar navbar-expand-lg navbar-light ">
<a class="navbar-brand text-white" href="#">
@Priyanshu <span>.</span>
</a>
<button class="navbar-toggler" style="border: navajowhite;" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<i class="text-white fa fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" style="color: #f54717 !important" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Skills</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Certificates</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Experience</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Contact</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
<!--Hero Section-->
<div class="hero_section">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-6 col-ms-12 col-xs-12">
<h3>Hi There,</h3>
<h1>I<span style="color:rgb(231, 86, 33);">'</span>m Priyanshu Vaishnavi</h1>
<h2>Web Designer & Android App Developer</h2>
<p>A hardworking and dedicated team player passionate about implementing and launching new projects. Looking forward to associate with an organisation which can provide me with a dynamic work sphere to extract my inherit skills and abilities to excel in the multi-dimensional field of the software Development.</p>
<div class="btn_container">
<button class="btn btn-light animate_animated ">Contact Me</button>
</div>
</div>
<div class="col-lg-6 col-md-6 col-ms-12 col-xs-12">
<center>
<img src="./image/hero-section.png" />
</center>
</div>
</div>
</div>
</div>
<!--ABOUT ME SECTION-->
<div class="about_section">
<div class="container">
<div class="row m-0">
<div class="col-lg-6 col-md-6 col-ms-12 col-xs-12">
<h2 id="heading">To Know More &<br> To Connect with me!!</h2>
<div>
<h5 class="lets_connect_on">Let's Connect on <span style="color: goldenrod;">--------------------</span></h5>
</div>
<h4 id="vaishnavipriyanshu198_gmail">vaishnavipriyanshu198@gmail.com</h4>
<div class="contact_info">
<h5>LinkedIn: priyanshu-vaishnavi</h5>
<h5>Github: priyanshu688</h5>
<h5>Instagram: motivational_grid1</h5>
</div>
</div>
<div class="col-lg-6 col-md-6 col-ms-12 col-xs-12 about_me_right_section">
<h2 id="heading">About Me</h2>
<hr>
<p id="txt">Hello, I'm Priyanshu Vaishnavi, a Computer Science Engineering student. I am a passionate Web & Android Developer. I worked as a App Developer Intern at The Sparks Foundation. Open Source Contributor @GWOC'21. I even worked as a Curriculum Writer for the NGOs for the Social Cause. Love to develop Core Java stuffs and My Own Applications & Softwares.</p>
<table class="table">
<tr>
<td>Name</td>
<td>:</td>
<td>Priyanshu Vaishnavi</td>
</tr>
<tr>
<td>Email</td>
<td>:</td>
<td>vaishnavipriyanshu198@gmail.com</td>
</tr>
<tr>
<td>College</td>
<td>:</td>
<td>College of Engineering Roorkee</td>
</tr>
</table>
<button class="btn btn-light btn-sm animate_animated">Download CV</button>
</div>
</div>
</div>
</div>
<!--Skills Section-->
<div class="skills_section">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-6 col-ms-12 col-xs-12 skills_section_left_section">
<div>
<h1 class="text-white" id="heading">My Skills <span style="color: rgb(238, 105, 16);">----</span></h1>
<hr>
<p>Other Non-Technical Skills, I am into is <span style="color: hotpink;">....</span></p>
<div class="social_media_icons">
<ul class="list-group">
<li class="list-group-item">
<a>Freelancer</a>
</li>
<li class="list-group-item">
<a>Leadership</a>
</li>
<li class="list-group-item">
<a>Community Building</a>
</li>
<li class="list-group-item">
<a>Task Management</a>
</li>
</ul>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6 col-ms-12 col-xs-12 skills_section_right_section">
<div>
<div class="each_skills">
<span>HTML 5</span>
<div class="progress">
<div class="progress-bar progress-bar-striped bg-warning" role="progressbar" style="width: 75%" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<div class="each_skills">
<span>CSS 3</span>
<div class="progress">
<div class="progress-bar progress-bar-striped bg-info" role="progressbar" style="width: 50%" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<div class="each_skills">
<span>JavaScript</span>
<div class="progress">
<div class="progress-bar progress-bar-striped bg-danger" role="progressbar" style="width: 100%" aria-valuenow="100" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<div class="each_skills">
<span>Bootstrap 4</span>
<div class="progress">
<div class="progress-bar bg-warning" role="progressbar" style="width: 75%" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<div class="each_skills">
<span>Android</span>
<div class="progress">
<div class="progress-bar progress-bar-striped bg-warning" role="progressbar" style="width: 75%" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<div class="each_skills">
<span>Java</span>
<div class="progress">
<div class="progress-bar bg-info" role="progressbar" style="width: 50%" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<div class="each_skills">
<span>C/C++</span>
<div class="progress">
<div class="progress-bar progress-bar-striped bg-warning" role="progressbar" style="width: 75%" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--Certificates-->
<section class="certificates" id="certificates">
<h1 style="text-align: center;" class="text-white" id="heading" >My Certificates <span style="color: rgb(241, 240, 238);">----</span></h1>
<!-- <h1 class="heading"> My <span>Certificates</span></h1> -->
<div class="box-container">
<div class="box">
<img src="image/HTML 5 Certificate.png" alt="">
</div>
<div class="box">
<img src="image/Sparks Completion Internship Certificate.png" alt="">
</div>
<div class="box">
<img src="image/Advance Styling with Responsive Design.png" alt="">
</div>
<div class="box">
<img src="image/Guvi Official Certificate.png" alt="">
</div>
<div class="box">
<img src="image/Hackersvilla Cyber Security Certificate.jpg" alt="">
</div>
<div class="box">
<img src="image/TCSion Young Professional Certificate.png" alt="">
</div>
<div class="box">
<img src="image/Android Development Training.png" alt="">
</div>
<div class="box">
<img src="image/IBM CERTIFICATE ON PYTHON 101 FOR DATA SCIENCE.png" alt="">
</div>
<div class="box">
<img src="image/CSS 3 Certificate.png" alt="">
</div>
</div>
</section>
<!--Experience Section-->
<section class="experience" id="experience">
<h1 style="text-align: center;" class="heading"> <span style="color: rgb(247, 236, 215);" >My Experience -----</span></h1>
<div class="box-container">
<div class="box">
<div class="content">
<span> September 2021 - Present </span>
<h3>Web Developer Intern</h3>
<p> I got selected as a Web Developer Intern @LetsGrowMore. This is a 1-month Virtual Internship Program where I got the opportunity to work on multiple tasks and even got the chance to apply my skills and knowledge to make websites fun!</p>
</div>
</div>
<div class="box">
<div class="content">
<span> September 2021 - Present </span>
<h3>Open Source Contributor @GWOC'21</h3>
<p> Here I am selected to be a part of Girl Script Winter of Contributing, an Open Source program and will contribute my skills and knowledge to make the world’s largest multilingual repository.</p>
</div>
</div>
<div class="box">
<div class="content">
<span> July 2021 - August 2021 </span>
<h3>Android App Developer Intern</h3>
<p> It was a great learning experience while interning with The Sparks Foundation. I worked on some projects related to App Development which really helped to enhance my skills and also got opportunity to implement and showcase my technical skills while working on some projects.</p>
</div>
</div>
<div class="box">
<div class="content">
<span> June 2021 - August 2021 </span>
<h3>ISP'23 @Internshala</h3>
<p> Selected as an ISP of my college. Main task included is the promotion and to aware my college mates for the upcoming internships and the trainings in the various fields and help them learning new skills.</p>
</div>
</div>
<div class="box">
<div class="content">
<span> June 2021 - July 2021 </span>
<h3>Curriculum Writer</h3>
<p> Team Everest NGO is one of the biggest non-profit organization with the vision of inspiring at max people to volunteer. Here I will be the part of the "Curriculum Writing" initiative during this virtual Summer Volunteer Internship Program.</p>
</div>
</div>
<div class="box">
<div class="content">
<span> August 2021 - Present </span>
<h3>College Representative @IIT Bombay</h3>
<p> Here, I will be working in the College Representative Program of Abhyuday, IIT Bombay. I will get the opportunity to kick start my new journey in an ocean of tremendous opportunities with Abhyuday, IIT Bombay.</p>
</div>
</div>
</div>
</section>
<!--Contact Section-->
<div class="contact_section">
<div class="container">
<div class="row m-0">
<div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">
<div>
<h3 class="heading">Contact Me<span style="color: orangered;">.</span></h3>
<hr>
<p class="txt">Feel free to contact with me.</p>
<form>
<div class="form-group">
<input class="form-control" placeholder="Your Name" type="text" />
</div>
<div class="form-group">
<input class="form-control" placeholder="Your Email" type="email" />
</div>
<div class="form-group">
<input class="form-control" placeholder="Subject" type="text" />
</div>
<div class="form-group">
<textarea class="form-control" placeholder="Type Your Message...."></textarea>
</div>
<div class="form-group">
<button class="btn btn-light animate_animated" type="submit">Submit</button>
</div>
</form>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">
<div>
<ul class="list-unstyled">
<li>
<i class="fa fa-envelope-o"></i> vaishnavipriyanshu198@gmail.com
</li>
<li>
<i class="fa fa-phone"></i> +074 939 580 14
</li>
<li>
<i class="fa fa-bars"></i> Roorkee, India-247667
</li>
</ul>
</div>
<div class="map_wrapper">
<div class="mapouter"><div class="gmap_canvas"><iframe width="580" height="380" id="gmap_canvas" src="https://maps.google.com/maps?q=2880%20Broadway,%20New%20York&t=&z=13&ie=UTF8&iwloc=&output=embed" frameborder="0" scrolling="no" marginheight="0" marginwidth="0"></iframe><a href="https://123movies-to.org"></a><br><style>.mapouter{position:relative;text-align:right;height:380px;width:580px;}</style><a href="https://www.embedgooglemap.net">html google maps</a><style>.gmap_canvas {overflow:hidden;background:none!important;height:380px;width:580px;}</style></div></div>
</div>
</div>
</div>
</div>
</div>
<!--Footer Section-->
<div class="footer-area">
<div class="container">
<div class="row py-5">
<div class="logo-area col-lg-4 col-md-4 col-sm-12 col-12">
<a class="navbar-brand text-white" href="#">
Priyanshu Vaishnavi <span style="color: orangered;"></span>
</a>
<p>Thank you for visiting my personal portfolio Website. Connect with me over socials..</p>
<div class="links">
<i class= "fa fa-linkedin-square animate_animated" ></i>
<i class= "fa fa-github-square animate_animated" ></i>
<i class= "fa fa-telegram px-1 animate_animated" ></i>
<i class= "fa fa-instagram px-1 animate_animated" ></i>
<i class= "fa fa-twitter-square animate_animated" ></i>
</div>
</div>
<div class=" col-lg-4 col-md-4 col-sm-12 col-12 column">
<h4 class="heading">Quick Links <span style="color: rgb(243, 200, 10);">.</span></h4>
<ul class="list-group">
<li class="list-group-item border-0 bg-transparent">
<i class="fa fa-chevron-right"></i> <span>Home</span>
</li>
<li class="list-group-item border-0 bg-transparent">
<i class="fa fa-chevron-right"></i> <span>About</span>
</li>
<li class="list-group-item border-0 bg-transparent">
<i class="fa fa-chevron-right"></i> <span>Skills</span>
</li>
<li class="list-group-item border-0 bg-transparent">
<i class="fa fa-chevron-right"></i> <span>Certificates</span>
</li>
<li class="list-group-item border-0 bg-transparent">
<i class="fa fa-chevron-right"></i> <span>Experience</span>
</li>
</ul>
</div>
<div class=" col-lg-4 col-md-4 col-sm-12 col-12 column">
<h4 class="heading">Contact Info <span style="color: rgb(243, 200, 10)";>.</span></h4>
<ul class="list-unstyled">
<li>
<i class="fa fa-envelope-o"></i> vaishnavipriyanshu198@gmail.com
</li>
<li>
<i class="fa fa-phone"></i> +074 939 580 14
</li>
<li>
<i class="fa fa-bars"></i> Roorkee, India-247667
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="bottom">
<center>
<span class="credit" >Made with <i class="fa fa-heart pulse"></i> in an initiative with GirlScript </a> | </span>
<span class="far fa-copyright"></span><span> 2021 All rights reserved.</span>
</center>
</div>
<div id="particles-js"></div>
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<script>
particlesJS.load('particles-js', 'particles.json',
function(){
console.log('particles.json loaded...')
})
</script>
<script type="text/javascript" src="./js/app.js"></script>
<script type="text/javascript" src="./js/particles.js"></script>
</body>
</html>