minor tweaks
This commit is contained in:
parent
43ea96a6c4
commit
3e687e6051
@ -22,7 +22,6 @@ header { z-index: 10000; }
|
|||||||
|
|
||||||
body::after {
|
body::after {
|
||||||
content: '';
|
content: '';
|
||||||
/* background-image:url(assets/uluru2.jpg); */
|
|
||||||
background-position: 50% 50%;
|
background-position: 50% 50%;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
top: 0;
|
top: 0;
|
||||||
@ -49,6 +48,7 @@ var terms = new Array(
|
|||||||
"Blogging",
|
"Blogging",
|
||||||
"Decent Encryption",
|
"Decent Encryption",
|
||||||
"Chatrooms",
|
"Chatrooms",
|
||||||
|
"Shareable Apps",
|
||||||
"Cross-Site Access Control",
|
"Cross-Site Access Control",
|
||||||
"Unsend Private Mail",
|
"Unsend Private Mail",
|
||||||
"Webpage Creation",
|
"Webpage Creation",
|
||||||
@ -160,11 +160,11 @@ $(document).ready(function() {
|
|||||||
<div style="margin-top: 50px;"></div>
|
<div style="margin-top: 50px;"></div>
|
||||||
|
|
||||||
<center>
|
<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 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 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;">
|
<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>
|
</div>
|
||||||
<br />
|
<br />
|
||||||
<div class="tr" style="font-size: 1.6em; color: #666; margin-left: 75px; margin-right: 75px;">
|
<div class="tr" style="font-size: 1.6em; color: #666; margin-left: 75px; margin-right: 75px;">
|
||||||
|
@ -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]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]
|
[li]External post connectors - create standard interface[/li]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user