mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2025-06-07 22:11:29 +02:00
Hackathon page basic structure
This commit is contained in:
parent
7ae23da21e
commit
8ed616c1bb
35 changed files with 152 additions and 7 deletions
30
_includes/hackathon-location.html
Normal file
30
_includes/hackathon-location.html
Normal file
|
@ -0,0 +1,30 @@
|
|||
<!-- Begin Hackathon Location Section -->
|
||||
<section id="location-map" class="location-map">
|
||||
<div id="canvas-map" class="canvas-map"></div>
|
||||
<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">
|
||||
<h3>{{ site.locationBlockTitle }}</h3>
|
||||
<ul>
|
||||
{% if site.eventLocationName %}<li>{{ site.eventLocationName }}</li>{% endif %}
|
||||
<li>{{ site.eventStreetAddress }}, {{ site.eventAddressLocality }}</li>
|
||||
<li><a href="mailto:{{ site.email }}">{{ site.email }}</a></li>
|
||||
<li>
|
||||
{% assign startTime = site.eventStartTime | split: "T" %}
|
||||
<time>{{ startTime[1] }}</time> -
|
||||
{% assign endTime = site.eventEndTime | split: "T" %}
|
||||
<time>{{ endTime[1] }}</time>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<a href="{{ site.baseurl | append: '/logistics/#find-way' }}" class="pull-right">
|
||||
<svg class="icon icon-direction" viewBox="0 0 32 32">
|
||||
<use xlink:href="{{ site.baseurl }}/img/sprites/sprites.svg#icon-direction"></use>
|
||||
</svg>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!-- End Hackathon Location Section -->
|
Loading…
Add table
Add a link
Reference in a new issue