website diff en/asso/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 2f6d751facc2
children 551a11bab60a
line diff
     1.1 --- a/en/asso/index.html	Fri Jan 07 00:52:49 2011 +0100
     1.2 +++ b/en/asso/index.html	Sat Mar 26 15:43:13 2011 +0100
     1.3 @@ -7,84 +7,100 @@
     1.4      <meta name="description" content="SliTaz GNU/Linux asso non-profit donate" />
     1.5      <meta name="keywords" lang="en" content="about slitaz, gnu, linux, mini distro, livecd" />
     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="2008-07-16 21:30:00" />
    1.10 +    <meta name="modified" content="2011-03-25 20:30:00" />
    1.11      <meta name="author" content="Christophe Lincoln"/>
    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 +    <script type="text/javascript">
    1.17 +	/* <![CDATA[ */
    1.18 +	    (function() {
    1.19 +	        var s = document.createElement('script'), t = document.getElementsByTagName('script')[0];
    1.20 +	        s.type = 'text/javascript';
    1.21 +	        s.async = true;
    1.22 +	        s.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
    1.23 +	        t.parentNode.insertBefore(s, t);
    1.24 +	    })();
    1.25 +	/* ]]> */
    1.26 +	</script>
    1.27  </head>
    1.28  <body>
    1.29  
    1.30  <!-- Header -->
    1.31  <div id="header">
    1.32 -	<!-- Access -->
    1.33 -	<div id="access">
    1.34 -		<a href="../../i18n.html"><img 
    1.35 -			src="../../pics/website/locale.png" alt="locale.png" /></a>
    1.36 -		<a href="../../fr/asso/">Français</a> |
    1.37 -		<a href="../../pt/asso/">Português</a>
    1.38 +	<div id="logo"></div>
    1.39 +	<div id="network">
    1.40 +		<a href="http://www.slitaz.org/netmap.php">
    1.41 +			<img src="../../images/network.png" alt="network.png" /></a>
    1.42 +		<a href="http://scn.slitaz.org/">Community</a>
    1.43 +		<a href="http://doc.slitaz.org/">Doc</a>
    1.44 +		<a href="http://forum.slitaz.org/">Forum</a>
    1.45 +		<a href="http://labs.slitaz.org/issues">Bugs</a>
    1.46 +		<a href="http://hg.slitaz.org/">Hg</a>
    1.47  	</div>
    1.48 -    <!-- Logo -->
    1.49 -	<a href="http://www.slitaz.org/en"><img id="logo"
    1.50 -		src="../../pics/website/logo.png" 
    1.51 -		title="www.slitaz.org/en" alt="www.slitaz.org/en" /></a>
    1.52 -	<p id="titre">#!/GNU/Linux</p>
    1.53 +	<h1><a href="http://www.slitaz.org/">SliTaz GNU/Linux</a></h1>
    1.54 +</div>
    1.55 +
    1.56 +<!-- Block -->
    1.57 +<div id="block">
    1.58 +	<!-- Navigation -->
    1.59 +	<div id="block_nav">
    1.60 +		<h4>Navigation</h4>
    1.61 +		<div class="right_box">
    1.62 +			<ul>
    1.63 +				<li><a href="../mailing-list.html">Mailing List</a></li>
    1.64 +				<li><a href="../devel/">Development</a></li>
    1.65 +				<li><a href="../artwork/">Artwork</a></li>
    1.66 +				<li><a href="../search.html">Search</a></li>
    1.67 +			</ul>
    1.68 +		</div>
    1.69 +		<div class="left_box">
    1.70 +			<ul>
    1.71 +				<li><a href="../about/">About</a></li>
    1.72 +				<li><a href="../get/">Download</a></li>
    1.73 +				<li><a href="../asso/">Association</a></li>
    1.74 +				<li><a href="../doc/">Documentation</a></li>
    1.75 +				<li><a href="../packages/">Packages</a></li>
    1.76 +			</ul>
    1.77 +		</div>
    1.78 +	</div>
    1.79 +	<!-- Information/image -->
    1.80 +	<div id="block_info">
    1.81 +		<h4>Association</h4>
    1.82 +		<p>
    1.83 +			The SliTaz GNU/Linux association is a non-profit entity that 
    1.84 +			maintains and manages the project. Its mission is to ensure
    1.85 +			the durability of the project. It provides an infrastruture
    1.86 +			and delivers professional services to users, developers and
    1.87 +			business enterprises using the distribution.
    1.88 +		</p>
    1.89 +		<div style="padding-top: 8px;">
    1.90 +			<!-- PayPal boutton -->
    1.91 +			<form action="https://www.paypal.com/cgi-bin/webscr" method="post"
    1.92 +				style="display: inline;">
    1.93 +					<input type="hidden" name="cmd" value="_s-xclick" />
    1.94 +					<input type="hidden" name="hosted_button_id" value="4885025" />
    1.95 +					<input type="image" src="../../images/paypal.png" name="submit" 
    1.96 +						alt="PayPal - The safer, easier way to pay online!" />
    1.97 +			</form>
    1.98 +			<!-- Flattr boutton -->
    1.99 +			<a class="FlattrButton" style="display:none;" rev="flattr;button:compact;"
   1.100 +				href="http://www.slitaz.org/"></a>
   1.101 +		</div>
   1.102 +	</div>
   1.103  </div>
   1.104  
   1.105  <!-- Content -->
   1.106 -<div id="content-full">
   1.107 -
   1.108 -<!-- Block begin -->
   1.109 -<div class="block">
   1.110 -	<!-- Nav block begin -->
   1.111 -	<div id="block_nav">
   1.112 -		<h3><img src="../../pics/website/network.png" alt="png" />Navigation</h3>
   1.113 -		<div style="width: 50%; float: right;">
   1.114 -			<ul>
   1.115 -				<li><a href="../artwork/">Artwork</a></li>
   1.116 -				<li><a href="../mailing-list.html">Mailing List</a></li>
   1.117 -				<li><a href="../devel/">Development</a></li>
   1.118 -				<li><a href="../search.html">Search</a></li>
   1.119 -				<li><a href="../../netmap.php">Network Map</a></li>
   1.120 -			</ul>
   1.121 -		</div>
   1.122 -		<ul>
   1.123 -			<li><a href="../about/">About us</a></li>
   1.124 -			<li><a href="../asso/">Association</a></li>
   1.125 -			<li><a href="../get/">Download</a></li>
   1.126 -			<li><a href="../doc/">Documentation</a></li>
   1.127 -			<li><a href="../packages/">Packages</a></li>
   1.128 -		</ul>
   1.129 -	<!-- Nav block end -->
   1.130 -	</div>
   1.131 -	<!-- Top block begin -->
   1.132 -	<div id="block_top">
   1.133 -	<h1>Association</h1>
   1.134 -	<p>
   1.135 -		The SliTaz GNU/Linux association is a non-profit entity that maintains
   1.136 -		and manages the project. Its mission is to ensure the durability of
   1.137 -		the project. It provides an infrastruture and delivers professional services 
   1.138 -		to users, developers and business enterprises using the distribution. The
   1.139 -		overall goals and operations of the association are described in the
   1.140 -		statutes.
   1.141 -	</p>
   1.142 -	<!-- Top block end -->
   1.143 -	</div>
   1.144 -<!-- Block end -->
   1.145 -</div>
   1.146 +<div id="content">
   1.147  
   1.148  <h2>Infrastructure and services</h2>
   1.149  
   1.150  <ul>
   1.151 -	<li><a href="#overview">Overview.</a></li>
   1.152 -	<li><a href="#goals">Current objectives.</a></li>
   1.153 -	<li><a href="#members">Members.</a></li>
   1.154 -	<li><a href="#sponsors">Sponsors.</a></li>
   1.155 -	<li><a href="#donation">Donations.</a></li>
   1.156 -	<li><a href="#postal">Postal Address.</a></li>
   1.157 +	<li><a href="#overview">Overview</a></li>
   1.158 +	<li><a href="#goals">Current objectives</a></li>
   1.159 +	<li><a href="#members">Members</a></li>
   1.160 +	<li><a href="#sponsors">Sponsors</a></li>
   1.161 +	<li><a href="#donation">Donations</a></li>
   1.162 +	<li><a href="#postal">Postal Address</a></li>
   1.163  </ul>
   1.164  
   1.165  <a name="overview"></a>
   1.166 @@ -173,17 +189,24 @@
   1.167  <p>
   1.168  There are various ways to financially support the association, become
   1.169  a member or sponsor, or make a one-off payment via PayPal online secure 
   1.170 -services or by using a bank transfer. The project also has some
   1.171 -logistical needs, any donated equipment in good working order is welcomed.
   1.172 +services or by using a bank transfer. For micropayement you can use Flattr,
   1.173 +it is a very nice service with open-source in mind. The project also has
   1.174 +some logistical needs, any donated equipment in good working order is 
   1.175 +welcomed.
   1.176  </p>
   1.177 -<!-- PayPal boutton -->
   1.178 +
   1.179  <div>
   1.180 -<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
   1.181 -	<input type="hidden" name="cmd" value="_s-xclick" />
   1.182 -	<input type="hidden" name="hosted_button_id" value="4885025" />
   1.183 -	<input type="image" src="https://www.paypal.com/en_US/CH/i/btn/btn_donateCC_LG.gif" name="submit" alt="PayPal - The safer, easier way to pay online!" />
   1.184 -	<img alt="" border="0" src="https://www.paypal.com/fr_FR/i/scr/pixel.gif" width="1" height="1" />
   1.185 -</form>
   1.186 +	<!-- PayPal boutton -->
   1.187 +	<form action="https://www.paypal.com/cgi-bin/webscr" method="post"
   1.188 +		style="display: inline;">
   1.189 +			<input type="hidden" name="cmd" value="_s-xclick" />
   1.190 +			<input type="hidden" name="hosted_button_id" value="4885025" />
   1.191 +			<input type="image" src="../../images/paypal.png" name="submit" 
   1.192 +				alt="PayPal - The safer, easier way to pay online!" />
   1.193 +	</form>
   1.194 +	<!-- Flattr boutton -->
   1.195 +	<a class="FlattrButton" style="display:none;" rev="flattr;button:compact;"
   1.196 +		href="http://www.slitaz.org/"></a>
   1.197  </div>
   1.198  
   1.199  <a name="postal"></a>
   1.200 @@ -200,30 +223,22 @@
   1.201  
   1.202  <!-- Footer -->
   1.203  <div id="footer">
   1.204 -	<div class="right_box">
   1.205 -	<h4>SliTaz Network</h4>
   1.206 -		<ul>
   1.207 -			<li><a href="http://doc.slitaz.org/">Documentation</a></li>
   1.208 -			<li><a href="http://forum.slitaz.org/">Support Forum</a></li>
   1.209 -			<li><a href="http://scn.slitaz.org/">Community Network</a></li>
   1.210 -			<li><a href="http://labs.slitaz.org/">Laboratories</a></li>
   1.211 -			<li><a href="http://twitter.com/slitaz">SliTaz on Twitter</a></li>
   1.212 -			<li><a href="http://distrowatch.com/slitaz">SliTaz on DistroWatch</a></li>
   1.213 -		</ul>
   1.214 -	</div>
   1.215 -	<h4>SliTaz Website</h4>
   1.216 -	<ul>
   1.217 -		<li><a href="#header">Top of the page</a></li>
   1.218 -		<li>Copyright &copy; <span class="year"></span>
   1.219 -			<a href="http://www.slitaz.org/">SliTaz</a></li>
   1.220 -		<li><a href="../about/">About the project</a></li>
   1.221 -		<li><a href="../../netmap.php">Network Map</a></li>
   1.222 -		<li>Page modified the 06 Jan 2011</li>
   1.223 -		<li><a href="http://validator.w3.org/check?uri=referer"><img
   1.224 -		src="../../pics/website/xhtml10.png" alt="Valid XHTML 1.0"
   1.225 -		title="Code validé XHTML 1.0"
   1.226 -		style="width: 80px; height: 15px; vertical-align: middle;" /></a></li>
   1.227 -	</ul>
   1.228 +	Copyright &copy; <span class="year"></span>
   1.229 +	<a href="http://www.slitaz.org/">SliTaz</a> - Network:
   1.230 +	<a href="http://scn.slitaz.org/">Community</a>
   1.231 +	<a href="http://doc.slitaz.org/">Doc</a>
   1.232 +	<a href="http://forum.slitaz.org/">Forum</a>
   1.233 +	<a href="http://pkgs.slitaz.org/">Packages</a>
   1.234 +	<a href="http://labs.slitaz.org/issues">Bugs</a>
   1.235 +	<a href="http://hg.slitaz.org/">Hg</a>
   1.236 +	<p>
   1.237 +		SliTaz @
   1.238 +		<a href="http://twitter.com/slitaz">Twitter</a>
   1.239 +		<a href="http://www.facebook.com/slitaz">Facebook</a>
   1.240 +		<a href="http://distrowatch.com/slitaz">Distrowatch</a>
   1.241 +		<a href="http://en.wikipedia.org/wiki/SliTaz">Wikipedia</a>
   1.242 +		<a href="http://flattr.com/profile/slitaz">Flattr</a>
   1.243 +	</p>
   1.244  </div>
   1.245  
   1.246  </body>