nicer layout with dark buttons and topic highlights
This commit is contained in:
parent
e8c2fd545f
commit
3ca644241a
3 changed files with 46 additions and 6 deletions
|
|
@ -25,7 +25,7 @@ permalink: /video_fullscreen/
|
|||
|
||||
{% assign allTopicsABC = allTopics | sort %}
|
||||
|
||||
<div class="content container-fluid">
|
||||
<div class="content-no-header">
|
||||
|
||||
<div class="row">
|
||||
|
||||
|
|
@ -38,7 +38,15 @@ permalink: /video_fullscreen/
|
|||
{% endfor %}
|
||||
</div>
|
||||
|
||||
<div id="video-roster container-fluid">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="spacer"></div>
|
||||
|
||||
<div class="row">
|
||||
<div class="dark_bg col-md-10 col-md-offset-1">
|
||||
|
||||
<div id="video-roster" class="container-fluid">
|
||||
|
||||
{% for post in site.posts %}
|
||||
{% for talk in post.talks %}
|
||||
|
|
@ -144,6 +152,8 @@ permalink: /video_fullscreen/
|
|||
$('.filter-button-group').on( 'click', 'button', function() {
|
||||
var filterValue = $(this).attr('data-filter');
|
||||
$grid.isotope({ filter: filterValue });
|
||||
$('.filter-button-group').find('button').css('background-color', 'black');
|
||||
$(this).css('background-color', '#5a4b68');
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue