website diff de/support.php @ rev 1344

Resize balinor logo to 120px
author Christophe Lincoln <pankso@slitaz.org>
date Fri Jan 22 23:02:15 2021 +0100 (2021-01-22)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/de/support.php	Fri Jan 22 23:02:15 2021 +0100
     1.3 @@ -0,0 +1,63 @@
     1.4 +<!DOCTYPE html>
     1.5 +<html lang="de">
     1.6 +<head>
     1.7 +	<meta charset="UTF-8">
     1.8 +	<title>SliTaz - Unterstützung</title>
     1.9 +	<meta name="description" content="SliTaz-Unterstützung">
    1.10 +	<meta name="keywords" content="slitaz list irc commercial" lang="en">
    1.11 +	<meta name="author" content="Christophe Lincoln, HGT">
    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.de.html");
    1.18 +include("../lib/html/nav.de.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-Unterstützung</h2>
    1.26 +
    1.27 +<p>
    1.28 +	Das SliTaz-Projekt bietet Hilfe und Unterstützung in verschiedener Weise. Wir haben
    1.29 +	ein aktives Forum und zahlreiche Dokumente.
    1.30 +</p>
    1.31 +
    1.32 +<div class="box">
    1.33 +	<img src="../images/text.png" alt="text" />
    1.34 +	Dokumentation: <a href="doc/">Freigabemitteilungen &amp; Handbücher</a> -
    1.35 +	<a href="http://doc.slitaz.org/de:start">Wiki &amp; Handbücher</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/mail.png" alt="mail" />
    1.46 +	Mail: <a href="mailing-list.php">„Mailing List“</a>
    1.47 +</div>
    1.48 +
    1.49 +<div class="box">
    1.50 +	<img src="../images/irc.png" alt="irc" />
    1.51 +	IRC-Kanal: <a href="http://irc.slitaz.org">irc.slitaz.org</a>
    1.52 +	#slitaz bei irc.freenode.net
    1.53 +</div>
    1.54 +
    1.55 +<div class="box">
    1.56 +	<img src="../images/support.png" alt="support" />
    1.57 +	Kommerzielle Nutzer: Bitte wenden Sie sich an &lt;asso(at)slitaz.org&gt;
    1.58 +</div>
    1.59 +
    1.60 +<!-- End of content -->
    1.61 +</section>
    1.62 +
    1.63 +<?php include("../lib/html/footer.html"); ?>
    1.64 +
    1.65 +</body>
    1.66 +</html>