website view en/sponsor/index.php @ rev 945

Add lib/rand-sponsor.php and display featured sponsor on main page and sponsor page
author Christophe Lincoln <pankso@slitaz.org>
date Tue Mar 13 19:14:50 2012 +0100 (2012-03-13)
parents 8905b8f61755
children 4f54009fb87b
line source
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4 <head>
5 <title>SliTaz - Sponsorship</title>
6 <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
7 <meta name="description" content="SliTaz GNU/Linux asso sponsor" />
8 <meta name="keywords" lang="en" content="slitaz pro, slitaz sponsor, support" />
9 <meta name="robots" content="index, follow, all" />
10 <meta name="modified" content="<?php echo (date( "Y-m-d H:i:s", getlastmod())); ?>" />
11 <meta name="author" content="Christophe Lincoln"/>
12 <link rel="shortcut icon" href="../../favicon.ico" />
13 <link rel="stylesheet" type="text/css" href="../../slitaz.css" />
14 </head>
15 <body>
17 <?php include("../../lib/html/header.html"); ?>
19 <!-- Block -->
20 <div id="block">
21 <?php include("../../lib/html/nav.en.html"); ?>
22 <!-- Information/image -->
23 <div id="block_info">
24 <h4>Sponsorship</h4>
25 <p>
26 SliTaz is a non-profit based project and we are always looking for
27 new ways to monetary support the project and provide new hardware.
28 </p>
29 <p>Help the project via a small donation:</p>
30 <?php include("../../lib/html/donate.html"); ?>
31 </div>
32 </div>
34 <!-- Content -->
35 <div id="content">
37 <!-- Featured sponsor -->
38 <div id="sponsor">
39 <p><strong>Featured sponsor</strong></p>
40 <?php include("../../lib/rand-sponsor.php"); ?>
41 <p><?php echo "<a href='$url'>$name</a>" ?></p>
42 </div>
44 <div style="margin-right: 220px;">
46 <h2>Sponsoring SliTaz</h2>
47 <p>
48 Firstly, a huge thanks to our <a href="#cur">current sponsors</a> and all
49 the people who support us with small but very important donations to the project.
50 The project is still quite young but in 5 years of active development we
51 have grown and become a professional grade operating system that is safe to
52 use in production environments.
53 </p>
55 </div>
57 <h3>Monetary support a developer</h3>
58 <p>
59 Do you use SliTaz in your project and want to see the distribution getting
60 even more professional with main developers working on the project full time?
61 If so, you can sponsor the SliTaz Association which will pay a developer to
62 work fully 100% on SliTaz. We actually don't have enough money the pay a developer
63 for the whole year, but the amount of donations and monetary support lets us have
64 a professional working 3-4 months per year on the project. In time we hope to
65 have developers working on a full time basis on SliTaz.
66 </p>
68 <h3>Hardware sponsor</h3>
69 <p>
70 As a open source project we usually develop SliTaz on our own personal computers.
71 But we sometimes have to change our personal systems and need new hardware. We also
72 can't test the distribution on some specific machines as we dont have access to them.
73 If you are a hardware manufacturer and want to see Slitaz working out-of-the-box on
74 your computers you can send us a machine so that we can work on it for you.
75 </p>
76 <p>
77 SliTaz is built with tools ready for cross compilation and we would like to
78 port SliTaz to the ARM platform. For this we need some ARM hardware to be
79 able to test our cross compiled binaries and adapt SliTaz to ARM architecture.
80 </p>
82 <h3>Hardware recycling</h3>
83 <p>
84 SliTaz is a great distribution to give an old computer a new lease of life and we
85 need some old hardware to test it on. Also, we may recycle some of your
86 old hardware to preinstall SliTaz on it and then sell it on at low cost. This
87 lets people have a cheap but powerful machine and lets us make a bit of money
88 and provide a service.
89 </p>
91 <h2>Contact and information</h2>
92 <p>
93 If you are interested and want more information about monetary or hardware
94 sponsorship you can contact the SliTaz Association by mail at &lt;asso at
95 slitaz.org&gt; or via <a href="../asso/#postal">post</a>.
96 </p>
97 <p>
98 By sponsoring SliTaz you will get your logo and website url on this page
99 which is linked to all the other pages of the website. You will also be able
100 to publicly claim your participation in a pure Open Source project and get
101 more attention from Free Software and Linux users.
102 </p>
104 <a name="cur"></a>
105 <h2>Our current sponsors</h2>
106 <table>
107 <tbody>
108 <tr>
109 <td style="width: 120px; height: 120px;">
110 <a href="http://www.ads-lu.com/"><img
111 src="/images/sponsor/ads.png"
112 style="float: left;" /></a>
113 </td>
114 <td>
115 Allied Data Sys - ADS sponsors the main SliTaz mirror and offers
116 us full access to a virtual machine with a high speed connection.
117 This allows us to use the machine as we wish without any limitations.
118 A huge thanks to ADS for the service and fast response to any
119 questions and requests we might have.
120 </td>
121 </tr>
122 <tr>
123 <td style="width: 120px;">
124 <a href="https://duckduckgo.com/"><img
125 src="/images/sponsor/ddg.png"
126 style="float: left;" /></a>
127 </td>
128 <td>
129 DuckDuckGo search engine - DDG signed a partnership with SliTaz
130 to share the revenue generated by the <em>sponsored links</em>
131 within the search results seen by SliTaz users. We share 50% of
132 revenue so using DDG in SliTaz helps both projects. DuckDuckGo is
133 a search engine with way more instant answers, less spam and
134 clutter, lots of goodies and real privacy.
135 </td>
136 </tr>
137 </tbody>
138 </table>
140 <!-- End of content -->
141 </div>
143 <?php include("../../lib/html/footer.html"); ?>
145 </body>
146 </html>