-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
75 lines (74 loc) · 2.63 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
<html>
<head>
<link href="style.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<title> CV of Goryachevskikh Stanislav </title>
</head>
<body>
<header id="header">
<!-- resume header with your name and title -->
<h1>Goryachevskikh Stanislav</h1>
<hr>
Future Software Developer
<hr>
</header>
<main>
<article id="mainLeft">
<section>
<h2>Contact</h2>
<p>
<i class="fa fa-envelope" aria-hidden="true"></i>
<a href="mailto:goryachevskih.stanislav@yandex.ru">goryachevskih.stanislav@yandex.ru</a>
</p>
<p>
<i class="fab fa-github" aria-hidden="true"></i>
<a href="https://github.com/alsomalo">AlsoMalo</a>
</p>
</section>
<section>
<h2>Languages and Tools I'm interested in:</h2>
<p> C#, Visual Basic .NET, F#, .Net, .Net Core, Typescript, Angular, Javascript, HTML, CSS, PowerShell </p>
</section>
<section>
<h2>Education</h2>
<h3>Bachelor's degree in political science</h3>
<p>
Ural State University
</p>
<p>
2010-2014
</p>
</section>
</article>
<article id="mainRight">
<section>
<h2>About</h2>
<p>I am looking for a job in a promising and stable company where I could show,
prove and realize myself as a software developer. I consider career growth as
a natural consequence of the accumulation of experience and self-realization.</p>
</section>
<section>
<h2>Work Experience</h2>
<h3>VFS Global</h3>
<p>
VF Services | 2016 - 2023
</p>
<p>
Specialist in working with customers
</p>
<p>
Work with the incoming flow of clients (including citizens of other countries),
consulting and assistance in solving difficulties with applying for a visa,
paperwork and visas, processing documents, call-center, training new employees (mentoring),
business trips, replacing a supervisor during vacations
</p>
<ul>
<li>High learning ability</li>
<li>Ability to work in a team</li>
<li>Working with a large amount of information</li>
</ul>
</section>
</article>
</main>
</body>
</html>