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 #320 from MatthewStoddart/newBookAddition
Browse files Browse the repository at this point in the history
Added new book
  • Loading branch information
Samir Jouni authored Oct 8, 2019
2 parents 5978f48 + a388553 commit b018f0e
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion pages/books.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ <h1 class="title">Christmas Books</h1>
href="#the-girl-who-saved-christmas" role="tab" aria-controls="settings">The Girl Who Saved Christmas</a>
<a class="list-group-item list-group-item-action" id="list-settings-list" data-toggle="list"
href="#christmasaurus" role="tab" aria-controls="settings">The Christmasaurus</a>
<a class="list-group-item list-group-item-action" id="list-settings-list" data-toggle="list"
href="#polarExpress" role="tab" aria-controls="settings">The Polar Express</a>
</div>
</div>
<!-- :::END OF MENU TO FILTER FILMS :::-->
Expand Down Expand Up @@ -447,7 +449,33 @@ <h5 class="card-title">
</div>
</div>
<!-- :: The Christmasaurus END :: -->

<!-- :: The Polar Express START :: -->
<div class="tab-pane fade" id="polarExpress" role="tabpanel" aria-labelledby="list-settings-list">
<div class="card mb-3" style="max-width: 670px;">
<div class="row no-gutters">
<div class="col-md-4">
<img data-src="https://prodimage.images-bn.com/pimages/9780547626925_p0_v3_s600x595.jpg"
class="card-img" alt="..." loading="lazy" />
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title">
The Polar Express
</h5>
<p class="card-text">
A young boy, lying awake one Christmas Eve, is welcomed aboard a magical
trip to the North Pole. Through dark forests, over tall mountains, and across a desert of ice,
the
Polar Express makes its way to the city atop the world, where the boy will make his Christmas
wish.
</p>
</div>
</div>
</div>
</div>
</div>
<!-- :: The Polar Express END :: -->

</div>
</div>
</div>
Expand Down

0 comments on commit b018f0e

Please sign in to comment.