website view pt/support.php @ rev 1218

pt: apply new style & general update
author Claudinei Pereira <claudinei@slitaz.org>
date Sun May 04 20:23:40 2014 -0300 (2014-05-04)
parents
children ad7ceb04a686
line source
1 <!DOCTYPE html>
2 <html lang="pt">
3 <head>
4 <meta charset="utf-8" />
5 <title>SliTaz - Suporte</title>
6 <meta name="description" content="Suporte do SliTaz GNU/Linux" />
7 <meta name="keywords" content="slitaz list irc comercial" lang="pt" />
8 <meta name="author" content="Claudinei Pereira" />
9 <?php include("../lib/html/meta-link.html"); ?>
10 </head>
11 <body>
13 <?php
14 include("../lib/html/header.pt.html");
15 include("../lib/html/nav.pt.html");
16 include("../lib/lang.php");
17 ?>
19 <!-- Content -->
20 <section id="content">
22 <h2>Suporte do SliTaz</h2>
24 <p>
25 O SliTaz fornece diversas forma de suporte. Temos um fórum bastante
26 ativo e uma documentação bem diversa.
27 </p>
29 <div class="box">
30 Documentação: <a href="doc/">Notas de lançamento &amp; Manuais</a> -
31 <a href="http://doc.slitaz.org">Wiki &amp; Livros</a> -
32 <a href="http://arm.slitaz.org/codex">SliTaz ARM Codex</a>
33 </div>
35 <div class="box">
36 Fórum: <a href="http://forum.slitaz.org">forum.slitaz.org</a>
37 </div>
39 <div class="box">
40 Canal IRC: <a href="http://irc.slitaz.org">irc.slitaz.org</a>
41 #slitaz em irc.freenode.net
42 </div>
44 <div class="box">
45 Comecial: Entre em contato por email em &lt;assoATslitaz.org&gt;
46 </div>
48 <!-- End of content -->
49 </section>
51 <?php include("../lib/html/footer.pt.html"); ?>
53 </body>
54 </html>