website rev 1129

added index.php to /website/bs/sponsor
author Adnan Sinanovic <sinanovicha@gmail.com>
date Sun Oct 14 05:32:10 2012 +0000 (2012-10-14)
parents e06677a7b1ff
children 53eb00a2c8b2
files bs/sponsor/index.php
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/bs/sponsor/index.php	Sun Oct 14 05:32:10 2012 +0000
     1.3 @@ -0,0 +1,176 @@
     1.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     1.5 +	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     1.6 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     1.7 +<head>
     1.8 +	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
     1.9 +	<title>SliTaz - Sponzor</title>
    1.10 +	<meta name="description" content="SliTaz GNU/Linux asso sponsor" />
    1.11 +	<meta name="keywords" lang="en" content="slitaz pro, slitaz sponsor, support" />
    1.12 +	<meta name="author" content="Christophe Lincoln"/>
    1.13 +	<?php include("../../lib/html/meta-link.html"); ?>
    1.14 +</head>
    1.15 +<body>
    1.16 +
    1.17 +<?php include("../../lib/html/header.html"); ?>
    1.18 +
    1.19 +<!-- Block -->
    1.20 +<div id="block">
    1.21 +	<?php include("../../lib/html/nav.en.html"); ?>
    1.22 +	<!-- Information/image -->
    1.23 +	<div id="block_info">
    1.24 +		<h4>Sponsorship</h4>
    1.25 +		<p>
    1.26 +			SliTaz is a non-profit based project and we are always looking for
    1.27 +			new ways to monetary support the project and provide new hardware.
    1.28 +		</p>
    1.29 +		<p>Help the project via a small donation:</p>
    1.30 +		<?php include("../../lib/html/donate.html"); ?>
    1.31 +	</div>
    1.32 +</div>
    1.33 +
    1.34 +<?php include("../../lib/lang.php"); ?>
    1.35 +
    1.36 +<!-- Content -->
    1.37 +<div id="content">
    1.38 +	
    1.39 +<!-- Featured sponsor -->
    1.40 +<div id="sponsor">
    1.41 +	<p><strong>Featured sponsor</strong></p>
    1.42 +	<?php include("../../lib/rand-sponsor.php"); ?>
    1.43 +	<p><?php echo "<a href='$url'>$name</a>" ?></p>
    1.44 +</div>
    1.45 +
    1.46 +<h2>Sponsoring SliTaz</h2>
    1.47 +
    1.48 +<p>
    1.49 +	Firstly, a huge thanks to our <a href="#cur">current sponsors</a> and all
    1.50 +	the people who support us with small but very important donations to the project.
    1.51 +	The project is still quite young but in 5 years of active development we
    1.52 +	have grown and become a professional grade operating system that is safe to
    1.53 +	use in production environments.
    1.54 +</p>
    1.55 +
    1.56 +
    1.57 +
    1.58 +<h3>Monetary support a developer</h3>
    1.59 +
    1.60 +<p>
    1.61 +	Do you use SliTaz in your project and want to see the distribution getting
    1.62 +	even more professional with main developers working on the project full time?
    1.63 +	If so, you can sponsor the SliTaz Association which will pay a developer to
    1.64 +	work fully 100% on SliTaz. We actually don't have enough money the pay a developer
    1.65 +	for the whole year, but the amount of donations and monetary support lets us have
    1.66 +	a professional working 3-4 months per year on the project. In time we hope to
    1.67 +	have developers working on a full time basis on SliTaz.
    1.68 +</p>
    1.69 +
    1.70 +<h3>Hardware sponsor</h3>
    1.71 +
    1.72 +<p>
    1.73 +	As a open source project we usually develop SliTaz on our own personal computers.
    1.74 +	But we sometimes have to change our personal systems and need new hardware. We also
    1.75 +	can't test the distribution on some specific machines as we dont have access to them.
    1.76 +	If you are a hardware manufacturer and want to see Slitaz working out-of-the-box on
    1.77 +	your computers you can send us a machine so that we can work on it for you.
    1.78 +</p>
    1.79 +<p>
    1.80 +	SliTaz is built with tools ready for cross compilation and we would like to
    1.81 +	port SliTaz to the ARM platform. For this we need some ARM hardware to be
    1.82 +	able to test our cross compiled binaries and adapt SliTaz to ARM architecture.
    1.83 +</p>
    1.84 +
    1.85 +<h3>Hardware recycling</h3>
    1.86 +
    1.87 +<p>
    1.88 +	SliTaz is a great distribution to give an old computer a new lease of life and we
    1.89 +	need some old hardware to test it on. Also, we may recycle some of your
    1.90 +	old hardware to preinstall SliTaz on it and then sell it on at low cost. This
    1.91 +	lets people have a cheap but powerful machine and lets us make a bit of money
    1.92 +	and also provide a service.
    1.93 +</p>
    1.94 +
    1.95 +<h2>Contact and information</h2>
    1.96 +
    1.97 +<p>
    1.98 +	If you are interested and want more information about monetary or hardware
    1.99 +	sponsorship you can contact the SliTaz Association by mail at &lt;asso at
   1.100 +	slitaz.org&gt; or via <a href="../asso/#postal">post</a>.
   1.101 +</p>
   1.102 +<p>
   1.103 +	By sponsoring SliTaz you will get your logo and website url on this page
   1.104 +	which is linked to all the other pages of the website. You will also be able
   1.105 +	to publicly claim your participation in a pure Open Source project and get
   1.106 +	more attention from Free Software and Linux users.
   1.107 +</p>
   1.108 +
   1.109 +<h2 id="cur">Our current sponsors</h2>
   1.110 +
   1.111 +<table>
   1.112 +	<tbody>
   1.113 +		<tr>
   1.114 +			<td style="width: 120px; height: 100px;">
   1.115 +				<a href="http://www.ads-lu.com/"><img
   1.116 +				src="/images/sponsor/ads.png" alt="Allied Data Sys"
   1.117 +				style="float: left;" /></a>
   1.118 +			</td>
   1.119 +			<td>
   1.120 +				Allied Data Sys - ADS sponsors the main SliTaz mirror and
   1.121 +				offers us full access to a virtual machine with a high
   1.122 +				speed connection. This allows us to use the machine as we
   1.123 +				wish without any limitations. A huge thanks to ADS for
   1.124 +				the service and fast response to any questions and requests
   1.125 +				we might have.
   1.126 +			</td>
   1.127 +		</tr>
   1.128 +		<tr>
   1.129 +			<td style="width: 120px; height: 100px;">
   1.130 +				<a href="https://duckduckgo.com/"><img
   1.131 +				src="/images/sponsor/ddg.png" alt="DuckDuckGo"
   1.132 +				style="float: left;" /></a>
   1.133 +			</td>
   1.134 +			<td>
   1.135 +				DuckDuckGo search engine - DDG signed a partnership with SliTaz
   1.136 +				to share the revenue generated by the <em>sponsored links</em>
   1.137 +				within the search results seen by SliTaz users. We share 50% of
   1.138 +				revenue so using DDG in SliTaz helps both projects. DuckDuckGo
   1.139 +				is a search engine with way more instant answers, less spam
   1.140 +				and clutter, lots of goodies and real privacy.
   1.141 +			</td>
   1.142 +		</tr>
   1.143 +		<tr>
   1.144 +			<td style="width: 120px; height: 100px;">
   1.145 +				<a href="http://cosi.clarkson.edu"><img
   1.146 +				src="/images/sponsor/cosi.png" alt="Clarkson Open Source Institute"
   1.147 +				style="float: left;" /></a>
   1.148 +			</td>
   1.149 +			<td>
   1.150 +				The Clarkson Open Source Institute - COSI sponsors our Chub
   1.151 +				server and offers us full access to a virtual machine. We are
   1.152 +				proud to work with COSI which was founded
   1.153 +				to promote open source software (OSS) and provide equipment
   1.154 +				and support for student projects. A huge thanks to the team
   1.155 +				at COSI for the support and fast response to any of our requests.
   1.156 +			</td>
   1.157 +		</tr>
   1.158 +		<tr>
   1.159 +			<td style="width: 120px; height: 100px;">
   1.160 +				<a href="http://webconverger.com"><img
   1.161 +				src="/images/sponsor/webc.png" alt="Webconverger Project"
   1.162 +				style="float: left;" /></a>
   1.163 +			</td>
   1.164 +			<td>
   1.165 +				The Webconverger project monetarily sponsors the SliTaz project
   1.166 +				via a monthly donation. Hugs to the Webconverger team for
   1.167 +				their support!
   1.168 +			</td>
   1.169 +		</tr>
   1.170 +	</tbody>
   1.171 +</table>
   1.172 +
   1.173 +<!-- End of content -->
   1.174 +</div>
   1.175 +
   1.176 +<?php include("../../lib/html/footer.html"); ?>
   1.177 +
   1.178 +</body>
   1.179 +</html>