From a868da6c07ad93e9cbcac8e13429329b0530d793 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 16 Jun 2014 15:55:20 -0700 Subject: project homepage tweaks --- assets/home.html | 32 +++++++++++++++++++------------- 1 file changed, 19 insertions(+), 13 deletions(-) (limited to 'assets/home.html') diff --git a/assets/home.html b/assets/home.html index 4e8c9d67a..32583ed7f 100644 --- a/assets/home.html +++ b/assets/home.html @@ -46,7 +46,7 @@ var terms = new Array( "Cloud Storage", "Own Your Content", "Blogging", -"Decent Encryption", +"End-to-end Encryption", "Chatrooms", "Shareable Apps", "Cross-Site Access Control", @@ -92,8 +92,8 @@ var r = 0; var g = 0; var b = 0; -var speed = 5; -var delay = 250; +var speed = 3; +var delay = 450; var timer = null; var holdid = 0; @@ -101,15 +101,20 @@ var element = 'word-flasher'; var custom = ''; var seq = 0; var nindex = 0; - +var firstTime = 1; var curr = null; function update_element() { + if(firstTime) { + firstTime = 0; + fadeout(); + return; + } curr = terms[nindex]; nindex ++; if(terms[nindex] == null) - nindex = 0 + nindex = 0; var id = document.getElementById(element); id.innerHTML = curr; @@ -126,8 +131,10 @@ function fadeout() { if((r != 255) && (g != 255) && (b != 255)) { timer = setTimeout('fadeout();',5); } - else - update_element(); + else { + update_element(); + } + id.style.color = "rgb(" + r + "," + g + "," + b + ")"; } @@ -149,8 +156,7 @@ function fadein() { $(document).ready(function() { - update_element(); - $('.cb').colorbox({width: '50%',inline: true,href:"#farmer"}); + timer = setTimeout('update_element();',2000); }); @@ -161,9 +167,9 @@ $(document).ready(function() {
-
RedMatrix
+
"The Network"
-The RedMatrix (aka "red") is an open source webapp providing a complete decentralised 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. +The RedMatrix (aka "red") is an open source webapp providing a complete decentralised 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.

@@ -179,8 +185,8 @@ For the average person, the biggest advantage of decentralised identity is that

-
Welcome to the matrix. Welcome to red.
-
Sign up now!
+
Welcome to the matrix. Welcome to red.
+
Sign up now!
Public Sites | Project Home | Code | Developers
-- cgit v1.2.3