-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
369 lines (352 loc) · 15.5 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
<!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>RAJ PANDEY</title>
<link rel="stylesheet" href="/styles/style.css">
</head>
<!-- First Create the Header -->
<!-- Footer -->
<!-- Main -->
<body>
<header>
<div class="header-options">
<img id="logo-img" src="/assets//raj-logo.png" alt="">
<ul class="header-menu">
<li class="header-menu-text">
<a href="#about-intro">About</a>
</li>
<li class="header-menu-text">
<a href="">Skills</a>
</li>
<li class="header-menu-text">
<a href="#internship-intro">Internships</a>
</li>
<li class="header-menu-text">
<a href="#project-intro">Projects</a>
</li>
<li class="header-menu-text">
<a href="">Academics</a>
</li>
</ul>
</div>
</header>
<main>
<!-- About Section -->
<div class="about-intro">
<h2>About</h2>
</div>
<div id="about">
<img id="about-img" src="/assets/profile-image.png" alt="">
<div class="about-text">
Hi ! Everyone
I am <span id="about-name">RAJ PANDEY</span>, final Year UG in Computer Engineering from MITAOE.
Currently I am working as ASE at <div class="about-tech-cs">Contentstack</div>.
Final Year Computer Engineering Undergraduate, Interested in Machine Learning and Data Science along
with aspirations of developing software
that have a positive impact on people at large. Having knowledge about <div class="about-tech">C++</div>
and <div class="about-tech">Python</div>. I have completed few project in web development using
<div class="about-tech">MEAN Stack</div> and also completed project using <div class="about-tech">C#
</div>and <div class="about-tech">SQL</div>.
</div>
</div>
<!-- Skills Sections -->
<div class="skills">
<div class="skill">
Python
</div>
<div class="skill">
DBMS
</div>
<div class="skill">
CPP
</div>
<div class="skill">
Data Structures
</div>
<div class="skill">
Algorithms
</div>
<div class="skill">
Problem Solving
</div>
</div>
<!-- Project -->
<div class="projects">
<div id="project-intro">
<h2>Project</h2>
</div>
<!-- First row of cards -->
<div class="projects-card">
<div class="project-card">
<div class="project-card-title">
Youtube Comments Analysis
</div>
<div class="project-card-skills">
<div class="project-card-skills-card">
NLP
</div>
<div class="project-card-skills-card">
EDA
</div>
<div class="project-card-skills-card">
Python
</div>
<div class="project-card-skills-card">
ML
</div>
</div>
<div class="project-card-description">
The Purpose of the project is to classify whether the video is watchable or not watchable based
on likes, number of comments, number of views,
number of dislikes and Sentimental Score Values.
</div>
</div>
<div class="project-card">
<div class="project-card-title">
Tourism Management System
</div>
<div class="project-card-skills">
<div class="project-card-skills-card">
Mongodb
</div>
<div class="project-card-skills-card">
ExpressJS
</div>
<div class="project-card-skills-card">
Angular
</div>
<div class="project-card-skills-card">
NodeJS
</div>
<div class="project-card-skills-card">
SE
</div>
</div>
<div class="project-card-description">
The Tourism Management Website was developed as our project for Software Engineering Course to
understand practically the processes involved
in software engineering. We begin from requirement gathering from users, to deciding functional
and non-functional requirements, then selecting the
model for ours we selected incremental model, UML Diagrams ,cost estimation, risk Management,
Software Testing .
</div>
</div>
</div>
<!-- Second row of cards -->
<div class="projects-card">
<div class="project-card">
<div class="project-card-title">
Real Estate Rental Web App
</div>
<div class="project-card-skills">
<div class="project-card-skills-card">
Mongodb
</div>
<div class="project-card-skills-card">
ExpressJS
</div>
<div class="project-card-skills-card">
Angular
</div>
<div class="project-card-skills-card">
NodeJS
</div>
</div>
<div class="project-card-description">
The Project is Developed as part of Web Technologies Course. The Project is developed using MEAN
stack for Real Estate Rental where the user
can view all the properties for rent, and owner can list their properties for rent on the
website by first creating an account on the application.
The owner can create, update and delete property data. The user can view all the listed
properties along with owners contact information
</div>
</div>
<div class="project-card">
<div class="project-card-title">
Hospital Management System
</div>
<div class="project-card-skills">
<div class="project-card-skills-card">
C#
</div>
<div class="project-card-skills-card">
SQL
</div>
</div>
<div class="project-card-description">
The Project was developed as part of .NET course.
The Application is used to add the Records of the Patients to the Database and the Doctor
Assigned to the Patient.
The Application Performs CRUD functionality.
Add Patients, Update Patients, Delete Patients, Search Patients
The Following are the Concepts Used
SQL Connectivity, Windows Form, ListBox, CheckBox, DataGrid, Buttons and Labels
</div>
</div>
</div>
<!-- Third Row of Cards -->
<div class="projects-card">
<div class="project-card">
<div class="project-card-title">
Interview Bot
</div>
<div class="project-card-skills">
<div class="project-card-skills-card">
Computer Vision
</div>
<div class="project-card-skills-card">
Natural Language Processing
</div>
<div class="project-card-skills-card">
Django
</div>
<div class="project-card-skills-card">
SQLite
</div>
</div>
<div class="project-card-description">
Interview bot where in the firstly the candidate resume would be scanned and skills would be
extracted and candidate would be given appropriate Job
role, and based on skills extracted candidate would be asked different questions that would be
autogenerated from the paragraphs for the skills
stored, based on the candidate’s response next questions would be asked and a score card would
be generated based on interview and the
candidate’s resume match with Job Description. During the QnA the camera would be used to
proctor the interview and firstly candidate would be
verified by matching with photo submitted during the resume submission.
</div>
</div>
</div>
</div>
<!-- Internship -->
<div class="internship">
<div id="internship-intro">
<h2>Internship</h2>
</div>
<div class="internship-cards">
<div class="internship-card">
<div class="internship-card-company">
Celebal Technologies
</div>
<div class="internship-card-title">
Data Science Intern
</div>
<div class="internship-card-skills">
<div class="internship-card-skill">
Python
</div>
<div class="internship-card-skill">
Machine Learning
</div>
<div class="internship-card-skill">
EDA
</div>
<div class="internship-card-skill">
CNN
</div>
<div class="internship-card-skill">
RNN
</div>
</div>
<div class="internship-card-duration">
June 1, 2022 - July 31, 2022
</div>
<div class="internship-card-description">
The Data Science Based internship require us to make different machine learning models for the
given problem statements on appropriate datasets.
The Process involves EDA, Data Visualization, and implementing machine learning models using
both library and making the model from scratch.
</div>
</div>
<div class="internship-card">
<div class="internship-card-company">
Codekul Pvt Ltd
</div>
<div class="internship-card-title">
Full Stack Java Development Inteern
</div>
<div class="internship-card-skills">
<div class="internship-card-skill">
ReactJS
</div>
<div class="internship-card-skill">
MYSQL
</div>
<div class="internship-card-skill">
HTML
</div>
<div class="internship-card-skill">
Java
</div>
<div class="internship-card-skill">
Springboot
</div>
<div class="internship-card-skill">
GIT
</div>
</div>
<div class="internship-card-duration">
June 12, 2021 - Aug. 8, 2021
</div>
<div class="internship-card-description">
Developed an application for Service Management System using ReactJS, Springboot, and Mysql. I
was appointed as a Team Leader for the same
where my responsibilities were to check everyone work and help them wherever the need arose.
The entire project was distributed in different masters During the Internship, was able to
complete 2 Masters(components) ‘country master and ‘make
Master’ both Frontend and Backend with API.
</div>
</div>
</div>
</div>
<!-- Academics -->
<div class="academic">
<div id="academic-intro">
<h2>
Academics
</h2>
</div>
<div class="academic-cards">
<div class="academic-card">
<div class="academic-card-year">
2016
</div>
<div class="academic-card-school">
Smt Radhikabai Meghe Vidyalaya
</div>
<div class="academic-card-course">
SSC
</div>
</div>
<div class="academic-card">
<div class="academic-card-year">
2018
</div>
<div class="academic-card-school">
Shubham Junior College
</div>
<div class="academic-card-course">
HSC
</div>
</div>
<div class="academic-card">
<div class="academic-card-year">
2023
</div>
<div class="academic-card-school">
MIT Academy of Engineering
</div>
<div class="academic-card-course">
B. Tech Computer Engineering
</div>
</div>
</div>
</div>
</main>
<footer>
</footer>
</body>
</html>