diff options
author | friendica <info@friendica.com> | 2014-06-01 21:29:35 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-06-01 21:29:35 -0700 |
commit | 3e687e6051855d1a695acf151bdd478fbd9e960c (patch) | |
tree | 050bb09ac80b1aaf8d8231af14e342404c4b66dc | |
parent | 43ea96a6c4ff7809d65e7a6697e9cab6c2d0e351 (diff) | |
download | volse-hubzilla-3e687e6051855d1a695acf151bdd478fbd9e960c.tar.gz volse-hubzilla-3e687e6051855d1a695acf151bdd478fbd9e960c.tar.bz2 volse-hubzilla-3e687e6051855d1a695acf151bdd478fbd9e960c.zip |
minor tweaks
-rw-r--r-- | assets/home.html | 6 | ||||
-rw-r--r-- | doc/to_do_code.bb | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/assets/home.html b/assets/home.html index 18d6f31bd..18bf54dec 100644 --- a/assets/home.html +++ b/assets/home.html @@ -22,7 +22,6 @@ header { z-index: 10000; } body::after { content: ''; -/* background-image:url(assets/uluru2.jpg); */ background-position: 50% 50%; background-repeat: no-repeat; top: 0; @@ -49,6 +48,7 @@ var terms = new Array( "Blogging", "Decent Encryption", "Chatrooms", +"Shareable Apps", "Cross-Site Access Control", "Unsend Private Mail", "Webpage Creation", @@ -160,11 +160,11 @@ $(document).ready(function() { <div style="margin-top: 50px;"></div> <center> -<img style="width: 450px; margin-top: 30px; margin-bottom: 30px;" src="assets/logo_simplifiedap.png" > +<img style="width: 450px; margin-top: 30px; margin-bottom: 30px;" src="images/rm-480x115.png" > <div style="color:#808080;font-weight:bold;font-size:3.0em; margin-bottom:30px;">Follow your heart.</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 combines communications (private messaging, chat and social networking), and media management (photos, events, files, web pages) with enough features to make your head spin. +The RedMatrix (aka "red") 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. </div> <br /> <div class="tr" style="font-size: 1.6em; color: #666; margin-left: 75px; margin-right: 75px;"> diff --git a/doc/to_do_code.bb b/doc/to_do_code.bb index 320cc32c0..a91799e74 100644 --- a/doc/to_do_code.bb +++ b/doc/to_do_code.bb @@ -24,7 +24,7 @@ We need much more than this, but here are areas where developers can help. Pleas [li]templatise and translate the Web interface to webDAV[/li]
-[li]Extend WebDAV to provide desktop access to photo albums]/li]
+[li]Extend WebDAV to provide desktop access to photo albums[/li]
[li]External post connectors - create standard interface[/li]
|