mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2025-06-07 22:11:29 +02:00
Most of texts are now in _config.yml, Knowledge Graph support
This commit is contained in:
parent
c0f7dc3215
commit
4648f0dfc3
250 changed files with 1700 additions and 856 deletions
|
@ -2,7 +2,7 @@
|
|||
<section id="venue">
|
||||
<div class="content-wrapper">
|
||||
<div class="col-lg-10 col-lg-offset-1">
|
||||
<h3>Venue</h3>
|
||||
<h3>{{ site.venueBlockTitle }}</h3>
|
||||
<div class="row venue-row">
|
||||
<div class="col-md-8 col-sm-8 venue-col">
|
||||
<div class="venue-elem-wrapper">
|
||||
|
@ -15,10 +15,10 @@
|
|||
</div>
|
||||
<div class="venue-elem-wrapper col-md-12 col-sm-12 col-xs-6">
|
||||
<div class="venue-elem venue-small-elem venue-text animated hiding" data-animation="fadeIn" data-delay="0">
|
||||
<h5>Kinopalace Cinema</h5>
|
||||
<p>3 huge cinema screens</p>
|
||||
<p>Doulby Digital Surround EX audio system</p>
|
||||
<p>Located directly in the city center</p>
|
||||
<h5>{{ site.venueTitle }}</h5>
|
||||
{% for feature in site.venueFeatures %}
|
||||
<p>{{ feature }}</p>
|
||||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
||||
<div class="venue-elem-wrapper col-md-12 col-sm-12 col-xs-6">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue