website rev 1213

Add a menu links to news
author Christophe Lincoln <pankso@slitaz.org>
date Fri May 02 17:17:11 2014 +0200 (2014-05-02)
parents 06739c5039cd
children c7b2a6938f6d
files en/devel/index.php en/news/index.php lib/html/nav.html
line diff
     1.1 --- a/en/devel/index.php	Fri May 02 16:55:22 2014 +0200
     1.2 +++ b/en/devel/index.php	Fri May 02 17:17:11 2014 +0200
     1.3 @@ -19,7 +19,7 @@
     1.4  <!-- Content -->
     1.5  <section id="content">
     1.6  
     1.7 -<h2>Devel corner</h2>
     1.8 +<h2>Development</h2>
     1.9  
    1.10  <p>
    1.11  	SliTaz is a community based distribution made by many
     2.1 --- a/en/news/index.php	Fri May 02 16:55:22 2014 +0200
     2.2 +++ b/en/news/index.php	Fri May 02 17:17:11 2014 +0200
     2.3 @@ -21,6 +21,10 @@
     2.4  <div id="content">
     2.5  
     2.6  <h2>SliTaz News</h2>
     2.7 +<p>
     2.8 +	Check out <a href="http://scn.slitaz.org/">Slitaz Community blog</a>
     2.9 +	for specific and small news about the project.
    2.10 +</p>
    2.11  
    2.12  <div class="news">
    2.13  
     3.1 --- a/lib/html/nav.html	Fri May 02 16:55:22 2014 +0200
     3.2 +++ b/lib/html/nav.html	Fri May 02 17:17:11 2014 +0200
     3.3 @@ -4,6 +4,7 @@
     3.4  -->
     3.5  <nav id="nav" role="navigation" tabindex="0">
     3.6  	<ul>
     3.7 +		<li><a class="nav2" href="/en/news/">News</a></li>
     3.8  		<li><a class="nav1" href="/en/about/">About</a></li>
     3.9  		<li><a class="nav2" href="/en/get/">Download</a></li>
    3.10  		<li><a class="nav1" href="/en/support.php">Support</a></li>