This repository was archived by the owner on Jan 18, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·133 lines (117 loc) · 4.54 KB
/
index.html
File metadata and controls
executable file
·133 lines (117 loc) · 4.54 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
---
layout: default
classes: front
---
<h1 id="punchline">Turku Agile Day, the coziest agile software development conference on the Northern Hemisphere</h1>
<section class="boxes clearfix">
<article class="column third">
<hgroup>
<p class="preheading">#tad014 was</p>
<h2><span class="count">2</span> days <br><span>full of knowledge</span></h2>
</hgroup>
<p class="call-to-action"><a href="/schedule/">Schedule</a></p>
</article>
<article class="column third">
<hgroup>
<p class="preheading">from</p>
<h2><span class="count">6</span> workshops <br><span>on May 12<sup>th</sup></span></h2>
</hgroup>
<p class="call-to-action"><a href="/topics/">Learn more</a></p>
</article>
<article class="column third">
<hgroup>
<p class="preheading">to</p>
<h2><span class="count">17</span> talks <br><span>on May 13<sup>th</sup></span></h2>
</hgroup>
<p class="call-to-action"><a href="/topics/#talks">Learn more</a></p>
</article>
</section>
<section id="news" class="boxes clearfix">
<div class="column half">
<hgroup>
<h2>News<br>
<span>the latest buzz</span></h2>
</hgroup>
{% for post in site.posts limit: 1 %}
<article class="news">
<hgroup>
<h3><a href="{{ post.url }}">{{ post.title }}</a></h3>
<p class="writer">{{ post.date | date_to_string }} / {{ post.author }}</p>
</hgroup>
{{ post.content | truncate: 300 }}
<p class="call-to-action"><a href="{{ post.url }}">Read full article</a></p>
</article>
{% endfor %}
{% for post in site.posts limit: 3 offset: 1 %}
<article class="news">
<h3><a href="{{ post.url }}">{{ post.title }}</a></h3>
<p class="writer">{{ post.date | date_to_string }} / {{ post.author }}</p>
</article>
{% endfor %}
<p class="call-to-action"><a href="/archive/">View archive</a></p>
</div>
<div class="column half">
<hgroup>
<h2>Tweets<br>
<span>hear what the bird says</span></h2>
<div id="tweets"><p style="text-align:center;"><img src="/img/ajax-loader.gif"></p></div>
</hgroup>
<p class="call-to-action"><a href="http://twitter.com/#!/turkuagileday">Follow us</a></p>
</div>
</section>
<section id="sponsors">
<h2>Sponsors</h2>
<ul id="sponsor-groups">
<li class="active">
<h3>Gold sponsors</h3>
<p>
<a href="http://www.tek.fi"><img src="sponsors/logos/tek.png" alt="Tekniikan Akateemiset"></a>
</p>
</li>
<li class="next">
<h3>Silver sponsors</h3>
<p>
<a href="https://vaadin.com"><img src="sponsors/logos/vaadin.png" alt="Vaadin"></a>
<a href="http://www.turkusciencepark.com/"><img src="sponsors/logos/sciencepark.png" alt="Turku Science Park"></a>
</p>
</li>
<li>
<h3>Bronze sponsors</h3>
<p>
<a href="http://www.teknologiakiinteistot.fi"><img src="sponsors/logos/teknologiakiinteistot.png" alt="Teknologiakiinteistöt"></a>
</p>
</li>
<li>
<h3>Partners</h3>
<p>
<a href="http://www.aucor.fi"><img src="sponsors/logos/aucor.png" alt="Aucor"></a>
<a href="http://trc.utu.fi/"><img src="sponsors/logos/trc_tad.png" alt="TRC"></a>
<a href="http://www.turku.fi"><img src="sponsors/logos/turku.png" alt="City of Turku"></a>
<a href="http://www.utu.fi"><img src="sponsors/logos/utu.png" alt="University of Turku"></a>
</p>
</li>
<li>
<h3>Partners</h3>
<p>
<a href="http://www.teejotain.fi/english/"><img src="/sponsors/logos/vsit.png" alt="Varsinais-Suomen IT-yrittäjät ry"></a>
<a href="http://www.masterplanet.fi/"><img src="/sponsors/logos/masterplanet.png" alt="MP-Masterplanet OY"></a>
</p>
</ul>
<li class="active"><h3>Interested in sponsoring our future events? <a href="mailto:info@turkuagileday.fi">Contact us!</a></h3>
</section>
<section id="coffee" class="boxes clearfix">
<div class="column third">
<hgroup>
<p class="preheading">and one more thing</p>
<h2>The Coffee<br>
<span>was amazing</span></h2>
</hgroup>
<p>The attendees enjoyed again maybe the best coffee in Finland when our dear friends from <a href="http://www.cafeart.fi/">Café Art</a> brought their delicious beans to our lounge.</p>
</div>
<div class="column two-thirds">
<a href="http://www.flickr.com/photos/akisalmi/sets/72157627034870345/"><img src="/img/cafeart_wide.jpg" alt="Coffee from Café Art"></a>
</div>
</section>
<section id="mailchimp" class="boxes clearfix">
{% include mailchimp.html %}
</section>