Skip to content

Instantly share code, notes, and snippets.

@ptahchiev
Created September 9, 2016 09:42
Show Gist options
  • Save ptahchiev/cd993decf1dbd3e42aefbc7226f59fff to your computer and use it in GitHub Desktop.
Save ptahchiev/cd993decf1dbd3e42aefbc7226f59fff to your computer and use it in GitHub Desktop.
<div id="change-store" class="popup store-selector">
<div class="head">
<h2>Pickup in store</h2>
</div>
<div class="body">
<form>
<input type="text" name="" value="1 Freeport Village Statio Space 355E mFreeport , ME 04032.." />
<button type="submit" class="big-button">find stores</button>
</form>
<div class="product-info">
<a href="./page-sale-02.html" class="thumb">
<!-- variants case -->
</a>
<div class="details">
<span class="title">Africa Love Bandeau Bikini Top</span>
<span>africa-love-bandeau</span>
<span id="product-price" style="">
<span class="price">
was&nbsp;$38
&nbsp;
<span>sale&nbsp;$30.4
</span>
</span>
</span>
</div>
</div>
<ul class="stores">
<li>
<div class="col">
<h4>Africa Love Bandeau Bikini Top</h4>
<p>4422.98 mi</p>
<p>
1 Freeport Village Statio<br/>
Space 355E mFreeport , ME 04032
</p>
<p>
<a href="#">Store Details</a>
</p>
</div>
<div class="col align-right">
<span>Available in store</span>
<button type="submit" class="big-button">add to card</button>
</div>
</li>
<li>
<div class="col">
<h4>Ruched halter one-piece</h4>
<p>4422.98 mi</p>
<p>
1 Freeport Village Statio<br/>
Space 355E mFreeport , ME 04032
</p>
<p>
<a href="#">Store Details</a>
</p>
</div>
<div class="col align-right">
<span>Available in store</span>
<button type="submit" class="big-button">add to card</button>
</div>
</li>
<li>
<div class="col">
<h4>Ruched halter one-piece</h4>
<p>4422.98 mi</p>
<p>
1 Freeport Village Statio<br/>
Space 355E mFreeport , ME 04032
</p>
<p>
<a href="#">Store Details</a>
</p>
</div>
<div class="col align-right">
<span>Available in store</span>
<button type="submit" class="big-button">add to card</button>
</div>
</li>
<li>
<div class="col">
<h4>Ruched halter one-piece</h4>
<p>4422.98 mi</p>
<p>
1 Freeport Village Statio<br/>
Space 355E mFreeport , ME 04032
</p>
<p>
<a href="#">Store Details</a>
</p>
</div>
<div class="col align-right">
<span>Available in store</span>
<button type="submit" class="big-button">add to card</button>
</div>
</li>
<li>
<div class="col">
<h4>Ruched halter one-piece</h4>
<p>4422.98 mi</p>
<p>
1 Freeport Village Statio<br/>
Space 355E mFreeport , ME 04032
</p>
<p>
<a href="#">Store Details</a>
</p>
</div>
<div class="col align-right">
<span>Available in store</span>
<button type="submit" class="big-button">add to card</button>
</div>
</li>
<li>
<div class="col">
<h4>Ruched halter one-piece</h4>
<p>4422.98 mi</p>
<p>
1 Freeport Village Statio<br/>
Space 355E mFreeport , ME 04032
</p>
<p>
<a href="#">Store Details</a>
</p>
</div>
<div class="col align-right">
<span>Available in store</span>
<button type="submit" class="big-button">add to card</button>
</div>
</li>
</ul>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment