forked from py-cu/py-cu.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (44 loc) · 1.67 KB
/
index.html
File metadata and controls
50 lines (44 loc) · 1.67 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
---
layout: default
---
<div class="row-fluid">
<img alt="logo" src="img/py-cu-logo.png">
</div>
<div class="row-fluid">
<div class="span9 offset3">
<h1>Welcome to <strong>py-cu.org</strong></h1>
<blockquote class="span6">Py-CU is a the Champaign-Urbana Python user's group. We are a bunch of
people who want to get together to learn, teach, share and discuss about
all things related to the python programming language.
</blockquote>
</div>
</div>
<div class = "row-fluid">
<div class="span3 offset1">
<h2>Contact us</h2>
You can email our <a href="mailto:py-cu@lists.py-cu.org">mailing list</a><br>
Or check out our <a
href="http://www.facebook.com/groups/115113665332255/">FB group</a><br>
Hit us up on <a href="https://github.com/py-cu">github</a> or <a
href="https://twitter.com/py_cu">twitter</a><br>
</div>
<div class="span3 ">
<h2>Events</h2>
{% for post in site.posts limit:1 %}
{{post.date | date:"%B %d, %Y" }}: {{ post.title}}<br/>
{{post.slug}} <a href="{{ post.url }}">Details</a>
{% endfor %}
</div>
<div class="span3 ">
<h2>General info</h2>
For more info on Py-CU like who we are and how we work, check out
<a href="about.html"> our info page!</a>
</div>
<div id="footer">
<a href="https://twitter.com/py_cu"
class="twitter-follow-button" data-show-count="false"
data-size="large">Follow @py_cu</a>
<script>!function(d,s,id){var
js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div>
</div>