Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
nadiaatshan authored Oct 24, 2024
1 parent 45cb645 commit 0fa9c0e
Show file tree
Hide file tree
Showing 4 changed files with 106 additions and 0 deletions.
Binary file added Nadia-Atshan.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions contact.html
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>




67 changes: 67 additions & 0 deletions index.html
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>
16 changes: 16 additions & 0 deletions my hobbtes.html
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>

0 comments on commit 0fa9c0e

Please sign in to comment.