# HG changeset patch # User Christophe Lincoln # Date 1332159975 -3600 # Node ID 6d9dfef749e161aa69b924bcddc71f65b5c9c83d # Parent e8abb808791d16b10226bea8c1a340da64d211cb Add COSI logo and desc as well as better ADS and DDG logo diff -r e8abb808791d -r 6d9dfef749e1 en/sponsor/index.php --- a/en/sponsor/index.php Mon Mar 19 08:41:23 2012 +0100 +++ b/en/sponsor/index.php Mon Mar 19 13:26:15 2012 +0100 @@ -102,21 +102,22 @@ - - + + + + diff -r e8abb808791d -r 6d9dfef749e1 images/sponsor/ads.png Binary file images/sponsor/ads.png has changed diff -r e8abb808791d -r 6d9dfef749e1 images/sponsor/cosi.png Binary file images/sponsor/cosi.png has changed diff -r e8abb808791d -r 6d9dfef749e1 images/sponsor/ddg.png Binary file images/sponsor/ddg.png has changed diff -r e8abb808791d -r 6d9dfef749e1 lib/rand-sponsor.php --- a/lib/rand-sponsor.php Mon Mar 19 08:41:23 2012 +0100 +++ b/lib/rand-sponsor.php Mon Mar 19 13:26:15 2012 +0100 @@ -3,7 +3,7 @@ // Display random sponsor. Only main sponsor are featured on main page. // -$total = "2"; +$total = "3"; $folder = "/images/sponsor"; $random = mt_rand(1, $total); @@ -18,6 +18,11 @@ $img = "ddg.png"; $url = "https://duckduckgo.com/"; break; +case 3: + $name = "Clarkson Open Source Institute"; + $img = "cosi.png"; + $url = "http://cosi.clarkson.edu/"; + break; } echo "[ $name ]"; diff -r e8abb808791d -r 6d9dfef749e1 slitaz.css --- a/slitaz.css Mon Mar 19 08:41:23 2012 +0100 +++ b/slitaz.css Mon Mar 19 13:26:15 2012 +0100 @@ -169,13 +169,13 @@ #sponsor { font-size: 90%; - background-color: #efefef; - border: 1px solid #ddd; + background-color: #fbfbfb; + border: 2px solid #ddd; width: 200px; - height: 140px; + height: 160px; float: right; text-align: center; - margin: 20px 0px 20px 20px; + margin: 10px 0px 20px 20px; } /* Classes */
+ - Allied Data Sys - ADS sponsors the main SliTaz mirror and offers - us full access to a virtual machine with a high speed connection. - This allows us to use the machine as we wish without any limitations. - A huge thanks to ADS for the service and fast response to any - questions and requests we might have. + Allied Data Sys - ADS sponsors the main SliTaz mirror and + offers us full access to a virtual machine with a high + speed connection. This allows us to use the machine as we + wish without any limitations. A huge thanks to ADS for + the service and fast response to any questions and requests + we might have.
+ @@ -125,9 +126,24 @@ DuckDuckGo search engine - DDG signed a partnership with SliTaz to share the revenue generated by the sponsored links within the search results seen by SliTaz users. We share 50% of - revenue so using DDG in SliTaz helps both projects. DuckDuckGo is - a search engine with way more instant answers, less spam and - clutter, lots of goodies and real privacy. + revenue so using DDG in SliTaz helps both projects. DuckDuckGo + is a search engine with way more instant answers, less spam + and clutter, lots of goodies and real privacy. +
+ + + The Clarkson Open Source Institute - COSI sponsors our Chub + server and offers us full access to a virtual machine. We are + proud to work with the Clarkson university wich was founded + to promote open source software (OSS) and provide equipment + and support for student projects. Ahuge thanks to the team + at COSI for the support and fast respons to any of our requests.