From 36df3253a0c0ff8748184e89d1e2dcc33b1427b2 Mon Sep 17 00:00:00 2001 From: Lloyd Hilaiel <lloyd@hilaiel.com> Date: Wed, 15 Jun 2011 01:11:39 -0600 Subject: [PATCH] rough checkpoint --- authority/static/css/style.css | 10 ++++++++++ authority/static/index.html | 12 ++++++++++++ 2 files changed, 22 insertions(+) diff --git a/authority/static/css/style.css b/authority/static/css/style.css index ae6282294..2085bd75e 100644 --- a/authority/static/css/style.css +++ b/authority/static/css/style.css @@ -43,6 +43,16 @@ body { margin: auto; } +#splash .bottomhalf .why { + height: 130px; + padding: 10px 100px 10px 100px; +} + +#splash .bottomhalf .why p { + border: 1px solid red; + font-size: 2em; +} + #splash .bottomhalf .desc { font-size: 2em; padding: 1em; diff --git a/authority/static/index.html b/authority/static/index.html index b4c28a50c..3d803e3b7 100644 --- a/authority/static/index.html +++ b/authority/static/index.html @@ -19,6 +19,18 @@ <div class="desc"> BrowserID is a new way to log in to the sites you use everyday. It makes logging in safer and easier. Here's how: </div> + <div class="why"> + <img style="float: right;" src="i/lock.png"> + <p style="float: right;">A <b>safe</b> way...</p> + </div> + <div class="why"> + <img style="float: left;" src="i/check.png"> + <p>An <b>easy</b> way...</p> + </div> + <div class="why"> + <img style="float: right;" src="i/sunny.png"> + </p>Backed by a <b>trusted</b> non-profit organization that ..</p> + </div> </div> <div class="footer"> </div> -- GitLab