website view pt/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 57c816a40736
children
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 <img src="../images/text.png" alt="text" />
31 Documentação: <a href="doc/">Notas de lançamento &amp; Manuais</a> -
32 <a href="http://doc.slitaz.org">Wiki &amp; Livros</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 Fórum: <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">Lista de discussão</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 em irc.freenode.net
50 </div>
52 <div class="box">
53 <img src="../images/support.png" alt="support" />
54 Comecial: Entre em contato por email em &lt;assoATslitaz.org&gt;
55 </div>
57 <!-- End of content -->
58 </section>
60 <?php include("../lib/html/footer.pt.html"); ?>
62 </body>
63 </html>