-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
30 lines (25 loc) · 1.04 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
---
layout: default
description: Ela Conf
---
{% include header.html %}
<section id="about">
<div class="limiter">
<h1>Dear Ela Community,</h1>
{% capture letter %}{% include letter.md %}{% endcapture %}
{{ letter | markdownify }}
</div>
</section>
<section id="photos" class="photos-wrapper">
<div class="photos">
<a title="Ela Conf 2015" href="/2015" class="photo-box photo-box-1">{% include svg/2015.svg %}</a>
<img class="photo-1" src="/images/home/01.jpg" alt="Ela Conf">
<img class="photo-2" src="/images/home/02.jpg" alt="Ela Conf">
<img class="photo-3" src="/images/home/03.jpg" alt="Ela Conf">
<a title="Ela Conf 2016" href="/2016" class="photo-box photo-box-2">{% include svg/2016.svg %}</a>
<img class="photo-6" src="/images/home/06.jpg" alt="Ela Conf">
<img class="photo-4" src="/images/home/04.jpg" alt="Ela Conf">
<img class="photo-5" src="/images/home/05.jpg" alt="Ela Conf">
<a title="Ela Conf 2017" href="/2017" class="photo-box photo-box-3">{% include svg/2017.svg %}</a>
</div>
</section>