-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
286 lines (256 loc) · 12.8 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
<!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 href="https://fonts.googleapis.com/css2?family=Russo+One&display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@500&family=Russo+One&display=swap"
rel="stylesheet" />
<link rel="stylesheet" href="default.css" />
<link id="theme-style" rel="stylesheet" type="text/css" href="">
<link rel="icon" href="images/i22.png" type="image/x-icon">
<title>Jay Sankpal</title>
</head>
<body>
<section class="s1">
<div class="main-container">
<div class="greeting-wrapper">
<h1 class="typing">Hi, I'm Jaykumar Sankpal</h1>
</div>
<div class="intro-wrapper">
<div class="nav-wrapper">
<div class="dots-wrapper">
<div class="browser-dot" id="dot-1"></div>
<div class="browser-dot" id="dot-2"></div>
<div class="browser-dot" id="dot-3"></div>
</div>
<ul id="navigation">
<li><a href="index.html#contact"> <img class="icon" style="width: 26px; height: 26px;"
src="https://cdn-icons-png.flaticon.com/512/3814/3814569.png" alt="Contact-me"></a></li>
<li><a href="index.html#projects"> <img class="icon" style="width: 26px; height: 26px;"
src="https://cdn-icons-png.flaticon.com/512/1813/1813951.png"
alt="projects"></a></li>
<li><a href="index.html#volentering"> <img class="icon" style="width: 26px; height: 26px;"
src="https://cdn-icons-png.flaticon.com/512/6375/6375373.png" alt="voleentering-work"></a></li>
</ul>
</div>
<div class="left-column">
<div class="image">
<div class="face even"><img class="effect" id="profile_pic" alt="profile_pic" src="images/jay.jpeg"
alt="" />
</div>
<div class="face odd"><img class="effect" id="profile_pic" alt="profile_pic" src="images/jay.jpeg" alt="" />
</div>
</div>
<!-- <img class="effect" id="profile_pic" alt="profile_pic" src="images/jay.jpeg" alt="" /> -->
<h5 style="text-align: center; line-height: 0">
Personilized Theme
</h5>
<div id="theme-options-wrapper">
<div data-mode="light" id="light-mode" class="theme-dot"></div>
<div data-mode="blue" id="blue-mode" class="theme-dot"></div>
<div data-mode="purple" id="purple-mode" class="theme-dot"></div>
</div>
<p id="settings-note">
*Theme option will be saved for your further visit
</p>
</div>
<div class="right-column">
<div id="preview-shadow">
<div id="preview">
<div class="corner" id="corner-tl"></div>
<div class="corner" id="corner-tr"></div>
<h3>What I Do</h3>
<p>
I'm a geek who is data enthusiast, loves to build something..
Also a programmer to solve challenging problems.</p>
<div class="corner" id="corner-br"></div>
<div class="corner" id="corner-bl"></div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="s2">
<div class="main-container">
<div class="main">
<a name="volentering"></a>
<h3 style="text-align: center;">Volunteering</h3>
<ul class="cards">
<li class="cards_item">
<div class="card">
<div class="card_image"><img style="height: 270px; width: 100%;" src="images/csi.png"></div>
<div class="card_content">
<h2 class="card_title">CSI-DMCE - Teachnical Team Member</h2>
<p class="card_small">Aug 2021 - Present</p>
<p class="card_text"> Working with the team to conduct sessions, workshops, activities and work on
projects related to Data Science. Collaborate with other domains.</p>
<!-- <a href="https://csidmce.tech/"><button class="btn card_btn">Official page link</button></a> -->
</div>
</div>
</li>
<!-- <li class="cards_item">
<div class="card">
<div class="card_image"><img src="https://picsum.photos/500/300/?image=11"></div>
<div class="card_content">
<h2 class="card_title">Card Grid Layout</h2>
<p class="card_text">Demo of pixel perfect pure CSS simple responsive card grid layout</p>
<button class="btn card_btn">Read More</button>
</div>
</div>
</li> -->
<li class="cards_item">
<div class="card">
<div class="card_image"><img style="height: 280px; width: 100%;" src="images/codechef.jpeg"></div>
<div class="card_content">
<h2 class="card_title">Codechef-DMCE - Executive Team Member</h2>
<p class="card_small">Sep 2021 - Present</p>
<p class="card_text">Planing long term goals for the committee, conduct various technical to uplift the
coding culture in college.</p>
<!-- <a href="https://www.instagram.com/codechefdmce/?hl=en"></a><button class="btn card_btn">Official page link</button></a> -->
</div>
</div>
</li>
</ul>
</div>
</div>
<br>
</section>
<section class="s1">
<div class="main-container">
<a name="projects"></a>
<h3 style="text-align: center;">Some of my past projects.</h3>
<div class="post-wrapper">
<div class="post">
<img class="thumbnail" src="images/p1.png" alt="image">
<div class="post-preview">
<h4 class="post-title">DMCE Alumni Portal</h4>
<p class="post-intro">Alumni And Tnp portal for my college webiste to handle records of alumni, placements
process.</p>
<form action="https://www.dmce.ac.in/alumni-website/dashboard.html" method="get" target="_blank">
<button class="btn btn-border-1" type="submit">Project link</button>
</form>
</div>
</div>
<div class="post">
<img class="thumbnail" src="images/default.jpg" alt="image">
<div class="post-preview">
<h4 class="post-title">AHDSC</h4>
<p class="post-intro">AHDSC is a software which recognizes owner vehicle and number place and sends alert
mail to owner if any syspicious activity found in camera.</p>
<a href="#"></a><button class="btn card_btn">Project
link</button></a>
</div>
</div>
<div class="post">
<img class="thumbnail" src="images/p2.png" alt="image">
<div class="post-preview">
<h4 class="post-title">Devsearch</h4>
<p class="post-intro">Platform to connect with various developers worldwide also to view the projects
created by them.</p>
<a href="#"></a><button class="btn card_btn">Project
link</button></a>
</div>
</div>
</div>
</div>
<center>
<a href="https://github.com/jaykumar23/">View More</a><br> <br>
</center>
</section>
<section class="s1">
<div class="main-container">
<div class="about-wrapper">
<div class="about-me">
<h4>More about me</h4>
<p>Hey, Hello There!</p>
<p>I'm Jaykumar Sankpal. I started my coding journey when I was almost 18 years old. I started with html,css,
and javascript. Entering my CS engineering, I started coding with Python, which became my favorite
programming language. I have done 2 internship projects for my college and deployed them successfully. I
have also completed my 3 month ML internship.</p>
<p>I have participated in a national level project competition organized by Don Bosco Goa in which me and my team
qualified for the final round. I have also been the runner up of Ideathon organized by GDSC DMCE. Currently
qualified for the final round of project competition by Project Deep Blue.</p>
<p>I also like solving problems and participating in rated competitive coding contest on codechef and other
platforms. I'm currently working with Django framework as backend framework and focusing on my data science
journey. </p>
<hr>
<h4>Top Expertise</h4>
<a href="https://drive.google.com/file/d/1BZjao3Bcrmatgp1MzQxqhiuR3LgGAgZM/view?usp=sharing" target="_blank">Download Resume</a><br><br>
<div id="skills">
<ul>
<li><img class="icon" style="width: 26px; height: 26px;"
src="https://cdn-icons-png.flaticon.com/512/6391/6391266.png" alt="bullet-point"> Python</li>
<li><img class="icon" style="width: 26px; height: 26px;"
src="https://cdn-icons-png.flaticon.com/512/6391/6391266.png" alt="bullet-point">Django</li>
<li><img class="icon" style="width: 26px; height: 26px;"
src="https://cdn-icons-png.flaticon.com/512/6391/6391266.png" alt="bullet-point">Machine Learning</li>
<li><img class="icon" style="width: 26px; height: 26px;"
src="https://cdn-icons-png.flaticon.com/512/6391/6391266.png" alt="bullet-point">Data Science</li>
<li><img class="icon" style="width: 26px; height: 26px;"
src="https://cdn-icons-png.flaticon.com/512/6391/6391266.png" alt="bullet-point">C/C++</li>
</ul>
<ul>
<li><img class="icon" style="width: 26px; height: 26px;"" src="
https://cdn-icons-png.flaticon.com/512/6391/6391266.png" alt="bullet-point">PHP</li>
<li><img class="icon" style="width: 26px; height: 26px;"
src="https://cdn-icons-png.flaticon.com/512/6391/6391266.png" alt="bullet-point">Postgres</li>
<li><img class="icon" style="width: 26px; height: 26px;"
src="https://cdn-icons-png.flaticon.com/512/6391/6391266.png" alt="bullet-point">HTML/CSS</li>
<li><img class="icon" style="width: 26px; height: 26px;"
src="https://cdn-icons-png.flaticon.com/512/6391/6391266.png" alt="bullet-point">Javascript</li>
<li><img class="icon" style="width: 26px; height: 26px;"
src="https://cdn-icons-png.flaticon.com/512/6391/6391266.png" alt="bullet-point">Github</li>
</ul>
</div>
</div>
<div class="social-links">
<h3>Follow me on</h3>
<a href="https://in.linkedin.com/in/jaykumar-sankpal-3664371a8" target="_blank"><img class="icon"
style="width: 30px; height: 30px;" src="https://cdn-icons-png.flaticon.com/512/1384/1384072.png"
alt="bullet-point"> Linkedin</a><br><br>
<a href="https://github.com/jaykumar23" target="_blank"><img class="icon" style="width: 30px; height: 30px;"
src="https://cdn-icons-png.flaticon.com/512/270/270798.png" alt="bullet-point">
Github</a><br><br>
<a href="https://www.instagram.com/sankpal_jaykumar.23/?hl=en" target="_blank"><img class="icon"
style="width: 30px; height: 30px;"
src="https://cdn-icons-png.flaticon.com/512/174/174855.png">
Instagram</a><br><br>
<a href="https://twitter.com/JaykumarSankpal?t=X0KqOnNoOt__ITPQubMxqA&s=08" target="_blank"><img class="icon"
style="width: 30px; height: 30px;" src="https://cdn-icons-png.flaticon.com/512/1384/1384075.png"
alt="bullet-point"> Twitter</a><br><br><br>
</div>
</div>
</div>
</section>
<section class="s2">
<div class="main-container">
<a href=""></a>
<h3 style="text-align: center; padding-bottom: 2px;">Contact Me</h3>
<center>
<p id="settings-note"></p>
</center>
<form id="contact-form">
<a name="contact"></a>
<label>Name</label>
<input class="input-field" type="text" name="name">
<label>Subject</label>
<input class="input-field" type="text" name="subject">
<label>Email</label>
<input class="input-field" type="text" name="email">
<label>Message</label>
<textarea class="input-field" name="message"></textarea>
<center>
<input id="submit-btn" type="submit" value="Send">
</center>
</form>
</div>
<center>
<a class="bottom" href="index.html">Back To Top</a><br><br>
</center>
</section>
<script src="script.js"></script>
</body>
</html>