mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
Add News.txt, fix website colors. Fix home page.
This commit is contained in:
@ -1,8 +1,7 @@
|
||||
// AsciiDoc file
|
||||
|
||||
|
||||
About SFLphone
|
||||
--------------
|
||||
|
||||
|
||||
About
|
||||
=====
|
||||
|
||||
SFLphone is a mega phone. We like it.
|
||||
|
7
doc/News.txt
Normal file
7
doc/News.txt
Normal file
@ -0,0 +1,7 @@
|
||||
// AsciiDoc file
|
||||
|
||||
News
|
||||
====
|
||||
|
||||
* News 1
|
||||
* News 2
|
@ -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;
|
||||
|
@ -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>
|
Reference in New Issue
Block a user