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

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