-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsection-event_types.html
31 lines (31 loc) · 1.16 KB
/
section-event_types.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
<div class="col-sm-offset-1 col-sm-4 col-xs-6">
<h1 class="section-title text-center">APERICODERS</h1>
<div class="content clearfix">
<article class="block-item">
<div class="text-center">
<img src="/assets/images/section-event_types/apericoder-logo.png" alt="AperiCoder logo" />
</div>
<p class="row">
<h1 class="block-title col-sm-12 text-justify">
An AperiCoder is an evening event including dinner where the attendees discuss about a topic.
</h1>
</p>
</article>
</div>
</div>
<div class="col-sm-offset-2 col-sm-4 col-xs-6">
<h1 class="section-title text-center">CODERJAMS</h1>
<div class="content clearfix">
<article class="block-item">
<div class="text-center">
<img src="/assets/images/section-event_types/coderjam-logo.jpg" alt="CoderJam logo" />
</div>
<p class="row">
<h1 class="block-title col-sm-12 text-justify">
A CoderJam is a developer gathering with multiple sessions around a main topic.
This means coding, listening to talks or tutorials, having round-table discussions and more.
</h1>
</p>
</article>
</div>
</div>