Blockquote type 1
Read the directions and directly you will be directed in the right direction.
- Denise Johnson -
[sourcecode language="html"][blockquote
author="Denise Johnson"]
… [/blockquote][/sourcecode]
[shortcode_params name="blockquote"]
Blockquote type 2
My relationship with Decima team has benefited me and my company beyond expectation. The process that Decima team presided over helped transform our marketing from a series of haphazard tactics to a unified, recurring plan.
[sourcecode language="html"][blockquote type="2"
author="Denise Johnson"]
…[/blockquote][/sourcecode]
[shortcode_params name="blockquote"]
Blockquote type 3
My relationship with Decima team has benefited me and my company beyond expectation. The process that Decima team presided over helped transform our marketing from a series of haphazard tactics to a unified, recurring plan.
[sourcecode language="html"][blockquote type="3"
author="Denise Johnson"]
…[/blockquote][/sourcecode]
[shortcode_params name="blockquote"]
Dropcap
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque sit amet libero magna. Mauris at enim vel nibh scelerisque porttitor id ut leo. Phasellus pretium, leo a lobortis aliquam, nunc tortor pulvinar ipsum, et vulputate lacus tortor a eros. Morbi consequat velit eget augue porttitor vitae molestie diam rutrum.
[sourcecode language="html"][dropcap]…[/dropcap][/sourcecode]
[shortcode_params name="dropcap"]
Highlight
Lorem ipsum dolor sit amet, color=”yes” elit, . Ut enim minim veniam, quis ut nostrud color=”yes” style=”light” llamco laboris nisi ut aliquip ex ea consequat. Excepteur sint occaecat style=”light” proident, sunt in culpa qui officia deserunt es mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus at voluptatem.
[sourcecode language="html"][highlight color="yes"
style="light"]adipisicing
[/highlight][/sourcecode]
[shortcode_params name="highlight"]
Paragraph
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque sit amet libero magna. Mauris at enim vel nibh scelerisque porttitor id ut leo. Phasellus pretium, leo a lobortis aliquam, nunc tortor pulvinar ipsum, et vulputate lacus tortor a eros. Morbi consequat velit eget augue porttitor vitae molestie diam rutrum.
[sourcecode language="html"][paragraph] … [/paragraph][/sourcecode]
[shortcode_params name="paragraph"]
List
- Lorem ipsum dolor sit
- Lorem ipsum dolor sit
- Lorem ipsum dolor sit
- Lorem ipsum dolor sit
- Lorem ipsum dolor sit
- Lorem ipsum dolor sit
- Lorem ipsum dolor sit
- Lorem ipsum dolor sit
- Lorem ipsum dolor sit
- Lorem ipsum dolor sit
- Lorem ipsum dolor sit
- Lorem ipsum dolor sit
[sourcecode language="html"][list style="number"]
<li>Lorem …</li>
[/list][/sourcecode]
[shortcode_params name="list"]
Icon text
[sourcecode language="html"][icon_text
icon="fa-bullhorn";
header="Design"]
…[/icon_text][/sourcecode]
[shortcode_params name="icon_text"]
Symbol text
[sourcecode language="html"][symbol_text symbol="?"
header="Idea"]
…[/symbol_text][/sourcecode]
[shortcode_params name="symbol_text"]
Table
Header 1 |
Header 2 |
Header 3 |
Header 4 |
Hasad Sears |
Argentina |
Nov 12, 2013 |
1 57 631 4465-9099 |
Carson Hines |
South Africa |
Feb 9, 2013 |
1 44 892 5062-4187 |
Xenos Wilder |
British Indian Ocean Territory |
Mar 27, 2012 |
1 82 800 3550-0093 |
Seth Phillips |
Uganda |
Jan 25, 2013 |
1 52 159 2264-0307 |
Garth Farrell |
Greenland |
May 21, 2012 |
1 70 357 8348-3065 |
[sourcecode language="html"][table]
<thead>
<tr>
<th> Header 1</th>
<th> Header 2</th>
<th> Header 3</th>
<th> Header 4</th>
</tr>
</thead>
<tbody>
<tr>
<td> Hasad Sears</td>
…
</tbody>
[/table][/sourcecode]
[shortcode_params name="table"]
Table type striped
Header 1 |
Header 2 |
Header 3 |
Header 4 |
Hasad Sears |
Argentina |
Nov 12, 2013 |
1 57 631 4465-9099 |
Carson Hines |
South Africa |
Feb 9, 2013 |
1 44 892 5062-4187 |
Xenos Wilder |
British Indian Ocean Territory |
Mar 27, 2012 |
1 82 800 3550-0093 |
Seth Phillips |
Uganda |
Jan 25, 2013 |
1 52 159 2264-0307 |
Garth Farrell |
Greenland |
May 21, 2012 |
1 70 357 8348-3065 |
[sourcecode language="html"][table type="striped"]
<thead>
<tr>
<th> Header 1</th>
<th> Header 2</th>
<th> Header 3</th>
<th> Header 4</th>
</tr>
</thead>
<tbody>
<tr>
<td> Hasad Sears</td>
…
</tbody>
[/table][/sourcecode]
[shortcode_params name="table"]