-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
96 lines (91 loc) · 2.99 KB
/
index.html
File metadata and controls
96 lines (91 loc) · 2.99 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
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
---
layout: default
---
<div class="row">
<div class="col-sm-8">
<div class="row">
<div class="col-sm-6">
<img class="img-responsive img-centered" src="/images/20130121_at_12h15m34s_714d0a48.jpg">
</div>
<div class="col-sm-6">
<div class="text-centered">
<h4>The When and the Where</h4>
<p>We meet on the 3rd Monday of every month in Joburg.</p>
<p>New members are always welcome! Bring a friend! Bring two!</p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6 col-sm-push-6">
<img class="img-responsive img-centered" src="/images/20130520_at_12h15m28s_cdb1d22f.jpg">
</div>
<div class="col-sm-6 col-sm-pull-6">
<div class="text-centered">
<h4>The What</h4>
<p>Each meetup starts at 18:30 and consists of a short, accessible
talk on a topic related to Linux or Free or Open Source
software (FOSS), followed by dinner and drinks.</p>
<p>Stick around afterward and chat with
fellow <strike>geeks</strike> enthusiasts.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6">
<img class="img-responsive img-centered" src="/images/20130121_at_12h14m02s_c3debfd9.jpg">
</div>
<div class="col-sm-6">
<div class="text-centered">
<h4>The Why</h4>
<p>We want to grow the GNU/Linux and FOSS community in South
Africa through informal chats about the technical topics that
interest us.</p>
<p>We're always looking for new contributors. Let us know if
you'd like to give a talk, suggest a topic, or organize a
event.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6">
</div>
<div class="col-sm-6">
<div class="text-centered">
<a href="http://oreilly.com/ug/">
<img class="img-responsive img-centered" src="/images/ug_ad_250_camel.gif">
</a>
<h4>Regional LUGs</h4>
<p>Some other techie user groups around South Africa:</p>
<ul>
{% for group in site.data.groups %}
<li>
<a href="{{ group.url }}">
{{ group.name }}
</a> ({{ group.nick }})
</li>
{% endfor %}
</ul>
</div>
</div>
</div>
</div>
<div class="col-sm-4">
<h4>Recent Posts</h4>
<ul>
{% for post in site.posts %}
<li>
<a href="{{ post.url }}">{{ post.title }} - <em>{{ post.date | date_to_string }}</em></a>
</li>
{% endfor %}
</ul>
<h4>Recent Meetups</h4>
<ul id="recentmeetups">
<img style="border: 0" src="/images/colorbox/loading.gif">
</ul>
<h4>Recent Tweets</h4>
<div class="recenttweets">
<a class="twitter-timeline" href="https://twitter.com/JoziLUG" data-widget-id="555065705327251456">Tweets by @JoziLUG</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div>
</div>
</div>