diff options
author | friendica <info@friendica.com> | 2014-04-28 03:29:00 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-04-28 03:29:00 -0700 |
commit | 5c8c555461335e4bd836acff66c10ad303af8335 (patch) | |
tree | 2fa69eeae4f2d7749509cc3af828e3ee27eade67 /assets/home.html | |
parent | 90141866088684b17ca58d9d55eaf54ed8432868 (diff) | |
download | volse-hubzilla-5c8c555461335e4bd836acff66c10ad303af8335.tar.gz volse-hubzilla-5c8c555461335e4bd836acff66c10ad303af8335.tar.bz2 volse-hubzilla-5c8c555461335e4bd836acff66c10ad303af8335.zip |
move the word flasher to a more prominent location. Allow the logo to scroll away - not the features.
Diffstat (limited to 'assets/home.html')
-rw-r--r-- | assets/home.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/home.html b/assets/home.html index a5be00a36..be270dbb8 100644 --- a/assets/home.html +++ b/assets/home.html @@ -160,9 +160,9 @@ $(document).ready(function() { <div style="margin-top: 50px;"></div> <center> -<div id="word-flasher" style="font-size: 3.0em; margin-top: 80px; font-weight: bold; margin-bottom: 35px;">RedMatrix</div> -<img style="width: 450px; margin-bottom: 30px;" src="assets/logo_simplifiedap.png" > +<img style="width: 450px; margin-top: 30px; margin-bottom: 30px;" src="assets/logo_simplifiedap.png" > <div style="color:#808080;font-weight:bold;font-size:3.0em; margin-bottom:30px;">Dream it. Do it.</div> +<div id="word-flasher" style="font-size: 3.0em; font-weight: bold; margin-bottom: 30px;">RedMatrix</div> <div class="tr" style="font-size: 1.6em; color: #666; margin-left: 75px; margin-right: 75px;"> The RedMatrix (aka "red") is an open source webapp providing a complete <strong>decentralised</strong> publishing, sharing, and communications system. It provides communications (private messaging, chat and social networking), media management (photos, events, files, web pages) and enough other features to make your head spin. </div> |