Difference between revisions of "Landing Page Example Layout - HTML"

From Help Wiki
 
(18 intermediate revisions by 2 users not shown)
Line 1: Line 1:
based on [[Template:Landing]]
 
__NOEDITSECTION__
 
<noinclude>{{documentation|Template:Landing/doc}}</noinclude>
 
 
<div class="container-fluid">
 
<div class="container-fluid">
 
  <div class="row">
 
  <div class="row">
 
     <div class="col-md-8 ">
 
     <div class="col-md-8 ">
 
           <div class="lead">
 
           <div class="lead">
{{{lead}}}
+
Lead text / brief overview of the page content.
 
           </div>
 
           </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 -->
 
+
{{{content}}}
+
 
+
  <div class="row"> <!-- two span6 columns nested under span 8 -->
+
 
               <div class="col-md-6">
 
               <div class="col-md-6">
{{{col1}}}
+
====Bulletted items under column 1====
 
+
*
 +
*
 +
*
 +
*
 +
*
 +
*
 
   <!-- end col-md-6 -->
 
   <!-- end col-md-6 -->
 
       </div>
 
       </div>
 
             <div class="col-md-6">
 
             <div class="col-md-6">
  
{{{col2}}}
+
====Bulletted items under column 2====
 
+
*
 +
*
 +
*
 +
*
 +
*
 +
*
  
 
<!-- end col-md-6 -->
 
<!-- end col-md-6 -->
Line 32: Line 35:
 
<div class="col-md-1"></div>
 
<div class="col-md-1"></div>
 
<div class="col-md-3 sidebar">
 
<div class="col-md-3 sidebar">
{{{sidebar}}}
+
====Sidebar information====
 
+
*Links to related content
 +
{{GetHelp}}  
 
<!-- end col-md-3-->
 
<!-- end col-md-3-->
 
</div>
 
</div>
Line 45: Line 49:
 
   }
 
   }
 
}}
 
}}
 
+
__NOEDITSECTION__
 +
__NOTOC__
  
 
[[Category:Page Layouts]]
 
[[Category:Page Layouts]]

Latest revision as of 16: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.

Bulletted items under column 1

Bulletted items under column 2