-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathрезюме.html
77 lines (77 loc) · 2.26 KB
/
резюме.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
<html>
<head>
<style>
body { background-color: 336699; } /* îáùèé ôîí */
div {
width: 595px; /* øèðèíà */
height: 842px; /* âûñîòà */
padding: 20px 20px 30px 70px; /* âíóòðåííèå îòñòóïû - âåðõ, ïðàâî, íèç, ëåâî */
margin: 50px auto; /* âûðàâíèâàíèå ïî öåíòðó */
background-color: FFFFFF; /* öâåò ôîíà â áëîêå */
font-family: "Times New Roman"; /* íóæíûé øðèôò */
}
</style>
</head>
<body>
<div>
<h3> <p align=center> RESUME </h3>
<hr color=000000>
<img src="ôîòî.jpg" align=left hspace="20" vspace="10">
<h3> Karina Kuznetsova </h3>
<h5> E-mail: [email protected]
<br> Phone: +38(050)2172518
<br> Skype: nikol-ka
<br> LinkedIn: <a href="https://ua.linkedin.com/pub/karina-kuznetsova/ba/909/332"> https://www.linkedin.com</a>
<br> Facebook: <a href="https://www.facebook.com/karina.kuznetsova.355">https://www.facebook.com</a>
</h5>
<br>
<table style="font-size:.85em" align=center width = "100%" cellpadding = "4" cellspacing = "4">
<tr valign=top>
<td> <strong>Education</strong> </td>
<td></td>
<td></td>
</tr>
<tr valign=top>
<td>2002-2004</td>
<td>Alfred Nobel University, Dnipropetrovsk</td>
<td>Economics Degree, Finances, Finance specialist</td>
</tr>
<tr valign=top>
<td>1997-2002</td>
<td>National Mining University, Dnipropetrovsk</td>
<td>Engineer’s Degree, Information management systems and technologies, Geoinformation system and technologies, Computer Systems Engineer</td>
</tr>
<tr valign=top>
<td> <strong>Experience</strong> </td>
<td></td>
<td></td>
</tr>
<tr valign=top>
<td>2012-2015</td>
<td>In maternity leave</td>
<td></td>
</tr>
<tr valign=top>
<td>2007-2012</td>
<td>Dnipropetrovsk City Branch ¹8420 of JSC "Oschadbank"</td>
<td>Head of Financial and Economic Department</td>
</tr>
<tr valign=top>
<td>2005-2007</td>
<td>Dnipropetrovsk City Branch ¹8420 of JSC "Oschadbank"</td>
<td>Deputy head of Financial and Economic Department</td>
</tr>
<tr valign=top>
<td>2003-2004</td>
<td>Dnipropetrovsk City Branch ¹8420 of JSC "Oschadbank"</td>
<td>Head economist of Financial and Economic Department</td>
</tr>
<tr valign=top>
<td>2002-2003</td>
<td>Dnipropetrovsk City Branch ¹8420 of JSC "Oschadbank"</td>
<td>Software engineer of Automation Department</td>
</tr>
</table>
</div>
</body>
</html>