diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2013-09-22 12:55:01 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2013-09-22 12:55:01 -0700 |
commit | f0b673ec165c4bf5d910fec922d89782cebcfc57 (patch) | |
tree | 69e7aaadae8df2abe745fc879da8e774a8088d09 /src/templates | |
parent | a7d719f220fa79becfae46032f9f5804bc5cd599 (diff) |
Adding hero video
Diffstat (limited to 'src/templates')
-rw-r--r-- | src/templates/templates/index-hero.ftl | 4 |
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> |