Created
February 20, 2012 15:34
-
-
Save conspirator/1869686 to your computer and use it in GitHub Desktop.
Sunology: #featured-wrap expected HTML (notice no #slides-nav => It's generated dynamically)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="featured-wrap" class="clearfix"> | |
<div id="slides"> | |
<a href="ourproducts.html"><img src="assets/images/slide1.png"></a> | |
<a href="#"><img src="assets/images/slide2.png"></a> | |
<a href="#"><img src="assets/images/slide3.png"></a> | |
</div> | |
<div id="featured"> | |
<h3>Featured products</h3> | |
<ul> | |
<li class="clearfix"> | |
<a href="product-detail-01.html"><img border="0" src="assets/images/featured_product_01.png"></a> | |
<h4><a href="product-detail-01.html">Sunscreen Crème <br>for Face</a></h4> | |
<p>Great for everyday! With <br>UV MicroReflexion™ technology <br>and FSG Complex™</p> | |
</li> | |
<li class="clearfix last"> | |
<a href="product-detail-03.html"><img border="0" src="assets/images/featured_product_02.png"></a> | |
<h4><a href="product-detail-03.html">Sunscreen Lotion <br>for Kids</a></h4> | |
<p>Active ingredients derived from <br>natural sources make it safe for <br>young skin</p> | |
</li> | |
</ul> | |
<div class="align-right clearfix"> | |
<a class="button" href="ourproducts.html"><span class="arrow-right">See All Our Products</span></a><br> | |
<span class="feature-text"><em>Free Shipping</em> with 3 or more items</span> | |
</div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment