website annotate fr/support.php @ rev 1344

Resize balinor logo to 120px
author Christophe Lincoln <pankso@slitaz.org>
date Fri Jan 22 23:02:15 2021 +0100 (2021-01-22)
parents 9ed0bfb74392
children
rev   line source
al@1256 1 <!DOCTYPE html>
al@1256 2 <html lang="fr">
al@1256 3 <head>
al@1256 4 <meta charset="utf-8"/>
al@1256 5 <title>SliTaz - Support (fr)</title>
al@1256 6 <meta name="description" content="slitaz support en français"/>
al@1256 7 <meta name="keywords" content="slitaz liste irc support commercial" lang="fr"/>
al@1256 8 <meta name="author" content="Christophe Lincoln"/>
al@1256 9 <?php include("../lib/html/meta-link.html"); ?>
al@1256 10 </head>
al@1256 11 <body>
al@1256 12
al@1256 13 <?php
al@1256 14 include("../lib/html/header.fr.html");
al@1256 15 include("../lib/html/nav.fr.html");
al@1256 16 include("../lib/lang.php");
al@1256 17 ?>
al@1256 18
al@1256 19 <!-- Content -->
al@1256 20 <section id="content">
al@1256 21
al@1256 22 <h2>Support SliTaz</h2>
al@1256 23
al@1256 24 <p>
al@1256 25 Le projet SliTaz propose divers moyens d'aide et de support. Nous avons
al@1256 26 un forum actif et une large documentation.
al@1256 27 </p>
al@1256 28
al@1256 29 <div class="box">
al@1256 30 <img src="../images/text.png" alt="text" />
al@1256 31 Documentation: <a href="doc/">Notes de publication &amp; Manuels</a> -
al@1256 32 <a href="http://doc.slitaz.org/fr:start">Wiki &amp; Livres</a> -
al@1256 33 <a href="http://arm.slitaz.org/codex">SliTaz ARM Codex</a>
al@1256 34 </div>
al@1256 35
al@1256 36 <div class="box">
al@1256 37 <img src="../images/users.png" alt="users" />
al@1256 38 Forum: <a href="http://forum.slitaz.org">forum.slitaz.org</a>
al@1256 39 </div>
al@1256 40
al@1256 41 <div class="box">
pankso@1272 42 <img src="../images/mail.png" alt="mail" />
pankso@1272 43 Mail: <a href="mailing-list.php">Liste de discussion</a>
pankso@1272 44 </div>
pankso@1272 45
pankso@1272 46 <div class="box">
al@1256 47 <img src="../images/irc.png" alt="irc" />
al@1256 48 Canal IRC: <a href="http://irc.slitaz.org">irc.slitaz.org</a>
al@1256 49 #slitaz sur irc.freenode.net
al@1256 50 </div>
al@1256 51
al@1256 52 <div class="box">
al@1256 53 <img src="../images/support.png" alt="support" />
al@1256 54 Commercial: Veuillez contacter par mail &lt;asso AT slitaz.org&gt;
al@1256 55 </div>
al@1256 56
al@1256 57 <!-- End of content -->
al@1256 58 </section>
al@1256 59
al@1256 60 <?php include("../lib/html/footer.html"); ?>
al@1256 61
al@1256 62 </body>
al@1256 63 </html>