Skip to content

Instantly share code, notes, and snippets.

@simplethemes
Created February 26, 2013 08:13
Show Gist options
  • Save simplethemes/5036890 to your computer and use it in GitHub Desktop.
Save simplethemes/5036890 to your computer and use it in GitHub Desktop.
Pricing Page Example Markup
<h1 class="center remove-bottom">Feature Product Pricing Table</h1>
<h3 class="center remove-top">Example Demo with Options</h3>
[break]
[one_third]
[callout style="white" align="center" centertitle="true" title="Product One"]
<ul class="check nopad">
<li class="yes">Item One</li>
<li class="yes">Item Two</li>
<li class="no">Item Three</li>
<li class="no">Item Four</li>
<li class="no">Item Five</li>
</ul>
[button link="#" align="center" size="medium" color="lightblue" caption="Just $10"]Sign Up Now[/button]
[clear]
[/callout]
[/one_third]
[one_third]
[callout style="lightblue" align="center" centertitle="true" title="Featured Product Two"]
<ul class="check nopad">
<li class="yes">Item One</li>
<li class="yes">Item Two</li>
<li class="yes">Item Three</li>
<li class="yes">Item Four</li>
<li class="yes">Item Six</li>
<li class="yes">Item Seven</li>
</ul>
[button link="#" align="center" size="large" color="black" caption="Just $35"]Sign Up Now[/button]
[clear]
[/callout]
[/one_third]
[one_third_last]
[callout style="white" align="center" centertitle="true" title="Product Three"]
<ul class="check nopad">
<li class="yes">Item One</li>
<li class="yes">Item Two</li>
<li class="yes">Item Three</li>
<li class="no">Item Four</li>
<li class="no">Item Five</li>
</ul>
[button link="#" align="center" size="medium" color="lightblue" caption="Just $20"]Sign Up Now[/button]
[clear]
[/callout]
[/one_third_last]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment