forked from maxpoletaev/golang-book
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
33 lines (28 loc) · 1.14 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
---
layout: default
---
<div class="intro">
<div class="intro_author">Калеб Докси</div>
<h1 class="intro_heading">Введение в программирование на Go</h1>
</div>
<div class="chapters">
<ol class="capters_list">
{% for chapter in site.book %}
<li class="chapters_item">
<a class="chapters_item_link" href="{{ chapter.url }}">{{ chapter.title }}</a>
</li>
{% endfor %}
</ol>
</div>
<div class="download">
<div class="download_wrapper">
<a class="download_btn" href="https://golang.org/dl/" target="_blank">
<span class="download_btn_text">Загрузить Go</span>
</a>
<a class="download_btn" href="https://golang.org/doc/" target="_blank">
<span class="download_btn_text">Документация</span>
</a>
</div>
<p>Есть вопросы? Спросить можно в <a href="https://plus.google.com/communities/100750770323291642539" target="_blank">сообществе на G+</a> или в <a href="https://groups.google.com/forum/#!forum/golang-ru" target="_blank">Google Groups</a>.</p>
</div>
{% include advert.html slot="6541630584" %}