Initial commit

This commit is contained in:
Vitaliy Zasadnyy 2014-07-28 22:27:01 +03:00
parent 8e3b6da84f
commit 95607eea61
241 changed files with 14242 additions and 3 deletions

15
speakers.html Normal file
View file

@ -0,0 +1,15 @@
---
layout: default
title: Speakers
permalink: /speakers/
modal: all
---
{% include header.html %}
{% if site.showSessions %}
{% include speakers-list.html %}
{% else %}
{% include speakers-list-2.html %}
{% endif %}