-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
executable file
·57 lines (54 loc) · 2.09 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
---
layout: landing
---
<!-- Banner -->
<section id="banner">
<div class="inner">
<h2>{{ site.title }}</h2>
<p>{{ site.description | markdownify }}</p>
<ul class="actions">
<li><a href="http://eepurl.com/bWsFR1" class="button special">Subscribe to our events</a></li>
</ul>
</div>
<a href="#two" class="more scrolly">Past events</a>
</section>
<!-- One -->
<section id="one" class="wrapper style1 special">
<div class="inner">
<header class="major">
<h2>We want your presentation</h2>
<p>The purpose of this group is to raise the quality of its members. We can easilly listen to anything anyone has to say related to development or Android. Do you have something to say? Are you thinking of giving public speaking a shot in a cozy, friendly environment? Tell us on <a href="http://bit.ly/android-iasi" title="our Facebook Discussion group">our discussion group</a> and we will give you our full support.<br/>
Keep scrolling to see what other members presented.</p>
</header>
</div>
</section>
<!-- Two -->
<section id="two" class="wrapper alt style2">
{% for post in site.posts %}
<section class="spotlight">
<div class="image">
<h2><a href="{{ post.url }}">{{ post.title }}</a></h2>
</div>
<div class="content">
<p>
By {{ post.author }} <br/>
on
<span class="post-date">{{ post.time | date: "%b %-d, %Y" }}</span>
</p>
</div>
</section>
{% endfor %}
</section>
<!-- CTA -->
<section id="cta" class="wrapper style4">
<div class="inner">
<header>
<h2>Subscribe to our events</h2>
<p>From time to time we like to get together and talk about Android. Usually someone prepares a presentation.</p>
<p>We promise not to send unwanted emails.</p>
</header>
<ul class="actions vertical">
<li><a href="http://eepurl.com/bWsFR1" class="button fit special">Subscribe</a></li>
</ul>
</div>
</section>