Created
February 18, 2019 16:09
-
-
Save webplantmedia/b4873179275d20d1746bd2d6100f7418 to your computer and use it in GitHub Desktop.
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="alignwide"> | |
<div class="pricing-table"> | |
<div class="one-fourth first"> | |
<h4>Package #1</h4> | |
<span class="description">Basic web design.</span> <span class="price">$299</span> | |
<ul> | |
<li>Logo concept</li> | |
<li>3-page web design</li> | |
<li>1 hour of training</li> | |
</ul> | |
<a class="button secondary small" href="#">Get Started</a></div> | |
<div class="one-fourth"> | |
<h4>Package #2</h4> | |
<span class="description">Premium web design.</span> <span class="price">$499</span> | |
<ul> | |
<li>Logo concept</li> | |
<li>5-page web design</li> | |
<li>3 hours of training</li> | |
<li>Email template</li> | |
</ul> | |
<a class="button secondary small" href="#">Get Started</a></div> | |
<div class="one-fourth featured"> | |
<h4>Package #3</h4> | |
<span class="description">Advanced web design.</span> <span class="price">$799</span> | |
<ul> | |
<li>Logo concept</li> | |
<li>10-page web design</li> | |
<li>5 hours of training</li> | |
<li>Email template</li> | |
<li>eCommerce setup</li> | |
</ul> | |
<a class="button primary" href="#">Get Started</a></div> | |
<div class="one-fourth"> | |
<h4>Package #4</h4> | |
<span class="description">Platinum web design.</span> <span class="price">$999</span> | |
<ul> | |
<li>Logo concept</li> | |
<li>20-page web design</li> | |
<li>10 hours of training</li> | |
<li>Email template</li> | |
<li>eCommerce setup</li> | |
<li>Search optimization</li> | |
</ul> | |
<a class="button secondary small" href="#">Get Started</a></div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment