layout changes
This commit is contained in:
parent
3ca644241a
commit
1f47486523
3 changed files with 7 additions and 4 deletions
|
|
@ -55,7 +55,7 @@ permalink: /video/
|
||||||
{% if talk.topics %}
|
{% if talk.topics %}
|
||||||
{% assign tags = (talk.topics | split:",") %}
|
{% assign tags = (talk.topics | split:",") %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<div class="videobox {% for tag in tags | uniq %}{{tag | strip | replace: " ", "-" | downcase}} {% endfor %}{{post.location | strip | replace: " ", "-" | downcase}} col-sm-3 embed-responsive embed-responsive-16by9" vimeo="{{vimeo_id}}">
|
<div class="videobox {% for tag in tags | uniq %}{{tag | strip | replace: " ", "-" | downcase}} {% endfor %}{{post.location | strip | replace: " ", "-" | downcase}} col-sm-3" vimeo="{{vimeo_id}}">
|
||||||
<div class="video-title">{{talk.artist}}</div>
|
<div class="video-title">{{talk.artist}}</div>
|
||||||
<div class="playbutton"></div>
|
<div class="playbutton"></div>
|
||||||
<div class="video-description"><h3>{{talk.title}}</h3><p><span class="video-session">#{{ post.number }}</span>: <span class="video-artist">{{talk.artist}}</span> / {{talk.artist_website}} – {{talk.description}}</p></div>
|
<div class="video-description"><h3>{{talk.title}}</h3><p><span class="video-session">#{{ post.number }}</span>: <span class="video-artist">{{talk.artist}}</span> / {{talk.artist_website}} – {{talk.description}}</p></div>
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ permalink: /video_fullscreen/
|
||||||
|
|
||||||
{% assign allTopicsABC = allTopics | sort %}
|
{% assign allTopicsABC = allTopics | sort %}
|
||||||
|
|
||||||
<div class="content-no-header">
|
<div class="content no-header">
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|
||||||
|
|
@ -55,7 +55,7 @@ permalink: /video_fullscreen/
|
||||||
{% if talk.topics %}
|
{% if talk.topics %}
|
||||||
{% assign tags = (talk.topics | split:",") %}
|
{% assign tags = (talk.topics | split:",") %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<div class="videobox {% for tag in tags | uniq %}{{tag | strip | replace: " ", "-" | downcase}} {% endfor %}{{post.location | strip | replace: " ", "-" | downcase}} col-sm-3 embed-responsive embed-responsive-16by9" vimeo="{{vimeo_id}}">
|
<div class="videobox {% for tag in tags | uniq %}{{tag | strip | replace: " ", "-" | downcase}} {% endfor %}{{post.location | strip | replace: " ", "-" | downcase}} col-sm-3" vimeo="{{vimeo_id}}">
|
||||||
<div class="video-title">{{talk.artist}}</div>
|
<div class="video-title">{{talk.artist}}</div>
|
||||||
<div class="playbutton"></div>
|
<div class="playbutton"></div>
|
||||||
<div class="video-description"><h3>{{talk.title}}</h3><p><span class="video-session">#{{ post.number }}</span>: <span class="video-artist">{{talk.artist}}</span> / {{talk.artist_website}} – {{talk.description}}</p></div>
|
<div class="video-description"><h3>{{talk.title}}</h3><p><span class="video-session">#{{ post.number }}</span>: <span class="video-artist">{{talk.artist}}</span> / {{talk.artist_website}} – {{talk.description}}</p></div>
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
.content-no-header
|
.no-header
|
||||||
{
|
{
|
||||||
margin-top:-20px;
|
margin-top:-20px;
|
||||||
}
|
}
|
||||||
|
|
@ -13,6 +13,9 @@
|
||||||
height:180px;
|
height:180px;
|
||||||
text-align:center;
|
text-align:center;
|
||||||
padding:20px;
|
padding:20px;
|
||||||
|
right: 0;
|
||||||
|
left: 0;
|
||||||
|
margin-bottom:20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.videobox:hover
|
.videobox:hover
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue