This repository has been archived by the owner on Oct 7, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 54
/
Copy pathfooter.html
78 lines (78 loc) · 3.67 KB
/
footer.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
<nav class="navbar navbar-default navbar-bottom">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#footer-menu" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="navbar-collapse collapse" id="footer-menu">
<ul class="nav navbar-nav navbar-left">
<li>
<a href="/patrons.html">
{% img 'patreon.png' alt:'Нас поддержало 20 человек' magick:resize:16x16 %}
<b>Нас поддержало 20 человек</b>
</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="{{ site.baseurl }}/новости/2015/11/04/hello-world.html">О сайте</a></li>
<li>
<a href="https://www.reddit.com/r/rustycrate/" target="_blank" class="navbar-link">
{% img 'reddit.gif' alt:'Reddit' magick:resize:16 %}
</a>
</li>
<li>
<a href="https://twitter.com/rustycrate1" target="_blank" class="navbar-link">
{% img 'twitter.png' alt:'Twitter' magick:resize:16 %}
</a>
</li>
<li>
<a href="https://vk.com/rustycrate" target="_blank" class="navbar-link">
{% img 'vk.png' alt:'VK' magick:resize:16 %}
</a>
</li>
<li>
<a href="https://www.facebook.com/rustycrate/" target="_blank" class="navbar-link">
{% img 'fb.png' alt:'Facebook' magick:resize:16 %}
</a>
</li>
<li>
<a href="https://telegram.me/rustycrate" target="_blank" class="navbar-link">
{% img 'telegram.png' alt:'Telegram' magick:resize:16 %}
</a>
</li>
<li>
<a href="https://www.meetup.com/Rust-%D0%B2-%D0%9C%D0%BE%D1%81%D0%BA%D0%B2%D0%B5/" target="_blank" class="navbar-link">
{% img 'meetup.jpg' alt:'Meetup' magick:resize:16 %}
</a>
</li>
<li>
<a href="http://feeds.feedburner.com/rustycrate/yMtS" class="navbar-link">
{% img 'rss.png' alt:'RSS' magick:resize:16 %}
</a>
</li>
<li><a href="{{ site.baseurl }}/contacts.html">Команда</a></li>
<li><p class="navbar-text">{{ site.time | date: '%Y' }}</p></li>
</ul>
</div>
</div>
<div class="gitter-button">Открыть чат</div>
</nav>
<script>function load_bootstrap() {
// Include all compiled plugins (below), or include individual files as needed
$.getScript("{{site.baseurl}}/js/bootstrap.min.js");
}</script>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js" async onload="load_bootstrap()"></script>
<!-- Gitter Sidecar -->
<script>
((window.gitter = {}).chat = {}).options = {
room: 'ruRust/general',
activationElement: '.gitter-button',
preload: true
};
</script>
<script src="https://sidecar.gitter.im/dist/sidecar.v1.js" async defer></script>