-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
252 lines (239 loc) · 13.7 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
<!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>Portfolio</title>
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css'>
<link rel="stylesheet" href="style.css" class="desktop_screen">
</head>
<body>
<nav class="sidebar">
<div class="profile">
<img src="img/WhatsApp Image 2023-02-19 at 22.19.13.jpg" alt="profile_img">
<p>Jatin Kumar</p>
</div>
<div class="navbar">
<ul class="pagelinks">
<li class="linkword home1"><i class='bx bx-home-alt'></i><a href="#home">HOME</a></li>
<li class="linkword about1"><i class="fa fa-info-circle" aria-hidden="true"></i><a href="#about" class="about1">ABOUT</a></li>
<li class="linkword project1"><i class="fa fa-lightbulb-o" aria-hidden="true"></i><a href="#project">PROJECTS</a></li>
<li class="linkword contact1"><i class="fa fa-address-book-o" aria-hidden="true"></i><a href="#contact">CONTACT</a></li>
</ul>
</div>
</nav>
<section class="home">
<section>
<div class="alert">
<span class="closebtn" onclick="this.parentElement.style.display='none';">×</span>
Please view in Desktop mode.
</div>
</section>
<section>
<div class="left">
<div class="namesection">
<p class="name">Jatin Kumar</p>
<p class="interest"> <span class="typing-text"></span></p>
</div>
<div class="resume-link">
<a href="files/Resume.pdf"><button class="resume">Resume</button></a>
</div>
</div>
</section>
<section>
<div class="container close">
<i class='bx bx-chevron-right toggle' id="change_img"></i>
<div class="imgs close" id="images_main">
<img src="img/eat.png" alt="eat()">
<img src="img/sleep.png" alt="sleep()">
<img src="img/code.png" alt="code()">
<img src="img/repeat.png" alt="repeat()">
</div>
<div class="images2 close" id="img2">
<img src="img/cycle2-removebg-preview.png" alt="cycle" class="cycle">
</div>
</div>
</section>
<section class="card_section">
<div class="cards">
<div class="card active home2" id="home"></div>
<div class="card dontshow about2 " id="about" style="--bg: url(img/all_black.jpg)">
<div class="shadow about"></div>
<div class="label">
<div class="about_info">
<img src="img/WhatsApp Image 2023-02-19 at 22.19.13.jpg" class="about_img" alt="pic">
<p class="about_name">Jatin Kumar</p>
<div class="about_quick_info">
<table>
<tbody>
<tr>
<th scope="row" class="alignleft bottomspace">Collage</th>
<td class="spacebetween">
<div class="colname bottomspace">University of Petroleum and Energy
Studies</div>
</td>
</tr>
<tr>
<th scope="row" class="alignleft bottomspace">Time</th>
<td class="spacebetween">
<div class="colname timeperiod bottomspace">2021 - 2025</div>
</td>
</tr>
<tr>
<th scope="row" class="bottomspace">Currently</th>
<td class="spacebetween">
<div class="colname timeperiod bottomspace">2nd Year</div>
</td>
</tr>
<tr>
<th scope="row" class="alignleft">CGPA</th>
<td class="spacebetween">
<div class="colname timeperiod">8.50</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="info">
<div class="title abo">About</div>
<p class="iam">I am <span class="sec-text"></span> ; I can surf the web for hours to find the best possible solution.</p>
</div>
<div class="experience">
<div>
<p class="title exp">Experience</p>
</div>
<div>
<p class="exp_title">Teaching, <span class="span_title">(Anukulan NGO)</span></p>
<p class="exp_date">June - July 2022</p>
<p class="exp_brief">I work as a computer science teacher, imparting the fundamentals of
the C++ language and Web development while
carrying out certain projects suitable for beginners and raising awareness of the
importance of education in our
culture.
</p>
</div>
</div>
<div class="skills">
<div>
<p class="title ski">Skills</p>
</div>
<div class="skill_imgs">
<img src="img/c++-removebg-preview.png" alt="c++">
<img src="img/python-removebg-preview.png" alt="python">
<img src="img/javascript-removebg-preview.png" alt="javascript">
<img src="img/html-removebg-preview.png" alt="html">
<img src="img/css-removebg-preview.png" alt="css">
<img src="img/mysql-removebg-preview.png" alt="mysql">
<img src="img/react-removebg-preview.png" alt="react">
<img src="img/nodejs-removebg-preview.png" alt="nodejs">
<img src="img/django-removebg-preview.png" class="django" alt="django">
<img src="img/bootstrap-removebg-preview.png" class="bootstrap" alt="bootstraps">
</div>
</div>
<div class="techs">
<div>
<p class="title tec">Tech</p>
</div>
<div class="tech_imgs">
<img src="img/git-removebg-preview.png" alt="git">
<img src="img/github-removebg-preview.png" alt="github">
<img src="img/vscode-removebg-preview.png" alt="vscode">
<img src="img/msword-removebg-preview.png" alt="msword">
</div>
</div>
</div>
</div>
<div class="card dontshow navshow project2 " id="project" style="--bg: url(img/projct_section.jpg)">
<div class="shadow project"></div>
<div class="project_section">
<div>
<p class="title pro">Projects</p>
</div>
<div class="project_imgs">
<div class="ip1">
<img src="img/Screenshot (273).png" class="img1" alt="">
<div class="p1">
<p class="ip_title">My Store</p>
<p class="ip_desc">It is an ecommerce website with all <span>CURD</span> operations and many more new features and options.</p>
<p class="ip_btn"><a href="https://github.com/JatinKumar001/MyStore">{ GitHub Page }</a></p>
</div>
</div>
<p class="text1">Explore</p>
<div class="ip2">
<img src="img/Screenshot (365).png" class="img2" alt="">
<div class="p1">
<p class="ip_title">DreamRealm</p>
<p class="ip_desc h2e">A place where you can find all class wise study material in well organize form.</p>
<p class="ip_btn"><a href="https://github.com/JatinKumar001/H2E-Education">{ GitHub Page }</a></p>
</div>
</div>
<p class="text2">Everything</p>
<div class="ip3">
<img src="img/Screenshot (611).png" class="img3" alt="">
<div class="p1">
<p class="ip_title">NewsMonkey</p>
<p class="ip_desc news">It is an news api rendered web page build using React, it fetch different news from the api. I automate the api to maintain and update itself everyday.</p>
<p class="ip_btn"><a href="">{ GitHub Page }</a></p>
</div>
</div>
<p class="text3">with Fun and</p>
<div class="ip4">
<img src="img/motion.jpg" class="img4" alt="">
<div class="p1">
<p class="ip_title">Motion Capture</p>
<p class="ip_desc h2e">Its a Unity Project which captues the person movement from the video and replicate it in a form of 3D model.</p>
<p class="ip_btn"><a href="">{ GitHub Page }</a></p>
</div>
</div>
<p class="text4">Enjoyment</p>
</div>
</div>
</div>
<div class="card dontshow navshow contact2 " id="contact" style="--bg: url(img/contact_section3.jpg)">
<div class="shadow contact"></div>
<div class="contact_section">
<div>
<p class="title cont">Contact and Links</p>
</div>
<div class="contacts_info">
<a href="https://github.com/JatinKumar001">
<div class="lg1">
<img src="img/cont_github.png" alt="github">
<p class="p2">GitHub</p>
</div>
</a>
<a href="https://www.linkedin.com/in/jatin-kumar-0920b222a">
<div class="lg2">
<img src="img/cont_linkedin.png" alt="linkedin">
<p class="p2">LindeIn</p>
</div>
</a>
<a href="https://www.gmail.com">
<div class="lg3">
<img src="img/cont_gmail-removebg-preview.png" alt="gmail" onclick="myFunction()">
<p class="cp" id="copy">Copied</p>
<input class="p3" type="text" value="[email protected]" id="myInput">
</div>
</a>
<a href="/files/Resume.pdf" download="Jatin Resume">
<div class="lg4">
<img src="img/cont_resuma.jpg" alt="resume">
<p class="p2">Resume</p>
</div>
</a>
</div>
</div>
</div>
</div>
</section>
</section>
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="script.js"></script>
<script src="code_script.js"></script>
</body>
</html>