website diff fr/asso/index.html @ rev 781

fr: Huge code clean-up and new layout
author Christophe Lincoln <pankso@slitaz.org>
date Sun Mar 27 00:18:49 2011 +0100 (2011-03-27)
parents 0ae6cfc85e03
children de24d99a2d5f
line diff
     1.1 --- a/fr/asso/index.html	Sat Oct 30 21:52:02 2010 +0200
     1.2 +++ b/fr/asso/index.html	Sun Mar 27 00:18:49 2011 +0100
     1.3 @@ -7,96 +7,101 @@
     1.4      <meta name="description" content="Au sujet de SliTaz GNU/Linux mini système d'exploitation" />
     1.5      <meta name="keywords" lang="fr" content="Système, libre, gnu, linux, opensource, 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="2009-04-10 20:30:00" />
    1.10 +    <meta name="modified" content="2011-03-26 23:20: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 bgcolor="#ffffff">
    1.29 +<body>
    1.30  
    1.31  <!-- Header -->
    1.32  <div id="header">
    1.33 -    <a name="top"></a>
    1.34 -<!-- Access -->
    1.35 -<div id="access">
    1.36 -	<img
    1.37 -		src="../../pics/website/locale.png"
    1.38 -		style="vertical-align: middle; width: 20px; height: 20px;"
    1.39 -		alt="language" />
    1.40 -	<a href="../../en/asso/index.html">English</a> |
    1.41 -	<a href="../../pt/asso/index.html">Português</a>
    1.42 -</div>
    1.43 -    <a href="http://www.slitaz.org/fr/"><img id="logo"
    1.44 -    src="../../pics/website/logo.png" title="www.slitaz.org" alt="www.slitaz.org"
    1.45 -    style="border: 0px solid ; width: 200px; height: 74px;" /></a>
    1.46 -    <p id="titre">#!/GNU/Linux</p>
    1.47 +	<div id="logo"></div>
    1.48 +	<div id="network">
    1.49 +		<a href="http://www.slitaz.org/netmap.php">
    1.50 +			<img src="../../images/network.png" alt="network.png" /></a>
    1.51 +		<a href="http://scn.slitaz.org/">Community</a>
    1.52 +		<a href="http://doc.slitaz.org/">Doc</a>
    1.53 +		<a href="http://forum.slitaz.org/">Forum</a>
    1.54 +		<a href="http://labs.slitaz.org/issues">Bugs</a>
    1.55 +		<a href="http://hg.slitaz.org/">Hg</a>
    1.56 +	</div>
    1.57 +	<h1><a href="http://www.slitaz.org/">SliTaz GNU/Linux</a></h1>
    1.58  </div>
    1.59  
    1.60 -<!-- Navigation menu -->
    1.61 -<div id="nav">
    1.62 -<div id="nav_top"></div>
    1.63 -<!-- General -->
    1.64 -<ul>
    1.65 -	<li><a href="../about/index.html" title="Informations au sujet du projet SliTaz">A propos du projet</a></li>
    1.66 -	<li><a href="../asso/index.html" title="Infrastructure et services">Association</a></li>
    1.67 -	<li><a href="../get/index.html" title="Téléchargements - LiveCD et sous projets">Obtenir SliTaz</a></li>
    1.68 -	<li><a href="../doc/index.html" title="Handbook, Cookbook et manuels">Documentation</a></li>
    1.69 -	<li><a href="../packages/index.html" title="Paquets logiciels disponibles">Paquets</a></li>
    1.70 -	<li><a href="../devel/index.html" title="Le coin du développeur">Développement</a></li>
    1.71 -	<li><a href="../artwork/index.html" title="Artwork, couleurs et images">Art &amp; graphisme</a></li>
    1.72 -</ul>
    1.73 -<!-- Support -->
    1.74 -<ul>
    1.75 -	<li><a href="http://forum.slitaz.org/" title="Forum d'aide et support">Forum de support</a></li>
    1.76 -	<li><a href="../mailing-list.html" title="Support, contact et collaboration">Liste de discussion</a></li>
    1.77 -	<li><a href="../search.html" title="Rechercher des infos et/ou de la doc">Recherche</a></li>
    1.78 -	<li><a href="../sitemap.html" title="Vue globale du site web">Plan du site</a></li>
    1.79 -</ul>
    1.80 -<!-- Wiki and Labs -->
    1.81 -<ul>
    1.82 -	<li><a href="http://doc.slitaz.org/" title="Wiki collaboratif">Ressources Wiki</a></li>
    1.83 -	<li><a href="http://labs.slitaz.org/" title="Gestion du projet">Laboratoires</a></li>
    1.84 -	<li><a href="http://labs.slitaz.org/issues" title="Bug Tracking system">Suivi des Bugs</a></li>
    1.85 -</ul>
    1.86 -<div id="nav_bottom">
    1.87 -<div id="nav_bottom_img"></div>
    1.88 -</div>
    1.89 -</div>
    1.90 -
    1.91 -<!-- Content top. -->
    1.92 -<div id="content_top">
    1.93 -<div class="top_left"></div>
    1.94 -<div class="top_right"></div>
    1.95 +<!-- Block -->
    1.96 +<div id="block">
    1.97 +	<!-- Navigation -->
    1.98 +	<div id="block_nav">
    1.99 +		<h4>Navigation</h4>
   1.100 +		<div class="right_box">
   1.101 +			<ul>
   1.102 +				<li><a href="../mailing-list.html">Mailing List</a></li>
   1.103 +				<li><a href="../devel/">Développement</a></li>
   1.104 +				<li><a href="../packages/">Paquets</a></li>
   1.105 +				<li><a href="../artwork/">Artwork</a></li>
   1.106 +				<li><a href="../search.html">Recherche</a></li>
   1.107 +			</ul>
   1.108 +		</div>
   1.109 +		<div class="left_box">
   1.110 +			<ul>
   1.111 +				<li><a href="../">Actualité</a></li>
   1.112 +				<li><a href="../about/">A propos</a></li>
   1.113 +				<li><a href="../get/">Téléchargement</a></li>
   1.114 +				<li><a href="../asso/">Association</a></li>
   1.115 +				<li><a href="../doc/">Documentation</a></li>
   1.116 +			</ul>
   1.117 +		</div>
   1.118 +	</div>
   1.119 +	<!-- Information/image -->
   1.120 +	<div id="block_info">
   1.121 +		<h4>Association</h4>
   1.122 +		<p>
   1.123 +			L'Association SliTaz GNU/Linux est une association à but 
   1.124 +			non lucratif, c'est l'entité qui soutient et gère le projet.
   1.125 +			Elle fournit une infrastructure et des services de qualité
   1.126 +			professionnelle aux utilisateurs, développeurs et entreprises
   1.127 +			utilisant la distribution.
   1.128 +		</p>
   1.129 +		<div style="padding-top: 8px;">
   1.130 +			<!-- PayPal boutton -->
   1.131 +			<form action="https://www.paypal.com/cgi-bin/webscr" method="post"
   1.132 +				style="display: inline;">
   1.133 +					<input type="hidden" name="cmd" value="_s-xclick" />
   1.134 +					<input type="hidden" name="hosted_button_id" value="4885025" />
   1.135 +					<input type="image" src="../../images/paypal.png" name="submit" 
   1.136 +						alt="PayPal - The safer, easier way to pay online!" />
   1.137 +			</form>
   1.138 +			<!-- Flattr boutton -->
   1.139 +			<a class="FlattrButton" style="display:none;" rev="flattr;button:compact;"
   1.140 +				href="http://www.slitaz.org/"></a>
   1.141 +		</div>
   1.142 +	</div>
   1.143  </div>
   1.144  
   1.145  <!-- Content -->
   1.146  <div id="content">
   1.147 -<a name="content"></a>
   1.148  
   1.149 -<h1><font color="#3E1220">Association</font></h1>
   1.150 -<h2><font color="#DF8F06">Infrastructure et services</font></h2>
   1.151 -
   1.152 -<p>
   1.153 -L'Association SliTaz GNU/Linux est une association à but non lucratif,
   1.154 -c'est l'entité qui soutient et gère le projet. Sa mission est d'assurée la pérennité
   1.155 -du projet. Elle fournit une infrastructure et des services de qualité 
   1.156 -professionnelle aux utilisateurs, développeurs et entreprises utilisant
   1.157 -la distribution. Les buts généraux et le fonctionnement de l'association
   1.158 -sont décrits dans les statuts.
   1.159 -</p>
   1.160 +<h2>Infrastructure et services</h2>
   1.161  
   1.162  <ul>
   1.163 -	<li><a href="index.html#overview">Vue d'ensemble.</a></li>
   1.164 -	<li><a href="index.html#goals">Objectifs actuels.</a></li>
   1.165 -	<li><a href="index.html#members">Membres.</a></li>
   1.166 -	<li><a href="index.html#sponsors">Sponsors.</a></li>
   1.167 -	<li><a href="index.html#donation">Donation.</a></li>
   1.168 -	<li><a href="index.html#bank">Virement bancaire.</a></li>
   1.169 -	<li><a href="index.html#postal">Adresse postale.</a></li>
   1.170 +	<li><a href="#overview">Vue d'ensemble.</a></li>
   1.171 +	<li><a href="#goals">Objectifs actuels.</a></li>
   1.172 +	<li><a href="#members">Membres.</a></li>
   1.173 +	<li><a href="#sponsors">Sponsors.</a></li>
   1.174 +	<li><a href="#donation">Donation.</a></li>
   1.175 +	<li><a href="#postal">Adresse postale.</a></li>
   1.176  </ul>
   1.177  
   1.178  <a name="overview"></a>
   1.179 @@ -195,69 +200,51 @@
   1.180  les services de PayPal. Le projet a aussi des besoins logistiques, 
   1.181  tous les dons de matériel en bon état sont bienvenus.
   1.182  </p>
   1.183 -<!-- PayPal boutton -->
   1.184 +
   1.185  <div>
   1.186 -<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
   1.187 -	<input type="hidden" name="cmd" value="_s-xclick" />
   1.188 -	<input type="hidden" name="hosted_button_id" value="4630353" />
   1.189 -	<input type="image" src="https://www.paypal.com/fr_FR/CH/i/btn/btn_donateCC_LG.gif" name="submit" alt="PayPal - The safer, easier way to pay online!" />
   1.190 -	<img alt="" border="0" src="https://www.paypal.com/fr_FR/i/scr/pixel.gif" width="1" height="1" />
   1.191 -</form>
   1.192 -</div>
   1.193 -
   1.194 -<a name="bank"></a>
   1.195 -<h3>Virement bancaire</h3>
   1.196 -<p>
   1.197 -Coordonnées bancaires de l'Association SliTaz pour tous virements de
   1.198 -banque à banque, tels que les dons, payement de services ou les 
   1.199 -cotisations. Attention, les chèques internationaux engendrent beaucoup de
   1.200 -frais (~15 Euros) et sont, de préférence, à éviter. 
   1.201 -</p>
   1.202 -<div style="background: #eeeeee; padding: 10px;">
   1.203 -Banque : Banque Cantonal Vaudoise<br />
   1.204 -Titulaire : Association SliTaz<br />
   1.205 -Compte : E 5212.94.24<br />
   1.206 -IBAN : IBAN CH25 0076 7000 E521 2942 4<br />
   1.207 -BIC/Swift : BCVLCH2LXXX<br />
   1.208 +	<!-- PayPal boutton -->
   1.209 +	<form action="https://www.paypal.com/cgi-bin/webscr" method="post"
   1.210 +		style="display: inline;">
   1.211 +			<input type="hidden" name="cmd" value="_s-xclick" />
   1.212 +			<input type="hidden" name="hosted_button_id" value="4885025" />
   1.213 +			<input type="image" src="../../images/paypal.png" name="submit" 
   1.214 +				alt="PayPal - The safer, easier way to pay online!" />
   1.215 +	</form>
   1.216 +	<!-- Flattr boutton -->
   1.217 +	<a class="FlattrButton" style="display:none;" rev="flattr;button:compact;"
   1.218 +		href="http://www.slitaz.org/"></a>
   1.219  </div>
   1.220  
   1.221  <a name="postal"></a>
   1.222  <h3>Adresse postale</h3>
   1.223 -<div style="background: #eeeeee; padding: 10px;">
   1.224 +<div class="box">
   1.225  Association SliTaz GNU/Linux<br />
   1.226  Rue du Village 40<br />
   1.227  1081 Montpreveyres<br />
   1.228  Switzerland<br />
   1.229  </div>
   1.230  
   1.231 -<!-- End of content with round corner -->
   1.232 -</div>
   1.233 -<div id="content_bottom">
   1.234 -<div class="bottom_left"></div>
   1.235 -<div class="bottom_right"></div>
   1.236 +<!-- End of content -->
   1.237  </div>
   1.238  
   1.239 -<!-- Start of footer and copy notice -->
   1.240 -<div id="copy">
   1.241 -<p>
   1.242 -Dernière modification : 2009-04-12 07:30:00 -
   1.243 -<a href="index.html#top">Haut de la page</a>
   1.244 -</p>
   1.245 -<p>
   1.246 -Copyright &copy; <span class="year"></span> <a href="http://www.slitaz.org/">SliTaz</a> -
   1.247 -<a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>
   1.248 -</p>
   1.249 -<!-- End of copy -->
   1.250 -</div>
   1.251 -
   1.252 -<!-- Bottom and logo's -->
   1.253 -<div id="bottom">
   1.254 -<p>
   1.255 -<a href="http://validator.w3.org/check?uri=referer"><img
   1.256 -   src="../../pics/website/xhtml10.png" alt="Valid XHTML 1.0"
   1.257 -   title="Code validé XHTML 1.0"
   1.258 -   style="width: 80px; height: 15px;" /></a>
   1.259 -</p>
   1.260 +<!-- Footer -->
   1.261 +<div id="footer">
   1.262 +	Copyright &copy; <span class="year"></span>
   1.263 +	<a href="http://www.slitaz.org/">SliTaz</a> - Network:
   1.264 +	<a href="http://scn.slitaz.org/">Community</a>
   1.265 +	<a href="http://doc.slitaz.org/">Doc</a>
   1.266 +	<a href="http://forum.slitaz.org/">Forum</a>
   1.267 +	<a href="http://pkgs.slitaz.org/">Packages</a>
   1.268 +	<a href="http://labs.slitaz.org/issues">Bugs</a>
   1.269 +	<a href="http://hg.slitaz.org/">Hg</a>
   1.270 +	<p>
   1.271 +		SliTaz @
   1.272 +		<a href="http://twitter.com/slitaz">Twitter</a>
   1.273 +		<a href="http://www.facebook.com/slitaz">Facebook</a>
   1.274 +		<a href="http://distrowatch.com/slitaz">Distrowatch</a>
   1.275 +		<a href="http://en.wikipedia.org/wiki/SliTaz">Wikipedia</a>
   1.276 +		<a href="http://flattr.com/profile/slitaz">Flattr</a>
   1.277 +	</p>
   1.278  </div>
   1.279  
   1.280  </body>