forked from statut/statut.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
43 lines (36 loc) · 902 Bytes
/
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Aliaksei Statut</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<main>
<section class="card">
<div class="card__avatar">
<img src="images/avatar.png" alt="my-face" />
</div>
<h1 class="card__name">Leshko Statut</h1>
<div class="card__title">I'm disgusting attitude to the interplanetary war!</div>
<ul class="card__links links">
<li class="links__item">
<a href="https://twitter.com/iscawn">
Twitter
</a>
</li>
<li class="links__item">
<a href="https://vk.com/scawn">
VK
</a>
</li>
<li class="links__item">
<a href="https://github.com/statut">
GitHub
</a>
</li>
</ul>
</section>
</main>
</body>
</html>