website view en/support.php @ rev 1200

New menu and move to html5 for en/ site + get ready for mobile display
author Christophe Lincoln <pankso@slitaz.org>
date Sun Apr 13 19:21:45 2014 +0200 (2014-04-13)
parents
children af7f60ecb9ea
line source
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <meta charset="utf-8" />
5 <title>SliTaz - Support</title>
6 <meta name="description" content="slitaz support" />
7 <meta name="keywords" content="slitaz list irc commercial" lang="en" />
8 <meta name="author" content="Christophe Lincoln" />
9 <?php include("../lib/html/meta-link.html"); ?>
10 </head>
11 <body>
13 <?php
14 include("../lib/html/header.html");
15 include("../lib/html/nav.html");
16 include("../lib/lang.php");
17 ?>
19 <!-- Content -->
20 <section id="content">
22 <h2>SliTaz Support</h2>
24 <p>
25 The SliTaz Project provide several way to get hel and support. We have
26 an active forum and a wide range of documentation.
27 </p>
29 <div class="box">
30 Documentation: <a href="doc/">Release notes &amp; Manuals</a> -
31 <a href="http://doc.slitaz.org">Wiki &amp; Books</a> -
32 <a href="http://arm.slitaz.org/codex">SliTaz ARM Codex</a>
33 </div>
35 <div class="box">
36 Forum: <a href="http://forum.slitaz.org">forum.slitaz.org</a>
37 </div>
39 <div class="box">
40 IRC Channel: <a href="http://irc.slitaz.org">irc.slitaz.org</a>
41 #slitaz on irc.freenode.net
42 </div>
44 <div class="box">
45 Commercial: Please get in contact by mail &lt;assoATslitaz.org&gt;
46 </div>
48 <!-- End of content -->
49 </section>
51 <?php include("../lib/html/footer.html"); ?>
53 </body>
54 </html>