File tree 2 files changed +20
-10
lines changed
2 files changed +20
-10
lines changed Original file line number Diff line number Diff line change 4
4
---
5
5
6
6
7
+
8
+ < style type ="text/css ">
9
+ .center-block {
10
+ display : block;
11
+ margin-left : auto;
12
+ margin-right : auto;
13
+ }
14
+ </ style >
15
+ < div class ="textbody container ">
16
+ < div class ="row ">
17
+ < div class ="textbody-text span12 ">
18
+ < a href ="http://www.meetup.com/sfugberlin/events/221339664/ " target ="_blank ">
19
+ < img src ="assets/werbung/blackfire-sf-ug.png " class ="center-block "/>
20
+ </ a >
21
+ </ div >
22
+ </ div >
23
+ </ div >
24
+
7
25
{% for post in site.posts limit:1 %}
8
26
< div class ="slots container ">
9
27
< div class ="row ">
10
28
{{ post.content }}
11
29
</ div >
12
30
</ div >
13
31
{% endfor %}
14
- <!--
15
- <div class="textbody container">
16
- <div class="row">
17
- <div class="textbody-text span12">
18
- <p> </p>
19
- </div>
20
- </div>
21
- </div>
22
- -->
32
+
23
33
<!-- Site Description -->
24
34
< div class ="presentation container ">
25
35
< div class ="row ">
@@ -31,7 +41,7 @@ <h2>Welcome to the Berlin <span class="violet">PHP</span> Usergroup</h2>
31
41
<!-- regular announcement: START -->
32
42
< span class ="violet "> {{ post.datetitle }}</ span > , Opening at 7:00 pm, Start at 7:30pm.
33
43
<!-- regular announcement: END -->
34
- <!-- cancelled announcement START:
44
+ <!-- cancelled announcement START:
35
45
<span class="violet">{{ post.datetitle }}</span> <span style="background-color:#d00;color:#fff;"> CANCELLED </span>
36
46
cancelled announcement END -->
37
47
< script type ="application/ld+json ">
You can’t perform that action at this time.
0 commit comments