-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
141 lines (124 loc) · 4.48 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="css/styles.css">
<title></title>
</head>
<body>
<div class="container">
<div class="left-side">
<div class="profileText">
<div class="imgBx">
<img height="180px" src="images/huseyin.png" alt="huseyin-img">
</div>
<h2>Hüseyin Öztaş<br><span>Sales Represantative</span><br><span>JavaScript Devoloper</span></h2>
</div>
<br><br><br><br><br><br><br><br><br><br><br>
<p class="otobio">An experienced business and sales professional, computer literate with a proven history in pharmaceutical sales, Client Management, Promotional activities, Marketing, Sales Analysis, Leadership and Customer Service.</p>
<div class="work">
<h2 class="work-experince" >WORK EXPERİENCE</h2>
<hr>
<h4 class="orta">Medical Promotion and Sales Representative Basel</h4>
<p class="orta">February 2020 to Present</p>
<ul>
<li>
<p>Sales and Marketing Pharmaceutical products to Pharmacys / Doctors</p>
</li>
<li>
<p>Monitoring and Analyzing Sales data through regular visits and conversation with Customer<p>
</li>
</ul>
<h4 class="orta">Assistant Business Manager, Sarlo Café/Pub Ltd</h4>
<p class="orta">August 2019-February 2020</p>
<ul>
<li>
<p>Managing the day to day activities of the cafe including Staff Managements</p>
</li>
<li>
<p>Responsible for recruitment, sales and general standards<p>
</li>
</ul><h4 class="orta">Sales & Marketing Executive. Aksas Ambalaj</h4>
<p class="orta">April 2019-August 2019</p>
<ul>
<li>
<p>Wholesale Sales Management to Customers throughout Turkey (Consumer Products)</p>
</li>
<li>
<p>Company went into financial difficulties and redundancy followed<p>
</li>
</ul><h4 class="orta">Medical Promotions and Sales Representative. Premium Pharma</h4>
<p class="orta">April 2018-January 2019</p>
<ul>
<li>
<p>Sales and Marketing Executive regular visits and monitoring of Customers</p>
</li>
</ul><h4 class="orta">Medical Promotions & Sales Representative. Newita</h4>
<p class="orta">November 2017-April 2018</p>
<ul>
<li>
<p>Medical / Pharmaceutical promotions and sales in Bursa, Balıkesir and Çanakkale</p>
</li>
<li>
<p> Made redundant after the Company went into dificulties<p>
</li>
</ul><br><br>
<p>*All contacts will be upon request.</p>
</div>
</div>
<div class="right-side">
<div class="contacts">
<p><a href="mailto:huseyinoztas@gmail.com">huseyinooztas@gmail.com</a></p>
<p><a href="https://www.linkedin.com/in/h%C3%BCseyin-%C3%B6zta%C5%9F-674873b5/?originalSubdomain=tr">Linkedin</a></p>
<p>+905375648058</p>
</div>
<div class="information">
<h2 class="Education" >EDUCATION</h2>
<hr>
<ul>
<li><h4>University Educated to Batchelor Degree in Public Management</h4></li>
<p>Uludağ University</p>
</ul>
<ul>
<li><h4>The Complete 2022 Web Development Bootcamp
by Angela Yu</h4></li>
<p>HTML, CSS, Javascript, Node.js, Bootstrap, DOM, Jquery</p>
</ul>
<ul>
<li><h4>JavaScript - The Complete Guide 2022 Academind by Maximilian Schwarzmüller</h4></li>
<p>Complete JavaScript</p>
</ul>
<h2 class="skills" >SKILLS</h2>
<hr>
<ul>
<li>Java script devoloper</li>
<li>UI/UX designer</li>
<li>Microsoft Office</li>
<li>Dance instructor</li>
<li>Musicians</li>
</ul>
<h2 class="Projects" >PROJECTS</h2>
<hr>
<ul>
<li><a href="https://github.com/bonafide42">Github</a></li>
</ul>
<h2 class="Languages" >LANGUAGES</h2>
<hr>
<ul>
<li><span>English-</span>
<span>Upper-İntermadiate</span>
</li>
<li>
<span>Turkish-</span>
<span>Native</span>
</li>
<li>
<span>Germany-</span>
<span>Beginner</span>
</li>
</ul>
</div>
</div>
</div>
</body>
</html>