website view fr/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 9ed0bfb74392
children
line source
1 <!DOCTYPE html>
2 <html lang="fr">
3 <head>
4 <meta charset="utf-8"/>
5 <title>SliTaz - Support (fr)</title>
6 <meta name="description" content="slitaz support en français"/>
7 <meta name="keywords" content="slitaz liste irc support commercial" lang="fr"/>
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.fr.html");
15 include("../lib/html/nav.fr.html");
16 include("../lib/lang.php");
17 ?>
19 <!-- Content -->
20 <section id="content">
22 <h2>Support SliTaz</h2>
24 <p>
25 Le projet SliTaz propose divers moyens d'aide et de support. Nous avons
26 un forum actif et une large documentation.
27 </p>
29 <div class="box">
30 <img src="../images/text.png" alt="text" />
31 Documentation: <a href="doc/">Notes de publication &amp; Manuels</a> -
32 <a href="http://doc.slitaz.org/fr:start">Wiki &amp; Livres</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">Liste de discussion</a>
44 </div>
46 <div class="box">
47 <img src="../images/irc.png" alt="irc" />
48 Canal IRC: <a href="http://irc.slitaz.org">irc.slitaz.org</a>
49 #slitaz sur irc.freenode.net
50 </div>
52 <div class="box">
53 <img src="../images/support.png" alt="support" />
54 Commercial: Veuillez contacter par 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>