website view en/support.php @ rev 1249

get/index.php: add slitaz-4.0.zip
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Feb 19 16:50:18 2015 +0100 (2015-02-19)
parents 74e2ef5cc665
children 9ed0bfb74392
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 provides several ways to get help and support. We have
26 an active forum and a wide range of documentation.
27 </p>
29 <div class="box">
30 <img src="../images/text.png" alt="text" />
31 Documentation: <a href="doc/">Release notes &amp; Manuals</a> -
32 <a href="http://doc.slitaz.org/en:start">Wiki &amp; Books</a> -
33 <a href="http://arm.slitaz.org/codex">SliTaz ARM Codex</a>
34 </div>
36 <div class="box">
37 <img src="../images/users.png" alt="users" />
38 Forum: <a href="http://forum.slitaz.org">forum.slitaz.org</a>
39 </div>
41 <div class="box">
42 <img src="../images/irc.png" alt="irc" />
43 IRC Channel: <a href="http://irc.slitaz.org">irc.slitaz.org</a>
44 #slitaz on irc.freenode.net
45 </div>
47 <div class="box">
48 <img src="../images/support.png" alt="support" />
49 Commercial: Please get in contact by mail &lt;asso AT slitaz.org&gt;
50 </div>
52 <!-- End of content -->
53 </section>
55 <?php include("../lib/html/footer.html"); ?>
57 </body>
58 </html>