website diff en/support.php @ rev 1200
New menu and move to html5 for en/ site + get ready for mobile display
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun Apr 13 19:21:45 2014 +0200 (2014-04-13) |
parents | |
children | af7f60ecb9ea |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/en/support.php Sun Apr 13 19:21:45 2014 +0200 1.3 @@ -0,0 +1,54 @@ 1.4 +<!DOCTYPE html> 1.5 +<html lang="en"> 1.6 +<head> 1.7 + <meta charset="utf-8" /> 1.8 + <title>SliTaz - Support</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.html"); 1.18 +include("../lib/html/nav.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 Support</h2> 1.26 + 1.27 +<p> 1.28 + The SliTaz Project provide several way to get hel 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 + Documentation: <a href="doc/">Release notes & Manuals</a> - 1.34 + <a href="http://doc.slitaz.org">Wiki & Books</a> - 1.35 + <a href="http://arm.slitaz.org/codex">SliTaz ARM Codex</a> 1.36 +</div> 1.37 + 1.38 +<div class="box"> 1.39 + Forum: <a href="http://forum.slitaz.org">forum.slitaz.org</a> 1.40 +</div> 1.41 + 1.42 +<div class="box"> 1.43 + IRC Channel: <a href="http://irc.slitaz.org">irc.slitaz.org</a> 1.44 + #slitaz on irc.freenode.net 1.45 +</div> 1.46 + 1.47 +<div class="box"> 1.48 + Commercial: Please get in contact by mail <assoATslitaz.org> 1.49 +</div> 1.50 + 1.51 +<!-- End of content --> 1.52 +</section> 1.53 + 1.54 +<?php include("../lib/html/footer.html"); ?> 1.55 + 1.56 +</body> 1.57 +</html>