website diff en/get/index.html @ rev 776

en: all new layout amd code clean-up
author Christophe Lincoln <pankso@slitaz.org>
date Sat Mar 26 15:43:13 2011 +0100 (2011-03-26)
parents 70e92ef609c0
children 551a11bab60a
line diff
     1.1 --- a/en/get/index.html	Fri Jan 07 21:22:06 2011 +0000
     1.2 +++ b/en/get/index.html	Sat Mar 26 15:43:13 2011 +0100
     1.3 @@ -7,95 +7,90 @@
     1.4      <meta name="description" content="SliTaz GNU/Linux LiveCD free download" />
     1.5      <meta name="keywords" lang="en" content="source, iso, livecd, get, free" />
     1.6      <meta name="robots" content="index, follow, all" />
     1.7 -    <meta name="revisit-after" content="7 days" />
     1.8 -    <meta name="expires" content="never" />
     1.9 -    <meta name="modified" content="2011-01-06 18:00:00" />
    1.10 +    <meta name="modified" content="2011-03-25 18:00:00" />
    1.11      <meta name="author" content="Christophe Lincoln, Paul Issot"/>
    1.12 -    <meta name="publisher" content="www.slitaz.org" />
    1.13      <link rel="shortcut icon" href="../../favicon.ico" />
    1.14      <link rel="stylesheet" type="text/css" href="../../slitaz.css" />
    1.15 -    <link rel="Content" href="index.html#content" />
    1.16  </head>
    1.17  <body>
    1.18  
    1.19  <!-- Header -->
    1.20  <div id="header">
    1.21 -    <a name="top"></a>
    1.22 -	<!-- Access -->
    1.23 -	<div id="access">
    1.24 -		<a href="../../i18n.html"><img 
    1.25 -			src="../../pics/website/locale.png" alt="locale.png" /></a>
    1.26 -		<a href="../../de/get/">Deutsch</a> |
    1.27 -		<a href="../../es/get/">Español</a> |
    1.28 -		<a href="../../fr/get/">Français</a> |
    1.29 -		<a href="../../pt/get/">Português</a> |
    1.30 -		<a href="../../cn/get/"><img 
    1.31 -			src="../../pics/website/cn.png" alt="cn" /></a>
    1.32 +	<div id="logo"></div>
    1.33 +	<div id="network">
    1.34 +		<a href="http://www.slitaz.org/netmap.php">
    1.35 +			<img src="../../images/network.png" alt="network.png" /></a>
    1.36 +		<a href="http://scn.slitaz.org/">Community</a>
    1.37 +		<a href="http://doc.slitaz.org/">Doc</a>
    1.38 +		<a href="http://forum.slitaz.org/">Forum</a>
    1.39 +		<a href="http://labs.slitaz.org/issues">Bugs</a>
    1.40 +		<a href="http://hg.slitaz.org/">Hg</a>
    1.41  	</div>
    1.42 -    <!-- Logo -->
    1.43 -	<a href="http://www.slitaz.org/en/"><img id="logo"
    1.44 -		src="../../pics/website/logo.png" 
    1.45 -		title="www.slitaz.org/en" alt="www.slitaz.org/en" /></a>
    1.46 -	<p id="titre">#!/GNU/Linux</p>
    1.47 +	<h1><a href="http://www.slitaz.org/">SliTaz GNU/Linux</a></h1>
    1.48 +</div>
    1.49 +
    1.50 +<!-- Block -->
    1.51 +<div id="block">
    1.52 +	<!-- Navigation -->
    1.53 +	<div id="block_nav">
    1.54 +		<h4>Navigation</h4>
    1.55 +		<div class="right_box">
    1.56 +			<ul>
    1.57 +				<li><a href="../mailing-list.html">Mailing List</a></li>
    1.58 +				<li><a href="../devel/">Development</a></li>
    1.59 +				<li><a href="../artwork/">Artwork</a></li>
    1.60 +				<li><a href="../search.html">Search</a></li>
    1.61 +			</ul>
    1.62 +		</div>
    1.63 +		<div class="left_box">
    1.64 +			<ul>
    1.65 +				<li><a href="../about/">About</a></li>
    1.66 +				<li><a href="../get/">Download</a></li>
    1.67 +				<li><a href="../asso/">Association</a></li>
    1.68 +				<li><a href="../doc/">Documentation</a></li>
    1.69 +				<li><a href="../packages/">Packages</a></li>
    1.70 +			</ul>
    1.71 +		</div>
    1.72 +	</div>
    1.73 +	<!-- Information/image -->
    1.74 +	<div id="block_info">
    1.75 +		<h4>Download</h4>
    1.76 +		<p>
    1.77 +			Download the latest stable version for production purposes
    1.78 +			or a solid desktop environment. Use the Cooking version to
    1.79 +			test and help us improve the distribution.
    1.80 +		</p>
    1.81 +		<br />
    1.82 +		<div class="button">
    1.83 +			Quick Download:
    1.84 +			<a href="http://mirror.slitaz.org/iso/3.0/slitaz-3.0.iso">SliTaz 3.0</a>
    1.85 +			<a href="http://mirror.slitaz.org/iso/cooking/slitaz-cooking.iso">SliTaz Cooking</a>
    1.86 +		</div>
    1.87 +	</div>
    1.88  </div>
    1.89  
    1.90  <!-- Content -->
    1.91 -<div id="content-full">
    1.92 +<div id="content">
    1.93  
    1.94 -<!-- Block begin -->
    1.95 -<div class="block">
    1.96 -	<!-- Nav block begin -->
    1.97 -	<div id="block_nav">
    1.98 -		<h3><img src="../../pics/website/network.png" alt="png" />Navigation</h3>
    1.99 -		<div style="width: 50%; float: right;">
   1.100 -			<ul>
   1.101 -				<li><a href="../artwork/">Artwork</a></li>
   1.102 -				<li><a href="../mailing-list.html">Mailing List</a></li>
   1.103 -				<li><a href="../devel/">Development</a></li>
   1.104 -				<li><a href="../search.html">Search</a></li>
   1.105 -				<li><a href="../../netmap.php">Network Map</a></li>
   1.106 -			</ul>
   1.107 -		</div>
   1.108 -		<ul>
   1.109 -			<li><a href="../about/">About us</a></li>
   1.110 -			<li><a href="../asso/">Association</a></li>
   1.111 -			<li><a href="../get/">Download</a></li>
   1.112 -			<li><a href="../doc/">Documentation</a></li>
   1.113 -			<li><a href="../packages/">Packages</a></li>
   1.114 -		</ul>
   1.115 -	<!-- Nav block end -->
   1.116 -	</div>
   1.117 -	<!-- Top block begin -->
   1.118 -	<div id="block_top">
   1.119 -	<h1>Get SliTaz</h1>
   1.120 -	<p>
   1.121 -		Download the latest stable version for production purposes or
   1.122 -		a solid desktop environment. Use the Cooking version to test
   1.123 -		and help us improve the distribution.
   1.124 -	</p>
   1.125 -	<ul>
   1.126 -		<li><a href="index.html#stable">LiveCD Stable version</a> - 
   1.127 -		Bootable ISO image of the current stable version.</li>
   1.128 -		<li><a href="index.html#cooking">LiveCD Cooking version</a> - 
   1.129 -		Bootable ISO image of the cooking version.</li>
   1.130 -		<li><a href="index.html#floppy">Floppy disk</a> - Bootable 
   1.131 -		startup disk to launch the LiveCD, a USB stick, etc.</li>
   1.132 -		<li><a href="flavors.html">LiveCD to taste</a> - Flavors and loram.</li>
   1.133 -	</ul>
   1.134 -	<!-- Top block end -->
   1.135 -	</div>
   1.136 -<!-- Block end -->
   1.137 -</div>
   1.138 -
   1.139 -<h2>Downloads</h2>
   1.140 +<h2>Get SliTaz</h2>
   1.141 +	
   1.142 +<ul>
   1.143 +	<li><a href="index.html#stable">LiveCD Stable version</a> - 
   1.144 +	Bootable ISO image of the current stable version.</li>
   1.145 +	<li><a href="index.html#cooking">LiveCD Cooking version</a> - 
   1.146 +	Bootable ISO image of the cooking version.</li>
   1.147 +	<li><a href="index.html#floppy">Floppy disk</a> - Bootable 
   1.148 +	startup disk to launch the LiveCD, a USB stick, etc.</li>
   1.149 +	<li><a href="flavors.html">LiveCD to taste</a> - Flavors and loram.</li>
   1.150 +</ul>
   1.151  
   1.152  <h3>General information</h3>
   1.153  <p>
   1.154  This part of the site allows you to download a free copy of the SliTaz
   1.155  GNU/Linux LiveCD or to get utilities and tools source code. To start using
   1.156  the LiveCD ISO image you can refer to the English online
   1.157 -<a href="../doc/index.html">documentation</a>. You can also find help and support
   1.158 -on SliTaz's <a href="http://forum.slitaz.org/#idx2">English Forum</a>.
   1.159 +<a href="../doc/">documentation</a>. You can also find help and support
   1.160 +on SliTaz's <a href="http://forum.slitaz.org/">English Forum</a>.
   1.161  </p>
   1.162  
   1.163  <h3>Mirrors</h3>
   1.164 @@ -153,7 +148,7 @@
   1.165  and robust system. Current 3.0 stable version was released on 28 March 2010.
   1.166  </p>
   1.167  
   1.168 -<p class="get">
   1.169 +<p class="box">
   1.170  SliTaz GNU/Linux 3.0 (30 MB) -
   1.171  <a href="http://mirror.slitaz.org/iso/3.0/slitaz-3.0.iso"
   1.172  >slitaz-3.0.iso</a>
   1.173 @@ -167,7 +162,7 @@
   1.174  be used without an internet connection via the install.sh script.
   1.175  </p>
   1.176  
   1.177 -<p class="get">
   1.178 +<p class="box">
   1.179  Collection of SliTaz GNU/Linux 3.0 packages (&lt; 2Gb) -
   1.180  <a href="http://mirror.switch.ch/ftp/mirror/slitaz/iso/3.0/packages-3.0.iso">packages-3.0.iso</a>
   1.181  [ <a href="http://mirror.switch.ch/ftp/mirror/slitaz/iso/3.0/packages-3.0.md5">md5</a> ]
   1.182 @@ -181,7 +176,7 @@
   1.183  bugs to help us to prepare for the stable version.
   1.184  </p>
   1.185  
   1.186 -<p class="get">
   1.187 +<p class="box">
   1.188  SliTaz GNU/Linux cooking-20101104 (32 Mb) -
   1.189  <a href="http://mirror.slitaz.org/iso/cooking/slitaz-cooking.iso"
   1.190  >slitaz-cooking.iso</a>
   1.191 @@ -198,7 +193,7 @@
   1.192  but it will overwrite all data.
   1.193  </p>
   1.194  
   1.195 -<p class="get">
   1.196 +<p class="box">
   1.197  Collection of SliTaz GNU/Linux cooking packages (&lt; 4Gb) -
   1.198  <a href="http://mirror.slitaz.org/iso/cooking/packages-cooking.iso">packages-cooking.iso</a>
   1.199  [ <a href="http://mirror.slitaz.org/iso/cooking/packages-cooking.md5">md5</a> ]
   1.200 @@ -212,7 +207,7 @@
   1.201  the <a href="http://boot.slitaz.org/">Internet with gPXE</a>.
   1.202  </p>
   1.203  
   1.204 -<p class="get">
   1.205 +<p class="box">
   1.206  Floppy disk (1,44 Mb) -
   1.207  <a href="http://mirror.slitaz.org/boot/floppy-grub4dos">image</a>
   1.208  [ <a href="http://mirror.slitaz.org/boot/floppy-grub4dos.md5">md5</a> ]
   1.209 @@ -226,7 +221,8 @@
   1.210  
   1.211  <p>
   1.212  A <a href="http://mirror.slitaz.org/floppies/">floppy image set</a>
   1.213 -is also available for people who can't use a CD-ROM, USB key or Ethernet card.
   1.214 +is also available for people who can't use a CD-ROM, USB key or Ethernet
   1.215 +card.
   1.216  </p>
   1.217  
   1.218  <!-- End of content -->
   1.219 @@ -234,30 +230,22 @@
   1.220  
   1.221  <!-- Footer -->
   1.222  <div id="footer">
   1.223 -	<div class="right_box">
   1.224 -	<h4>SliTaz Network</h4>
   1.225 -		<ul>
   1.226 -			<li><a href="http://doc.slitaz.org/">Documentation</a></li>
   1.227 -			<li><a href="http://forum.slitaz.org/">Support Forum</a></li>
   1.228 -			<li><a href="http://scn.slitaz.org/">Community Network</a></li>
   1.229 -			<li><a href="http://labs.slitaz.org/">Laboratories</a></li>
   1.230 -			<li><a href="http://twitter.com/slitaz">SliTaz on Twitter</a></li>
   1.231 -			<li><a href="http://distrowatch.com/slitaz">SliTaz on DistroWatch</a></li>
   1.232 -		</ul>
   1.233 -	</div>
   1.234 -	<h4>SliTaz Website</h4>
   1.235 -	<ul>
   1.236 -		<li><a href="#header">Top of the page</a></li>
   1.237 -		<li>Copyright &copy; <span class="year"></span>
   1.238 -			<a href="http://www.slitaz.org/">SliTaz</a></li>
   1.239 -		<li><a href="../about/">About the project</a></li>
   1.240 -		<li><a href="../../netmap.php">Network Map</a></li>
   1.241 -		<li>Page modified the 06 Jan 2011</li>
   1.242 -		<li><a href="http://validator.w3.org/check?uri=referer"><img
   1.243 -		src="../../pics/website/xhtml10.png" alt="Valid XHTML 1.0"
   1.244 -		title="Code validé XHTML 1.0"
   1.245 -		style="width: 80px; height: 15px; vertical-align: middle;" /></a></li>
   1.246 -	</ul>
   1.247 +	Copyright &copy; <span class="year"></span>
   1.248 +	<a href="http://www.slitaz.org/">SliTaz</a> - Network:
   1.249 +	<a href="http://scn.slitaz.org/">Community</a>
   1.250 +	<a href="http://doc.slitaz.org/">Doc</a>
   1.251 +	<a href="http://forum.slitaz.org/">Forum</a>
   1.252 +	<a href="http://pkgs.slitaz.org/">Packages</a>
   1.253 +	<a href="http://labs.slitaz.org/issues">Bugs</a>
   1.254 +	<a href="http://hg.slitaz.org/">Hg</a>
   1.255 +	<p>
   1.256 +		SliTaz @
   1.257 +		<a href="http://twitter.com/slitaz">Twitter</a>
   1.258 +		<a href="http://www.facebook.com/slitaz">Facebook</a>
   1.259 +		<a href="http://distrowatch.com/slitaz">Distrowatch</a>
   1.260 +		<a href="http://en.wikipedia.org/wiki/SliTaz">Wikipedia</a>
   1.261 +		<a href="http://flattr.com/profile/slitaz">Flattr</a>
   1.262 +	</p>
   1.263  </div>
   1.264  
   1.265  </body>