website annotate 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
rev   line source
al@1256 1 <!DOCTYPE html>
al@1256 2 <html lang="en">
al@1256 3 <head>
al@1285 4 <meta charset="UTF-8">
al@1256 5 <title>SliTaz - Support</title>
al@1285 6 <meta name="description" content="slitaz support">
al@1285 7 <meta name="keywords" content="slitaz list irc commercial" lang="en">
al@1285 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.html");
al@1256 15 include("../lib/html/nav.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>SliTaz Support</h2>
al@1256 23
al@1256 24 <p>
al@1256 25 The SliTaz Project provides several ways to get help and support. We have
al@1256 26 an active forum and a wide range of 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/">Release notes &amp; Manuals</a> -
al@1256 32 <a href="http://doc.slitaz.org/en:start">Wiki &amp; Books</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">Mailing list</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 IRC Channel: <a href="http://irc.slitaz.org">irc.slitaz.org</a>
al@1256 49 #slitaz on 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: Please get in contact by 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>