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 #107 from TehPsychedelic/master
Browse files Browse the repository at this point in the history
Added some more movies
  • Loading branch information
notAnkur authored Oct 2, 2019
2 parents c658d2b + 15aafab commit 869ee42
Showing 1 changed file with 101 additions and 0 deletions.
101 changes: 101 additions & 0 deletions pages/films.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,24 @@ <h1 class="title">Christmas Films</h1>
aria-controls="settings"
>Home Alone 2: Lost in New York</a
>
<a
class="list-group-item list-group-item-action"
id="list-settings-list"
data-toggle="list"
href="#love-actually"
role="tab"
aria-controls="settings"
>Love Actually</a
>
<a
class="list-group-item list-group-item-action"
id="list-settings-list"
data-toggle="list"
href="#miracle-34th-street"
role="tab"
aria-controls="settings"
>Miracle on 34th Street</a
>
<a
class="list-group-item list-group-item-action"
id="list-settings-list"
Expand Down Expand Up @@ -338,6 +356,89 @@ <h5 class="card-title">Home Alone 2: Lost in New York</h5>
</div>
</div>
</div>
<!-- Love Actually -->
<div
class="tab-pane fade "
id="love-actually"
role="tabpanel"
aria-labelledby="santa-claus-list"
>
<div class="card mb-3" style="max-width: 670px;">
<div class="row no-gutters">
<div class="col-md-4">
<img
src="https://upload.wikimedia.org/wikipedia/en/e/eb/Love_Actually_movie.jpg"
class="card-img"
alt="..."
/>
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title">Love Actually</h5>
<p class="card-text">
Follows the lives of eight very different couples in
dealing with their love lives in various loosely
interrelated tales all set during a frantic month before
Christmas in London, England.
</p>
<p class="card-text">
<small class="text-muted">
<a
href="https://www.imdb.com/title/tt0314331/"
target="__blank"
>IMDB</a
>
</small>
</p>
</div>
</div>
</div>
</div>
</div>
<!-- Miracle on 34th Street -->
<div
class="tab-pane fade "
id="miracle-34th-street"
role="tabpanel"
aria-labelledby="santa-claus-list"
>
<div class="card mb-3" style="max-width: 670px;">
<div class="row no-gutters">
<div class="col-md-4">
<img
src="https://upload.wikimedia.org/wikipedia/en/5/56/Miracle_on_34th_Street_poster.jpg"
class="card-img"
alt="..."
/>
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title">Miracle on 34th Street</h5>
<p class="card-text">
A little girl discovers dreams do come true if you
really believe. Six-year-old Susan has doubts about
childhood's most enduring miracle, Santa Claus. Her
mother told her the "secret" about Santa a long time
ago, so Susan doesn't expect to receive the most
important gifts on her Christmas list. But after meeting
a special department store Santa who's convinced he's
the real thing, Susan is given the most precious gift of
all, something to believe in.
</p>
<p class="card-text">
<small class="text-muted">
<a
href="https://www.imdb.com/title/tt0110527/"
target="__blank"
>IMDB</a
>
</small>
</p>
</div>
</div>
</div>
</div>
</div>
<!-- SANTA CLAUS: THE MOVIE -->
<div
class="tab-pane fade "
Expand Down

0 comments on commit 869ee42

Please sign in to comment.