# HG changeset patch # User Jie Kang # Date 1480017428 18000 # Node ID 6a35dd8f37d7d702e9db37e4401ca8dfec03aadf # Parent 10258064d26a6dd3b625460810fde2b9aa1f5f10 Update front page with video embedded (WIP). diff -r 10258064d26a -r 6a35dd8f37d7 content/home/content.html --- a/content/home/content.html Mon Nov 21 11:59:42 2016 -0500 +++ b/content/home/content.html Thu Nov 24 14:57:08 2016 -0500 @@ -13,14 +13,19 @@ - \ No newline at end of file + \ No newline at end of file diff -r 10258064d26a -r 6a35dd8f37d7 css/style.less --- a/css/style.less Mon Nov 21 11:59:42 2016 -0500 +++ b/css/style.less Thu Nov 24 14:57:08 2016 -0500 @@ -46,6 +46,17 @@ background-image: url(../img/flexibility_curved_building_istock.png); background-size: cover; background-repeat: no-repeat; + margin-bottom: 0px; +} + +/* front page get-started section */ +#front-page-get-started { + background-color: @dark-blue; +} + +/* front page video */ +#front-page-video { + margin: 25px; } /* front page image */