-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
87 lines (44 loc) · 1.55 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Tatiana Ilvutikova</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@500&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Inconsolata:wght@200&display=swap" rel="stylesheet">
</head>
<body class="bodyEN">
<header>
<nav>
<ul>
<li class="navi" > <a class="link" href="ru.html"> RU </a></li>
</ul>
</nav>
<figure>
<img id="avatar" src="socialAva.jpg" alt="social avatar">
</figure>
<h1 class="bodyEN">Tatiana Ilvutikova</h1>
<div class="bio">
<h2 class="descriptionEN">
iOS developer & enthusiast at <a class="link" href="http://climbgesh.ru"> ClimbGesh.</a><br>
Coding on the Swift since 2020.<br>
<br>
Advocate and member Barristers' Chamber of Kuzbass Region since 2013.</h2>
</div>
<div>
<ul class="listSocials">
<li> <a href="https://github.com/makires"><img class="listSocials" src="git.png"></a> </li>
<li> <a href="https://t.me/ultaris"><img class="listSocials" src="tg.png"></a> </li>
</ul>
</div>
</header>
<hr>
<footer>
<h3> Created by Tatiana Ilvutikova © 2021 </h3>
<h4> Hosting on Firebase </h4>
</footer>
</body>
</html>
<script>document.write('<script src="http://' + (location.host || 'localhost').split(':')[0] + ':35729/livereload.js?snipver=1"></' + 'script>')</script>