summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2013-09-22 12:55:01 -0700
committerJesse Morgan <jesse@jesterpm.net>2013-09-22 12:55:01 -0700
commit5bec5c3f5bf660be3afda3d9046863b5da53dd2c (patch)
treead07e5a0c813714da888146921a4152b57b5382a /src
parent94a144c691068f769ef5894b2202e47315cba427 (diff)
Adding hero video20130922a
Diffstat (limited to 'src')
-rw-r--r--src/templates/templates/index-hero.ftl4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/templates/templates/index-hero.ftl b/src/templates/templates/index-hero.ftl
index 1dcf2d9..e18e812 100644
--- a/src/templates/templates/index-hero.ftl
+++ b/src/templates/templates/index-hero.ftl
@@ -1,3 +1,7 @@
<div id="hero">
+ <video width="711" height="400" poster="${staticRoot}/images/grow-poster.png" autoplay="autoplay">
+ <source src="http://foursquaregrow.s3-website-us-east-1.amazonaws.com/grow-hero.mov" type="video/mp4" />
+ <img src="${staticRoot}/images/grow-poster.png" alt="Grow Process" />
+ </video>
</div>