Difference between revisions of "Landing Page Example Layout - HTML"
From Help Wiki
m (Greenea moved page Landing Template Demo to Landing Page Example) |
|||
| (22 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| − | + | <div class="container-fluid"> | |
| + | <div class="row"> | ||
| + | <div class="col-md-8 "> | ||
| + | <div class="lead"> | ||
| + | Lead text / brief overview of the page content. | ||
| + | </div> | ||
| + | Page content that falls under the main page, and not in a subcolumn. | ||
| + | <div class="row"> <!-- two col-md-6 columns nested under col-md-8 --> | ||
| + | <div class="col-md-6"> | ||
| + | ====Bulletted items under column 1==== | ||
| + | * | ||
| + | * | ||
| + | * | ||
| + | * | ||
| + | * | ||
| + | * | ||
| + | <!-- end col-md-6 --> | ||
| + | </div> | ||
| + | <div class="col-md-6"> | ||
| − | [[Category: | + | ====Bulletted items under column 2==== |
| + | * | ||
| + | * | ||
| + | * | ||
| + | * | ||
| + | * | ||
| + | * | ||
| + | |||
| + | <!-- end col-md-6 --> | ||
| + | </div> | ||
| + | <!--end row --> | ||
| + | </div> | ||
| + | <!-- end col-md-8 --> | ||
| + | </div> | ||
| + | <div class="col-md-1"></div> | ||
| + | <div class="col-md-3 sidebar"> | ||
| + | ====Sidebar information==== | ||
| + | *Links to related content | ||
| + | {{GetHelp}} | ||
| + | <!-- end col-md-3--> | ||
| + | </div> | ||
| + | <!--end row--> | ||
| + | </div> | ||
| + | <!-- end container--> | ||
| + | </div> | ||
| + | {{#css: | ||
| + | #breadcrumbs2 { | ||
| + | display: none; | ||
| + | } | ||
| + | }} | ||
| + | __NOEDITSECTION__ | ||
| + | __NOTOC__ | ||
| + | |||
| + | [[Category:Page Layouts]] | ||
Latest revision as of 15:25, 30 September 2017
Lead text / brief overview of the page content.
Page content that falls under the main page, and not in a subcolumn.