Skip to content

Instantly share code, notes, and snippets.

@ernestlv
Created September 30, 2015 17:30
Show Gist options
  • Save ernestlv/6e015882259e46b3ab75 to your computer and use it in GitHub Desktop.
Save ernestlv/6e015882259e46b3ab75 to your computer and use it in GitHub Desktop.
HTML snippet of a recipe in a food network search result
<article class="recipe">
<div class="pull-right">
<a href="#"><img data-src="holder.js/161x121/industrial" width="161" height="121" alt=""></a>
</div>
<header>
<h6><a href="#"><b class="key">Chicken</b> Piccata</a></h6>
<p>Recipe courtesy of <a href="#">Giada De Laurentiis</a></p>
</header>
<div class="media">
<div class="pull-left">
<a href="#">
<img data-src="holder.js/56x56/industrial" width="56" height="56" class="media-object" itemprop="image">
</a>
</div>
<div class="media-body">
<div class="ratings small" title="4 of 5 stars">
<i class="ss-star"></i>
<i class="ss-star"></i>
<i class="ss-star"></i>
<i class="ss-star"></i>
<i class="ss-star half"></i>
429 Reviews
</div>
<dl class="flat">
<dt>Cook Time:</dt>
<dd>45 minutes</dd>
</dl>
</div>
</div>
</article>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment