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

From Help Wiki
Line 1: Line 1:
 
based on [[Template:Landing]]
 
based on [[Template:Landing]]
 +
__NOEDITSECTION__
 +
<noinclude>{{documentation|Template:Landing/doc}}</noinclude>
 +
<div class="container-fluid">
 +
<div class="row">
 +
    <div class="col-md-8 ">
 +
          <div class="lead">
 +
{{{lead}}}
 +
          </div>
 +
 +
 +
 +
{{{content}}}
 +
 +
<div class="row"> <!-- two span6 columns nested under span 8 -->
 +
              <div class="col-md-6">
 +
{{{col1}}}
 +
 +
  <!-- end col-md-6 -->
 +
      </div>
 +
            <div class="col-md-6">
 +
 +
{{{col2}}}
 +
 +
 +
<!-- 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}}}
 +
 +
<!-- end col-md-3-->
 +
</div>
 +
<!--end row-->
 +
</div>
 +
<!-- end container-->
 +
</div>
 +
{{#css:
 +
  #breadcrumbs2 {
 +
    display: none;
 +
  }
 +
}}
 +
  
 
[[Category:Page Layouts]]
 
[[Category:Page Layouts]]

Revision as of 16:00, 25 April 2017

based on Template:Landing

See the documentation on using this template: at Template:Landing/doc

{{{lead}}}


{{{content}}}

{{{col1}}}

{{{col2}}}