-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
60 lines (37 loc) · 2.94 KB
/
index.html
File metadata and controls
60 lines (37 loc) · 2.94 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='http://fonts.googleapis.com/css?family=Roboto:300,400,500&subset=latin,cyrillic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="styles.css">
<title>Кирилл Конча</title>
</head>
<body>
<section class="page-content">
<img src="portrait.png"> <!-- Единственная нормальная фотография, извините, что с сигаретой -->
<center>КИРИЛЛ КОНЧА</center>
</section>
<footer>
<div class="miss">
<h2>Who is Kirill Koncha?</h2>
Студент <a href="https://lingvocodes.github.io/HSEinfo/ba-ling-2018/baling_2018_1.html">Школы Лингвистики</a>, сибиряк и еще невесть кто. Люблю кино, литературу, творчество Егора Летова, с пеной у рта готов доказывать, что «О дивный новый мир» — лучшая антиутопия (Замятин, прости). А еще бесконечно уважаю Маяковского, потому что мужик</a><br>
писал<br>
вот так<br>
вот.
<h2>Любимые фильмы</h2>
<a href="https://www.kinopoisk.ru/film/22697/">Possession, 1981</a> <br>
dir. Andrzej Żuławski
<img src="https://media.giphy.com/media/LrOOH8UZziDCM/giphy.gif" height="200" width="360"><br>
<a href="https://www.kinopoisk.ru/film/843207/">Twin Peaks: The Return, 2017</a> <br>
dir. David Lynch
<img src="https://media.giphy.com/media/3oKIPzCLyw2vc1V1XG/giphy.gif" height="200" width="360"><br>
<a href="https://www.kinopoisk.ru/film/843207/">Pierrot le fou, 1965</a> <br>
dir. Jean-Luc Godard
<img src="https://media.giphy.com/media/fvyaJ6qnHJHig/giphy.gif" height="200" width="360"><br>
</div>
<span class="underground"><h2><a href="https://vk.com/majortomblog">где</a> <a href="https://www.instagram.com/kirillkoncha/">меня <a href="https://github.com/kirillkoncha">найти</a></h2>
</span>
</footer>
</body>
</html>