-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
117 lines (106 loc) · 5.31 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
<!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">
<title>About Me | Prabhjot Singh</title>
<link rel="stylesheet" href="CSS/index.css">
<link rel="shortcut icon" type="image/x-icon" href="Images/favicon.png" />
</head>
<body>
<div class="biggestbox">
<div>
<ul>
<li class="nav">
<a href="index.html" class="about">About Me</a>
<a href="HTML files/skills.html"> Skills</a>
<a href="HTML files/project.html"> My Projects</a>
<a href="HTML files/resume.html" > Resume</a>
</li>
</ul>
</div>
<hr class="rule">
<div class="leftpart">
<img src="./Images/displaypicture.png" alt="Display Picture" class="dp">
<div class="intro">
<h1>Prabhjot Singh</h1>
<p class="para">Student, B.Tech.'24</p><br>
<div>
<p>
<a href="https://www.linkedin.com/in/prabhxjottsingh/" class="boxed1">
<img src="./Images/linkedin.png" class="socialimage"> LinkedIn
</a>
</p><br>
<p>
<a href="https://github.com/prabhxjottsingh" class="boxed2">
<img src="./Images/github.png" class="socialimage"> GitHub
</a>
</p><br>
<p>
<a href="mailto: prabhx.jott@gmail.com" class="boxed3">
<img src="./Images/email.png" class="socialimage"> Email
</a>
<br><br><br>
</p>
</div>
</div>
</div>
<div class="rightpart">
<p class="head">About Me</p>
<p class="para">
I am currently pursuing Bachelors in Engineering from Chandigarh University, and my graduation year is
2024.</p>
<p class="para">
I am keenly interested in web development and currently learning it, along with that I am also learning
Data Structures and Algorithms and have been practising it consistently from past 6 months on various
problem solving platforms.</p>
<p class="para">
I have made few Open-Source Contributions too in order to enhance my skills, and have a knowledge of
handling large-scale codes after reading it thoroughly.
</p>
<p class="para">
1. Added a contribution guidelines page to the <a href = "https://github.com/DSC-JSS-NOIDA/QuickLearn" class = "links">QuickLearn</a>, for helping the beginners with github
to make
their first conribution.<a href="https://github.com/DSC-JSS-NOIDA/QuickLearn/pull/28" class="links">
PR#28 </a>(made using Bootstrap and simple HTML and CSS)</p>
<p class="para">
2. Added .cif files of certain salts, as they were missing in the <a
href="https://github.com/OpenChemistry/crystals" class="links">OpenChemisrt/crystals</a>. <a
href="https://github.com/OpenChemistry/crystals/issues/1" class="links">
PR#1</a> and <a a
href="https://github.com/OpenChemistry/crystals/issues/1" class="links"> PR#3</a>
</p>
<p class="para"> 3. Also made few other small contributions, in open source projects, either to
resolve
certain issues, bugs or to add a few more features to the project.
</p>
<p class="para">
You can have a look at my profiles on different coding platforms:
</p>
<p>
1.<a href="https://codeforces.com/profile/Prabhxs" class="links"> Codeforces </a> (1450+ Questions Solved
- Expert)
</p>
<p>
2.<a href="https://www.codechef.com/users/cu_np_2558" class="links"> Codechef </a> (150+ Questions
Solved - 5* Coder)
</p>
<p>
3.<a href="https://leetcode.com/prabhxs/" class="links"> Leetcode </a> (800+ Questions Solved - 1950+ Rating)
</p>
<p>
4.<a href="https://auth.geeksforgeeks.org/user/prabhxjott/practice/" class="links"> GeeksForGeeks </a>
(700+ Questions Solved - Institute Rank under 5 out of 6000+ registered students)
</p>
<p class="resume-para">
</p>
</div>
</div>
<div class="footer">
<hr class="footline">
<p class="foot-para"> Made with ❤️ by <a href = "https://github.com/prabhxjottsingh" class = "github-link">Prabhjot Singh</a>|| Source Code:<a
href="https://github.com/prabhxjottsingh"><img src="./Images/github.png" class="socialimage"></a></p>
</div>
</body>
</html>