Difference between revisions of "Sidebar Example Layout - HTML"
From Help Wiki
m |
m |
||
(10 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | __NOTOC__ | |
+ | <div class="container-fluid"> | ||
+ | <div class="row"> | ||
+ | <div class="col-md-8"> | ||
+ | <div class="lead"> | ||
+ | Succinct description of what this page is about. Could be two lines worth but shorter is better. | ||
+ | </div> | ||
+ | ===Page Content=== | ||
+ | ====Task heading (optional)==== | ||
+ | # | ||
+ | # | ||
+ | # | ||
+ | # | ||
+ | <!-- end col-md-7 --> | ||
+ | </div> | ||
+ | <div class="col-md-1"></div> | ||
+ | <div class="col-md-3 sidebar"> | ||
+ | ====Sidebar information==== | ||
+ | *Links to related content | ||
+ | |||
+ | |||
+ | ---- | ||
+ | {{GetHelp}} | ||
+ | <!-- end col-md-4--> | ||
+ | </div> | ||
+ | <!-- end row--> | ||
+ | </div> | ||
+ | <!-- end container--> | ||
+ | </div> | ||
+ | __NOEDITSECTION__ | ||
[[Category:Page Layouts]] | [[Category:Page Layouts]] |
Latest revision as of 14:13, 12 May 2017
Succinct description of what this page is about. Could be two lines worth but shorter is better.