Boxes

Person box

John Doe
CEO

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.


[sourcecode language=”html”][person_box
imgsrc="..." header="John Doe" subheader="CEO"
overlay="yes" fb="septimus" twit="septimus"
dribbble="septimus" skype="septimus"
email="[email protected]"] Lorem…[/person_box][/sourcecode]
parameters
  • imgsrc - source, image
  • header - header text
  • subheader - subheader text
  • link
  • overlay - content overlay, show content overlay? - yes; no;
  • overlayicon
  • fb - facebook username
  • twit - twitter username
  • dribbble - dribbble username
  • google - google+ username
  • linkedin - linkedin username
  • pinterest - pinterest username
  • flickr - flickr username
  • tumblr - tumblr username
  • behance - behance username
  • youtube - youtube movie
  • vimeo - vimeo movie
  • phone - phone number to call by skype
  • phonelabel - phone tooltip label
  • skype - skype user
  • email - email address
  • emaillabel - email tooltip label

Alert box

×

Information!
Lorem ipsum dolor sit amet, consectetur adipisicing

×

Error!
Lorem ipsum dolor sit amet, consectetur adipisicing

×

Warning!
Lorem ipsum dolor sit amet, consectetur adipisicing

×

Success!
Lorem ipsum dolor sit amet, consectetur adipisicing

[sourcecode language=”html”][alert_box type="info"] <strong>Information!</strong><br/> Lorem…
[/alert_box][/sourcecode]
parameters
  • type - info; success; warning; error;

Box

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
[sourcecode language=”html”][box]Lorem…[/box][/sourcecode]

Icon box

Multi-purpose

Septimus is multi-purpose, fully responsive, and clean theme.

[sourcecode language=”html”][icon_box header="Multi-purpose" icon="settings"] Septimus…[/icon_box][/sourcecode]
parameters
  • header - header text
  • link - header link
  • icon - glyphicons icon

Button box

Septimus is multi-purpose, fully responsive, and clean theme.

Septimus is multi-purpose, fully responsive, and clean theme.

[sourcecode language=”html”][button_box header="Septimus..."
buttontext="Purchase"] Septimus…[/button_box][/sourcecode]
parameters
  • header - header text
  • buttontext
  • link - button link
Back to top