-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
422 lines (408 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
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Portfolio</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="MediaQueries.css">
</head>
<body>
<!-- <svg id="ocean"> -->
<!-- Wave layers will be dynamically added -->
<!-- </svg> -->
<nav id="desktop-nav">
<div class="logo">
<h3 class="title-div">
Kuhu Sharma
</h3>
</div>
<div>
<h3 class="title-div">
<ul class="nav-links">
<li><a href="#about">About</a></li>
<li><a href="#Experience">Experience</a></li>
<li><a href="#Projects">Projects</a></li>
<li><a href="#Contact">Contact</a></li>
</ul>
</h3>
</div>
</nav>
<nav id="main-nav">
<div class="logo">Kuhu Sharma</div>
<div class="main-menu">
<div class="main-icon" onclick="ToggleMenu()">
<span></span>
<span></span>
<span></span>
</div>
<div class="menu-links">
<li><a href="#about" onclick="ToggleMenu()">About</a></li>
<li><a href="#Experience" onclick="ToggleMenu()">Experience</a></li>
<li><a href="#Projects" onclick="ToggleMenu()">Projects</a></li>
<li><a href="#Contact" onclick="ToggleMenu()">Contact</a></li>
</div>
</div>
</nav>
<section id="profile">
<div class="section__pic-container">
<img src="./assets/Kuhu.jpg" alt="John Doe profile picture" />
</div>
<div class="section__text">
<p class="section__text__p1">Hello, I'm</p>
<h1 class="title">Kuhu Sharma</h1>
<p class="section__text__p2"> <span class="auto-typed"></span></p>
<div class="btn-container">
<button
class="btn btn-color-2"
onclick="window.open('./assets/resume-example.pdf')"
>
Download CV
</button>
<button class="btn btn-color-1" onclick="location.href='./#contact'">
Contact Info
</button>
</div>
<div id="socials-container">
<img
src="./assets/linkedin.png"
alt="My LinkedIn profile"
class="icon"
onclick="location.href='https://www.linkedin.com/in/kuhu-sharma/'"
/>
<img
src="./assets/github.png"
alt="My Github profile"
class="icon"
onclick="location.href='https://github.com/ku-sh-24'"
/>
</div>
</div>
</section>
<section id="about">
<!-- <p class="section__text__p1"></p> -->
<h1 class="title">About Me</h1>
<div class="the-para">
<div class="'para-title">
<h4><span style="font-weight:normal;">A little about myself:</span></h4>
</div>
<div class="abt-me-img-slider">
<!-- a bunch of slider images, hobbies, books, trekking, badminton -->
</div>
<div class="abt-me-txtr">
<div class="about-9containers">
<div class="details-container">
<h1>Education</h1>
<br />
<p class="description"><b>BTech CSE @ Mahindra University, HYD</b></p>
<div class="text-container">
<p>
CGPA: 8.0/10<br>
I have pursued a diverse set of courses, including Database Management Systems,
Object-Oriented Programming, Machine Learning with Python, Operating Systems,
Computer Networks, Recommendation Systems and an introduction to Big Data Technologies.
Through these courses, I have developed a strong understanding of core subjects
and gained proficiency in programming languages such as C/C++, Java, and Python.
Additionally, I have hands-on experience with Hadoop and PySpark from my Big Data
course, further enhancing my skills in data processing and analysis.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="the-para">
<!-- the education section -->
<div class="'para-title">
<h4><span style="font-weight:normal;">A little about myself:</span></h4>
</div>
<div class="section-container">
<div class="section__pic-container">
<div class="slider">
<img src="./Assets/college2.png" alt="" id="slide-1">
<!-- <img src="./Assets/clgimg.jpg" alt="" id="slide-2">
<img src="./Assets/education.png" alt="" id="slide-3"> -->
</div>
<div class="slider-nav">
<a href="#slide-1"></a>
<!-- <a href="#slide-2"></a>
<a href="#slide-3"></a> -->
</div>
</div>
<div class="about-details-container">
<div class="about-containers">
<div class="details-container">
<h1>Education</h1>
<br />
<p class="description"><b>BTech CSE @ Mahindra University, HYD</b></p>
<div class="text-container">
<p>
CGPA: 7.8/10<br>
I have pursued a diverse set of courses, including Database Management Systems,
Object-Oriented Programming, Machine Learning with Python, Operating Systems,
Computer Networks, Recommendation Systems and an introduction to Big Data Technologies.
Through these courses, I have developed a strong understanding of core subjects
and gained proficiency in programming languages such as C/C++, Java, and Python.
Additionally, I have hands-on experience with Hadoop and PySpark from my Big Data
course, further enhancing my skills in data processing and analysis.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="section-container">
<div class="section__pic-container">
<div class="slider">
<img src="./Assets/work.png" alt="" id="slide-1">
<img src="./Assets/slb_img.jpg" alt="" id="slide-2">
<!-- <img src="./Assets/slb_img.jpg" alt="" id="slide-3"> -->
</div>
<div class="slider-nav">
<a href="#slide-11"></a>
<a href="#slide-22"></a>
<!-- <a href="#slide-33"></a> -->
</div>
</div>
<div class="about-details-container">
<div class="about-containers">
<div class="details-container">
<h1>Intern @ SLB</h1> <br /><p class="description"><i>Associate Business Process Analyst</i></p>
<div class="text-container">
<p>
Contributed to the training team at SLB by developing detailed documentation and
training materials, executing SAP transactions to manage and update critical
business data, and performing data analysis using Dataiku, Excel, and Python.
Facilitated cross-functional team communication to ensure alignment on project
goals, streamlined processes by identifying inefficiencies and implementing
improvements, and supported data-driven decision-making with actionable insights
and comprehensive reporting.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="Experience">
<p class="section__text__p1">Explore My</p>
<h1 class="title">Technologies & Certifications</h1>
<div class="experience-details-container">
<div class="about-containers">
<div class="details-container">
<h2 class="experience-sub-title">Technologies</h2>
<div class="article-container">
<article>
<img src="./assets/checkmark.png" alt="Experience icon" class="icon" />
<div>
<h3>HTML</h3>
</div>
</article>
<article>
<img src="./assets/checkmark.png" alt="Experience icon" class="icon" />
<div>
<h3>CSS</h3>
</div>
</article>
<article>
<img src="./assets/checkmark.png" alt="Experience icon" class="icon" />
<div>
<h3>JavaScript</h3>
</div>
</article>
<article>
<img src="./assets/checkmark.png" alt="Experience icon" class="icon" />
<div>
<h3>Python</h3>
</div>
</article>
<article>
<img src="./assets/checkmark.png" alt="Experience icon" class="icon" />
<div>
<h3>C++</h3>
</div>
</article>
<article>
<img src="./assets/checkmark.png" alt="Experience icon" class="icon" />
<div>
<h3>HTML</h3>
</div>
</article>
<!-- Add more articles here -->
</div>
</div>
<div class="details-container">
<h2 class="experience-sub-title">Certifications</h2>
<div class="article-container-cert">
<article>
<img src="./assets/checkmark.png" alt="Certification icon" class="icon" />
<div>
<h3>AWS ML Scholarship, AWS & Udacity</h3>
</div>
</article>
<article>
<img src="./assets/checkmark.png" alt="Certification icon" class="icon" />
<div>
<h3>NISM Financial Education Certification, NISM</h3>
</div>
</article>
<article>
<img src="./assets/checkmark.png" alt="Certification icon" class="icon" />
<div>
<h3>Institute Merit Scholarship, Mahindra University</h3>
</div>
</article>
<article>
<img src="./assets/checkmark.png" alt="Certification icon" class="icon" />
<div>
<h3>Google Advance Data Analytics Certification, Google & Coursera</h3>
</div>
</article>
<!-- Add more articles here -->
</div>
</div>
</div>
</div>
<img src="./assets/arrow.png" alt="Arrow icon" class="icon arrow" onclick="location.href='./#projects'" />
</section>
<section id="Projects">
<p class="section__text__p1">Browse My Recent</p>
<h1 class="title">Projects</h1>
<div class="experience-details-container">
<div class="about-containers">
<div class="details-container color-container">
<div class="article-container">
<img
src="./assets/olympic.png"
alt="Olympic Data Analysis"
class="project-img"
/>
</div>
<h2 class="experience-sub-title project-title">Olympic Data Analysis</h2>
<div class="btn-container">
<button
class="btn btn-color-2 project-btn"
onclick="location.href='https://github.com/ku-sh-24/OLYMPIC-DATA-PROJECT'"
>
Github
</button>
<button
class="btn btn-color-2 project-btn"
onclick="location.href='https://ku-sh-24-olympic-data-project-olympic-analysis-v1zr6v.streamlit.app/'"
>
Live Demo
</button>
</div>
</div>
<div class="details-container color-container">
<div class="article-container">
<img
src="./Assets/movie.png"
alt="Movie Recommendation System"
class="project-img"
/>
</div>
<h2 class="experience-sub-title project-title">Movie Recommendation System</h2>
<div class="btn-container">
<button
class="btn btn-color-2 project-btn"
onclick="location.href='https://github.com/ku-sh-24/Movies-Recommender-System'"
>
Github
</button>
<button
class="btn btn-color-2 project-btn"
onclick="location.href='https://github.com/ku-sh-24/Movies-Recommender-System'"
>
Live Demo
</button>
</div>
</div>
<!-- <div class="details-container color-container">
<div class="article-container">
<img
src="./assets/project-3.png"
alt="Project 3"
class="project-img"
/>
</div>
<h2 class="experience-sub-title project-title">Project Three</h2>
<div class="btn-container">
<button
class="btn btn-color-2 project-btn"
onclick="location.href='https://github.com/'"
>
Github
</button>
<button
class="btn btn-color-2 project-btn"
onclick="location.href='https://github.com/'"
>
Live Demo
</button>
</div>
</div> -->
</div>
</div>
<!-- <img
src="./assets/arrow.png"
alt="Arrow icon"
class="icon arrow"
onclick="location.href='./#contact'"
/> -->
</section>
<section id="Contact">
<p class="section__text__p1">Get in Touch</p>
<h1 class="title">Contact Me</h1>
<div class="contact-info-upper-container">
<div class="contact-info-container">
<img
src="./assets/email.png"
alt="Email icon"
class="icon contact-icon email-icon"
/>
<p><a href="mailto:[email protected]">[email protected]</a></p>
</div>
<div class="contact-info-container">
<img
src="./assets/linkedin.png"
alt="LinkedIn icon"
class="icon contact-icon"
/>
<p><a href="https://www.linkedin.com/in/kuhu-sharma-60289b260/">LinkedIn</a></p>
</div>
<div class="contact-info-container">
<img
src="./assets/github.png"
alt="Github icon"
class="icon contact-icon"
/>
<p><a href="https://github.com/ku-sh-24">Github</a></p>
</div>
</div>
</section>
<footer>
<nav>
<div class="nav-links-container">
<ul class="nav-links">
<li><a href="#about">About</a></li>
<li><a href="#Experience">Experience</a></li>
<li><a href="#Projects">Projects</a></li>
<li><a href="#Contact">Contact</a></li>
</ul>
</div>
</nav>
</footer>
<script src="script.js"></script>
<script src="https://unpkg.com/[email protected]/dist/typed.umd.js"></script>
<script>
var typed = new Typed(".auto-typed",{
strings:["Coder", "Thinker"],
typeSpeed: 150,
backSpeed: 150,
loop: true
})
</script>
</body>
</html>