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.
{tocify} $title={Table of Contents}
Default Buttons
{getButton} $text={Default Button}
{getButton} $text={Preview} $icon={preview}
{getButton} $text={Download} $icon={download}
{getButton} $text={Visit a Link} $icon={link}
{getButton} $text={Buy Now} $icon={cart}
{getButton} $text={Share} $icon={share}
{getButton} $text={More Info} $icon={info}
Colored Buttons
{getButton} $text={Colored Button} $color={#16a085}
{getButton} $text={Preview} $icon={preview} $color={#27ae60}
{getButton} $text={Download} $icon={download} $color={#2980b9}
{getButton} $text={Visit a Link} $icon={link} $color={#8e44ad}
{getButton} $text={Buy Now} $icon={cart} $color={#f39c12}
{getButton} $text={Share} $icon={share} $color={#e74c3c}
{getButton} $text={More Info} $icon={info} $color={#34495e}
Alert Boxes
Lorem Ipsum is not simply random text. It has roots in a piece of classical test link here too Latin literature from 45 BC, making it over 2000 years old. {alertSuccess}
Lorem Ipsum is not simply random text. It has roots in a piece of classical test link here too Latin literature from 45 BC, making it over 2000 years old. {alertInfo}
Lorem Ipsum is not simply random text. It has roots in a piece of classical test link here too Latin literature from 45 BC, making it over 2000 years old. {alertWarning}
Lorem Ipsum is not simply random text. It has roots in a piece of classical test link here too Latin literature from 45 BC, making it over 2000 years old. {alertError}
Bordered Table
Firstname | Lastname | |
---|---|---|
John | Doe | john@example.com |
Mary | Moe | mary@example.com |
July | Dooley | july@example.com |
Contact Form
{contactForm}Code Box
$("#main-nav #s").blur(function() {if (0 === this.value.length) this.value = c;});
$("#main-nav #s").focus(function() {if (this.value === c) this.value = "";});{codeBox}