After state session
This commit is contained in:
parent
71dc9aebea
commit
d5d2a33c1a
13 changed files with 143 additions and 87 deletions
|
|
@ -8,21 +8,14 @@ layout: default
|
|||
|
||||
<div class="row">
|
||||
|
||||
<div class="event-date col-md-2 col-md-offset-1">
|
||||
<div class="transp-bg padded event-info col-md-2 col-md-offset-1">
|
||||
|
||||
<p>
|
||||
<div class="event-date">
|
||||
<h3>#{{page.number}}</h3>
|
||||
<h4>{{page.date_text}}</h4>
|
||||
</div>
|
||||
|
||||
{% if page.location %}
|
||||
<p><a class="highlight button hvr-sweep-to-top" href={{page.location_website}} target="_blank">{{page.location}}</a>
|
||||
{% if page.fb_event_url %}
|
||||
<a class="highlight button hvr-sweep-to-top" target="_blank" href={{page.fb_event_url}}><i class="fa fa-facebook-square"></i></a>
|
||||
{% endif %}
|
||||
</p>
|
||||
{% endif %}
|
||||
|
||||
<p>
|
||||
<div class="padded_vert">
|
||||
<ul>
|
||||
{% for talk in page.talks %}
|
||||
{% if talk.topics %}
|
||||
|
|
@ -33,13 +26,18 @@ layout: default
|
|||
{% endif %}
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
{% if page.fb_event_url %}
|
||||
<p>
|
||||
<a target="_blank" href="{{fb_event_url}}"><i class="fa fa-facebook-square"></i></a>
|
||||
</p>
|
||||
{% endif %}
|
||||
<div class="padded_vert">
|
||||
{% if page.location %}
|
||||
<ul>
|
||||
<li><a class="highlight button hvr-sweep-to-top" href={{post.location_website}} target="_blank">{{page.location}}</a></li>
|
||||
{% if page.fb_event_url %}
|
||||
<li><a class="highlight button hvr-sweep-to-top" target="_blank" href={{post.fb_event_url}}><i class="fa fa-facebook-square"></i></a></li>
|
||||
{% endif %}
|
||||
</ul>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
@ -70,16 +68,16 @@ layout: default
|
|||
<a class="button hvr-sweep-to-top" href={{talk.artist_website}} target="_blank"><i class="fa fa-link"></i> Website</a>
|
||||
{% endif %}
|
||||
{% if talk.video_artist_url %}
|
||||
<p>Artist's Video</p>
|
||||
<iframe src="//player.vimeo.com/video/{{(talk.video_artist_url | split:"/") | last}}" width="100%" height="140" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
|
||||
<!-- <br>
|
||||
<a class="button hvr-sweep-to-top" href={{talk.video_artist_url}} target="_blank">Artist's Video</a> -->
|
||||
<div class="transp-bg padded">
|
||||
<p>Artist's Video</p>
|
||||
<iframe src="//player.vimeo.com/video/{{(talk.video_artist_url | split:"/") | last}}" width="100%" height="140" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% if talk.talk_video_url %}
|
||||
<p>Talk's Video</p>
|
||||
<iframe src="//player.vimeo.com/video/{{(talk.talk_video_url | split:"/") | last}}" width="100%" height="140" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
|
||||
<!-- <br>
|
||||
<a class="button hvr-sweep-to-top" href={{talk.talk_video_url}} target="_blank">Talk's Video</a> -->
|
||||
<div class="transp-bg padded">
|
||||
<p>Talk's Video</p>
|
||||
<iframe src="//player.vimeo.com/video/{{(talk.talk_video_url | split:"/") | last}}" width="100%" height="140" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue