Skip to content

Commit

Permalink
The Air
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpaulsson committed May 11, 2017
1 parent 2654f9b commit ffdc9a5
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 7 deletions.
Binary file added img/ltr25/_LTR25_TheAirDVSG081.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 26 additions & 4 deletions page-ltr25.php
Expand Up @@ -103,14 +103,14 @@
</div>
<div class="content-right">
<h1>Check back every friday for a brand new release!</h1>
<h2>Next release on May 5, 2017</h2>
<h2>Next release on May 12, 2017</h2>
</div>
</header>

<div class="releases-list">
<div class="release release--unreleased">
<div class="release__img">
<img src="<?php echo get_stylesheet_directory_uri(); ?>/img/ltr25/01_LTR25_NextReleaseMAY5.jpg" alt="Available May 5">
<img src="<?php echo get_stylesheet_directory_uri(); ?>/img/ltr25/02_LTR25_NextReleaseMAY12.jpg" alt="Available May 12">
</div>
<div class="release__col1">
<div class="release__artist">Artist</div>
Expand All @@ -119,7 +119,7 @@
</div>
<div class="release__col2">
<div class="release__id">DVSGXXX</div>
<div class="release__date">May 5, 2017</div>
<div class="release__date">May 12, 2017</div>
<a href="" class="release__ext-link">
<svg viewBox="0 0 64 64">
<use xlink:href="#linkfire"></use>
Expand All @@ -128,10 +128,32 @@
</div>
</div>

<div class="release">
<div class="release__img">
<a href="https://ltr25.lnk.to/TheAir">
<img src="<?php echo get_stylesheet_directory_uri(); ?>/img/ltr25/_LTR25_TheAirDVSG081.jpg" alt="Embee &amp; Ayla Shatz - The Air">
</a>
</div>
<div class="release__col1">
<div class="release__artist">Embee &amp; Ayla Shatz</div>
<div class="release__title">The Air</div>
<a href="https://ltr25.lnk.to/TheAir" class="release__link">Listen to single</a>
</div>
<div class="release__col2">
<div class="release__id">DVSG081</div>
<div class="release__date">May 5, 2017</div>
<a href="https://ltr25.lnk.to/TheAir" class="release__ext-link">
<svg viewBox="0 0 64 64">
<use xlink:href="#linkfire"></use>
</svg>
</a>
</div>
</div>

<div class="release">
<div class="release__img">
<a href="https://ltr25.lnk.to/CityCamo">
<img src="<?php echo get_stylesheet_directory_uri(); ?>/img/ltr25/_LTR25_CityCamoDVSG080.jpg" alt="City Camo">
<img src="<?php echo get_stylesheet_directory_uri(); ?>/img/ltr25/_LTR25_CityCamoDVSG080.jpg" alt="Looptroop Rockers - City Camo">
</a>
</div>
<div class="release__col1">
Expand Down
6 changes: 3 additions & 3 deletions sass/ltr25.scss
Expand Up @@ -259,7 +259,7 @@ html.ltr25 {
border-bottom: 0;
&:last-child {
float: right;
margin-right: 0;
margin-right: -(gutter());
svg {
width: 10px;
height: 10px;
Expand Down Expand Up @@ -418,14 +418,14 @@ html.ltr25 {
}
.releases-list {
@include clearfix;
@include span(last 12 of 12);
@include container;
}
}
.release {
overflow: hidden;
margin-top: ($spacing * 2);
@include mq('medium') {
@include span(4 of 12);
@include gallery(4 of 12);
}
&__img {
margin-bottom: $spacing;
Expand Down

0 comments on commit ffdc9a5

Please sign in to comment.