Shortcodes

Standard Paragraph

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.

<p>...</p>

Blockquote

Proin consectetur euismod odio, non vulputate ipsum consequat vitae. Pellentesque pretium accumsan elit eget adipiscing. Suspendisse tristique, dolor et iaculis fringilla, purus magna placerat orci, eget bibendum nunc est at tellus. Mauris ac ligula quam, vel vehicula quam.
<blockquote>...</blockquote>

Predefined Buttons

ButtonButtonButton

<a href="#" class="button default small/medium/big">Button</a>

ButtonButtonButton

<a href="#" class="button orange small/medium/big">Button</a>

ButtonButtonButton

<a href="#" class="button red small/medium/big">Button</a>

ButtonButtonButton

<a href="#" class="button grey small/medium/big">Button</a>

List Item

Ordered List

  1. It uses a dictionary
  2. Over 200 Latin words
  3. Combined with a handful
  4. Model sentence structures
<ol class="orderedlist">
 <li>Default list item 1</li>
 <li>Default list item 2</li>
 <li>Default list item 3</li>
 <li>Default list item 4</li>
</ol>

Unordered List

  • It uses a dictionary
  • Over 200 Latin words
  • Combined with a handful
  • Model sentence structures
<ul class="unorderedlist">
 <li>Default list item 1</li>
 <li>Default list item 2</li>
 <li>Default list item 3</li>
 <li>Default list item 4</li>
</ul>

Custom List

  • It uses a dictionary
  • Over 200 Latin words
  • Combined with a handful
  • Model sentence structures
<ul class="customlist">
 <li class="checked">Default list item 1</li>
 <li class="checked">Default list item 2</li>
 <li class="unchecked">Default list item 3</li>
 <li class="checked">Default list item 4</li>
</ul>