-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstructure.html
More file actions
81 lines (70 loc) · 3.81 KB
/
structure.html
File metadata and controls
81 lines (70 loc) · 3.81 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="Style.css">
</head>
<body>
<header>
<div id="shada">
<img src="shada Mustafa 71 content.jpg" alt="Shada Mustafa"/>
</div>
<div id="info">
<h1> Shada Mustafa </h1>
<h4> Future Web Developer</h4>
<h2>Profile</h2>
<P> Constantly curious, I believe in the power of learning and growth. Whether it's mastering a new skill, delving into a good book, or embarking on a new adventure, I thrive on the joy of discovery.</P>
</div>
</header>
<section id =container>
<div id="Section-1">
<div>
<h3>Contact</h3>
<ul>
<li>[email protected]</li>
<li>Admiralstr.37, 1099 Berlin</li>
<li>Tel:017632276360 </li>
</ul>
</div>
<div>
<h3>Education</h3>
<ul>
<li> <span>M.Sc. Geographical Studies </span><br> Free University Berlin </li>
<li> <span>BArch | Bachelor in Architecture</span> <br> American University of Beirut</li>
</ul>
</div>
<div >
<h3>Languages</h3>
<ul>
<li> English</li>
<li> German</li>
<li> Arabic</li>
</ul>
</div>
</div>
<div id="experience">
<h2>Experience</h2>
<ul>
<li><h5>Junior Sales Manager</h5> <h6> VERBI Software GMBH <h6> <p>Since November 2023 </p></li>
<ul class="job-info">
<li>Client relations: Fostered strong relationships with clients through regular communication and understanding their needs, leading to a 15% increase in client satisfaction.</li>
<li>Led cross-functional teams: Orchestrated collaboration between departments, ensuring streamlined communication and efficient project execution.</li>
</ul>
</li>
<li> <h5>Research Assistant </h5> <h6> Free University Berlin </h6> <p> April 2021 - Septemeber 2022</p>
<ul class="job-info">
<li>Experiment design: Assisted in designing and conducting experiments, ensuring adherence to research protocols and ethical guidelines.</li>
<li>Literature review: Conducted comprehensive literature reviews to identify gaps in existing research, contributing to the development of a research framework.</li>
</ul>
</li>
<li> <h5>Project Coordinator</h5> <h6> Al Mamal Foundation for Contemporary Art </h6> <p> April 2021 - Septemeber 2022</p>
<ul class="job-info">
<li>Event coordination: Orchestrated successful art exhibitions, workshops, and cultural events, overseeing logistics, scheduling, and collaborating with artists and stakeholders.</li>
<li>Artist liaison: Acted as a primary point of contact for artists, managing communication, contracts, and facilitating collaboration between artists and the foundation.</li>
</ul>
</li>
</ul>
</div>
</section>
</body>
</html>