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 class="zoom-container"> | |
<img src="http://path/to/image/29823982928?wid=876" alt=""> | |
</div> |
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
<ul class="horizontal-list"> | |
<li>List Item 1</li> | |
<li>List Item 2</li> | |
<li>List Item 3</li> | |
<li>List Item 4</li> | |
</ul> | |
<ul class="horizontal-list"> | |
<li><button type="button" class="btn btn-secondary btn-full-black">List Button 1</button></li> |
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 class="product-thumbnails"> | |
<ul class="thumbnails-list horizontal-list"> | |
<li class="selected"><a href=""><img src="../../assets/images/product-preview-1.jpg" alt=""></a></li> | |
<li><a href=""><img src="../../assets/images/product-preview-2.jpg" alt=""></a></li> | |
<li><a href=""><img src="../../assets/images/product-preview-3.jpg" alt=""></a></li> | |
<li class="video-content"><a href=""><img src="../../assets/images/product-preview-1.jpg" alt=""></a></li> | |
</ul> | |
</div> |
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 class="product-colour-options"> | |
<h3 class="product-description-sub-title alt-header-type-regular">Colour</h3> | |
<ul class="product-colour-list horizontal-list"> | |
<li class="product-colour-item rounded"><a href=""><img src="../../assets/images/swatch-1.png" alt=""></a></li> | |
<li class="product-colour-item rounded"><a href=""><img src="../../assets/images/swatch-2.png" alt=""></a></li> | |
<li class="product-colour-item rounded"><a href=""><img src="../../assets/images/swatch-3.png" alt=""></a></li> | |
<li class="product-colour-item selected rounded"><a href=""><img src="../../assets/images/swatch-4.gif" alt=""></a></li> | |
</ul> | |
</div> |
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 class="form-group form-group-inline"> | |
<label for="zipCode" class="hidden">Enter Zip Code</label> | |
<input type="text" class="form-control" id="zipCode" placeholder="Enter Zip Code"> | |
<button type="button" class="btn btn-secondary btn-full-black">Apply</button> | |
</div> |
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 class="product-tabs tabs"> | |
<ul class="resp-tabs-list"> | |
<li>Find a store</li> | |
<li>Returns</li> | |
<li>About me</li> | |
</ul> | |
<div class="resp-tabs-container"> | |
<div> | |
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. A nemo pariatur laborum quaerat omnis quibusdam illo amet ipsam, voluptas totam qui sit eos, dolorem beatae quia ea modi tempora soluta quos eum ab? Perspiciatis libero nulla itaque dolore adipisci est voluptatum ducimus debitis animi, esse veniam blanditiis saepe labore excepturi!</p> | |
</div> |
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
<span class="icon icon-search"></span> |
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
<ul class="list-media list-media-extended"> | |
<li> | |
<div class="media-label"> | |
<h6>Shipping</h6> | |
</div> | |
<div class="media-content"> | |
Bonnie Smith<br/> | |
<address> | |
55 Park Avenue<br/> | |
Fl 4<br/> |
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 class='payment-summary'> | |
<ul> | |
<li> | |
<p>Order Total (tax not included)</p> | |
<p></p> | |
<p>{{ total }}</p> | |
</li> | |
<li> | |
<p>Discount</p> | |
<p></p> |