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

Commit

Permalink
add movie
Browse files Browse the repository at this point in the history
  • Loading branch information
shafer949 committed Oct 12, 2019
1 parent c030cc3 commit 50b3fd4
Showing 1 changed file with 53 additions and 0 deletions.
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

0 comments on commit 50b3fd4

Please sign in to comment.