Skip to content
This repository has been archived by the owner on Nov 1, 2019. It is now read-only.

Commit

Permalink
Merge pull request #308 from P1X3L0V4/master
Browse files Browse the repository at this point in the history
Add El Camino Christmas
  • Loading branch information
Samir Jouni authored Oct 8, 2019
2 parents fa64eb6 + 35dbcc4 commit c11bf2a
Showing 1 changed file with 49 additions and 3 deletions.
52 changes: 49 additions & 3 deletions pages/films.html
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,15 @@ <h1 class="title">Christmas Films</h1>
aria-controls="profile">
The Christmas Chronicles
</a>
<a
class="list-group-item list-group-item-action"
id="list-profile-list"
data-toggle="list"
href="#el-camino-christmas"
role="tab"
aria-controls="profile">
El Camino Christmas
</a>
</div>
</div>
<!-- :::END OF MENU TO FILTER FILMS :::-->
Expand Down Expand Up @@ -277,7 +286,7 @@ <h5 class="card-title">How the Grinch Stole Christmas</h5>
>Watch Now</a
>
</button>

</small>
</p>
</div>
Expand Down Expand Up @@ -322,7 +331,7 @@ <h5 class="card-title">Disney's A Christmas Carol</h5>
target="__blank"
>Watch Now</a
></button>

</small>
</p>
</div>
Expand Down Expand Up @@ -911,7 +920,7 @@ <h5 class="card-title">White Christmas</h5>
</p>
<p class="card-text">
<small class="text-muted">
<button>
<button>
<a
href="https://www.imdb.com/title/tt0047673/"
target="__blank"
Expand Down Expand Up @@ -1070,6 +1079,43 @@ <h5 class="card-title">The Christmas Chronicles</h5>
</div>
</div>
</div> <!-- The Christmas Chronicles ends here -->

<!-- El Camino Christmas -->
<div
class="tab-pane fade"
id="el-camino-christmas"
role="tabpanel"
aria-labelledby="el-camino-christmas-list">
<div class="card mb-3" style="max-width: 670px;">
<div class="row no-gutters">
<div class="col-md-12 col-lg-4">
<img
data-src="https://m.media-amazon.com/images/M/MV5BODk3MzY0MDkyM15BMl5BanBnXkFtZTgwNzUxNzMyNDM@._V1_SY1000_CR0,0,674,1000_AL_.jpg"
class="card-img"
alt="El Camino Christmas"
loading="lazy"/>
</div>
<div class="col-md-12 col-lg-8">
<div class="card-body">
<h5 class="card-title">El Camino Christmas</h5>
<p class="card-text">
Eric comes to El Camino looking for his unknown dad. He's harassed, hit and jailed by a drunk local cop, who later shoots at a liquor mart with Eric +4 inside. The sheriff and deputy then shoot up the place, answering each other's fire.
</p>
<p class="card-text">
<small class="text-muted">
<button>
<a
href="https://www.imdb.com/title/tt3255590/"
target="__blank"
>Watch Now</a
></button>
</small>
</p>
</div>
</div>
</div>
</div>
</div> <!-- El Camino Christmas ends here -->
</div>
</div>
</div>
Expand Down

0 comments on commit c11bf2a

Please sign in to comment.