-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
41 lines (36 loc) · 1.2 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
---
layout: no-sidebar
title: ZgPHP Meetup
---
<div class="row">
<div class="col-md-6 text-center">
<img src="/images/logo/zgphp.png" alt="ZgPHP Meetup" />
</div>
<div class="col-md-6">
<h1>Druženja PHP developera<br />iz Zagreba i regije</h1>
<p>We are a team of PHP developers, working on different projects in different companies, versatile in choice of frameworks or technologies we use.</p>
<hr />
<div class="row">
<div class="col-md-6">
{% include next-meetup.html %}
</div>
<div class="col-md-6">
<h4>Postani predavač</h4>
<p>Uvijek tražimo nove predavače.<br />Predavačko iskustvo nije preduvjet.</p>
<a class="btn btn-small btn-default btn-block" href="mailto:[email protected]?subject=Prijava predavanja">Prijavi predavanje</a>
</div>
</div>
</div>
</div>
<hr />
<div class="row">
<div class="col-md-4">
{% include frontpage/news.html %}
</div>
<div class="col-md-4">
{% include frontpage/talks.html %}
</div>
<div class="col-md-4">
{% include frontpage/tweets.html %}
</div>
</div>