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.
[pandaToc title="Page of Contents"]
Buttons
[getButton text="Normal"]
[getButton text="Colored" color="#ff4200"]
[getButton text="Demo" icon="eye" color="#27ae60"]
[getButton text="Download" icon="download" color="#2980b9"]
[getButton text="Visit" icon="link-45deg" color="#8e44ad"]
[getButton text="Buy Now" icon="cart" color="#f39c12"]
[getButton text="Share" icon="share" color="#e74c3c"]
[getButton text="Contact Us" icon="envelope" color="#f47726"]
[getButton text="More Info" icon="info" color="#34495e"]
Blockquote
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.
Alert Messages
[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.[/alertinfo]
[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.[/alertwarning]
[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.[/alertsuccess]
[alertdanger]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.[/alertdanger]
Responsive Table
Firstname | Lastname | |
---|---|---|
John | Doe | john@example.com |
Mary | Moe | mary@example.com |
July | Dooley | july@example.com |
Contact Form
[contactForm]
Code Block
[codeblock]<?php // Sample PHP Code $variable1 = "Hello"; $variable2 = "World"; echo $variable1 . " " . $variable2; ?>[/codeblock]
Post a Comment