-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (44 loc) · 1.28 KB
/
index.html
File metadata and controls
44 lines (44 loc) · 1.28 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>My Resume</title>
</head>
<body>
<h1>Summary</h1>
<img src="assets/IMG_20210808_0001.jpg" alt="My Photo" height="100" />
<p>
My name is Karan. I am currently studying Web Development. Although I am a
minor in commerce but still tech is something that has always fascinated
me and thrived me to get more curious and learn about it. I am a hard
worker and I am always looking to learn new things. I am currently looking
for an internship with the commencement of 2024.
</p>
<h2>Education</h2>
<ul>
<li>High School - Spring Days School, New Delhi</li>
<li>Undergraduation - Bachelors in Commerce, University of Delhi</li>
</ul>
<h2>Experience</h2>
<ol>
<li>
Worked as Technical Support Executive at Teleperformance India(July
2022-Mar 2023)
</li>
<li>Cryptocurrency Derivatives Trader(Jan 2018 - Present)</li>
</ol>
<h2>Skills</h2>
<ul>
<li>HTML</li>
<li>CSS</li>
<li>JavaScript</li>
<li>Solidity</li>
<li>EVM</li>
</ul>
<a href="hobbies.html">Hobbies</a>
<a href="contact.html">Contact Me</a>
</body>
<footer>
<p>© 2024 Karan Arora</p>
</footer>
</html>