forked from berlinphp/berlinphp.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (47 loc) · 1.49 KB
/
index.html
File metadata and controls
51 lines (47 loc) · 1.49 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
title: Home
---
{% for post in site.posts limit:1 %}
<div class="slots container">
<div class="row">
{{ post.content }}
</div>
</div>
{% endfor %}
<!--
<div class="textbody container">
<div class="row">
<div class="textbody-text span12">
<p> </p>
</div>
</div>
</div>
-->
<!-- Site Description -->
<div class="presentation container">
<div class="row">
<div class="span8">
<h2>Welcome to the Berlin <span class="violet">PHP</span> Usergroup</h2>
<p>
Next Meetup:
{% for post in site.posts limit:1 %}
<span class="violet">{{ post.datetitle }}</span>, 7:00 pm - save the date!
{% endfor %}
</p>
</div>
<div class="span4">
<h2><span class="violet">PHP</span> regulars table</h2>
<p>
Every 2nd and 4th monday we have a PHP regulars table on board of the <a href="http://www.c-base.org/cv50f/core/impressum.html">c-base spacestation</a> at 7:30 pm.
</p>
</div>
</div>
</div>
<div class="textbody container">
<div class="row">
<div class="textbody-text span12">
<p> </p>
</div>
</div>
</div>