website rev 760

Add flattr button anf small info
author Christophe Lincoln <pankso@slitaz.org>
date Mon Feb 28 02:40:03 2011 +0100 (2011-02-28)
parents 8ba560fa2404
children ec673bd22d17
files index.php slitaz.css
line diff
     1.1 --- a/index.php	Fri Feb 18 18:19:27 2011 +0100
     1.2 +++ b/index.php	Mon Feb 28 02:40:03 2011 +0100
     1.3 @@ -19,6 +19,17 @@
     1.4      <link rel="alternate" type="application/atom+xml" title="SliTaz Labs feed" href="http://labs.slitaz.org/news?format=atom" />
     1.5      <link rel="alternate" type="application/rss+xml" title="SliTaz SCN feed" href="http://scn.slitaz.org/rss.xml" />
     1.6      <script type="text/javascript" src="libs/js/slideshow.js"></script>
     1.7 +    <script type="text/javascript">
     1.8 +	/* <![CDATA[ */
     1.9 +	    (function() {
    1.10 +	        var s = document.createElement('script'), t = document.getElementsByTagName('script')[0];
    1.11 +	        s.type = 'text/javascript';
    1.12 +	        s.async = true;
    1.13 +	        s.src = 'http://api.flattr.com/js/0.6/load.js?mode=auto';
    1.14 +	        t.parentNode.insertBefore(s, t);
    1.15 +	    })();
    1.16 +	/* ]]> */
    1.17 +	</script>
    1.18      <link rel="Content" href="#content" />
    1.19  </head>
    1.20  <body>
    1.21 @@ -219,6 +230,18 @@
    1.22  	show_faces="true" width="auto">
    1.23  </fb:like>
    1.24  
    1.25 +<h2>Monetary support</h2>
    1.26 +<p>
    1.27 +	SliTaz is made by voluntary people and there is no company behind
    1.28 +	the project, but we need some small donation to maintain the project 
    1.29 +	infrastructure and services such as the main server and build host.
    1.30 +	That way we can stay frre and autonomus without any adds on our sites.
    1.31 +</p>
    1.32 +<div>
    1.33 +	<a class="FlattrButton" style="display:none;" rev="flattr;button:compact;"
    1.34 +			href="http://www.slitaz.org/"></a>
    1.35 +</div>
    1.36 +
    1.37  <h2>Internationalization</h2>
    1.38  <p>
    1.39  The SliTaz web site is available in several languages and maintained by the
     2.1 --- a/slitaz.css	Fri Feb 18 18:19:27 2011 +0100
     2.2 +++ b/slitaz.css	Mon Feb 28 02:40:03 2011 +0100
     2.3 @@ -373,8 +373,15 @@
     2.4  pre, pre.script {
     2.5  	padding: 10px;
     2.6  	color: black;
     2.7 +	border-radius: 4px;
     2.8 +	-moz-border-radius: 4px;
     2.9 +	-webkit-border-radius: 4px;
    2.10 +}
    2.11 +pre {
    2.12 +	background: #e1e0b0;
    2.13 +}
    2.14 +pre.script {
    2.15  	background: #E8E8E8;
    2.16 -	border: 1px inset #606060;
    2.17  }
    2.18  
    2.19  /* Packages pages */