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

Added new book #320

Merged
merged 1 commit into from
Oct 8, 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
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