slitaz-forge view arm/rpi/index.html @ rev 483

Some fixes and improvment to arm website
author Christophe Lincoln <pankso@slitaz.org>
date Tue Mar 18 23:54:33 2014 +0100 (2014-03-18)
parents 24ef95fca0a4
children b29da4b62a3f
line source
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <title>SliTaz Raspberry Pi</title>
5 <meta charset="utf-8" />
6 <link rel="stylesheet" type="text/css" href="../style.css" />
7 <link rel="shortcut icon" href="../favicon.ico" />
8 </head>
9 <body>
11 <div id="header">
12 <div id="logo"></div>
13 <div id="network">
14 <!-- <a href="http://scn.slitaz.org/">SCN</a>
15 <a href="http://doc.slitaz.org/">Doc</a>-->
16 <a href="http://forum.slitaz.org/forum/arm">Forum</a>
17 <a href="http://bugs.slitaz.org/?arch=arm">Bugs</a>
18 <a href="http://hg.slitaz.org/slitaz-arm/summary">Hg</a>
19 <a href="http://cook.slitaz.org/cross/arm/">Cooker</a>
20 <a href="http://mirror.slitaz.org/arm/">Mirror</a>
21 </div>
22 <h1><a href="../">SliTaz ARM</a></h1>
23 </div>
25 <div id="block">
26 <!-- arm.slitaz.org navigation -->
27 <div id="block_nav">
29 <nav id="nav">
30 <a href="../tools.cgi?doc&amp;tool=sat-rpi">README</a>
31 <a href="../rpi/">Raspberry Pi</a>
32 <a href="../tools.cgi?pkgs">Packages</a>
33 </nav>
35 </div>
36 <!-- Information/image -->
37 <div id="block_info">
38 <p>
39 <img src="../images/generic.png" alt="arm-cpu.png" />
40 Official SliTaz GNU/Linux port to ARM
41 </p>
42 </div>
43 </div>
45 <!-- Content -->
46 <div id="content">
48 <h2>SliTaz Raspberry Pi</h2>
50 <p>
51 Official SliTaz GNU/Linux Raspberry Pi distribution, a small operating
52 system for a small computer! The goal is to provide a fast, minimal
53 footprint and optimized distro for the Raspberry Pi.
54 </p>
56 <div class="box-share">
57 SliTaz Raspberry Pi is a rolling model distro with a selective set of
58 packages.
59 </div>
61 <h2>TazBerry</h2>
63 <div style="text-align: center;">
64 <img src="../images/tazberry.png" alt="tazberry.png"/>
65 </div>
67 <h2>Sat-rpi builder</h2>
69 <p>
70 The Raspberry Pi has a lot of specifications. SliTaz ARM provides 'sat-rpi' to
71 build custom SliTaz Rpi distro images ready to boot. Quickstart guide is in
72 the SliTaz Raspberry Pi <a href="../tools.cgi?doc&amp;tool=sat-rpi">README</a>
73 </p>
75 <!-- Close content -->
76 </div>
78 <div id="footer">
79 &copy; 2014 - <a href="http://www.slitaz.org/">SliTaz GNU/Linux</a>
80 </div>
82 </body>
83 </html>