website rev 975

Add COSI logo and desc as well as better ADS and DDG logo
author Christophe Lincoln <pankso@slitaz.org>
date Mon Mar 19 13:26:15 2012 +0100 (2012-03-19)
parents e8abb808791d
children 955100993c49
files en/sponsor/index.php images/sponsor/ads.png images/sponsor/cosi.png images/sponsor/ddg.png lib/rand-sponsor.php slitaz.css
line diff
     1.1 --- a/en/sponsor/index.php	Mon Mar 19 08:41:23 2012 +0100
     1.2 +++ b/en/sponsor/index.php	Mon Mar 19 13:26:15 2012 +0100
     1.3 @@ -102,21 +102,22 @@
     1.4  <table>
     1.5  	<tbody>
     1.6  		<tr>
     1.7 -			<td style="width: 120px; height: 120px;">
     1.8 +			<td style="width: 120px; height: 100px;">
     1.9  				<a href="http://www.ads-lu.com/"><img
    1.10  				src="/images/sponsor/ads.png"
    1.11  				style="float: left;" /></a>
    1.12  			</td>
    1.13  			<td>
    1.14 -				Allied Data Sys - ADS sponsors the main SliTaz mirror and offers
    1.15 -				us full access to a virtual machine with a high speed connection.
    1.16 -				This allows us to use the machine as we wish without any limitations.
    1.17 -				A huge thanks to ADS for the service and fast response to any
    1.18 -				questions and requests we might have.
    1.19 +				Allied Data Sys - ADS sponsors the main SliTaz mirror and
    1.20 +				offers us full access to a virtual machine with a high 
    1.21 +				speed connection. This allows us to use the machine as we
    1.22 +				wish without any limitations. A huge thanks to ADS for 
    1.23 +				the service and fast response to any questions and requests
    1.24 +				we might have.
    1.25  			</td>
    1.26  		</tr>
    1.27  		<tr>
    1.28 -			<td style="width: 120px;">
    1.29 +			<td style="width: 120px; height: 100px;">
    1.30  				<a href="https://duckduckgo.com/"><img
    1.31  				src="/images/sponsor/ddg.png"
    1.32  				style="float: left;" /></a>
    1.33 @@ -125,9 +126,24 @@
    1.34  				DuckDuckGo search engine - DDG signed a partnership with SliTaz
    1.35  				to share the revenue generated by the <em>sponsored links</em>
    1.36  				within the search results seen by SliTaz users. We share 50% of
    1.37 -				revenue so using DDG in SliTaz helps both projects. DuckDuckGo is
    1.38 -				a search engine with way more instant answers, less spam and 
    1.39 -				clutter, lots of goodies and real privacy.
    1.40 +				revenue so using DDG in SliTaz helps both projects. DuckDuckGo
    1.41 +				is a search engine with way more instant answers, less spam
    1.42 +				and clutter, lots of goodies and real privacy.
    1.43 +			</td>
    1.44 +		</tr>
    1.45 +		<tr>
    1.46 +			<td style="width: 120px; height: 100px;">
    1.47 +				<a href=""><img
    1.48 +				src="/images/sponsor/cosi.png"
    1.49 +				style="float: left;" /></a>
    1.50 +			</td>
    1.51 +			<td>
    1.52 +				The Clarkson Open Source Institute - COSI sponsors our Chub
    1.53 +				server and offers us full access to a virtual machine. We are
    1.54 +				proud to work with the Clarkson university wich was founded 
    1.55 +				to promote open source software (OSS) and provide equipment 
    1.56 +				and support for student projects. Ahuge thanks to the team
    1.57 +				at COSI for the support and fast respons to any of our requests.
    1.58  			</td>
    1.59  		</tr>
    1.60  	</tbody>
     2.1 Binary file images/sponsor/ads.png has changed
     3.1 Binary file images/sponsor/cosi.png has changed
     4.1 Binary file images/sponsor/ddg.png has changed
     5.1 --- a/lib/rand-sponsor.php	Mon Mar 19 08:41:23 2012 +0100
     5.2 +++ b/lib/rand-sponsor.php	Mon Mar 19 13:26:15 2012 +0100
     5.3 @@ -3,7 +3,7 @@
     5.4  // Display random sponsor. Only main sponsor are featured on main page.
     5.5  //
     5.6  
     5.7 -$total  = "2";
     5.8 +$total  = "3";
     5.9  $folder = "/images/sponsor";
    5.10  $random = mt_rand(1, $total);
    5.11  
    5.12 @@ -18,6 +18,11 @@
    5.13  	$img  = "ddg.png";
    5.14  	$url  = "https://duckduckgo.com/";
    5.15  	break;
    5.16 +case 3:
    5.17 +	$name = "Clarkson Open Source Institute";
    5.18 +	$img  = "cosi.png";
    5.19 +	$url  = "http://cosi.clarkson.edu/";
    5.20 +	break;
    5.21  }
    5.22  
    5.23  echo "<a href='$url'><img src='$folder/$img' title='$name' alt='[ $name ]' /></a>";
     6.1 --- a/slitaz.css	Mon Mar 19 08:41:23 2012 +0100
     6.2 +++ b/slitaz.css	Mon Mar 19 13:26:15 2012 +0100
     6.3 @@ -169,13 +169,13 @@
     6.4  
     6.5  #sponsor {
     6.6  	font-size: 90%;
     6.7 -	background-color: #efefef;
     6.8 -	border: 1px solid #ddd;
     6.9 +	background-color: #fbfbfb;
    6.10 +	border: 2px solid #ddd;
    6.11  	width: 200px;
    6.12 -	height: 140px;
    6.13 +	height: 160px;
    6.14  	float: right;
    6.15  	text-align: center;
    6.16 -	margin: 20px 0px 20px 20px;
    6.17 +	margin: 10px 0px 20px 20px;
    6.18  }
    6.19  
    6.20  /* Classes */