Created
August 6, 2013 00:17
-
-
Save mlynch/6160862 to your computer and use it in GitHub Desktop.
Codiqa Responsive Features
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="container"> | |
<h2>Also included in every plan</h2> | |
<div class="row"> | |
<div class="col-6 col-lg-3"> | |
<h4>Team Collaboration</h4> | |
</div> | |
<div class="col-6 col-lg-3"> | |
<h4>Live Preview</h4> | |
</div> | |
<div class="col-6 col-lg-3"> | |
<h4>SSL Security</h4> | |
</div> | |
<div class="col-6 col-lg-3"> | |
<h4>Theming</h4> | |
</div> | |
</div> | |
<div class="row"> | |
<div class="col-6 col-lg-3"> | |
<h4>jQuery Mobile</h4> | |
</div> | |
<div class="col-6 col-lg-3"> | |
<h4>Add-ons</h4> | |
</div> | |
<div class="col-6 col-lg-3"> | |
<h4>Version Control</h4> | |
</div> | |
<div class="col-6 col-lg-3"> | |
<h4>Unlimited Pages</h4> | |
</div> | |
</div> | |
<a href="/tour" class="btn btn-primary btn-large">Take the tour</a> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment