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 #391 from m6ng/master
Browse files Browse the repository at this point in the history
Added Family Under Bridge book to books.html
  • Loading branch information
Samir Jouni authored Oct 12, 2019
2 parents 741c281 + 66a8806 commit ea97009
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions pages/books.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ <h1 class="title">Christmas Books</h1>
href="#thechristmassecret" id="list-settings-list" role="tab">The Christmas Secret</a>
<a aria-controls="settings" class="list-group-item list-group-item-action" data-toggle="list"
href="#polarExpress" id="list-settings-list" role="tab">The Polar Express</a>
<a aria-controls="settings" class="list-group-item list-group-item-action" data-toggle="list"
href="#familyUnderBridge" id="list-settings-list" role="tab">The Family Under the Bridge</a>
</div>
</div>
<!-- :::END OF MENU TO FILTER FILMS :::-->
Expand Down Expand Up @@ -725,6 +727,36 @@ <h5 class="card-title">The Christmas Wish</h5>
</div>
<!-- The Christmas Wish end-->

<!-- Family Under the Bridge START -->
<div class="tab-pane fade" id="familyUnderBridge" 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://images-na.ssl-images-amazon.com/images/I/51KjkQI3q5L._SX334_BO1,204,203,200_.jpg" class="card-img" alt="..."
loading="lazy" />
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title">
The Family Under the Bridge
</h5>
<p class="card-text">
The novel is about a Parisian hobo named Armand who reluctantly befriends a homeless family –
a mother and three children, Suzy, Evelyn, and Paul – allowing them to share his space under a
bridge in Paris during the Christmas season. He soon becomes attached to the children
and determines to provide a home for them.
Children will treasure this warm and funny adventure of family, freedom, and Santa Claus.
</p>
<button class='btn-read-more' onclick="window.open('https://www.amazon.com/Family-Bridge-Natalie-Savage-Carlson/dp/0064402509')">
Read more
</button>
</div>
</div>
</div>
</div>
</div>
<!-- Family Under the Bridge END -->

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

0 comments on commit ea97009

Please sign in to comment.