-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
105 lines (97 loc) · 5.47 KB
/
Copy pathindex.html
File metadata and controls
105 lines (97 loc) · 5.47 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CV</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;700&family=Sofia&display=swap" rel="stylesheet">
<link rel='stylesheet' href='./assets/css/style.css'></link>
</head>
<body>
<div class="wrapper">
<header>
<h1>Anastasiya Lesun</h1>
<h2>Front-End Developer</h2>
</header>
<main>
<div class="left-col">
<div class="left-col__foto">
<img class='my_photo' src="./assets/img/IMG_7082.jpg" alt="Здесь должна быть фотография">
</div>
<div class="left-col__my-contacts"><hr>
<h3>My contacts</h3>
<div class='left-col__my-contacts1 content hide'>
<div class='icon'>
<img src="./assets/img/home.png" alt="Location"> Minsk
</div>
<div class='icon'>
<img src="./assets/img/phone.png" alt="Phone number"> +375(29)3868748
</div>
<div class='icon'>
<img src="./assets/img/mail.png" alt="E-mail"> 3868748@gmail.com
</div>
<div class='icon'>
<img src="./assets/img/LinkedIn.png" alt="Linkedin profile"><a href="https://www.linkedin.com/in/anastasiya-lesun-746402b2/" target='_blank'> Linkedin profile</a>
</div>
<div class='icon'>
<img src="./assets/img/github.png" alt="GitHub profile"><a href="https://github.com/NastaLeo" target='_blank'> GitHub profile</a>
</div></div>
</div>
</div>
<div class="right-col">
<div class="right-col__about-me">
Hello, my name is Anastasiya. I'm self-motivated, active and outgoing person.</br>
I have worked for different state institutions for a long time. But now it's time to change something.
At the present I'm really interested in Front-End Development and will be grateful you for any relevant position proposals.
</div>
<div class="right-col__education">
<h3>Education</h3>
<div class="right-col__education1 content hide">
<p><span>Bachelor's degree in Public Administration</span></br>
Gomel State University (2006-2011)</p>
<p><span>Master's degree in Management of Enterprises</span></br>
University of Auvergne (France) (2006-2011)
</p>
<p><span>BA & PM training course</span></br>
Belhard Academy (2019)
</p>
<p><span>Front-End Developer training course</span></br>
TeachMeSkills (2021)
</p>
</div><hr>
</div>
<div class="right-col__work">
<h3>Work experience</h3>
<div class="right-col__work1 content hide">
<p><span>Ministry of Economy of the Republic of Belarus (April 2019 - September 2020)</span><br/>
Advisor of the Departament of Cooperation with International Organisations</br>
<i>Collaboration with international financial institutions, in particular with the World Bank and the Asian Infrastructure Investment Bank, support to the execution of the mutual projects, sovereign credit rating support (Fitch Ratings, Standard & Poor's)</i>
</p>
<p><span>Information-Analytical Center under Administration of the President of the Republic of Belarus (September 2016 - April 2019)</span><br/>
Specialist of Social and Economic Issues Department</br>
<i>Research and analysis of economic and social issues, engagement in sociological survey</i>
</p>
<p><span>Minsk Regional Executive Committee (July 2011 - August 2016)</span> <br/>
Specialist/ Head of Employment Directorate<br/>
<i>Employment issues: business grants, vocational education and training, social adaptation of persons with disabilities, labour migration, preparation of employment outlook, development of employment policy measures and their financial estimation</i>
</p>
</div><hr>
</div>
<div class='right-col__skills'>
<h3>Skills</h3>
<div class="right-col__skills1 content hide">
<p><span>IT Tools</span></br>
HTML, CSS, Bootstrap, Java Script, Figma, Git
</p>
<p><span>Foreign languages</span></br>
English, Français, Español
<p>
</div>
</div>
</div>
</main>
</div>
<script src='./assets/script/script.js'></script>
</body>
</html>