m |
m |
||
| Line 1: | Line 1: | ||
<html> | <html> | ||
<div class="row"> | <div class="row"> | ||
| + | <div class="span12"> | ||
| + | <div class="page-header"> | ||
| + | <h1>The Grid | ||
| + | <small>One Container To Rule Them All</small> | ||
| + | </h1> | ||
| + | </div> | ||
| + | </div> | ||
| + | </div> | ||
| + | <div class="row" | ||
<div class="span7"> | <div class="span7"> | ||
<a class="btn btn-danger" href="#">New in PageLines 2.2</a> | <a class="btn btn-danger" href="#">New in PageLines 2.2</a> | ||
| − | + | <ul class="thumbnails unstyled"> | |
<li class="span7"> | <li class="span7"> | ||
<div class="thumbnail"> | <div class="thumbnail"> | ||
| Line 41: | Line 50: | ||
<div class="row"> | <div class="row"> | ||
<div class="span12"> | <div class="span12"> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
In PageLines Framework 2.2, we have added more functionality from bootstrap -- an adaptation of their scaffolding system, <a href="http://twitter.github.com/bootstrap/scaffolding.html#gridSystem">The Grid</a>. The Grid allows you to build a highly customizable, responsive layout with simple syntax. You can view an example of the Grid in use at <a href="#example">the PageLines 2.2 Demo Site</a> | In PageLines Framework 2.2, we have added more functionality from bootstrap -- an adaptation of their scaffolding system, <a href="http://twitter.github.com/bootstrap/scaffolding.html#gridSystem">The Grid</a>. The Grid allows you to build a highly customizable, responsive layout with simple syntax. You can view an example of the Grid in use at <a href="#example">the PageLines 2.2 Demo Site</a> | ||
</div> | </div> | ||
The following sections allow Grid syntax: Content Box, Content and Grid Layout. Content and Grid Layout, by default will use Wordpress's built in text editor to define the Grid, while the Content Box will use the Textarea field as the editor.
<div class="row">
<div class="span4">
<p>Here is some content in the first section of our span4 column!</p>
</div>
<div class="span4">
<p>This content is in another span4 column, and now we are at a total of 8 columns.</p>
</div>
<div class="span4">
<p>This last bit of content is also in a column that spans 4 spaces, so that brings us to the ultimate number of 12.</p>
</div>
</div>