2014-07-28 21:27:01 +02:00
|
|
|
<!-- Begin Location Section -->
|
2014-08-08 00:23:36 +02:00
|
|
|
<section id="location-map" class="location-map">
|
|
|
|
<div id="canvas-map" class="canvas-map"></div>
|
2014-07-28 21:27:01 +02:00
|
|
|
<div class="content-wrapper">
|
|
|
|
<div class="col-lg-3 col-md-4 col-sm-6 col-md-offset-1 animated hiding location-description text-left" data-animation="fadeInLeft" data-delay="0">
|
|
|
|
<div class="row">
|
|
|
|
<div class="pull-left">
|
2014-08-17 23:31:26 +02:00
|
|
|
<h3>{{ site.locationBlockTitle }}</h3>
|
2014-07-28 21:27:01 +02:00
|
|
|
<ul itemscope="" itemtype="http://schema.org/PostalAddress">
|
2014-08-17 23:31:26 +02:00
|
|
|
{% if site.eventLocationName %} <li itemprop="name">{{ site.eventLocationName }}</li>{% endif %}
|
|
|
|
<li itemprop="address">{{ site.eventLocationAddress }}</li>
|
|
|
|
<li itemprop="email"><a href="mailto:{{ site.email }}">{{ site.email }}</a>
|
2014-07-28 21:27:01 +02:00
|
|
|
</li>
|
|
|
|
<li itemscope="" itemtype="http://schema.org/Event">
|
2014-08-17 23:31:26 +02:00
|
|
|
<time itemprop="startDate" datetime="{{ site.eventStartTime }}">{{ site.eventStartTimeHumanReadable }}</time>-
|
|
|
|
<time itemprop="endDate" datetime="{{ site.eventEndTime }}">{{ site.eventEndTimeHumanReadable }}</time>
|
2014-07-28 21:27:01 +02:00
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
2014-08-08 00:23:36 +02:00
|
|
|
<a href="{{ site.baseurl | append: '/logistics/#find-way' }}" class="pull-right">
|
2014-07-28 21:27:01 +02:00
|
|
|
<svg class="icon icon-direction" viewBox="0 0 32 32">
|
|
|
|
<use xlink:href="img/sprites/sprites.svg#icon-direction"></use>
|
|
|
|
</svg>
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
<!-- End Location Section -->
|