-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
426 lines (426 loc) · 24.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./style.css">
<link rel="stylesheet" href="./reset.css">
<link rel="shortcut icon" href="./images/sp_logo_white_bcg.jpg" type="image/x-icon">
<title>Shubham Paliwal | Full Stack Developer</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
</style>
</head>
<body>
<!-- navbar will go here -->
<nav>
<div class="logo-container">
<img class="logo" src="./images/sp_logo.png" alt="sp_logo">
</div>
<ul class="nav-list">
<li id="home-btn"><a href="#">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#experience">Experience</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#testimonials">Testimonials</a></li>
<li><a href="#contact">Contact</a></li>
<li id="sep-line"></li>
<!-- <li>
<i class="fa-regular fa-sun" id="enable-light-mode-icon"></i>
</li> -->
<li id="download-cv">
<a href="./resources/resume_shubham_paliwal.pdf" download >Download CV</a>
</li>
</ul>
</nav>
<!-- main content will go here -->
<main id="home">
<div class="flex-container home-content-container">
<div id="intro-container">
<h1>Hey, I am Shubham 👋</h1>
<article>
<p>
I'm a <strong>Full Stack Developer</strong> (PHP backend) with a focus on creating and designing exceptional digital experiences that are fast, accessible, visually appealing, responsive, and feature-rich. I have been into programming for over <strong>3 years</strong>, and counting ♾️.
</p>
<p>
I'm a Highly motivated and results-oriented computer science engineering graduate with a passion for building innovative software solutions. I possess strong skills in various programming languages including <strong>Java</strong>, <strong>Python</strong>, <strong>C</strong>, <strong>C++</strong>, <strong>HTML</strong>, <strong>CSS</strong>, <strong>JavaScript</strong>, <strong>MySQL</strong> and <strong>PHP</strong>. I love making projects, and solving problems, programming is ❤️.
</p>
</article>
</div>
<div id="details-container">
<div id="location-container">
<i class="fa-solid fa-location-dot"></i>
<span>Bikaner, India</span>
</div>
<div id="available-container">
<script src="https://unpkg.com/@dotlottie/player-component@latest/dist/dotlottie-player.mjs" type="module"></script>
<dotlottie-player src="https://lottie.host/8c66a76c-290b-4777-9630-546681c39af9/67SUTETa9T.json" background="transparent" speed="1" style="width: 2.5rem; height: 3rem;" loop autoplay></dotlottie-player>
<span>Available for work</span>
</div>
</div>
<div id="socials-container">
<a href="https://www.linkedin.com/in/shubhammpaliwal/">
<!-- <i class="fa-brands fa-linkedin"></i> -->
<i class="fa-brands fa-linkedin-in"></i>
</a>
<a href="https://github.com/ShubhamPaliwal03">
<i class="fa-brands fa-github"></i>
</a>
<a href=https://x.com/shubhammpaliwal">
<i class="fa-brands fa-x-twitter"></i>
</a>
</div>
</div>
<div class="flex-container my-pic-container">
<img id="my-pic" src="./images/my_picture.jpg" alt="my_picture">
</div>
</main>
<!-- about will go here -->
<section id="about">
<h2>
<span class="section-heading">
About Me
</span>
</h2>
<div class="flex-container">
<div class="row-flex-container">
<div id="pic-container">
<img id="my-pic" src="./images/my_picture_4.jpg" alt="my_picture">
</div>
<div id="description-container">
<h3>Wanna know about me? Here's the gist:</h3>
<article id="about-content">
<p>
I'm a passionate, workaholic Full Stack Developer, who is well versed with Web Development technologies like <strong>HTML</strong>, <strong>CSS</strong>, <strong>JavaScript</strong>, <strong>PHP</strong>, <strong>MySQL</strong>, and Programming Languages like <strong>Java</strong> (Core, with frameworks like <strong>Swing</strong>, utilities like <strong>JDBC</strong>), <strong>Python</strong>, <strong>C++</strong> and <strong>C</strong>, and tools like <strong>Git</strong>, <strong>Github</strong>, <strong>Linux</strong>, with a knack of problem solving using <strong>Data Structures and Algorithms</strong>.
</p>
<p>
I am enthusiastic about bringing the technical and visual aspects of digital products to life. What matters to me is user experience, pixel perfect design, creating feature loaded user-centered applications, and writing clear, readable, high performant code.
I began my programming journey in early 2021, and since then I've continued to grow and evolve as a developer, taking on new challenges and learning the latest technologies along the way
</p>
<p>
I am currently doing open-source contributions in web related projects, along with creating some exciting projects along with learning frameworks like <strong>BootStrap</strong>, <strong>JQuery</strong>, and <strong>AJAX</strong>, and also learning latest technologies like <strong>React JS</strong>, <strong>Node JS</strong>, <strong>Express JS</strong> and <strong>Mongo DB</strong>, and <strong>Java Backend Technologies</strong> like <strong>JSP Servlet</strong>, <strong>Spring</strong>, <strong>SpringBoot</strong> and <strong>Hibernate</strong> for creating scalable, efficient, and reliable products.
</p>
<p>
I am a quick learner, progressive thinker and I am always eager to learn new technologies, I enjoy working on products end to end, from ideation all the way to development.
I love problem solving a lot, it gives me an another level of kick,you can have a look at my coding profiles at the end of this page if you like to.
</p>
<p>
When I am not in full-on professional developer mode, you will always find me experimenting with new things, learning new technologies, creating some exciting projects, and solving some exciting DSA problems, I also love reading articles related to recent developments in tech, excercising, and exploring nature.
</p>
<p>
Finally, some quick bits about me :-
</p>
<ul>
<li class="show-list-style"><em>Final Year B.Tech. Computer Science Student</em></li>
<li class="show-list-style"><em>Aspiring Software Developer</em></li>
<li class="show-list-style"><em>Avid learner</em></li>
</ul>
<p>One last thing, feel free to reach out to me on my socials if you ever like to, I promise I don't bite! 😁</p>
</article>
</div>
</div>
</div>
</section>
<!-- skills will go here -->
<section id="skills">
<h2>
<span class="section-heading">
Skills
</span>
</h2>
<h3>The Skills and Technologies I am really good at:</h3>
<div class="grid-container">
<div class="column-flex-container flex-center">
<img class="skills-img" src="./images/skills_icons/HTML.svg" alt="">
<div>HTML</div>
</div>
<div class="column-flex-container flex-center">
<img class="skills-img" src="./images/skills_icons/CSS.svg" alt="">
<div>CSS</div>
</div>
<div class="column-flex-container flex-center">
<img class="skills-img" src="./images/skills_icons/javascript.svg" alt="">
<div>JavaScript</div>
</div>
<div class="column-flex-container flex-center">
<img class="skills-img" src="./images/skills_icons/PHP.svg" alt="">
<div>PHP</div>
</div>
<div class="column-flex-container flex-center">
<img class="skills-img" src="./images/skills_icons/MySQL.svg" alt="">
<div>MySQL</div>
</div>
<div class="column-flex-container flex-center">
<img class="skills-img" src="./images/skills_icons/Java.svg" alt="">
<div>Java</div>
</div>
<div class="column-flex-container flex-center">
<img class="skills-img" src="./images/skills_icons/Python.svg" alt="">
<div>Python</div>
</div>
<div class="column-flex-container flex-center">
<img class="skills-img" src="./images/skills_icons/DSA.png" alt="">
<div>DSA</div>
</div>
<div class="column-flex-container flex-center">
<img class="skills-img" src="./images/skills_icons/git.svg" alt="">
<div>Git</div>
</div>
<div class="column-flex-container flex-center">
<img class="skills-img" src="./images/skills_icons/C++.svg" alt="">
<div>C++</div>
</div>
<div class="column-flex-container flex-center">
<img class="skills-img" src="./images/skills_icons/C.svg" alt="">
<div>C</div>
</div>
<div class="column-flex-container flex-center">
<img class="skills-img" src="./images/skills_icons/Linux.svg" alt="">
<div>Linux</div>
</div>
</div>
</section>
<!-- experience -->
<section id="experience">
<h2>
<span class="section-heading">
Experience
</span>
</h2>
<h3>Here's are quick summary of my experiences:</h3>
<div class="experience-container row-flex-container">
<img class="company-logo" src="./images/GSSOC_logo.svg" alt="GSSOC_logo">
<div class="experience-details">
<h4>Open Source Contributor</h4>
<ul>
<li class="show-list-style">Contributed to various projects listed under GSSOC at GitHub, created and implemented multiple complex and responsive design web pages from scratch with complete features (Frontend), which got accepted and integrated with the websites seamlessly, without the need of any revisions.</li>
<li class="show-list-style">Got one level 3, two level 1 pull requests merged, placed in top 500 of the leaderboard, among 17k participants.</li>
<li class="show-list-style">Resolved issues in repositories with a success rate of 100%, and a merge rate of 100%.</li>
</ul>
</div>
<p class="experience-timeline">May 2024 - Present</p>
</div>
</section>
<!-- projects -->
<section id="projects">
<h2>
<span class="section-heading">
Projects
</span>
</h2>
<h3>Some of the Noteworthy Projects that I have built:</h3>
<div class="projects-container row-flex-container">
<div class="project-preview-container">
<img class="project-preview-image" src="./images/preview-quora_clone.png" alt="preview-quora_clone">
</div>
<div class="project-details-container">
<h3>Quora Clone</h3>
<p>
<ul>
<li class="show-list-style">
<strong>Full-featured Q&A platform:</strong>
Built a Quora clone with functionalities like login, registration, question posting, editing, and deletion, with a visually appealing and user-friendly interface.
</li>
<li class="show-list-style">
<strong>Real-time interaction:</strong>
Implemented AJAX for seamless data retrieval using asyncronous data communication, eliminating page reloads for a smooth user experience.
</li>
<li class="show-list-style">
<strong>Upvoting, downvoting, and commenting:</strong>
Users can engage with content through likes, dislikes, and comments, fostering discussions.
</li>
<li class="show-list-style">
<strong>User management:</strong>
Includes follow/unfollow functionality, user dashboards with follower/following details, and profile customization options.
</li>
</ul>
</p>
<div class="project-tech-stack-container">
<span>HTML</span>
<span>CSS</span>
<span>JavaScript</span>
<span>PHP</span>
<span>MySQL</span>
<span>JQuery</span>
<span>AJAX</span>
</div>
<a class="external-link" href="https://www.my-quora-clone.000.pe/">
<img class="external-link-image" src="./images/external-link-icon.svg" alt="external-link-image">
</a>
</div>
</div>
<div class="projects-container row-flex-container">
<div class="project-preview-container">
<img class="project-preview-image" src="./images/preview-justnote.png" alt="preview-justnote">
</div>
<div class="project-details-container">
<h3>JustNote - Notepad Application</h3>
<p>
<ul>
<li class="show-list-style">
<strong>Rich-featured notepad:</strong>
Developed a notepad application in Java with functionalities like open, save, edit, find & replace, and text formatting.
</li>
<li class="show-list-style">
<strong>Seamless user experience: </strong>
Implemented undo/redo, scrolling, zooming, and a "prompt to save" feature for effortless text editing and data protection.
</li>
<li class="show-list-style">
<strong>Performance optimization:</strong>
Utilized multi-threading for faster font loading, significantly improving responsiveness.
</li>
<li class="show-list-style">
<strong>Customization options:</strong>
Provided various text formatting options like font family, style, size, color, and light/dark mode for a personalized experience.
</li>
</ul>
</p>
<div class="project-tech-stack-container">
<span>Java</span>
<span>Swing Framework</span>
</div>
<a class="external-link" href="https://github.com/ShubhamPaliwal03/JustNote">
<img class="external-link-image" src="./images/external-link-icon.svg" alt="external-link-image">
</a>
</div>
</div>
<div class="projects-container row-flex-container">
<div class="project-preview-container">
<img class="project-preview-image" src="./images/preview-snaky_climb.png" alt="preview-snaky_climb">
</div>
<div class="project-details-container">
<h3>Snaky Climb</h3>
<p>
<ul>
<li class="show-list-style">
<strong>Interactive Snakes and Ladders:</strong>
Built a visually stunning and engaging Snakes and Ladders game with attractive animations and sound effects.
</li>
<li class="show-list-style">
<strong>Enhanced Gameplay:</strong>
Leveraged random number generation for dice rolls and optimized access time in code logic using hash maps, leading to a smoother and more enjoyable experience for players.
</li>
<li class="show-list-style">
<strong>Enhanced User Experience with Asynchronous Animations:</strong>
Leveraged asynchronous JavaScript and DOM manipulation for smooth jump animations, creating an engaging and responsive gaming experience.
</li>
</ul>
</p>
<div class="project-tech-stack-container">
<span>HTML</span>
<span>CSS</span>
<span>JavaScript</span>
</div>
<a class="external-link" href="https://snake-and-ladders-game.netlify.app/">
<img class="external-link-image" src="./images/external-link-icon.svg" alt="external-link-image">
</a>
</div>
</div>
<div class="projects-container row-flex-container">
<div class="project-preview-container">
<img class="project-preview-image" src="./images/preview-tic_tac_toe.png" alt="preview-tic_tac_toe">
</div>
<div class="project-details-container">
<h3>Tic Tac Toe</h3>
<p>
<ul>
<li class="show-list-style">
<strong>Visually Stunning Tic Tac Toe:</strong>
Built a Tic Tac Toe game with a beautiful UI featuring elegant colors, a balanced layout, and seamless animations.
</li>
<li class="show-list-style">
<strong>Engaging Gameplay:</strong>
Integrated informative displays for turn indicators, scores, and winners, along with captivating sounds and celebratory confetti effects.
</li>
<li class="show-list-style">
<strong>Responsive Design:</strong>
Ensured a flawless experience across all devices, from phones to large screens.
</li>
</ul>
</p>
<div class="project-tech-stack-container">
<span>HTML</span>
<span>CSS</span>
<span>JavaScript</span>
</div>
<a class="external-link" href="https://tic-tac-toe-io-game.netlify.app/">
<img class="external-link-image" src="./images/external-link-icon.svg" alt="external-link-image">
</a>
</div>
</div>
</section>
<!-- testimonials -->
<section id="testimonials">
<h2>
<span class="section-heading">
Testimonials
</span>
</h2>
<h3>Nice things people have said about me:</h3>
<div class="testimonial-container column-flex-container flex-center">
<img class="testimonial-giver-image" src="./images/testimonial_1_profile_pic.jpg" alt="testimonial-giver-image">
<div class="testimonial-content">
<p>
"I am pleased to recommend Shubham, who has been an exemplary student in my programming courses. He consistently demonstrates a strong commitment to learning, punctuality, and a remarkable work ethic. Shubham is eager to grasp new concepts and approaches problem-solving with great enthusiasm and excitement.
</p>
<p>
Throughout our time together, Shubham has shown proficiency in multiple programming languages and has consistently exceeded expectations in understanding and applying complex concepts. His dedication to continuous learning and improvement is truly commendable.
</p>
<p>
I have complete confidence that Shubham will excel in all his future endeavours. His dedication and passion for learning ensure that he will achieve great success. I am certain that Shubham's exceptional abilities and hard work will lead him to remarkable accomplishments. He would be a valuable asset to any team or organization."
</p>
</div>
<h4>
<span class="testimonial-giver-name">Tarun Verma</span>
<a href="https://www.linkedin.com/in/tarrunverrma">
<img class="external-link-image" src="./images/external-link-icon.svg" alt="external-link-image">
</a>
</h4>
<div>Founder - C Institute</div>
<div>Co-Founder - Pitsol.in</div>
</div>
</section>
<!-- contact -->
<section id="contact">
<h2>
<span class="section-heading">
Contact
</span>
</h2>
<p>Feel free to reach out to me if you are looking for a developer, have a query, or simply want to connect.</p>
<div class="row-flex-container flex-center">
<i class="fa-regular fa-envelope"></i>
<h2 id="mail_id">[email protected]</h2>
<i class="fa-regular fa-copy copy-btn" onclick="copyMailId()"></i>
</div>
<p>You may also find me on these coding platforms:</p>
<div class="row-flex-container flex-center">
<a href="https://leetcode.com/shubham_paliwal/">
<img class="social-handles-icons" src="./images/social_handles_icons/LeetCode_logo_white_no_text.svg" alt="">
</a>
<a href="https://auth.geeksforgeeks.org/user/shubham_paliwal/?utm_source=geeksforgeeks&utm_medium=my_profile&utm_campaign=auth_user">
<img class="social-handles-icons" src="./images/social_handles_icons/GeeksforGeeks.svg" alt="">
</a>
<a href="https://codeforces.com/profile/Shubham_Paliwal">
<img class="social-handles-icons" src="./images/social_handles_icons/Codeforces.colored.svg" alt="">
</a>
<a href="https://www.codingninjas.com/studio/profile/shubham_paliwal">
<img class="social-handles-icons" src="./images/social_handles_icons/coding_ninjas.png" alt="">
</a>
<a href="https://www.interviewbit.com/profile/shubham-paliwal_209/">
<img class="social-handles-icons circled" src="./images/social_handles_icons/interviewbit.png" alt="">
</a>
<a href="https://www.hackerrank.com/profile/shubhampaliwal34">
<img class="social-handles-icons circled" src="./images/social_handles_icons/HackerRank_Icon-1000px.png" alt="">
</a>
</div>
</section>
<footer>
<div>Coded with ❤️ by Shubham Paliwal in 🇮🇳</div>
<div>❘ © 2024</div>
</footer>
<script src="https://kit.fontawesome.com/4ca0345904.js" crossorigin="anonymous"></script>
<script src="./script.js"></script>
</body>
</html>