-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
47 lines (41 loc) · 2.03 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
<html>
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-110782017-1"></script>
<script>
window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', 'UA-110782017-1');
</script>
<title>Dmytro Ielkin - Cloud Web Developer / Software Engineer</title>
<link rel="stylesheet" href="css/site.css" />
<link href="favicon.ico" rel="shortcut icon" type="image/x-icon" />
</head>
<body>
<div class="header">
<div class="header-links">
<a href="experience.html">Experience</a>
<a href="skills.html">Skills</a>
<a href="hire-me.html">Hire me</a>
</div>
<div class="header-content">
<h1>Welcome to my personal page</h1>
<h2>Learn more about me and value I can bring to your team or company</h2>
</div>
<svg viewBox="0 0 1280 70" preserveAspectRatio="none" id="headerCurve" fill="blue" role="presentation" aria-hidden="true">
<polygon points="1280 0 1280 70 0 70" fill="rgb(255,255,255)"></polygon>
</svg>
</div>
<div class="content-transparent">
<p>
Hello!
My name is Dmytro Ielkin and I am a freelance software engineer.
<br>
<br>
I call myself a Cloud Web Developer because I'm very passionate cloud technologies and have a lot of experience developing cloud-first applications.
Primarily I work with Azure Cloud but can easily take on a project that involves Amazon Cloud or Google Cloud.
<br>
<br>
Desktop applications are fine too. Sometimes my clients just need a desktop application be it WPF or UWP or maybe even a small console utility.
And there is nothing wrong with that.
</p>
</div>
</body>
</html>