podzemeplan-2015/source/index.html.erb

127 lines
4.6 KiB
Plaintext
Raw Normal View History

2015-10-02 10:46:26 +03:00
---
title: Подземеплан
subtitle: Фестиваль ролевых и настольных игр
layout: index
---
2015-10-02 11:04:11 +03:00
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.5/leaflet.css" />
<script src="http://cdn.leafletjs.com/leaflet-0.7.5/leaflet.js"></script>
2015-10-02 10:46:26 +03:00
<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>
<%= link_to 'Что такое ролевые игры?', '/whatis.html' %>
2015-10-02 10:46:26 +03:00
<p>7 ноября, г. Кемерово</p>
2015-10-02 11:04:11 +03:00
<p>ул. Карболитовская, д. 12 ("Ажур")</p>
<p><b>Вход:</b> 250 рублей</p>
2015-10-14 18:52:45 +03:00
<%= link_to '"Что нужно, чтобы прийти?" и другие вопросы', '/faq.html' %>
2015-10-02 10:46:26 +03:00
</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>
2015-10-02 11:04:11 +03:00
<div id="map" style="width: 100%; height: 500px">
</div>
2015-10-02 10:46:26 +03:00
</div>
</div>
<div class="row">
2015-10-03 08:33:32 +03:00
<div class="col-md-12">
<h2 class="text-center"><a name="schedule"></a>Расписание</h2>
<p>Орггруппа напоминает, что расписание составляется с долей приблизительности. В зависимости от интереса к заявкам оно может меняться. Оставляйте комментарии, если вас что-то не устраивает.</p>
<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>
<th>Стол 8</th>
<th>Стол 9</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">11:00</th>
<td colspan=9><%= link_to 'ОТКРЫТИЕ', '/events/opening.html' %></td>
2015-10-03 08:33:32 +03:00
</tr>
<tr>
<th scope="row">11:30</th>
<td rowspan=4><%= link_to 'Данжен: Бандитские Байки', '/events/thieves.html' %></td>
<td rowspan=2 colspan=2>Свободно</td>
2015-10-03 08:33:32 +03:00
<td rowspan=6><%= link_to 'Данжен: Алексей Вольхин', '/events/alex.html' %></td>
<td rowspan=2><%= link_to 'Фиаско', '/events/fiasco.html' %></td>
2015-10-03 08:33:32 +03:00
<td rowspan=6><%= link_to 'Варгеймы', '/events/wargames.html' %></td>
<td rowspan=6>
<% link_to '/events/gamebox.html' do %>
Игротека <%= image_tag 'gamebox-mini.jpg', :resize_to => '100x100' %>
<% end %>
</td>
<td rowspan=6>
<% link_to '/events/podpole.html' do %>
Игротека <%= image_tag 'podpole.jpg', :resize_to => '100x100' %>
<% end %>
</td>
<td rowspan=6><%= link_to 'Данжен: Андрей Глущенко', '/events/corsair.html' %></td>
2015-10-03 08:33:32 +03:00
</tr>
<tr>
<th scope="row">12:00</th>
</tr>
<tr>
<th scope="row">13:00</th>
2015-10-13 12:12:33 +03:00
<td rowspan=4><%= link_to 'Данжен: Симфония Платины', '/events/gefest.html' %></td>
<td rowspan=4><%= link_to 'Данжен: Айван Осипов', '/events/ivan.html' %></td>
2015-10-03 08:33:32 +03:00
<td rowspan=4><%= link_to 'Мёртвый сезон', '/events/deadofwinter.html' %></td>
</tr>
<tr>
<th scope="row">14:00</th>
</tr>
<tr>
<th scope="row">15:00</th>
<td rowspan=2><%= link_to 'Диалоги', '/events/dialogue.html' %></td>
2015-10-03 08:33:32 +03:00
</tr>
<tr>
<th scope="row">16:00</th>
</tr>
<tr>
<th scope="row">17:00</th>
<td colspan=9>ПЕРЕРЫВ</td>
</tr>
<tr>
<th scope="row">18:00</th>
<td colspan=9 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>
<tr>
<th scope="row">Ночь</th>
<td colspan=9 rowspan=3>Игры на квартирах</td>
</tr>
2015-10-03 08:33:32 +03:00
</tbody>
</table>
</div>
</div>
2015-10-02 10:46:26 +03:00
</div>
2015-10-02 11:04:11 +03:00
<script>
2015-10-04 13:11:16 +03:00
var map = L.map('map', {
scrollWheelZoom: false
}).setView([55.3592, 86.0688], 16);
2015-10-02 11:04:11 +03:00
L.tileLayer('http://{s}.tile.osm.org/{z}/{x}/{y}.png').addTo(map);
L.marker([55.36297, 86.05968]).addTo(map)
.bindPopup('Клуб "Ажур", второй этаж')
.openPopup();
</script>