EckoThemes
Harvey Specter

Harvey Specter

Harvey Specter has built a career and reputation by breaking the rules. Harvey's shoot-from-the-hip style has made him an effective lawyer and a slick character.


LATEST POSTS

Getting Started with Yeoman & Grunt 07th March, 2014

JavaScript Design Patterns: Introduction 03rd March, 2014

Shortcodes

Posted on .

Below is a list of available shortcodes. Astro includes a post editor menu which allows easy access to shortcodes and their options. Further information on shortcodes and their usage can be found in the provided documentation.

Progress Bars

75%
40%
55%
20%

Blockquote

“I don’t believe you have to be better than everybody else. I believe you have to be better than you ever thought you could be.”

— Ken Venturi

Tabs

Header One
Header Two
Header Three
Ivy comes included with a number of shortcodes to make accessing theme features easier when creating your blog posts, below is a list of available shortcodes. Further information on shortcodes and their usage can be found in the provided documentation.
Tab Content for Header 2
Tab Content for Header 3

Toggle Boxes

Toggle Box Outline Closed
Astro comes included with a number of shortcodes to make accessing theme features easier when creating your blog posts, below is a list of available shortcodes. Further information on shortcodes and their usage can be found in the provided documentation.
Toggle Box Solid Closed
Astro comes included with a number of shortcodes to make accessing theme features easier when creating your blog posts, below is a list of available shortcodes. Further information on shortcodes and their usage can be found in the provided documentation.
Toggle Box Solid Open
Astro comes included with a number of shortcodes to make accessing theme features easier when creating your blog posts, below is a list of available shortcodes. Further information on shortcodes and their usage can be found in the provided documentation.

Buttons

Button Button Button Button Button

Button Button Button Button Button

Button Button Button Button Button

Alert Boxes

This is an alert example
This is an alert example
This is an alert example
This is an alert example
This is an alert example

Code Syntax Highlighter

var http = require('http');
http.createServer(function (req, res) {
res.writeHead(200, {'Content-Type': 'text/plain'});
res.end('Hello Worldn');
}).listen(1337, '127.0.0.1');
console.log('Server running at http://127.0.0.1:1337/');
#!/usr/bin/python
# -*- coding: utf-8 -*-
import glob

# glob supports Unix style pathname extensions

python_files = glob.glob('*.py')
for file_name in sorted(python_files):
print ' ------' + file_name

with open(file_name) as f:
for line in f:
print ' ' + line.rstrip()

Columns

Left Side

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.

Right Side

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.

Annotated Content

quote_bg

Annotation Header

Annotation description text.

Youtube Video

Vimeo Video

Harvey Specter

Harvey Specter

http://ecko.me

Harvey Specter has built a career and reputation by breaking the rules. Harvey's shoot-from-the-hip style has made him an effective lawyer and a slick character.

There are no comments.
View Comments (0) ...
Navigation