-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
60 lines (60 loc) · 1.97 KB
/
index.html
File metadata and controls
60 lines (60 loc) · 1.97 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
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>Document</title>
</head>
<body>
<h1>Pro-Hanad</h1>
<img src="./img/pic.jpg" alt="My picture" width="150px">
<h2>Summary</h2>
<p>I work hard and love to learn new things on my own. Coding is my passion, and I enjoy solving problems through it. </p>
<hr>
<h2>Education</h2>
<ul>
<li>I am a first-year computer science student, diving into the world of coding and technology.</li>
</ul>
<hr>
<h2>Work Experience</h2>
<ul>
<li><h3>Gained work experience through internships.</h3>
<p>10 october 2022</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 assitance -XYZ Corp.</h3>
<p>November 2019 - June 2024</p>
<ul>
<li>Resolved customer complaints and issues</li>
<li>Managed incoming and outgoing mail and correspondence</li>
<li>Prepared reports and presentations using Microsoft Office Suite</li>
</ul>
</li>
</ul>
<hr>
<h2>Skills</h2>
<ul>
<li>Customer service: ⭐️⭐️⭐️⭐️⭐️</li>
<li>Microsoft Office Suite: ⭐️⭐️⭐️</li>
<li>Organizational skills: ⭐️⭐️⭐️⭐️</li>
</ul>
<hr>
<h2>Awards and Certification</h2>
<ul>
<li>Employee of the year ABC Inc .(2024)</li>
</ul>
<hr>
<h2>Other</h2>
<ul>
<li><a href="./hobbies.html">My Hobbies</a></li>
<li><a href="./contact.html">Contact Me</a></li>
</ul>
<footer>
<p>© Jane Doe. All rights reserved.</p>
</footer>
</body>
</html>