podzemeplan-2015/source/index.html.erb

93 lines
2.8 KiB
Plaintext
Raw Normal View History

2015-10-02 10:46:26 +03:00
---
title: Подземеплан
subtitle: Фестиваль ролевых и настольных игр
layout: index
---
<div class="row bigskip-after">
<div class="col-md-6 vertcenter">
<h1><%= current_page.data.title %></h1>
<p><%= image_tag 'logo.png' %></p>
<h2><%= current_page.data.subtitle %></h2>
<p>7 ноября, г. Кемерово</p>
<p>ул. Карболитовская, д. 12</p>
<%= link_to 'Что такое ролевые игры', '/whatis.html' %>
</div>
<div class="col-md-6 hidden-sm-down">
<%= image_tag 'poster.jpg', :width => '100%', :class=>'img-responsive', :resize_to => '548x822', :alt => '7 ноября, 11.00, г. Кемерово, ул. Карболитовская 12б — приходите!' %>
</div>
</div>
<div class="row">
<div class="col-md-12">
<h2 class="text-center"><a name="map">Схема проезда</a></h2>
<p><%= image_tag 'http://placehold.it/1156x400' %></p>
</div>
</div>
<div class="row">
<div class="col-md-12">
<h2 class="text-center"><a name="schedule">Расписание</a></h2>
<div class="table-responsive">
<table class="table">
<thead>
<tr>
<th>Время</th>
<th>Стол 1</th>
<th>Стол 2</th>
<th>Стол 3</th>
<th>Стол 4</th>
<th>Стол 5</th>
<th>Стол 6</th>
<th>Стол 7</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">11:00</th>
<td colspan=7>ОТКРЫТИЕ</td>
</tr>
<tr>
<th scope="row">11:30</th>
<td rowspan=2><%= link_to 'Диалоги', '/events/dialogue.html' %></td>
<td rowspan=6>Свободно</td>
<td rowspan=6><%= link_to 'Айван Осипов', '/events/ivan.html' %></td>
<td rowspan=6><%= link_to 'Алексей Вольхин', '/events/alex.html' %></td>
<td rowspan=6>Свободно</td>
<td rowspan=6><%= link_to 'Варгеймы', '/events/wargames.html' %></td>
<td rowspan=6><%= link_to 'Игротека — GAMEBOX', '/events/gamebox.html' %></td>
</tr>
<tr>
<th scope="row">12:00</th>
</tr>
<tr>
<th scope="row">13:00</th>
<td rowspan=2><%= link_to 'Фиаско', '/events/fiasco.html' %></td>
</tr>
<tr>
<th scope="row">14:00</th>
</tr>
<tr>
<th scope="row">15:00</th>
<td rowspan=2>Свободно</td>
</tr>
<tr>
<th scope="row">16:00</th>
</tr>
<tr>
<th scope="row">17:00</th>
<td colspan=7>ПЕРЕРЫВ</td>
</tr>
<tr>
<th scope="row">18:00</th>
<td colspan=7 rowspan=3><%= link_to 'КОНФЕРЕНЦИЯ', '/events/conference.html' %></td>
</tr>
<tr>
<th scope="row">19:00</th>
</tr>
<tr>
<th scope="row">20:00</th>
</tr>
</tbody>
</table>
</div>
</div>
</div>