-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
60 lines (59 loc) · 1.9 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
<!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>
</head>
<body>
<h1>Aditya Sharma</h1>
<img src="assests/dp.jpg" alt="profile picture" height="100" />
<h2>Summary</h2>
<p>
I am a hardworking and dedicated individual with experience in customer
service and administration.
</p>
<h2>Education</h2>
<ul>
<li>Bachelor of Technology- IIT Indore(2022- 2026)</li>
</ul>
<h2>Work Experience</h2>
<ul>
<li>
<h3>Customer Service Representative - ABC Inc.</h3>
<p>June 2014 - May 2018</p>
<ul>
<li>Answered customer inquiries via phone and email</li>
<li>Resolved customer complaints and issues</li>
<li>Maintained customer records and updated account information</li>
</ul>
</li>
<li>
<h3>Administrative Assistant - XYZ Corp.</h3>
<p>June 2018 - Present</p>
<ul>
<li>Assisted with scheduling appointments and meetings</li>
<li>Managed incoming and outgoing mail and correspondence</li>
<li>
Prepared reports and presentations using Microsoft Office Suite
</li>
</ul>
</li>
</ul>
<h2>Skills</h2>
<ul>
<li>Customer Service ⭐️⭐️⭐️</li>
<li>Microsoft Office Suite ⭐️⭐️⭐️⭐️⭐️</li>
<li>Organizational Skills ⭐️⭐️⭐️⭐️</li>
</ul>
<h2>Awards and Certifications</h2>
<ul>
<li>Employee of the Month - ABC Inc. (August 2024)</li>
</ul>
<h2>Other</h2>
<ul>
<li><a href="./hobbies.html" target="_blank">My Hobbies</a></li>
<li><a href="./contact.html" target="_blank">Contact Me</a></li>
</ul>
</body>
</html>