-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (37 loc) · 1.92 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Mikhail Shiriaev - C# developer | Web developer | IoT expert</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-4bw+/aepP/YC94hEpVNVgiZdgIC5+VKNBQNGCHeKRQN+PtmoHDEXuppvnDJzQIu9" crossorigin="anonymous">
</head>
<body>
<div class="container-sm">
<h1>Mikhail Shiriaev</h1>
<img src="my-photo.png" width="200" height="200" />
<h2>C# developer | Web developer | IoT expert</h2>
<p>I offer custom software development. I'm experienced in the development of enterprise software, software for industrial automation and the Internet of things.
Over the years, I have developed business relationships with clients from different countries, such as USA, Argentina, Australia, Chile, China, France, Norway, Indonesia, Italy, Philippines, South Africa, etc.
In addition, I am an experienced teacher and trainer in programming.</p>
<h3>Primary Skills</h3>
<ul>
<li>Microsoft .NET, C#, ASP.NET</li>
<li>HTTP, CSS, JavaScript</li>
<li>Databases</li>
</ul>
<h3>Short Facts About Me</h3>
<ol>
<li>Graduated in IT</li>
<li>An open source committer</li>
<li>Successfully completed a large number of projects</li>
<li>Experience over 20 years</li>
<li>Love programming</li>
</ol>
<h3>Contacts</h3>
<p>Email: 2mshir _at_ gmail.com<br />
GitHub: <a href="https://github.com/2mik/" target="_blank">https://github.com/2mik/</a><br />
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-HwwvtgBNo3bZJJLYd8oVXjrBZt8cqVSpeBNS5n7C8IVInixGAoxmnlMuBnhbgrkm" crossorigin="anonymous"></script>
</body>
</html>