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

Fix typo on books.html. Add a book 'The Life and Adventures of Santa Claus' #457

Merged
merged 1 commit into from
Oct 15, 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
57 changes: 57 additions & 0 deletions pages/books.html
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ <h1 class="title">Christmas Books</h1>
role="tab"
>A Christmas Memory</a
>
<a
aria-controls="settings"
class="list-group-item list-group-item-action"
data-toggle="list"
Expand All @@ -239,6 +240,15 @@ <h1 class="title">Christmas Books</h1>
role="tab"
>A Charlie Brown Christmas</a
>
<a
aria-controls="settings"
class="list-group-item list-group-item-action"
data-toggle="list"
href="#life-and-adventures-of-santa"
id="list-settings-list"
role="tab"
>The Life and Adventures of Santa Claus</a
>
</div>
</div>
<!-- :::END OF MENU TO FILTER FILMS :::-->
Expand Down Expand Up @@ -1147,6 +1157,53 @@ <h5 class="card-title">
</div>
</div>
<!-- :: A Charlie Brown Christmas END :: -->

<!-- :: The Life and Adventures of Santa Claus START :: -->
<div
class="tab-pane fade"
id="life-and-adventures-of-santa"
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://images1.penguinrandomhouse.com/cover/9780143128533"
class="card-img"
alt="The Life and Adventures of Santa Claus"
loading="lazy"
/>
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title">
The Life and Adventures of Santa Claus
</h5>
<p class="card-text">
L. Frank Baum’s The Life and Adventures of Santa Claus was first published in 1902,
two years after his Wonderful Wizard of Oz. Drawing on the attributes of Santa Claus
from Clement Moore’s 1822 poem “A Visit from St. Nicholas” (“The Night Before Christmas”),
Baum chronicles Santa’s life from his childhood in an enchanted forest—the same forest
that is the source of all magic in the land of Oz—to his destiny of sharing gifts
and spreading love to his fellow man. <br>
Along the way we witness him making his first toys, learn the origins of
the Christmas tree and Christmas stockings, and discover the stories behind many Christmas secrets,
like why Santa slides down chimneys, how he picks his reindeer, and how he delivers all his toys in one night.
</p>
<button
class="btn-read-more"
onclick="window.open('https:\/\/www.penguinrandomhouse.com/books/318974/the-life-and-adventures-of-santa-claus-by-l-frank-baum-illustrated-by-mary-cowles-clark/')"
>
Read more
</button>
</div>
</div>
</div>
</div>
</div>
<!-- :: The Life and Adventures of Santa Claus END :: -->

<!-- START of new entry -->
<!-- END of new entry -->
</div>
Expand Down