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

Add Christmas with the Kranks to the films page #409

Merged
merged 1 commit into from
Oct 13, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 53 additions & 0 deletions pages/films.html
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,17 @@ <h1 class="title">Christmas Films</h1>
>
Mickey's Once Upon a Christmas
</a>
<a
aria-controls="profile"
class="list-group-item list-group-item-action"
data-toggle="list"
href="#christmas-with-the-kranks"
id="list-profile-list"
onclick="document.getElementById('scroll-up').scrollIntoView();"
role="tab"
>
Christmas with the Kranks
</a>
</div>
</div>
<!-- :::END OF MENU TO FILTER FILMS :::-->
Expand Down Expand Up @@ -1502,6 +1513,48 @@ <h5 class="card-title">Mickey's Once Upon a Christmas</h5>
</div>
</div>
<!-- ::: Mickey's Once Upon a Christmas Card End :::-->

<!-- ::: Christmas with the Kranks Start :::-->
<div
aria-labelledby="christmas-with-the-kranks"
class="tab-pane fade"
id="christmas-with-the-kranks"
role="tabpanel"
>
<div class="card mb-3" style="max-width: 670px;">
<div class="row no-gutters">
<div class="col-md-12 col-lg-4">
<img
alt="Christmas with the Kranks"
class="card-img"
data-src="https://m.media-amazon.com/images/M/MV5BMTQxMDMxODEwNF5BMl5BanBnXkFtZTYwNzM4OTc2._V1_.jpg"
loading="lazy"
/>
</div>
<div class="col-md-12 col-lg-8">
<div class="card-body">
<h5 class="card-title">Christmas with the Kranks</h5>
<p class="card-text">
Finally alone for the holidays, Luther (Tim Allen) and Nora Krank (Jamie Lee Curtis) plan
to eschew the Christmas traditions and take a cruise in the Caribbean instead. This doesn't sit
well with their Christmas-obsessed neighbors Vic Frohmeyer (Dan Aykroyd) and Walt Scheel (M. Emmet Walsh),
who are determined to win the annual "best decorated street" competition, and the Kranks soon find themselves
social outcasts because of their lack of Christmas spirit.
</p>
<p class="card-text">
<small class="text-muted">
<button>
<a href="https://www.imdb.com/title/tt0388419/"
target="__blank">Watch Now</a>
</button>
</small>
</p>
</div>
</div>
</div>
</div>
</div>
<!-- ::: Christmas with the Kranks End :::-->
</div>
</div>
</div>
Expand Down