website diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/ru/support.php	Mon Aug 24 16:15:38 2015 +0200
     1.3 @@ -0,0 +1,58 @@
     1.4 +<!DOCTYPE html>
     1.5 +<html lang="en">
     1.6 +<head>
     1.7 +	<meta charset="utf-8"/>
     1.8 +	<title>SliTaz - поддержка</title>
     1.9 +	<meta name="description" content="slitaz support"/>
    1.10 +	<meta name="keywords" content="slitaz list irc commercial" lang="en"/>
    1.11 +	<meta name="author" content="Christophe Lincoln"/>
    1.12 +	<?php include("../lib/html/meta-link.html"); ?>
    1.13 +</head>
    1.14 +<body>
    1.15 +
    1.16 +<?php 
    1.17 +include("../lib/html/header.ru.html");
    1.18 +include("../lib/html/nav.ru.html"); 
    1.19 +include("../lib/lang.php");
    1.20 +?>
    1.21 +
    1.22 +<!-- Content -->
    1.23 +<section id="content">
    1.24 +
    1.25 +<h2>SliTaz поддержка</h2>
    1.26 +
    1.27 +<p>
    1.28 +	The SliTaz Project provides several ways to get help and support. We have
    1.29 +	an active forum and a wide range of documentation.
    1.30 +</p>
    1.31 +
    1.32 +<div class="box">
    1.33 +	<img src="../images/text.png" alt="text" />
    1.34 +	Documentation: <a href="doc/">Release notes &amp; Manuals</a> -
    1.35 +	<a href="http://doc.slitaz.org/ru:start">Wiki &amp; Books</a> -
    1.36 +	<a href="http://arm.slitaz.org/codex">SliTaz ARM Codex</a>
    1.37 +</div>
    1.38 +
    1.39 +<div class="box">
    1.40 +	<img src="../images/users.png" alt="users" />
    1.41 +	Forum: <a href="http://forum.slitaz.org">forum.slitaz.org</a>
    1.42 +</div>
    1.43 +
    1.44 +<div class="box">
    1.45 +	<img src="../images/irc.png" alt="irc" />
    1.46 +	IRC Channel: <a href="http://irc.slitaz.org">irc.slitaz.org</a>
    1.47 +	#slitaz on irc.freenode.net
    1.48 +</div>
    1.49 +
    1.50 +<div class="box">
    1.51 +	<img src="../images/support.png" alt="support" />
    1.52 +	Commercial: Please get in contact by mail &lt;asso AT slitaz.org&gt;
    1.53 +</div>
    1.54 +
    1.55 +<!-- End of content -->
    1.56 +</section>
    1.57 +
    1.58 +<?php include("../lib/html/footer.html"); ?>
    1.59 +
    1.60 +</body>
    1.61 +</html>