Book Image

Bootstrap Site Blueprints

Book Image

Bootstrap Site Blueprints

Overview of this book

Table of Contents (16 chapters)
Bootstrap Site Blueprints
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Tackling customer reviews


Our next section, named Impact, presents reviews from happy customers. In this section, we see smiling faces of happy customers with excerpts of their commentary about our client's product. The initial markup starts as follows:

<!-- IMPACT SECTION -->
<section id="impact">
  <div class="container">
  <h1>Impact</h1>
     <div class="reviews">

Each review is marked up as follows using the hreview microformat:

<div class="hreview review-item-1 thumbnail">
  <img src="img/smiling1-by-RomainGuy-600x900.jpg" alt="Customer Photo1">
  <div class="caption">
    <blockquote class="description"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin euismod, nulla pretium commodo ultricies</p></blockquote>
    <p class="reviewer">Smiling Customer1</p>
  </div><!-- /.caption -->
</div><!-- /.hreview -->

Note

You may read about the hreview microformat at http...