-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (50 loc) · 1.31 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width" />
<meta name="description" content="Minimalist Software Developer" />
<link rel='shortcut icon' type='image/x-icon' href='images/favicon.ico'/>
<title>Sasha Korotkov</title>
<style>
body {
font-family: Arial, Helvetica, sans-serif;
line-height: 1.5;
background-color: #F8F8F8;
color: #303030;
}
.Content {
max-width: 520px;
margin: auto;
padding: 2rem 1rem;
}
a {
color: #004d80;
}
</style>
</head>
<body>
<main class="Content">
<h1>Sasha Korotkov</h1>
<p>Minimalist Software Developer</p>
<h2>About</h2>
<p>Passionate about re-introducing simplicity to software development. In tune with website performance and accessibility. Hungry to work on what is most important. Care about on-time delivery and scope reduction.</p>
<h2>Skills</h2>
<p>HTML, CSS, JS, React, Redux, Java, Node.</p>
<section>
<h2>Contact</h2>
<ul>
<li>
<a href="mailto:[email protected]">E-mail</a>
</li>
<li>
<a href="https://www.linkedin.com/in/alexandre-korotkov/">LinkedIn</a>
</li>
<li>
<a href="https://github.com/SashaKoro">Github</a>
</li>
</ul>
</section>
</main>
</body>
</html>