Skip to content

Instantly share code, notes, and snippets.

@agray
Created July 31, 2013 00:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save agray/6118280 to your computer and use it in GitHub Desktop.
Save agray/6118280 to your computer and use it in GitHub Desktop.
image in metroui accordion
<li>
<a href="#">Product Suites</a>
<div>
<div class="preScrollable Homepage div-ss-background-img">
<h2>Standard Edition Suite 4.0</h2>
All the Standard Edition products offered as a bundle<br/><br/>
<button type="button" class="bg-color-maroon" onclick="window.open('https://sites.fastspring.com/fullcirclesolutions/instant/standardsuite40')">
<font color="white">Purchase</font>
</button><b>Enterprise Suite coming soon!</b>
<br/><br/>
<h3>Includes</h3><br/>
<ul>
<li>XInvoices Standard Edition</li>
<li>XRayMachine Standard Edition</li>
<li>HydratedSolutions Standard Edition</li>
</ul>
<br/>
</div>
</div>
</li>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment