diff options
author | friendica <info@friendica.com> | 2014-06-15 18:58:02 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-06-15 18:58:02 -0700 |
commit | 72f00d6e04f0f57fc19f343a88975680baf8958a (patch) | |
tree | d67034df1531c25f48766a9defc67795d66c84f1 /assets | |
parent | 2d6a1795b7ae1fc5652798347d958d7ae71cb763 (diff) | |
download | volse-hubzilla-72f00d6e04f0f57fc19f343a88975680baf8958a.tar.gz volse-hubzilla-72f00d6e04f0f57fc19f343a88975680baf8958a.tar.bz2 volse-hubzilla-72f00d6e04f0f57fc19f343a88975680baf8958a.zip |
issues with editing webpage permissions
Diffstat (limited to 'assets')
-rw-r--r-- | assets/home.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/assets/home.html b/assets/home.html index 9789209ef..4e8c9d67a 100644 --- a/assets/home.html +++ b/assets/home.html @@ -92,8 +92,8 @@ var r = 0; var g = 0; var b = 0; -var speed = 10; -var delay = 150; +var speed = 5; +var delay = 250; var timer = null; var holdid = 0; @@ -160,7 +160,7 @@ $(document).ready(function() { <div style="margin-top: 50px;"></div> <center> -<img style="width: 450px; margin-top: 30px; margin-bottom: 30px;" src="images/rm-480x115.png" > +<img style="width: 450px; margin-top: 30px; margin-bottom: 30px;" src="assets/hashlogo.png" > <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 "<span style="color: red;">red</span>") is an open source webapp providing a complete <strong>decentralised</strong> publishing, sharing, and communications system. It combines communications (private messaging, chat and social networking), and media management (photos, events, files, web pages, shareable apps) with enough features to make your head spin. |