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