-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (35 loc) · 1.18 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
---
template: no-sidebar.html
---
<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>PHP developer meetups in Zagreb</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>Submit a talk</h4>
<p>We're always on the search for new talks. Prior experience is <b>not</b> a prerequisite. </p>
<a class="btn btn-small btn-default btn-block" href="mailto:[email protected]?subject=Prijava predavanja">Contact us</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>