Browse Source

fixing the dump wrapping on the homepage

pull/253/head
connors 11 years ago
parent
commit
27437beb91
  1. 48
      index.html

48
index.html

@ -44,33 +44,37 @@ base_url: "./"
<h2 class="section-heading">The mobile framework built for you</h2>
<p class="section-lead">Here's why we think you're going to love it.</p>
</div>
<div class="column units-2 lg-units-6">
<div class="benefit-icon">
<span class="icon icon-code"></span>
<div class="column-group">
<div class="column units-2 lg-units-6">
<div class="benefit-icon">
<span class="icon icon-code"></span>
</div>
<h3 class="benefit-heading">Simple web technology</h3>
<p class="benefit-text">Ratchet is built simple HTML, CSS, and JS. We used the power of SASS to make Ratchet extremely capable at quickly building mobile applications you can start playing with right away.</p>
</div>
<h3 class="benefit-heading">Simple web technology</h3>
<p class="benefit-text">Ratchet is built simple HTML, CSS, and JS. We used the power of SASS to make Ratchet extremely capable at quickly building mobile applications you can start playing with right away.</p>
</div>
<div class="column units-2 lg-units-6">
<div class="benefit-icon">
<span class="icon icon-list"></span>
<div class="column units-2 lg-units-6">
<div class="benefit-icon">
<span class="icon icon-list"></span>
</div>
<h3 class="benefit-heading">Tons of UI patterns</h3>
<p class="benefit-text">All the UI patterns that you'd expect in one simple framework. We've included our buttons, controls, forms, and behaviors that are optimized for performance in your app.</p>
</div>
<h3 class="benefit-heading">Tons of UI patterns</h3>
<p class="benefit-text">All the UI patterns that you'd expect in one simple framework. We've included our buttons, controls, forms, and behaviors that are optimized for performance in your app.</p>
</div>
<div class="column units-2 lg-units-6">
<div class="benefit-icon">
<span class="icon icon-pages"></span>
<div class="column-group">
<div class="column units-2 lg-units-6">
<div class="benefit-icon">
<span class="icon icon-pages"></span>
</div>
<h3 class="benefit-heading">Native platform themes</h3>
<p class="benefit-text">Building an application for iOS or Android? Look no further. Ratchet provides platform specific themes that work on top of our standard components.</p>
</div>
<h3 class="benefit-heading">Native platform themes</h3>
<p class="benefit-text">Building an application for iOS or Android? Look no further. Ratchet provides platform specific themes that work on top of our standard components.</p>
</div>
<div class="column units-2 lg-units-6">
<div class="benefit-icon">
<span class="icon icon-download"></span>
<div class="column units-2 lg-units-6">
<div class="benefit-icon">
<span class="icon icon-download"></span>
</div>
<h3 class="benefit-heading">Fast and easy</h3>
<p class="benefit-text">It's super fast to get set up with Ratchet. Once you've downloaded the code, take a look at one of our starter templates or example applications.</p>
</div>
<h3 class="benefit-heading">Fast and easy</h3>
<p class="benefit-text">It's super fast to get set up with Ratchet. Once you've downloaded the code, take a look at one of our starter templates or example applications.</p>
</div>
</div>
</section>

Loading…
Cancel
Save