-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
207 lines (200 loc) · 9.85 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Gursparsh's Portfolio</title>
<link rel="stylesheet" type="text/css" href="styles.css">
<link href="https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@1,300&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Londrina+Outline&display=swap" rel="stylesheet">
<script src="script.js"></script>
</head>
<body>
<!-- <div class="circleContainer">
<div class="circle circle1"></div>
<div class="circle circle2"></div>
<div class="circle circle3"></div>
</div> -->
<div class="menu-box"><!--Information and reaching out-->
<button class="menu-btn"><a href="#home">Home</a></button>
<button class="menu-btn"><a href="#aboutMe">About</a></button>
<button class="menu-btn"><a href="#projects">Projects</a></button>
<button class="menu-btn"><a href="#connect">Connect</a></button>
</div>
<div class="intro-circle">
<div id="home"><!--Introduction paragraphs-->
<p
style="font-family: block;color:aquamarine;font-size: 26px;position:relative;top: 160px;left: 200px; max-width: 200px;">
Hi, my name is</p>
<p
style="font-size: 50px;font-family: block;color: rgb(209, 244, 247);position: relative;top:130px;left:250px;">
Gursparsh Singh Sodhi.</p>
<p class="dev">I'm a </p>
<p
style="font-size: 23px; color: rgb(165, 167, 168);line-height: 32px;position: relative;top:80px;left: 100px;margin-right: 100px;">
I am a highly experienced developer with a diverse background in actively participating in collaborative
team projects and pursuing individual endeavors. This portfolio serves as a comprehensive showcase of my
skills, providing compelling evidence of my ability to excel within a team-oriented environment and
showcasing my deep passion for independent projects and creative initiatives.
</p>
</div>
</div>
<!-- <div>Tech Stack
<div class="tech-stack">
<div class="tech-stack-intro">Tech<br>Stack</div>
<div class="tech-item">
<img src="images/javaLogo.png">
<span>Java</span>
</div>
<div class="tech-item">
<img src="images/Python_logo.png">
<span>Python</span>
</div>
<div class="tech-item">
<img src="images/htmlLogo.png">
<span>HTML</span>
</div>
<div class="tech-item">
<img src="images/cssLogo.svg">
<span>CSS</span>
</div>
<div class="tech-item">
<img src="images/jaavaScriptLogo.png">
<span>JavaScript</span>
</div>
<div class="tech-item">
<img src="images/swiftLogo.svg">
<span>Swift</span>
</div>
</div>
</div> -->
<div id="aboutMe" class="about-me-contaniner">
<img src="images/aboutmeImg.jpg" class="aboutMeImg">
<div class="aboutMeText">
<h1>About me</h1>
<p>I'm Gursparsh Singh Sodhi, an international student hailing from India. My
lifelong curiosity about science and technology led me to pursue a computer science major, where I
uncover the intricate workings of the digital realm. Beyond academics, I'm an avid reader, particularly
drawn to the world of entrepreneurship and the inspiring tales of accomplished individuals. My love for
sports, marked by numerous roller skating medals and trophies, has now expanded to include basketball as
my current passion. I also prioritize maintaining an active lifestyle through regular workouts, finding
solace and stress relief in physical fitness. My deep-rooted interest in interactions with people of
various cultures and fostering diversity enriches my personal growth, making every conversation a source
of wisdom and enlightenment.</p>
<!-- <div class="about-me-btns-container">
<button class="about-btns">Skills</button>
<button class="about-btns">Education</button>
</div> -->
</div>
</div>
<!--Projects-->
<div id="projects" class="projectContainer">
<h1 class="projectHead">Projects</h1>
<p class="projectFollowUp">Each project is a unique piece of devlopment</p>
<div class="project">
<div>
<img src="images/RPS1.png" name="proj1" class="projectImg">
</div>
<div class="projectText">
<h1>Rock Paper Scissors</h1>
<p>This project involves the development of a Rock, Paper, Scissors
game using Python and Tkinter library. The game provides users
with the opportunity to select 'rock,' 'paper,' or 'scissors'
and participate in matches against a computer opponent. The
computer's choices are generated randomly, introducing an
element of unpredictability to the gameplay.</p>
<div class="stack">
<span>Python</span>
</div>
<a href="https://github.com/Guri080/RockPaperScissors/tree/main" target="_blank">
<button>code <img src="images/shareBtn.png" class="project-btn-img"></button>
</a>
</div>
</div>
<div class="project">
<div class="projectText">
<h1>Connect Four</h1>
<p>A program is required to facilitate a two-player Connect Four
game on a computer, played via the command line.
It initiates by assigning them colors and displaying an empty grid.
Players take turns selecting a column (1-7) to drop their tokens,
updating the grid accordingly. The game continues until
a player wins or it ends in a draw. The winning player
is congratulated, and the program inquires if they wish
to play again.</p>
<div class="stack">
<span>C Language</span>
</div>
<a href="https://github.com/Guri080/Connect-Four/tree/main" target="_blank">
<button>code <img src="images/shareBtn.png" class="project-btn-img"></button>
</a>
</div>
<div>
<img src="images/cssLogo.svg" name="proj2" class="projectImg">
</div>
</div>
<div class="project">
<div>
<img src="images/cssLogo.svg" name="proj3" class="projectImg">
</div>
<div class="projectText">
<h1>AStUnes</h1>
<p>This Java-based command-line application, AStUnes, emulates
a music distribution software. AStUnes facilitates playlist
management by allowing users to add, remove, and merge songs
across playlists. It provides features to count songs, locate
them by position, and list songs within a playlist. Users
can also explore available playlists and access help
information for effortless navigation. This project offers
an efficient solution for music playlist management.</p>
<div class="stack">
<span>Java</span>
</div>
<a href="https://github.com/Guri080/AStUnes" target="_blank">
<button>code <img src="images/shareBtn.png" class="project-btn-img"></button>
</a>
</div>
</div>
<div class="project">
<div class="projectText">
<h1>Course Enrollment System</h1>
<p>The Course Enrollment System streamlines class scheduling by
enabling users to select courses from a dropdown menu,
input course details, and effortlessly add courses to their
schedule. This user-friendly system supports adding multiple
courses, enforces data accuracy with required field checks,
and offers warnings for errors like empty fields or non-numeric
inputs, ensuring a smooth user experience.</p>
<div class="stack">
<span>Java</span>
</div>
<a href="https://github.com/Guri080/Course-Add-Drop" target="_blank">
<button>code <img src="images/shareBtn.png" class="project-btn-img"></button>
</a>
</div>
<div>
<img src="images/cssLogo.svg" name="proj4" class="projectImg">
</div>
</div>
</div>
</div><!--Contact-->
<h2 class="findMeOn">Find me on!</h2>
<div id="connect" class="contactMeContainer">
<div class="socials">
<img src="images/gmail.png" class="socialImg">
<a class="socialsBtn" href="https://mail.google.com/mail/u/0/#inbox"
target="_blank">gursparshsodhi@gmail.com</a>
</div>
<div class="socials">
<img src="images/linkedInPng.png" class="socialImg">
<a class="socialsBtn" href="https://www.linkedin.com/in/gursparsh-sodhi-742896212/"
target="_blank">LinkedIn</a>
</div>
<div class="socials">
<img src="images/gitHubPng.png" class="socialImg">
<a class="socialsBtn" href="https://github.com/Guri080" target="_blank">GitHub</a>
</div>
</div>
<div class="rectangle">
<p class="rectText">Copyright © 2023. All rights are reserved</p>
</div>
</body>
</html>