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

arm: improve website!
author Christophe Lincoln <pankso@slitaz.org>
date Sun Mar 09 14:39:01 2014 +0100 (2014-03-09)
parents ed0476257ebb
children 6edeeb20e6e0
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?pkgs">Packages</a>
31 <a href="../rpi/">Raspberry Pi</a>
32 </nav>
34 </div>
35 <!-- Information/image -->
36 <div id="block_info">
37 <p>
38 <img src="../images/generic.png" alt="arm-cpu.png" />
39 Official SliTaz GNU/Linux port to ARM
40 </p>
41 </div>
42 </div>
44 <!-- Content -->
45 <div id="content">
47 <h2>SliTaz Raspberry Pi</h2>
49 <p>
50 Official SliTaz GNU/Linux Raspberry Pi distribution, a small operating
51 system for a small computer! The goal is to provide a fast, minimal
52 footprint and optimized distro for the Raspberry Pi.
53 </p>
55 <div class="box-share">
56 SliTaz Raspberry Pi is a rolling model distro with a selective set of
57 packages.
58 </div>
60 <h2>TazBerry</h2>
62 <div style="text-align: center;">
63 <img src="../images/tazberry.png" alt="tazberry.png"/>
64 </div>
66 <h2>SPi builder</h2>
68 <p>
69 The Raspberry Pi has a lot of specifications. SliTaz ARM provides 'spi' to
70 build custom SliTaz Rpi distro images ready to boot. Quickstart guide is in
71 the Spi/TazBerry <a href="tools.cgi?doc&amp;tool=spi">README</a>
72 </p>
74 <!-- Close content -->
75 </div>
77 <div id="footer">
78 &copy; 2014 - <a href="http://www.slitaz.org/">SliTaz GNU/Linux</a>
79 </div>
81 </body>
82 </html>