-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
42 lines (36 loc) · 1.43 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
---
layout: default
---
<div id="app">
<div id="fullpage">
<div class="section " id="section-first">
<div class="intro">
<h1>{{ site.title }} </h1>
<div class="logo"></div>
<p>Сообщество Python-программистов Санкт-Петербурга.</p>
</div>
</div>
<div class="section" id="section-second">
<div class="slide" id="slide1">
<div class="intro">
<h1>Общаемся в оффлайне</h1>
<a href="http://www.meetup.com/spbpython/" class="meetup" target="_blank"></a>
</div>
</div>
</div>
<div class="section" id="section-third">
<div class="intro">
<h1>Общаемся в онлайне</h1>
<p>
<a class="google-plus network-icon" target="_blank" title="SPb Python Guru in Google Plus"
href="https://plus.google.com/communities/107328406287050920928">
</a>
<a target="_blank" href="https://telegram.me/spbpython" class="telegram network-icon"
title="SPb Python Guru in Telegram">
</a>
</p>
</div>
</div>
</div>
</div>
<a class="forkme" href="https://github.com/spbpython/spbpython.github.io/"></a>