slitaz-forge rev 61
people: add monetary support
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue Apr 12 16:54:10 2011 +0200 (2011-04-12) |
parents | 0d4dc6e72d78 |
children | 3bf8b7331ace |
files | people/index.php people/profile.php people/slitaz.css |
line diff
1.1 --- a/people/index.php Fri Apr 08 21:49:35 2011 +0100 1.2 +++ b/people/index.php Tue Apr 12 16:54:10 2011 +0200 1.3 @@ -11,6 +11,17 @@ 1.4 <meta name="author" content="Christophe Lincoln"/> 1.5 <link rel="shortcut icon" href="favicon.ico" /> 1.6 <link rel="stylesheet" type="text/css" href="slitaz.css" /> 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 </head> 1.19 <body> 1.20 1.21 @@ -48,12 +59,24 @@ 1.22 <h4>People</h4> 1.23 <p> 1.24 Each contributor who has access to the project main server, 1.25 - code name <a href="http://tank.slitaz.org/">Tank</a>, can 1.26 - have a public directory to put personal stuff related to SliTaz. 1.27 - This Public directory can be reached with URLs in the form of: 1.28 - http://people.slitaz.org/~name/. More information on 1.29 - <a href="http://www.slitaz.org/">SliTaz Website</a> and 1.30 - <a href="http://labs.slitaz.org/">SliTaz Labs</a>. 1.31 + code name <a href="http://tank.slitaz.org/">Tank</a> and can 1.32 + have a public directory. This Public directory can be reached 1.33 + with URLs in the form of: http://people.slitaz.org/~name/. 1.34 + </p> 1.35 + <p> 1.36 + You can help us maintain and improve this service with a small 1.37 + donation to the SliTaz association: 1.38 + <!-- PayPal Button --> 1.39 + <form action="https://www.paypal.com/cgi-bin/webscr" method="post" 1.40 + style="display: inline;"> 1.41 + <input type="hidden" name="cmd" value="_s-xclick" /> 1.42 + <input type="hidden" name="hosted_button_id" value="4885025" /> 1.43 + <input type="image" src="images/paypal.png" name="submit" 1.44 + alt="PayPal - The safer, easier way to pay online!" /> 1.45 + </form> 1.46 + <!-- Flattr Button --> 1.47 + <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" 1.48 + href="http://www.slitaz.org/"></a> 1.49 </p> 1.50 </div> 1.51 </div>
2.1 --- a/people/profile.php Fri Apr 08 21:49:35 2011 +0100 2.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 2.3 @@ -1,13 +0,0 @@ 2.4 -<?php 2.5 - 2.6 -// Your custom SliTaz profile at http://people.slitaz.org/. This file must 2.7 -// be located at ~/Public/profile.php. You must at least provide your real 2.8 -// name and you can use the $wall variable for a personal message. 2.9 - 2.10 -$name = "Real Name"; 2.11 -$location = ""; 2.12 -$scn_user = ""; 2.13 -$skills = ""; 2.14 -$wall = ""; 2.15 - 2.16 -?>
3.1 --- a/people/slitaz.css Fri Apr 08 21:49:35 2011 +0100 3.2 +++ b/people/slitaz.css Tue Apr 12 16:54:10 2011 +0200 3.3 @@ -11,7 +11,8 @@ 3.4 color: black; 3.5 font: 13px sans-serif, vernada, arial; 3.6 margin: 0; 3.7 - min-width: 900px; 3.8 + min-width: 780px; 3.9 + height: 100%; 3.10 } 3.11 3.12 a { text-decoration: underline; color: #215090; } 3.13 @@ -286,6 +287,8 @@ 3.14 border-top: 1px solid #ddd; 3.15 padding: 40px; 3.16 color: #666; 3.17 + clear: both; 3.18 + margin-bottom: -2%; 3.19 } 3.20 3.21 #footer a { color: #666; padding: 0 2px; }