Skip to content

Instantly share code, notes, and snippets.

@philipgledhill
Created April 10, 2015 07:33
Show Gist options
  • Save philipgledhill/127172248f27bba21f06 to your computer and use it in GitHub Desktop.
Save philipgledhill/127172248f27bba21f06 to your computer and use it in GitHub Desktop.
Sample content for Altitude Pro theme set up
<!-- Put this code in a text widget in front-page-1 widget area of Altitude Pro theme. -->
<!-- Put 1 text widget in this widget area. -->
<h4>This headline has a small font size</h4>
<h2>Your Headline <br />goes here</h2>
<a class="button" href="#front-page-7">This text jumps to bottom of home page</a>
<a class="button clear white" href="#front-page-2">This text jumps to section two of the home page</a>
<span class="small-disclaimer">This text will appear in a small font size</span>
<!-- End of front-page-1. -->
<!-- /////////////////////////////////////////////////// -->
<!-- front-page-2 widget area code -->
<!-- Put 1 text widget in this widget area. -->
<h4>The Next Generation</h4>
<h2>Website Solution</h2>
<div class="bottom-image"><!-- put your image code here --></div>
<!-- End of front-page-2 -->
<!-- /////////////////////////////////////////////////// -->
<!-- front-page-3 widget area code -->
<!-- Put 3 text widgets in this widget area. -->
<h2>This is the main widget area headline. It goes in the first text widget in front-page-3 widget area.</h2>
<span class="dashicons dashicons-performance"></span>
<h4>LEFT HAND text widget title. This goes in the second text widget in front-page-3 widget area.</h4>
Put some paragraph text here...
<span class="dashicons dashicons-edit"></span>
<h4>RIGHT HAND text widget title. This goes in the third text widget in front-page-3 widget area.</h4>
Put some paragraph text here...
<!-- End of front-3 -->
<!-- /////////////////////////////////////////////////// -->
<!-- front-page-4 widget area code -->
<!-- Put 4 text widgets in this widget area. -->
<h4>This headline goes in the first of 4 text widgets in front-page-4 widget area</h4>
<h2>Put some paragraph text here...</h2>
<!-- Make three lists using this sample code. Put each lists in it's own text widget. Put all 4 text widgets in the front-page-4 widget area. -->
<h2><strong>$20</strong></h2>
<ul>
<li>List Item #1</li>
<li>List Item #2</li>
<li>List Item #3</li>
</ul>
<a class="button clear" href="#">Purchase</a>
<!-- End of front-page-4 -->
<!-- /////////////////////////////////////////////////// -->
<!-- front-page-5 widget area code -->
<!-- Put 1 text widget in this widget area. -->
<h4>This is a headline with a small font</h4>
<h2>"This is a headline <br />With a large font"</h2>
<h4>This text uses a small font.</h4>
<!-- End of front-page-5 -->
<!-- /////////////////////////////////////////////////// -->
<!-- front-page-6 widget area code -->
<!-- Put 3 text widgets in this widget area. -->
<!-- Text widget 1 -->
<h4>This is the headline. It goes in the first of 3 text widgets in front-page-6 widget area.</h4>
<!-- Text widget 1 ENDS -->
<!-- Text widget 2 -->
<h5><strong>This is the first headline in the left hand box of front-page-6 widget area.</strong></h5>
Put some paragraph text here...
<h5><strong>This is the first headline in the left hand box of front-page-6 widget area.</strong></h5>
Put some paragraph text here...
<!-- Text widget 2 ENDS -->
<!-- Text widget 3 -->
<h5><strong>This is the first headline in the left hand box of front-page-6 widget area.</strong></h5>
Put some paragraph text here...
<h5><strong>This is the first headline in the left hand box of front-page-6 widget area.</strong></h5>
Put some paragraph text here...
<!-- Text widget 3 ENDS -->
<!-- End of front-page-6 -->
<!-- /////////////////////////////////////////////////// -->
<!-- front-page-7 widget area code -->
<!-- Put 1 text widget in this widget area. -->
<h4>This headline has a small font size</h4>
<h2>This headline has a large font size</h2>
Put some paragraph text here...
<a href="#" class="button">This is the text in the button.</a>
<!-- End of front-page-7 -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment