-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (33 loc) · 2.12 KB
/
index.html
File metadata and controls
40 lines (33 loc) · 2.12 KB
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
<html>
<head>
<title>Арсений Максимов</title>
<link href="https://fonts.googleapis.com/css?family=PT+Mono&subset=cyrillic" rel="stylesheet">
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<meta name="description" content="Арсений Максимов" />
<meta name="author" content="Арсений Максимов"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
<script src="assets/js/jquery.js"></script>
<script src="assets/js/scripts.js"></script>
</head>
<body>
<div class="container" title="Сдаю в аренду свободные площади справа. Оплата книжками по информационному дизайну.">
<div class="content">
<h3 class="above-header">Привет, я</h3>
<h1 class="header">Арсений Максимов</h1>
<p><span id="js-work-easteregg" title="Секретной частью">Заведую технической частью</span> в <a href="http://radarrr.ru">Радаре</a>.<br> Верстаю, программирую, веду и придумываю проекты.</p>
<p>Люблю Москву, города, системы и сообщества.<br>Неравнодушен к дизайну.</p>
<div class="scl-wrap">
<h3 class="scl-wrap_header">Новое знакомство<br> начинается тут:</h3>
<a class="email" href="mailto:localhost@kern0.ru">localhost@kern0.ru</a>
<div class="scl">
<a class="scl__item" href="http://twitter.com/notarseniy">Твиттер</a>
<a class="scl__item" href="http://instagram.com/notarseniy">Инстаграм</a>
<a class="scl__item" href="http://github.com/notarseniy">Гитхаб</a>
<a class="scl__item" href="https://keybase.io/notarseniy">Keybase</a>
</div>
</div>
</div>
</div>
</body>
</html>