-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
127 lines (127 loc) · 5.41 KB
/
index.html
File metadata and controls
127 lines (127 loc) · 5.41 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>My resume</title>
</head>
<body>
<header >
<h1>Resume by Sofiychuk Igor</h1>
</header>
<main>
<section class="personal_data">
<hr width="800px" align="left">
<article>
<h2>Personal Data</h2>
<p>My name is <b>Sofiychuk Igor.</b></p>
<p>I live in <em>Vinnitsa</em> and I live for the address <em>Kyivska 104/48.</em></p>
<p>I was born in <ins>20-th January 1993 year.</ins></p>
<p> My phone number is <del>0982155175</del> 0982155165</p>
</article>
<div>
<img src="./img/11-24-31-H891XFufxSk.jpg" alt="My resume photo" width="250px">
</div>
</section>
<br>
<hr width="800px" align="left">
<section class="experience">
<section class="work_one">
<h2>Work Experience</h2>
<h3><ins>Trade Trader Specialist:</ins></h3>
<p>From 04.2015 to 12.2017 work in Philip Morris International Ukraine</p>
<p><b><em>Responsibilities for this post:</em></b></p>
<ul>
<li>Planning and regular visits to retail outlets on the allocated territory;</li>
<li>Collecting information about trademarks and tracking the development of the tobacco market;</li>
<li>Ensuring the quality representation of the product and the condition of the trading equipment;</li>
<li>Maintain relationships with retail clients and provide them with product information.</li>
</ul>
</section>
<section class="work_two">
<h3><ins>Logger Manager:</ins></h3>
<p>From 11.2013 to 04.2015 work in Vinlogistics</p>
<p><b><em>Responsibilities for this post:</em></b></p>
<ul>
<li>Conducting negotiations with the customer and the carrier;</li>
<li>Control existing customers and search for new ones;</li>
<li>Designing and signing of application-contracts with the customer and the carrier;</li>
<li>Control of the carrier at a given route and timely informing both parties when changing the conditions of the route;</li>
<li>Reporting and accountability with direct guidance.</li>
</ul>
</section>
<section class="work_three">
<h3><ins>Client-manager, SOC:</ins></h3>
<p>From 09.2013 to 11.2015 work in Privat Bank</p>
<p><b><em>Responsibilities for this post:</em></b></p>
<ul>
<li>Development and qualitative support of the client's portfolio, ensuring customer satisfaction;</li>
<li>Customer service within existing product and service packages;</li>
<li>Sales of banking products of retail business in accordance with the Bank's development strategy.</li>
</ul>
</section>
</section>
<hr width="800px" align="left">
<section class="education">
<h2>Education</h2>
<p>FEMM, Management and administration, Vinnytsya Higher, from 09.2009 to 01.2015. Was a monitor</p>
</section>
<hr width="800px" align="left">
<section class="other">
<h2>Additional Information</h2>
<p>Sociable, punctual, clear in the execution of tasks.</p>
<p><b>Language knowledge:</b> English - Intermediate; French - Elementar; Ukraine - Master.</p>
</section>
<hr width="800px" align="left">
</main>
<footer>
<p><em>If you want call me, you can call on this number(<ins>0982155165</ins> or <ins>0932626836</ins>)</em></p>
<p><em>If you want write me, you can write me by click on this item: <a href="mailto:lighthollow.is@gmail.com?subject=Invitation%20at%20work"><img src="./img/md_5aa8fcee8b314.png" alt="mail_image" width="20px" vspace="0"></a></em></p>
</footer>
<hr width="800px" align="left">
<div>
<table border="1px solid black" cellspacing="0" cellpadding="5" width="600px">
<caption><b><big>Результат 1-го туру виборів 2019</big></b></caption>
<tr>
<th colspan="2">Кандидат</th>
<th>Голосів 'ЗА'</th>
<th>% 'ЗА'</th>
</tr>
<tr>
<td>1</td>
<td>Володимир Зеленський</td>
<td>4806551</td>
<td>30,7%</td>
</tr>
<tr>
<td>2</td>
<td>Петро Порошенко</td>
<td>2954485</td>
<td>18,6%</td>
</tr>
<tr>
<td>3</td>
<td>Юлія Тимошенко</td>
<td>1798752</td>
<td>13,9%</td>
</tr>
<tr>
<td>4</td>
<td>Юрій Бойко</td>
<td>1174456</td>
<td>10,3%</td>
</tr>
<tr>
<td>5</td>
<td>Анатолій Гриценко</td>
<td>756145</td>
<td>7,3%</td>
</tr>
<tr>
<td colspan="2">Всього:</td>
<td>11490389</td>
<td>80,8%</td>
</tr>
</table>
</div>
</body>
</html>