slitaz-forge rev 99

Add a place holder for chub.slitaz.org
author Christophe Lincoln <pankso@slitaz.org>
date Thu Mar 08 16:47:31 2012 +0100 (2012-03-08)
parents eed946160be6
children 734c76c9d8a8
files chub/web/images/logo.png chub/web/images/network.png chub/web/index.html
line diff
     1.1 Binary file chub/web/images/logo.png has changed
     2.1 Binary file chub/web/images/network.png has changed
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/chub/web/index.html	Thu Mar 08 16:47:31 2012 +0100
     3.3 @@ -0,0 +1,82 @@
     3.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     3.5 +    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     3.6 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     3.7 +<head>
     3.8 +	<title>SliTaz Chub</title>
     3.9 +	<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
    3.10 +	<meta name="description" content="slitaz chub server at COSI" />
    3.11 +	<meta name="robots" content="index, nofollow" />
    3.12 +	<meta name="author" content="SliTaz Contributors" />
    3.13 +	<link rel="shortcut icon" href="favicon.ico" />
    3.14 +	<link rel="stylesheet" type="text/css" href="slitaz.css" />
    3.15 +</head>
    3.16 +<body>
    3.17 +
    3.18 +<!-- Header -->
    3.19 +<div id="header">
    3.20 +	<div id="logo"></div>
    3.21 +	<div id="network">
    3.22 +		<a href="http://www.slitaz.org/">
    3.23 +			<img src="images/network.png" alt="network.png" /></a>
    3.24 +		<a href="http://scn.slitaz.org/">Community</a>
    3.25 +		<a href="http://doc.slitaz.org/">Doc</a>
    3.26 +		<a href="http://forum.slitaz.org/">Forum</a>
    3.27 +		<a href="http://bugs.slitaz.org">Bugs</a>
    3.28 +		<a href="http://hg.slitaz.org/">Hg</a>
    3.29 +	</div>
    3.30 +	<h1><a href="http://www.slitaz.org/">SliTaz Chub</a></h1>
    3.31 +</div>
    3.32 +
    3.33 +<!-- Block -->
    3.34 +<div id="block">
    3.35 +	<!-- Navigation -->
    3.36 +	<div id="block_nav">
    3.37 +		<h4>Servers</h4>
    3.38 +		<ul>
    3.39 +			<li><a href="http://tank.slitaz.org/">Tank Server</a></li>
    3.40 +			<li><a href="http://mirror.slitaz.org/">Mirror Server</a></li>
    3.41 +		</ul>
    3.42 +	</div>
    3.43 +	<!-- Information/image -->
    3.44 +	<div id="block_info">
    3.45 +		<h4>Codename: chub</h4>
    3.46 +		<p>
    3.47 +			This is the SliTaz GNU/Linux Community HUB server. This
    3.48 +			virtual machine is gracefuly host by COSI at Clarkson
    3.49 +			University <a href="http://cosi.clarkson.edu/">cosi.clarkson.edu</a>
    3.50 +		</p>
    3.51 +	</div>
    3.52 +</div>
    3.53 +
    3.54 +<!-- Content -->
    3.55 +<div id="content">
    3.56 +
    3.57 +<p>
    3.58 +	Under construction :-)
    3.59 +</p>
    3.60 +
    3.61 +<!-- End of content -->
    3.62 +</div>
    3.63 +
    3.64 +<!-- Footer -->
    3.65 +<div id="footer">
    3.66 +	Copyright &copy; <span class="year"></span>
    3.67 +	<a href="http://www.slitaz.org/">SliTaz</a> - Network:
    3.68 +	<a href="http://scn.slitaz.org/">Community</a>
    3.69 +	<a href="http://doc.slitaz.org/">Doc</a>
    3.70 +	<a href="http://forum.slitaz.org/">Forum</a>
    3.71 +	<a href="http://pkgs.slitaz.org/">Packages</a>
    3.72 +	<a href="http://bugs.slitaz.org">Bugs</a>
    3.73 +	<a href="http://hg.slitaz.org/">Hg</a>
    3.74 +	<p>
    3.75 +		SliTaz @
    3.76 +		<a href="http://twitter.com/slitaz">Twitter</a>
    3.77 +		<a href="http://www.facebook.com/slitaz">Facebook</a>
    3.78 +		<a href="http://distrowatch.com/slitaz">Distrowatch</a>
    3.79 +		<a href="http://en.wikipedia.org/wiki/SliTaz">Wikipedia</a>
    3.80 +		<a href="http://flattr.com/profile/slitaz">Flattr</a>
    3.81 +	</p>
    3.82 +</div>
    3.83 +
    3.84 +</body>
    3.85 +</html>