-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
85 lines (81 loc) · 1.93 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="description" content="Мой личный сайт">
<title> 😍 Marat`s personal site</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<table cellspacing='20'>
<td>
<img src="me.png" alt="my picture">
</td>
<td>
<h1>Marat Valiev</h1>
<p><em>Web Developer</em></p>
<p><em>I am a beginner web developer. I am 38. I live and work in Kazan (Russia). </em></em></p>
</td>
</table>
<hr>
<h3>Education</h3>
<ul cellspacing='10'>
<li>
<p>1999-2003 Tatar Turkish Economic High School</p>
</li>
<li>
<p>2003-2007 <em> <strong> <a href="https://www.istanbul.edu.tr/tr/_">Istanbul University</a>. </strong> </em> HR and public relations department</p>
</li>
</ul>
<hr>
<h3>Work Experience</h3>
<ul>
<li>
<p>2005 Bulsan Kimya (Turkey) - Overseas Procurement Specialist</p>
</li>
<li>
<p>2005-2006 Bianca Boya (Turkey) - Sales Manager </p>
</li>
<li>
<p>2007-2015 Credit Europe Leasing (Russia) - Head of Sales Department</p>
</li>
<li>
<p>2015-2021 Euroasian Leasing Company (Russia) - Sales Manager</p>
</li>
<li>
<p>2021-2022 Euroasian Leasing Company (Russia) - CEO </p>
</li>
<li>
<p>2022 - Web Developer</p>
</li>
</ul>
<hr>
<h3>My skills</h3>
<table cellspacing='2' border="1">
<tr>
<td>PC Technician</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Graphic Designer </td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>HTML </td>
<td>⭐⭐⭐</td>
</tr>
</table>
<hr>
<h3>My hobbies</h3>
<ul>
<li>
<p>Cycling</p>
</li>
<li>
<p>Tanner</p>
</li>
</ul>
<hr>
<h4><a href="contactme.html">Contact me</a></h4>
</body>
</html>