-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
100 lines (95 loc) · 2.83 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Sergey Lyoshin CV</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto+Serif:ital@0;1&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
</head>
<body>
<table cellspacing="30">
<tr>
<td><img src="images/circle.png" alt="Sergey foto"></td>
<td>
<h1>Sergey Lyoshin</h1>
<p><em>Learner <strong>Web Development.</strong><a href="https://twitter.com/LyoshinSergey"><img src="images/twitter.png" alt="Twitter"></a></strong></em></p>
<p> I am an oilman in the past but now I`m a WebDev student. I like Ruby language and especially ROR framework </p>
<p>I am learning to program in Ruby. I create complex web applications using Ruby on Rails on my own. I'm trying to understand how the Internet works, learning the basics of HTML, CSS, JavaScript, learning how to use Git and set up Linux servers to put applications on the Internet.</p>
</td>
</tr>
</table>
<hr>
<h3>My Education:</h3>
<ul>
<li>Aktobe Oil and Gas College <a href="https://aknig.kz/"> College</a></li>
<li>Aktobe University named after Zhybanova <a href="http://zhubanov.edu.kz/ru/pages/talapkerlerge/specialnosty-koledj.php"> University</a></li>
</ul>
<hr>
<h3>Work Experience</h3>
<table cellspacing="10">
<thead>
<tr>
<th>Dates</th>
<th>Work</th>
</tr>
</thead>
<tbody>
<tr>
<td>2015-2021</td>
<td>Entrepreneur in different projects as a restaurant and gaming business.</td>
</tr>
<tr>
<td>2012-2015</td>
<td>Field specialist in the Schlumberger company.</td>
</tr>
<tr>
<td>2012</td>
<td>Seismo-worker in Geophisic company</td>
</tr>
</tbody>
<tfoot>
</tfoot>
</table>
<hr>
<h3>Skills</h3>
<table cellspacing="10">
<tr>
<td>
<p>Bootstrap</p>
<p>CSS(3)</p>
<p>HTML(5)</p>
<p>MySQL</p>
<p>Javascript</p>
</td>
<td>
<p>⭐⭐</p>
<p>⭐⭐⭐</p>
<p>⭐⭐⭐⭐</p>
<p>⭐⭐</p>
<p>⭐⭐</p>
</td>
<td>
<p>Ruby</p>
<p>Rails</p>
<p>Object Orientated Programming</p>
<p>PostgreSQL</p>
<p>Docker</p>
</td>
<td>
<p>⭐⭐⭐</p>
<p>⭐⭐⭐</p>
<p>⭐⭐⭐</p>
<p>⭐⭐</p>
<p>⭐</p>
</td>
</tr>
</table>
<hr>
<a href="hobbies.html">My Hobbies</a><br><br>
<a href="contacts.html">Contact Me.</a><br><br>
</body>
<hr>
</html>