-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
598 lines (582 loc) · 23.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
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
i<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Personal Portfolio Website</title>
<link rel="stylesheet" href="style.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css"
/>
<script src="https://unpkg.com/scrollreveal"></script>
</head>
<body>
<div class="scrollToTop-btn flex-center">
<i class="fas fa-arrow-up"></i>
</div>
<div class="theme-btn flex-center">
<i class="fas fa-moon"></i>
<i class="fas fa-sun"></i>
</div>
<header>
<div class="nav-bar">
<a href="#" class="logo">Piyush</a>
<div class="navigation">
<div class="nav-items">
<div class="nav-close-btn"></div>
<a class="active" href="#home">Home</a>
<a href="#about">About</a>
<a href="#skills">Skills</a>
<a href="#portfolio">Portfolio</a>
<a href="#contact">Contact</a>
</div>
</div>
<div class="nav-menu-btn"></div>
</div>
</header>
<section class="home" id="home">
<div class="home-container">
<div class="media-icons">
<a href="https://www.linkedin.com/in/piyush--singhal/"
><i class="fab fa-linkedin"></i
></a>
<a href="https://www.instagram.com/piyush.singhal.2004/"
><i class="fab fa-instagram"></i
></a>
<a href="https://x.com/PiyushS07508112"
><i class="fab fa-twitter"></i
></a>
</div>
<div class="info">
<h2>Hi, I am Piyush</h2>
<h3>Software Developer</h3>
<p>
I am a skilled and creative developer with a passion for creating
beautiful, responsive, and user-friendly websites.
</p>
<a href="#contact" class="btn"
>Contact Me <i class="fas fa-arrow-circle-right"></i
></a>
</div>
<div class="home-img">
<img src="WhatsApp Image 2024-07-10 at 12.44.18_a7f53761.png" alt="" />
</div>
</div>
<a href="#about" class="scroll-down"
>Scroll Down <i class="fas fa-arrow-down"></i
></a>
</section>
<section class="about section" id="about">
<div class="container flex-center">
<h1 class="section-title-01">About Me</h1>
<h2 class="section-title-02">About Me</h2>
<div class="content flex-center">
<div class="about-img">
<img src="WhatsApp Image 2024-07-10 at 12.44.18_a7f53761.jpg" alt="" />
</div>
<div class="about-info">
<div class="description">
<h3>I'm Piyush</h3>
<h4>
A <span>Software Developer</span> currently pursuing my Degree
at NIMS University.
</h4>
<p>
As a passionate software developer, I thrive on crafting
innovative and efficient solutions to complex problems.
With expertise in web development, C++, and front-end design,
I bring creativity and technical prowess to every project.
My portfolio showcases a diverse range of projects, from
sleek landing pages to dynamic web applications. I am
dedicated to continuous learning and staying at the forefront
of technology. Let's create something amazing together!
</p>
</div>
<a
href="https://acrobat.adobe.com/id/urn:aaid:sc:AP:370385aa-1def-42e0-a62b-ac7d25825bf4"
class="btn"
>Download CV <i class="fas fa-download"></i
></a>
</div>
</div>
</div>
</section>
<section class="skills section" id="skills">
<div class="container flex-center">
<h1 class="section-title-01">Skills</h1>
<h2 class="section-title-02">Skills</h2>
<div class="content">
<div class="skills-description">
<h3>Education & Skills</h3>
</div>
<div class="skills-info education-all">
<div class="education">
<h4><label>Education</label></h4>
<ul class="edu-list">
<li class="item">
<span class="year">2023-Present</span>
<p>
<span>B.Tech in Computer Science</span> - Nims University,
Rajasthan
</p>
</li>
<li class="item">
<span class="year">2021-2022</span>
<p>
<span>Class 12th - 89.6%</span> - Step By Step Sr. Sec.
School, Alwar, Rajasthan
</p>
</li>
<li class="item">
<span class="year">2019-2020</span>
<p>
<span>Class 10th - 86.2%</span> - Step By Step Sr. Sec.
School, Alwar, Rajasthan
</p>
</li>
</ul>
</div>
<div class="education">
<h4><label>Skills</label></h4>
<ul class="bars">
<li class="bar">
<div class="info">
<span>HTML</span>
<span>95%</span>
</div>
<div class="line html"></div>
</li>
<li class="bar">
<div class="info">
<span>C++</span>
<span>90%</span>
</div>
<div class="line c++"></div>
</li>
<li class="bar">
<div class="info">
<span>Css</span>
<span>85%</span>
</div>
<div class="line css"></div>
</li>
<li class="bar">
<div class="info">
<span>Javascript</span>
<span>80%</span>
</div>
<div class="line javascript"></div>
</li>
<li class="bar">
<div class="info">
<span>C</span>
<span>75%</span>
</div>
<div class="line c"></div>
</li>
</ul>
</div>
<div class="education">
<h4><label>Accomplishment</label></h4>
<ul class="edu-list">
<li class="item">
<span class="year">2024</span>
<p>
Have solved over 700+ Questions on Codechef coding platform.
</p>
</li>
<li class="item">
<span class="year">2024</span>
<p>Have a rating of 1400+ on my Codechef account.</p>
</li>
<li class="item">
<span class="year">2024</span>
<p>
Have secured Global rank of around 2500 in one of my
Codechef contest starters 123 among 42000+ students.
</p>
</li>
</ul>
</div>
</div>
<div class="skills-description">
<h3>Work & Experience</h3>
</div>
<div class="skills-info">
<div class="experience-card">
<div class="upper">
<h3>Web Development</h3>
<h5>Software Development Intern</h5>
<span>June24 - July24</span>
</div>
<div class="hr"></div>
<h4><label>The Sparks Foundation</label></h4>
<p>
Developed a secure and user-friendly basic banking system
website. Implemented key functionalities like customer
management, transaction tracking, and balance updates using
modern web technologies.
</p>
</div>
<div class="experience-card">
<div class="upper">
<h3>Web Development</h3>
<h5>Software Development Intern</h5>
<span>June24 - July24</span>
</div>
<div class="hr"></div>
<h4><label>Codsoft</label></h4>
<p>
Developed a responsive landing page, an interactive personal
portfolio, and a functional calculator application. Implemented
efficient coding practices and ensured cross-browser compatibility.
</p>
</div>
<div class="experience-card">
<div class="upper">
<h3>Web Development</h3>
<h5>Software Development Intern</h5>
<span>July24 - August24</span>
</div>
<div class="hr"></div>
<h4><label>Oasis Infobyte</label></h4>
<p>
Developed a series of web applications including a dynamic to-do
list, a tribute page, and an interactive calculator. This
experience honed my front-end development skills and reinforced
best practices in web development
</p>
</div>
</div>
</div>
</div>
</section>
<section class="portfolio section" id="portfolio">
<div class="container flex-center">
<h1 class="section-title-01">Portfolio</h1>
<h2 class="section-title-02">Portfolio</h2>
<div class="content">
<div class="portfolio-list">
<div class="img-card-container">
<div class="img-card">
<div class="overlay"></div>
<div class="info">
<h3>Web Design</h3>
<span>Landing Page</span>
</div>
<img src="image5.avif" alt="" />
</div>
<div class="portfolio-model flex-center">
<div class="portfolio-model-body">
<i class="fas fa-times portfolio-close-btn"></i>
<h3>Landing Page</h3>
<img src="image5.avif" alt="" />
<p>
Explore our travel landing page designed to captivate and
inform. Immerse yourself in stunning imagery, discover
destination highlights, and interact with interactive maps.
Receive personalized recommendations and practical travel
tips curated for your journey. Start planning your next
adventure today and join our community of passionate
travelers.
</p>
<br>
<a
href="https://github.com/piyush06singhal/codsoft_travel_landing_page"
>
Github Link</a
>
</h4>
<h4>
<a
href="https://piyush06singhal.github.io/codsoft_travel_landing_page"
>
Website Link</a
>
</h4>
</div>
</div>
</div>
<div class="img-card-container">
<div class="img-card">
<div class="overlay"></div>
<div class="info">
<h3>Web Design</h3>
<span>Calculator</span>
</div>
<img src="image6.avif" alt="" />
</div>
<div class="portfolio-model flex-center">
<div class="portfolio-model-body">
<i class="fas fa-times portfolio-close-btn"></i>
<h3>Calculator</h3>
<img src="image6.avif" alt="" />
<p>
This project features a responsive design for seamless
usability across devices, coupled with intuitive user
interface elements. The calculator provides real-time
arithmetic operations with accuracy and efficiency. This
endeavor not only highlights my technical proficiency but
also underscores my commitment to creating functional and
user-friendly web applications.
</p>
<br>
<h4>
<a
href="https://github.com/piyush06singhal/Codsoft_Calculator_generator"
>
Github Link</a
>
</h4>
<h4>
<a
href="https://piyush06singhal.github.io/Codsoft_Calculator_generator"
>
Website Link</a
>
</h4>
</div>
</div>
</div>
<div class="img-card-container">
<div class="img-card">
<div class="overlay"></div>
<div class="info">
<h3>Web Design</h3>
<span>To-Do-List</span>
</div>
<img src="image13.avif" alt="" />
</div>
<div class="portfolio-model flex-center">
<div class="portfolio-model-body">
<i class="fas fa-times portfolio-close-btn"></i>
<h3>To-Do-List</h3>
<img src="image13.avif" alt="" />
<p>
I developed a dynamic and intuitive to-do list application
as part of my portfolio, showcasing my proficiency in front-
end web development. The design prioritizes user experience
with a clean interface and responsive layout, ensuring seamless
functionality across devices. This project not only demonstrates
my technical skills but also highlights my commitment to creating
practical solutions.
</p>
<br>
<h4>
<a
href="https://github.com/piyush06singhal/OIBSIP_To_Do_App"
>
Github Link</a
>
</h4>
<h4>
<a
href="https://piyush06singhal.github.io/OIBSIP_To_Do_App"
>
Website Link</a
>
</h4>
</div>
</div>
</div>
<div class="img-card-container">
<div class="img-card">
<div class="overlay"></div>
<div class="info">
<h3>Web Design</h3>
<span>Basic Banking System</span>
</div>
<img src="image8.avif" alt="" />
</div>
<div class="portfolio-model flex-center">
<div class="portfolio-model-body">
<i class="fas fa-times portfolio-close-btn"></i>
<h3>Basic Banking System</h3>
<img src="image8.avif" alt="" />
<p>
I developed a Basic Banking System showcasing foundational
skills in web development and financial technology. This
project includes essential features such as user
authentication, account management, fund transfers, and
transaction history tracking. The system emphasizes
usability with intuitive interfaces and responsive design,
catering to both desktop and mobile users.
</p>
<br>
<h4>
<a
href="https://github.com/piyush06singhal/Basic-Banking-System"
>
Github Link</a
>
</h4>
<h4>
<a
href="https://piyush06singhal.github.io/Basic-Banking-System"
>
Website Link</a
>
</h4>
</div>
</div>
</div>
<div class="img-card-container">
<div class="img-card">
<div class="overlay"></div>
<div class="info">
<h3>Web Design</h3>
<span>Stopwatch Generator</span>
</div>
<img src="image9.avif" alt="" />
</div>
<div class="portfolio-model flex-center">
<div class="portfolio-model-body">
<i class="fas fa-times portfolio-close-btn"></i>
<h3>Stopwatch Generator</h3>
<img src="image9.avif" alt="" />
<p>
I have developed a versatile stopwatch generator tool. This
web application allows users to create customized
stopwatches tailored to their specific needs. Users can
adjust features such as display format, precision, and
additional functionalities like lap times or countdowns. It
emphasizes responsiveness, ensuring seamless functionality
across devices.
</p>
<br>
<h4>
<a
href="https://github.com/piyush06singhal/PRODIGY_WD_02"
>
Github Link</a
>
</h4>
<h4>
<a
href="https://piyush06singhal.github.io/PRODIGY_WD_02"
>
Website Link</a
>
</h4>
</div>
</div>
</div>
<div class="img-card-container">
<div class="img-card">
<div class="overlay"></div>
<div class="info">
<h3>Web Design</h3>
<span>Login and Registration Form</span>
</div>
<img src="image10.avif" alt="" />
</div>
<div class="portfolio-model flex-center">
<div class="portfolio-model-body">
<i class="fas fa-times portfolio-close-btn"></i>
<h3>Login and Registration Form</h3>
<img src="image10.avif" alt="" />
<p>
Enhance user engagement and security on my portfolio website
with a streamlined login and registration process. The login
form ensures quick access for returning visitors, utilizing
secure authentication protocols to safeguard user data. For
new users, the registration form offers a seamless
onboarding experience, collecting essential information
while maintaining simplicity.
</p>
<br>
<h4>
<a
href="https://github.com/piyush06singhal/OIBSIP_Login_authentication"
>
Github Link</a
>
</h4>
<h4>
<a
href="https://piyush06singhal.github.io/OIBSIP_Login_authentication"
>
Website Link</a
>
</h4>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="contact section" id="contact">
<div class="container flex-center">
<h1 class="section-title-01">Contact Me</h1>
<h2 class="section-title-02">Contact Me</h2>
<div class="content">
<div class="contact-left">
<h2>Let's discuss your project</h2>
<ul class="contact-list">
<li>
<h3 class="item-title"><i class="fas fa-phone"></i> Phone</h3>
<span>+91-9694984312</span>
</li>
<li>
<h3 class="item-title"><i class="fas fa-envelope"></i> Email Address</h3>
<span><a href="mailto:piyush.singhal.2004@gmail.com">piyush.singhal.2004@gmail.com</a></span>
</li>
<li>
<h3 class="item-title"><i class="fas fa-map-marker-alt"></i> Official Address</h3>
<span>187, Arya Nagar, Rajasthan, 301001</span>
</li>
</ul>
</div>
<div class="contact-right">
<p>I'm always open to discussing for web<br><span>design work or partnerships.</span></p>
<form action="" class="contact-form">
<div class="first-row">
<input type="email" placeholder="Email">
<input type="text" placeholder="Subject">
</div>
<div class="third-row">
<textarea name="message" id="" rows="7" placeholder="Message"></textarea>
</div>
<button class="btn" type="submit">Send Message <i class="fas fa-paper-plane"></i></button>
</form>
</div>
</div>
</div>
</section>
<footer>
<div class="footer-container">
<div class="about group">
<h2>Piyush</h2>
<p>Software Developer</p>
<a href="#about">About Me</a>
</div>
<div class="hr"></div>
<div class="info-group">
<h3>More</h3>
<br>
<ul>
<li><a href="#skills">Skills</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
<div class="hr"></div>
<div class="Follow group">
<h3>Follow</h3>
<ul>
<li><a href="https://www.linkedin.com/in/piyush--singhal/"><i class="fab fa-linkedin"></i></a></li>
<li><a href="https://www.instagram.com/piyush.singhal.2004/"><i class="fab fa-instagram"></i></a></li>
<li><a href="https://x.com/PiyushS07508112"><i class="fab fa-twitter"></i></a></li>
</ul>
</div>
</div>
<div class="footer-copyright group">
<p>Copyright © 2024 By Piyush Singhal. All rights reserved.</p>
</div>
</footer>
<script src="main.js"></script>
</body>
</html>