-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
67 lines (65 loc) · 2.06 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>MY RESUME</title>
</head>
<body>
<h1>Nadia Atshan</h1>
<img src="./Nadia-Atshan.png" height="100" alt="nadia atshan portfolio "/>
<h2> summary </h2>
<p>I work hard and strive for improvement because I have a strong desire to learn new things.
</p>
<hr />
<h2>EDUCATION</h2>
<ul>
<li>phd student</li>
<li>MBA</li>
<li>Bachelor of Business Administration</li>
</ul>
<hr />
<h2>Work Experience</h2>
<ul>
<li>Teaching and Training in (middle technical university)
<ul>
<li>marketing, management, strategic, finance</li>
<li>TOT, support, statistics</li>
</ul>
</li>
<li>Administrative Assistant
<ul>
<li>Prepared reports and presentations using Microsoft Office Suite</li>
<li>Assisted with scheduling appointments and meetings</li>
</ul>
</li>
<li>Customer Service Representative in (EPIBM)
<ul>
<li>Answered customer inquiries via phone and email</li>
<li>Maintained customer records and updated account information</li>
</ul>
</li>
</ul>
<hr />
<h2>Skills</h2>
<ul>
<li>Customer service: ⭐️⭐️⭐️⭐️⭐️</li>
<li>Microsoft Office Suite:⭐️⭐️⭐️⭐️</li>
<li>graphic desigh:⭐️⭐️⭐️⭐️ </li>
<li>Organizational skills: ⭐️⭐️⭐️⭐️</li>
</ul>
<hr />
<h2>Awards and Certifications</h2>
<ul>
<li>Conference Committee Member(Conference Committee Member)</li>
<li>teacher of the Month.</li>
</ul>
<hr />
<h2>Other</h2>
<ul>
<li><a href="./my hobbtes.html"> My Hobbtes</a></li>
<li><a href="./contact.html">Contact Me</a></li>
</ul>
</body>
<FOOTER>
<p>@ Nadia Atshan. All rights reserved. </p>
</FOOTER>