-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
354 lines (322 loc) · 17.5 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta content="width=device-width, initial-scale=1" name="viewport" />
<title>Main page</title>
<link rel="icon" href="1.png">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=PT+Sans+Narrow&display=swap" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
</head>
<body id="indexPage">
<div class="preloader"></div>
<ul id="menu">
<li><a href="#top">Home</a></li>
<li><a href="#intro">Intro</a></li>
<li><a href="#experience">Experience</a></li>
<li><a href="#education">Education</a></li>
<li><a href="#contact">Contact</a></li>
<li><a href="tictactoe.html">Tic Tac Toe</a></li>
</ul>
<div id="top">
<h1 id="header1" class="position">I'm<span>Mostafa</span></h1>
<h2 id="header2" class="position">Graphic Designer<br>Advertising Specialist</h2>
<a href="https://www.facebook.com/mostafa.shenavaei/" target="_blank"><i style="margin-left: 0px" class="fa fa-facebook sm position"></i></a>
<a href="https://instagram.com/mostafashena" target="_blank"><i class="fa fa-instagram sm position"></i></a>
<a href="https://www.linkedin.com/in/mostafa-shenavaei-aa8587107/" target="_blank"><i class="fa fa-linkedin sm position"></i></a>
</div>
<div id="intro">
<div id="leftInto" class="float">
<p id="introTitle">Intro</p>
<p id="introDesc">What am I all about!</p>
<p id="cv"><a href="MostafaShenavaei.pdf" target="_blank">Download CV<br><span>Updated 2019</span></a></p>
</div>
<div id="rightIntro" class="float">
<p id="aboutMeText">
I have over 6 years of experience working in marketing, graphic designing,
programming, and teaching. Currently, I work as the advertising specialist
at Akharing Khabar, where I had remarkable progress in marketing and graphic
designing, consulting big corporations across the country. I'm deeply passionate
about making loved and trusted clients that helped us to follow the right path.
<br><br>
Previously, I worked at Coodoc Startup as a graphic designer, improving the company's
brand and services for our customers across Europe.
<br><br>
If you catch me outside of work, I'm an adventurous traveler - 17 countries and counting -
and an avid lover of Football!
<br><br>
I also like meeting new people over a cup of coffee. Feel free to reach out at
<span class="differ">mostafa.shena@gmail.com</span> or DM on Instagram<span class="differ"> @mostafashena.</span>
</p>
<p class="skillTitle">Design Skills</p>
<div class="skill">
<p>Photoshop</p>
<p class="percentage">90%</p>
<div class="myProgress">
<div id="photoshop" class="progressHeight"></div>
</div>
</div>
<div class="skill">
<p>Adobe Xd</p>
<p class="percentage">90%</p>
<div class="myProgress">
<div id="xd" class="progressHeight"></div>
</div>
</div>
<div class="skill">
<p>Typography</p>
<p class="percentage">90%</p>
<div class="myProgress">
<div id="typo" class="progressHeight"></div>
</div>
</div>
<div class="skill">
<p>Primiere Pro</p>
<p class="percentage">90%</p>
<div class="myProgress">
<div id="primiere" class="progressHeight"></div>
</div>
</div>
<div class="skill">
<p>After Effects</p>
<p class="percentage">40%</p>
<div class="myProgress">
<div id="afterEffects" class="progressHeight"></div>
</div>
</div>
<p class="skillTitle">Programming Skills</p>
<div class="skill">
<p>HTML & CSS</p>
<p class="percentage">90%</p>
<div class="myProgress">
<div id="html" class="progressHeight"></div>
</div>
</div>
<div class="skill">
<p>jQuery</p>
<p class="percentage">80%</p>
<div class="myProgress">
<div id="jqeury" class="progressHeight"></div>
</div>
</div>
<div class="skill">
<p>Java</p>
<p class="percentage">60%</p>
<div class="myProgress">
<div id="java" class="progressHeight"></div>
</div>
</div>
<p class="skillTitle">Marketing Skills</p>
<div class="skill">
<p>Communication & CRM</p>
<p class="percentage">100%</p>
<div class="myProgress">
<div id="communication" class="progressHeight"></div>
</div>
</div>
<div class="skill">
<p>D2D & B2B</p>
<p class="percentage">100%</p>
<div class="myProgress">
<div id="d2d" class="progressHeight"></div>
</div>
</div>
<div class="skill">
<p>Telephone Marketing</p>
<p class="percentage">70%</p>
<div class="myProgress">
<div id="tMarketing" class="progressHeight"></div>
</div>
</div>
<p class="skillTitle">Other Skills</p>
<div class="skill">
<p>Teamwork</p>
<p class="percentage">100%</p>
<div class="myProgress">
<div id="teamwork" class="progressHeight"></div>
</div>
</div>
<div class="skill">
<p>Time Management</p>
<p class="percentage">100%</p>
<div class="myProgress">
<div id="time" class="progressHeight"></div>
</div>
</div>
<div class="skill">
<p>Agile</p>
<p class="percentage">100%</p>
<div class="myProgress">
<div id="agile" class="progressHeight"></div>
</div>
</div>
<p class="skillTitle">Languages</p>
<div class="skill">
<p>Persian</p>
<p class="percentage">100% Native</p>
<div class="myProgress">
<div id="persian" class="progressHeight"></div>
</div>
</div>
<div class="skill">
<p>English</p>
<p class="percentage">80% Fluent</p>
<div class="myProgress">
<div id="english" class="progressHeight"></div>
</div>
</div>
<div class="skill">
<p>Spanish & French</p>
<p class="percentage">20% Beginner</p>
<div class="myProgress">
<div id="spanish" class="progressHeight"></div>
</div>
</div>
</div>
<div class="clear"></div>
</div>
<div class="clear"></div>
<div id="experience" class="show-on-scroll showElem">
<div id="leftExp" class="float">
<p id="expTitle">Experience</p>
<p id="expDesc">What I've done since 17</p>
</div>
<div id="rightExp" class="float">
<p class="jobCategory">Marketing Work XP</p>
<div class="jobs">
<p class="jobName">Now NZ <span>3 Months</span></p>
<p class="jobAddress"><i class="fa fa-location-arrow"></i><span>Wellington, New Zealand</span></p>
<p class="jobText">Prospected and conducted face to face sales calls with potential broadband customers throughout assigned territories.</p>
<p class="jobText">Attend weekly sales meeting and quarterly sales training.</p>
<p class="jobText">Submitted orders in NowNz company for processing of getting fiber broadband.</p>
<p class="jobText">Average 7-8 successful sales throughout the week.</p>
</div>
<div class="jobs">
<p class="jobName">Nova Energy <span>3 Months</span></p>
<p class="jobAddress"><i class="fa fa-location-arrow"></i><span>Wellington, New Zealand</span></p>
<p class="jobText">Contacted potential customers during the agreed upon hours assigned to the contractor</p>
<p class="jobText">Attend weekly sales meeting and quarterly sales training.</p>
<p class="jobText">Submitted orders in NowNz company for processing of getting fiber broadband.</p>
<p class="jobText">Average 10-16 successful sales throughout the week.</p>
<p class="jobText">Responded to customers queries.</p>
<p class="jobText">Compiled with all New Zealand laws.</p>
</div>
<div class="jobs">
<p class="jobName">Akharin Khabar <span>1 Year</span></p>
<p class="jobAddress"><i class="fa fa-location-arrow"></i><span>Mashhad, Iran</span></p>
<p class="jobText">Researches industries, markets, demographics, trends, sales results,
and other data related to the client's products or services.</p>
<p class="jobText">Creates detailed reports with research findings and analysis to inform marketing strategies.</p>
<p class="jobText">Works within the client's budget to produce effective promotional materials and advertising opportunities.</p>
<p class="jobText">Tracks sales and feedback and adjusts marketing strategies as necessary.</p>
<p class="jobText">Establishes marketing tracking methods to help each client evaluate performance over time.</p>
<p class="jobText">Recommends specific marketing approaches and spending budgets to achieve the client's desired sales goals.</p>
</div>
<p class="jobCategory">Project Manager Work XP</p>
<div class="jobs">
<p class="jobName">Persian Data<span>3 Months</span></p>
<p class="jobAddress"><i class="fa fa-location-arrow"></i><span>Mashhad, Iran</span></p>
<p class="jobText">Handle various responsibilities such as planning, scheduling, coordinating, and managing all aspect of the project.</p>
<p class="jobText">Deciding deadlines and budget of the project accordingly.</p>
<p class="jobText">Interact with company clients and understand their requirements.</p>
<p class="jobText">Maintain status report of the project and also keep a record of the previous reports.</p>
<p class="jobText">Present status reports of the project to the senior officials of the organization.</p>
<p class="jobText">Help in the development and implementation of agile projects.</p>
<p class="jobText">Encourage a sustainable pace with high levels of quality for the team.</p>
</div>
<div class="jobs">
<p class="jobName">Internship<span>4 Months</span></p>
<p class="jobAddress"><i class="fa fa-location-arrow"></i><span>Wellington, New Zealand</span></p>
<p class="jobText">Execute administrative project management tasks related to project plans, issue and risk logs, budgets,
deliverables and documentations.</p>
<p class="jobText">Coordinating project-related events.</p>
<p class="jobText">Maintain project management systems, including data management and filing.</p>
</div>
<p class="jobCategory">Graphic Design Work XP</p>
<div class="jobs">
<p class="jobName">Coodoc <span>1 Year</span></p>
<p class="jobAddress"><i class="fa fa-location-arrow"></i><span>Paris, France</span></p>
<p class="jobText">Liaising with clients to determine their requirements and budget.</p>
<p class="jobText">Managing client proposals from typesetting through to design, print and production.</p>
<p class="jobText">Working with clients, briefing and advising them with regard to design style, format,
print production and timescales.</p>
<p class="jobText">Developing concepts, graphics and layouts for product illustrations, company logos and websites.</p>
<p class="jobText">Determining size and arrangement of copy and illustrative material, as well as font style and size</p>
<p class="jobText">Reviewing final layouts and suggesting improvements if required.</p>
</div>
<p class="jobCategory">Programming Work XP</p>
<div class="jobs">
<p class="jobName">Mustache LTD. <span>8 Months</span></p>
<p class="jobAddress"><i class="fa fa-location-arrow"></i><span>Wellington, New Zealand</span></p>
<p class="jobText">Produce fully functional programs writing clean, testable code.</p>
<p class="jobText">Collaborate with internal teams to identify system requirements.</p>
<p class="jobText">Perform periodical tests and debugging to maximize program efficiency.</p>
<p class="jobText">Design user interface and web layout using HTML/CSS practices.</p>
<p class="jobText">Upgrade and repair existing programs.</p>
<p class="jobText">Create technical documentation for user support.</p>
</div>
<p class="jobCategory">Teaching Work XP</p>
<div class="jobs">
<p class="jobName">Wellington College IT Teacher<span>4 Months</span></p>
<p class="jobAddress"><i class="fa fa-location-arrow"></i><span>Wellington, New Zealand</span></p>
<p class="jobText">Planning lessons and activities that facilitate students' acquisition of basic and advanced computer skills.</p>
<p class="jobText">Instructing in a manner that develops students' confidence in their abilities.</p>
<p class="jobText">Observing and managing classroom dynamics.</p>
<p class="jobText">Invigilating and grading projects, quizzes, and examinations.</p>
<p class="jobText">Tracking and communicating students' advancement throughout the course.</p>
<p class="jobText">Attending parent-teacher and faculty conferences.</p>
</div>
<div class="jobs">
<p class="jobName">Parax Language Institude <span>5 Months</span></p>
<p class="jobAddress"><i class="fa fa-location-arrow"></i><span>Wellington, New Zealand</span></p>
<p class="jobText">Organising and delivering classroom lectures to students.</p>
<p class="jobText">Evaluating a students’ class work and assignments.</p>
<p class="jobText">Preparing classroom and coursework materials, homework assignments, and handouts.</p>
<p class="jobText">Recording and maintain accurate student attendance records and grades.</p>
<p class="jobText">Classroom management.</p>
<p class="jobText">Developing English lesson plans in line with the National Curriculum.</p>
<p class="jobText">Maintaining discipline in the classroom.</p>
<p class="jobText">Creating a vibrant teaching atmosphere.</p>
</div>
</div>
</div>
<div id="contact">
<div id="leftContact" class="float">
<p id="contactTitle">Contacts</p>
<p id="contactDesc">Hire Me!</p>
</div>
<div id="rightContact" class="float">
<div class="location">
<p class="title">Location</p>
<p class="titleDes">London, England</p>
</div>
<div class="location">
<p class="title">Phone</p>
<p class="titleDes">+44 740 576 0048</p>
</div>
<div class="location">
<p class="title">Email</p>
<p class="titleDes">mostafa.shena@gmail.com</p>
</div>
<div class="location">
<p class="title">Best to Contact</p>
<p class="titleDes">Via email</p>
</div>
</div>
</div>
<footer>
<div id="footer">
<p>
<i class="fa fa-copyright"></i> Copyright 2021
All right Reserved. Powered by <span id="rights">Mostafa Shena</span>
</p>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>