-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
70 lines (70 loc) · 2.91 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Resume</title>
<style>
footer{
background-color: black;
color: white;
text-align: center;
}
</style>
</head>
<body>
<h1>Adarsh Jha</h1>
<img src="./image.jpg" width="100px" height="130px" alt="my image">
<h2>Career Objective</h2>
<p>To secure a position as a computer science engineer in a dynamic and innovative company where I can apply my technical expertise and creative problem-solving skills to develop cutting edge solutions.</p>
<hr>
<h2>Education</h2>
<ul>
<li>2022-present, perusing Bachelor of Technology in Computer Science and Engineering from
Heritage Institute of Technology Kolkata, 10 SGPA in 1St semester</li>
<li>Passed Higher Secondary from “Shree Jain Vidyalaya”, Kolkata, under WBCHSE in 2022 with
93.20%</li>
<li>Passed Secondary (10th Standard) from “Sapuipara Janata Adarsh Vidyalaya” under WBBSE in
2020 with 86.43%</li>
</ul>
<hr>
<h2>Work Experience</h2>
<ul>
<li>A fresher, but brushing upon my technical skills to get an internship as soon as possible</li>
</ul>
<hr>
<h2>Skills</h2>
<ul>
<li><h3>Technical Skills</h3>
<ul>
<li>Proficient in programming languages such as C, C++, Python, JavaScript</li>
<li>Good knowledge of Data Structures and Algorithms in C++ - 200+ questions @ <b>GFG</b>(adarshjhkbz), 120+ questions@ <b>Leetcode</b>, 5 Star @ <b>HackerRank</b></li>
<li>Familiar with Front-end technologies - HTML, CSS, JavaScript</li>
<li>Working Knowledge of frameworks like Next.js, Node.js, react.js, tailwind.css and Bootstrap</li>
</ul>
</li>
<li><h3>Soft Skills</h3>
<ul>
<li>Efficient Communication - English, Hindi and Bengali</li>
<li>Good at collaborative Working</li>
</ul>
</li>
</ul>
<hr>
<h2>Co-Curricular Activities</h2>
<ul>
<li>Secured 3rd position in Inter School Quiz - “ABOUT SAARC”, 2018</li>
<li>Secured 2nd position in Inter School Quiz -“National Voter’s Day”, 2019</li>
<li>Secured 3rd position in Inter College Quiz - “MATHEMAGIC”, 2022</li>
<li>Runner-up in “INNOVATIVE IDEAS”,2019- an inter-school scientific innovation competition organized by “TEACH FOR INDIA FOUNDATION”</li>
</ul>
<h2>Others</h2>
<ul>
<li><a href="./myHobbies.html" target="_blank">My Hobbies</a></li>
<li><a href="./contactMe.html" target="_blank">Contact Me</a></li>
</ul>
<footer>
© Adarsh Jha | All rights reserved
</footer>
</body>
</html>