From 4adf0748404425287b0585e2d9783cb7df57c326 Mon Sep 17 00:00:00 2001 From: Alexandre Bourget <alexandre.bourget@savoirfairelinux.com> Date: Tue, 28 Aug 2007 10:38:27 -0400 Subject: [PATCH] Add News.txt, fix website colors. Fix home page. --- doc/About.txt | 7 +++---- doc/News.txt | 7 +++++++ www/sflphone.css | 6 +++--- www/templates/page_home.php | 7 +++---- 4 files changed, 16 insertions(+), 11 deletions(-) create mode 100644 doc/News.txt diff --git a/doc/About.txt b/doc/About.txt index 78c7ae2b0e..42d3423ae7 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 0000000000..d97ba467e6 --- /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 58bd8bc366..a2f0efafb2 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 e52303baf9..6e7f2c1900 100644 --- a/www/templates/page_home.php +++ b/www/templates/page_home.php @@ -1,11 +1,10 @@ -<h1>News</h1> <?php show_page('News'); ?> -<h1>About</h1> <?php show_page('About'); ?> + <h1>Get started</h2> <p> @@ -16,7 +15,7 @@ The project is ongoing well, but your help and contribution is needed to make th <img align="left" style="margin-right: 10px; margin-left: 5em;" src="images/info.png"/> <a href="index.php?l=goals">Goals</a> - where do we want to be <br/> <a href="index.php?l=features">Features</a> - where we are <br/> -<a href="index.php?l=screenshots">Screenshots</a> - a quick look at the current status +<a href="index.php?l=screenshots">Screenshots</a> - we love them </p> <br style="clear: both;"/> <p> @@ -27,7 +26,7 @@ The project is ongoing well, but your help and contribution is needed to make th <br style="clear: both;"/> <p> <img align="left" style="margin-right: 10px; margin-left: 5em;" src="images/devel.png"/> -<a href="/mantis">File a bug</a> - File a bug report <br/> +<a href="/mantis">File a bug</a> - report errors<br/> <a href="index.php?l=discuss">Discuss</a> - Subscribe to a mailing list or contact us <br/> <a href="index.php?l=devel">Develop</a> - Submit patches, work on the code, contribute </p> \ No newline at end of file -- GitLab