website view ru/support.php @ rev 1271

Update ru/* to last style
author Christophe Lincoln <pankso@slitaz.org>
date Mon Aug 24 16:15:38 2015 +0200 (2015-08-24)
parents
children b93f0bdbf046
line source
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <meta charset="utf-8"/>
5 <title>SliTaz - поддержка</title>
6 <meta name="description" content="slitaz support"/>
7 <meta name="keywords" content="slitaz list irc commercial" lang="en"/>
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.ru.html");
15 include("../lib/html/nav.ru.html");
16 include("../lib/lang.php");
17 ?>
19 <!-- Content -->
20 <section id="content">
22 <h2>SliTaz поддержка</h2>
24 <p>
25 The SliTaz Project provides several ways to get help and support. We have
26 an active forum and a wide range of documentation.
27 </p>
29 <div class="box">
30 <img src="../images/text.png" alt="text" />
31 Documentation: <a href="doc/">Release notes &amp; Manuals</a> -
32 <a href="http://doc.slitaz.org/ru:start">Wiki &amp; Books</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/irc.png" alt="irc" />
43 IRC Channel: <a href="http://irc.slitaz.org">irc.slitaz.org</a>
44 #slitaz on irc.freenode.net
45 </div>
47 <div class="box">
48 <img src="../images/support.png" alt="support" />
49 Commercial: Please get in contact by mail &lt;asso AT slitaz.org&gt;
50 </div>
52 <!-- End of content -->
53 </section>
55 <?php include("../lib/html/footer.html"); ?>
57 </body>
58 </html>