summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.mdwn8
-rw-r--r--templates/quote.mdwn6
2 files changed, 14 insertions, 0 deletions
diff --git a/index.mdwn b/index.mdwn
index e25ec71..983bd16 100644
--- a/index.mdwn
+++ b/index.mdwn
@@ -60,6 +60,14 @@ COLUMN]]
</div>
COLUMN]]
+[[!template id=column size=4
+ author="John Casey, Managing Director IMPACTO"
+ content=<<QUOTE
+Great hands-on experience!
+Highly skilled and no-nonsense advisors
+who really know their stuff.
+QUOTE]]
+
[[!template id=column size=8 content=<<COLUMN
### Contact
diff --git a/templates/quote.mdwn b/templates/quote.mdwn
new file mode 100644
index 0000000..d03c8db
--- /dev/null
+++ b/templates/quote.mdwn
@@ -0,0 +1,6 @@
+<TMPL_VAR content>
+</div>
+<blockquote class="blockquote-reverse">
+<p><TMPL_VAR content></p>
+<footer><TMPL_VAR author></footer>
+</blockquote>