diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 30 |
1 files changed, 20 insertions, 10 deletions
@@ -159,18 +159,28 @@ <div class="cell"> <h2>Customer reviews</h2> - <div> - <p> - <q>Joanna is a talented resource maker!</q> - <p>- Amanda Bobbinson</p> + <div class="reviews_grid"> + <div> + <img src="img/lion_decorations.jpg" alt="Photograph of three hand-made decorations presented in front of children's books written by author Helen Stephens."/> + </div> + <div> + <q> + I am more than delighted with my hand sewn tree decorations. They are beautifully made, look gorgeous on the Christmas tree, and are much admired by my visitors at Christmas. They are real treasures, a family heirloom to be passed to my daughter when she has her own tree. + </q> + <p>Helen Stephens, children's book author</p> + </div> + - <hr class="divider"> - <p> - <q>Joanna is a REALLY talented resource maker!</q> - <p>- Teresa McEwan</p> - </p> + <div> + <img src="img/lion_decorations.jpg" alt="Photograph of three hand-made decorations presented in front of children's books written by author Helen Stephens."/> + </div> + <div> + <q> + I am more than delighted with my hand sewn tree decorations. They are beautifully made, look gorgeous on the Christmas tree, and are much admired by my visitors at Christmas. They are real treasures, a family heirloom to be passed to my daughter when she has her own tree. + </q> + <p></p> + </div> - </p> </div> </div> |