website view en/support.php @ rev 1349

Tiny edits
author Paul Issott <paul@slitaz.org>
date Sun Jan 31 17:11:43 2021 +0000 (2021-01-31)
parents a9dc091249f2
children
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/mail.png" alt="mail" />
43 Mail: <a href="mailing-list.php">Mailing list</a>
44 </div>
46 <div class="box">
47 <img src="../images/irc.png" alt="irc" />
48 IRC Channel: <a href="http://irc.slitaz.org">irc.slitaz.org</a>
49 #slitaz on irc.freenode.net
50 </div>
52 <div class="box">
53 <img src="../images/support.png" alt="support" />
54 Commercial: Please get in contact by mail &lt;asso AT slitaz.org&gt;
55 </div>
57 <!-- End of content -->
58 </section>
60 <?php include("../lib/html/footer.html"); ?>
62 </body>
63 </html>