website annotate en/sponsor/index.php @ rev 1200

New menu and move to html5 for en/ site + get ready for mobile display
author Christophe Lincoln <pankso@slitaz.org>
date Sun Apr 13 19:21:45 2014 +0200 (2014-04-13)
parents b6919c8d4268
children 8a07223a2644
rev   line source
pankso@1200 1 <!DOCTYPE html>
pankso@1200 2 <html lang="en">
pankso@921 3 <head>
pankso@1200 4 <meta charset="utf-8" />
al@1025 5 <title>SliTaz - Sponsorship</title>
al@1025 6 <meta name="description" content="SliTaz GNU/Linux asso sponsor" />
al@1025 7 <meta name="keywords" lang="en" content="slitaz pro, slitaz sponsor, support" />
al@1025 8 <meta name="author" content="Christophe Lincoln"/>
al@1025 9 <?php include("../../lib/html/meta-link.html"); ?>
pankso@921 10 </head>
pankso@921 11 <body>
pankso@921 12
pankso@1200 13 <?php
pankso@1200 14 include("../../lib/html/header.html");
pankso@1200 15 include("../../lib/html/nav.html");
pankso@1200 16 include("../../lib/lang.php");
pankso@1200 17 ?>
al@1013 18
pankso@921 19 <!-- Content -->
pankso@1200 20 <section id="content">
pankso@1044 21
pankso@945 22 <!-- Featured sponsor -->
pankso@945 23 <div id="sponsor">
pankso@945 24 <p><strong>Featured sponsor</strong></p>
pankso@945 25 <?php include("../../lib/rand-sponsor.php"); ?>
pankso@945 26 <p><?php echo "<a href='$url'>$name</a>" ?></p>
pankso@945 27 </div>
pankso@945 28
pankso@921 29 <h2>Sponsoring SliTaz</h2>
al@1025 30
pankso@921 31 <p>
pankso@1200 32 SliTaz is a non-profit based project and we are always looking for
pankso@1200 33 new ways to monetary support the project and provide new hardware.
pankso@1200 34 </p>
pankso@1200 35
pankso@1200 36 <p>
al@1038 37 Firstly, a huge thanks to our <a href="#cur">current sponsors</a> and all
pankso@921 38 the people who support us with small but very important donations to the project.
pankso@921 39 The project is still quite young but in 5 years of active development we
pankso@921 40 have grown and become a professional grade operating system that is safe to
pankso@921 41 use in production environments.
pankso@921 42 </p>
pankso@921 43
pankso@921 44 <h3>Monetary support a developer</h3>
al@1025 45
pankso@921 46 <p>
pankso@921 47 Do you use SliTaz in your project and want to see the distribution getting
pankso@921 48 even more professional with main developers working on the project full time?
pankso@921 49 If so, you can sponsor the SliTaz Association which will pay a developer to
pankso@921 50 work fully 100% on SliTaz. We actually don't have enough money the pay a developer
pankso@921 51 for the whole year, but the amount of donations and monetary support lets us have
pankso@921 52 a professional working 3-4 months per year on the project. In time we hope to
pankso@921 53 have developers working on a full time basis on SliTaz.
pankso@921 54 </p>
pankso@921 55
pankso@1200 56 <p>Help the project via a small donation:</p>
pankso@1200 57 <?php include("../../lib/html/donate.html"); ?>
pankso@1200 58
pankso@921 59 <h3>Hardware sponsor</h3>
al@1025 60
pankso@921 61 <p>
pankso@921 62 As a open source project we usually develop SliTaz on our own personal computers.
al@1038 63 But we sometimes have to change our personal systems and need new hardware. We also
al@1155 64 can't test the distribution on some specific machines as we don't have access to them.
al@1155 65 If you are a hardware manufacturer and want to see SliTaz working out-of-the-box on
pankso@921 66 your computers you can send us a machine so that we can work on it for you.
pankso@921 67 </p>
pankso@921 68 <p>
pankso@921 69 SliTaz is built with tools ready for cross compilation and we would like to
pankso@921 70 port SliTaz to the ARM platform. For this we need some ARM hardware to be
pankso@921 71 able to test our cross compiled binaries and adapt SliTaz to ARM architecture.
pankso@921 72 </p>
pankso@921 73
pankso@921 74 <h3>Hardware recycling</h3>
al@1025 75
pankso@921 76 <p>
pankso@921 77 SliTaz is a great distribution to give an old computer a new lease of life and we
pankso@921 78 need some old hardware to test it on. Also, we may recycle some of your
pankso@921 79 old hardware to preinstall SliTaz on it and then sell it on at low cost. This
pankso@921 80 lets people have a cheap but powerful machine and lets us make a bit of money
paul@1076 81 and also provide a service.
pankso@921 82 </p>
pankso@921 83
pankso@921 84 <h2>Contact and information</h2>
al@1025 85
pankso@921 86 <p>
pankso@921 87 If you are interested and want more information about monetary or hardware
pankso@921 88 sponsorship you can contact the SliTaz Association by mail at &lt;asso at
pankso@921 89 slitaz.org&gt; or via <a href="../asso/#postal">post</a>.
pankso@921 90 </p>
pankso@921 91 <p>
pankso@921 92 By sponsoring SliTaz you will get your logo and website url on this page
pankso@921 93 which is linked to all the other pages of the website. You will also be able
pankso@921 94 to publicly claim your participation in a pure Open Source project and get
pankso@921 95 more attention from Free Software and Linux users.
pankso@921 96 </p>
pankso@921 97
al@1025 98 <h2 id="cur">Our current sponsors</h2>
al@1025 99
pankso@921 100 <table>
pankso@921 101 <tbody>
pankso@921 102 <tr>
pankso@975 103 <td style="width: 120px; height: 100px;">
pankso@921 104 <a href="http://www.ads-lu.com/"><img
pankso@1200 105 src="/images/sponsor/ads.jpg" alt="Allied Data Sys"
pankso@1200 106 style="float: left; " /></a>
pankso@921 107 </td>
pankso@921 108 <td>
pankso@975 109 Allied Data Sys - ADS sponsors the main SliTaz mirror and
al@1038 110 offers us full access to a virtual machine with a high
pankso@975 111 speed connection. This allows us to use the machine as we
al@1038 112 wish without any limitations. A huge thanks to ADS for
pankso@975 113 the service and fast response to any questions and requests
pankso@975 114 we might have.
pankso@921 115 </td>
pankso@921 116 </tr>
pankso@928 117 <tr>
pankso@975 118 <td style="width: 120px; height: 100px;">
pascal@1144 119 <a href="https://duckduckgo.com/?t=slitaz"><img
al@1038 120 src="/images/sponsor/ddg.png" alt="DuckDuckGo"
pankso@928 121 style="float: left;" /></a>
pankso@928 122 </td>
pankso@928 123 <td>
pankso@928 124 DuckDuckGo search engine - DDG signed a partnership with SliTaz
pankso@928 125 to share the revenue generated by the <em>sponsored links</em>
pankso@928 126 within the search results seen by SliTaz users. We share 50% of
pankso@975 127 revenue so using DDG in SliTaz helps both projects. DuckDuckGo
pankso@975 128 is a search engine with way more instant answers, less spam
pankso@975 129 and clutter, lots of goodies and real privacy.
pankso@975 130 </td>
pankso@975 131 </tr>
pankso@975 132 <tr>
pankso@975 133 <td style="width: 120px; height: 100px;">
Christian@976 134 <a href="http://cosi.clarkson.edu"><img
al@1038 135 src="/images/sponsor/cosi.png" alt="Clarkson Open Source Institute"
pankso@975 136 style="float: left;" /></a>
pankso@975 137 </td>
pankso@975 138 <td>
pankso@975 139 The Clarkson Open Source Institute - COSI sponsors our Chub
pankso@975 140 server and offers us full access to a virtual machine. We are
al@1038 141 proud to work with COSI which was founded
al@1038 142 to promote open source software (OSS) and provide equipment
Christian@976 143 and support for student projects. A huge thanks to the team
Christian@976 144 at COSI for the support and fast response to any of our requests.
pankso@928 145 </td>
pankso@928 146 </tr>
pankso@1060 147 <tr>
pankso@1060 148 <td style="width: 120px; height: 100px;">
pankso@1060 149 <a href="http://webconverger.com"><img
pankso@1061 150 src="/images/sponsor/webc.png" alt="Webconverger Project"
pankso@1060 151 style="float: left;" /></a>
pankso@1060 152 </td>
pankso@1060 153 <td>
Naitsirhc@1064 154 The Webconverger project monetarily sponsors the SliTaz project
paul@1065 155 via a monthly donation. Hugs to the Webconverger team for
paul@1065 156 their support!
pankso@1060 157 </td>
pankso@1060 158 </tr>
pankso@921 159 </tbody>
pankso@921 160 </table>
pankso@921 161
pankso@921 162 <!-- End of content -->
pankso@1200 163 </section>
pankso@921 164
pankso@921 165 <?php include("../../lib/html/footer.html"); ?>
pankso@921 166
pankso@921 167 </body>
pankso@921 168 </html>