diff --git a/doc/About.txt b/doc/About.txt index 78c7ae2b0..42d3423ae 100644 --- a/doc/About.txt +++ b/doc/About.txt @@ -1,8 +1,7 @@ // AsciiDoc file -About SFLphone --------------- - - +About +===== +SFLphone is a mega phone. We like it. diff --git a/doc/News.txt b/doc/News.txt new file mode 100644 index 000000000..d97ba467e --- /dev/null +++ b/doc/News.txt @@ -0,0 +1,7 @@ +// AsciiDoc file + +News +==== + +* News 1 +* News 2 diff --git a/www/sflphone.css b/www/sflphone.css index 58bd8bc36..a2f0efafb 100644 --- a/www/sflphone.css +++ b/www/sflphone.css @@ -16,11 +16,11 @@ body { } a { - color: blue; + color: #423130; text-decoration: underline; } a:visited { - color: fuchsia; + color: #826260; } em { @@ -36,7 +36,7 @@ tt { } h1, h2, h3, h4, h5, h6 { - color: #86B1B5; + color: #4D4F3A; font-family: sans-serif; margin-top: 1.2em; margin-bottom: 0.5em; diff --git a/www/templates/page_home.php b/www/templates/page_home.php index e52303baf..6e7f2c190 100644 --- a/www/templates/page_home.php +++ b/www/templates/page_home.php @@ -1,11 +1,10 @@ -

News

-

About

+

Get started

@@ -16,7 +15,7 @@ The project is ongoing well, but your help and contribution is needed to make th Goals - where do we want to be
Features - where we are
-Screenshots - a quick look at the current status +Screenshots - we love them


@@ -27,7 +26,7 @@ The project is ongoing well, but your help and contribution is needed to make th

-File a bug - File a bug report
+File a bug - report errors
Discuss - Subscribe to a mailing list or contact us
Develop - Submit patches, work on the code, contribute

\ No newline at end of file