Skip to content

Instantly share code, notes, and snippets.

@princePeterHansen
Created February 18, 2020 20:42
Show Gist options
  • Save princePeterHansen/b65f14a90f4d59842e4f73edf4c8ef15 to your computer and use it in GitHub Desktop.
Save princePeterHansen/b65f14a90f4d59842e4f73edf4c8ef15 to your computer and use it in GitHub Desktop.
Example of book element markup
<article class="product_pod">
<div class="image_container">
<a href="catalogue/a-light-in-the-attic_1000/index.html"><img
src="media/cache/2c/da/2cdad67c44b002e7ead0cc35693c0e8b.jpg" alt="A Light in the Attic"
class="thumbnail" /></a>
</div>
<h3>
<a href="catalogue/a-light-in-the-attic_1000/index.html" title="A Light in the Attic">A Light in the ...</a>
</h3>
<div class="product_price">
<p class="price_color">£51.77</p>
<p class="instock availability">
<i class="icon-ok"></i>
In stock
</p>
<form>
<button type="submit" class="btn btn-primary btn-block" data-loading-text="Adding...">
Add to basket
</button>
</form>
</div>
</article>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment