-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathread-list.html
More file actions
33 lines (29 loc) · 1.16 KB
/
read-list.html
File metadata and controls
33 lines (29 loc) · 1.16 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Svitlana Pylypenko</title>
<link rel="stylesheet" media="screen" href="css/screen.css">
</head>
<body>
<article class="article">
<h1>Что еще почитать:</h1>
<h2>Сообщества:</h2>
<ul>
<li><a href="http://web-standards.ru/">Сообщество Веб-стандарты</a></li>
<li><a href="http://tech.yandex.ru/">Яндекс Tech</a></li>
<li><a href="http://frontender.info/">Frontender Magazine</a></li>
</ul>
<h2>Разработчики:</h2>
<ul>
<li>Вадим Макеев <a href="http://pepelsbey.net/">pepelsbey.net</a></li>
<li>Андрей Ситник <a href="http://sitnik.ru/">sitnik.ru</a></li>
<li>Роман Комаров <a href="http://kizu.ru/">kizu.ru</a></li>
<li>Роберт Харитонов <a href="http://rhr.me/">rhr.me</a></li>
<li>Юрий Артюх <a href="http://cssing.org.ua/">cssing.org.ua</a></li>
<li>Антон Немцев <a href="http://silentimp.info/">silentimp.info</a></li>
<li>Артем Сапегин <a href="http://sapegin.ru/">sapegin.ru</a></li>
</ul>
</article>
</body>
</html>