-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
45cb645
commit 0fa9c0e
Showing
4 changed files
with
106 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<title>CONTACT ME</title> | ||
</head> | ||
<body> | ||
<h1>Contact Me</h1> | ||
<p>Tel: +9647800697332</p> | ||
<p>Email: [email protected]</p> | ||
<p>Address:</p> | ||
<p> | ||
123 jamila street<br /> | ||
baghdad<br /> | ||
Iraq <br /> | ||
</p> | ||
</body> | ||
|
||
</html> | ||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<title>My Hobbtes</title> | ||
</head> | ||
<body> | ||
<h3>My Hobbtes</h3> | ||
<ol> | ||
<li>Reading</li> | ||
<li>Teaching</li> | ||
<li>cooking</li> | ||
</ol> | ||
<hr /> | ||
</body> | ||
</html> |