forked from htmlacademy/codeguide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
79 lines (71 loc) · 3.09 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="utf-8">
<title>Стиль кода Академии HTML</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@htmlacademy_ru">
<meta name="twitter:image" content="https://htmlacademy.github.io/codeguide/img/og.png">
<meta property="og:type" content="website">
<meta property="og:url" content="https://htmlacademy.github.io/codeguide/">
<meta property="og:title" itemprop="name" content="Стиль кода Академии HTML">
<meta property="og:image" itemprop="image" content="https://htmlacademy.github.io/codeguide/img/og.png">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/prism.css">
<link rel="stylesheet" href="css/style.css">
<script>(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','//www.google-analytics.com/analytics.js','ga');ga('create','UA-29640059-7','auto');ga('send','pageview');</script>
</head>
<body>
<header>
<a href="https://htmlacademy.ru" target="_blank">
<img class="logo" src="img/bane.svg" width="300" height="300" alt="HTML Academy" title="HTML Academy">
</a>
<h1>Стиль кода Академии HTML</h1>
<p><a href="https://github.com/htmlacademy/codeguide">github.com/htmlacademy/codeguide</a></p>
</header>
<main>
<nav class="logo-list">
<h2 class="visually-hidden">Разделы стиля кода</h2>
<ul>
<li>
<a href="html-css.html">
<img src="img/logo-html.svg" alt="Логотип HTML">
</a>
</li>
<li>
<a href="javascript.html">
<img src="img/logo-js.svg" alt="Логотип JavaScript">
</a>
</li>
</ul>
</nav>
</main>
<footer>
<div class="contacts">
<a class="logo-full" href="https://htmlacademy.ru">
<img src="img/logo-full.svg" width="161" height="55" alt="HTML Academy" title="HTML Academy">
</a>
<div class="social-icons">
<a class="icon icon-vk" href="https://vk.com/htmlacademy" target="_blank">
Вконтакте
</a>
<a class="icon icon-fb" href="https://www.facebook.com/htmlacademy" target="_blank">
Facebook
</a>
<a class="icon icon-tw" href="https://twitter.com/htmlacademy_ru" target="_blank">
Twitter
</a>
<a class="icon icon-ig" href="https://instagram.com/htmlacademy" target="_blank">
Instagram
</a>
</div>
<div class="github">
<a class="github-link" href="https://github.com/htmlacademy" target="_blank">
GitHub
</a>
</div>
</div>
</footer>
</body>
</html>