website view en/asso/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 1a020151d460
children 9d8b7e54f6ea
line source
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <meta charset="utf-8" />
5 <title>SliTaz - Association</title>
6 <meta name="description" content="SliTaz GNU/Linux asso non-profit donate" />
7 <meta name="keywords" lang="en" content="about slitaz, gnu, linux, mini distro, livecd" />
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 <div class="box-up">
23 <a href="http://www.gofundme.com/slitaz2014?utm_medium=wdgt"
24 title="Visit this page now."><img src="../../images/gofundme.png"></a>
25 <a href="http://www.gofundme.com/slitaz2014?utm_medium=wdgt">
26 Check out our new SliTaz 2014 fundraising!</a>
27 </div>
29 <!-- Featured sponsor -->
30 <div id="sponsor">
31 <p><strong>Featured sponsor</strong></p>
32 <?php include("../../lib/rand-sponsor.php"); ?>
33 <p><?php echo "<a href='$url'>$name</a>" ?></p>
34 </div>
36 <h2>SliTaz Association</h2>
37 <p>
38 The SliTaz GNU/Linux association is a non-profit entity that
39 maintains and manages the project. Its mission is to ensure
40 the durability of the project and provide the infrastructure.
41 </p>
43 <ul>
44 <li><a href="#overview">Overview</a></li>
45 <li><a href="#goals">Current objectives</a></li>
46 <li><a href="#members">Members</a></li>
47 <li><a href="../sponsor/">Sponsors</a></li>
48 <li><a href="#donation">Donations</a></li>
49 <li><a href="#postal">Postal Address</a></li>
50 </ul>
52 <h3 id="overview">Overview</h3>
54 <p>
55 The SliTaz GNU/Linux is an international association based in
56 Switzerland and respects the Swiss Civil Code. The association is
57 comprised of a committee and members and provides financial and
58 staff remuneration. Members meet once a year at a general meeting and
59 decide for example, the activities of the association or the membership
60 fees. Each member has a right to vote on individual proposals and can
61 use the hardware (inc. cdrom, T-shirts) of the association to help setup
62 a working group to organize events.
63 </p>
64 <p>
65 The project takes on the scale and demands of the
66 professional world more and more frequently and the creation of the
67 association is seen as something of a necessity. We chose an association
68 economic model to meet the needs of the project and also provide solid and high
69 quality services to our users and business partners who wish to sponser
70 the project.
71 </p>
72 <p>
73 A copy of the statutes is sent to each member upon registration and a
74 PDF version is always available online:
75 <a href="/fr/asso/status-association-slitaz.pdf">status-association-slitaz.pdf</a> |
76 <a href="statutes.php">English Translation</a>.
77 </p>
79 <h3 id="goals">Current objectives</h3>
81 <p>
82 SliTaz is a project using the open development model and all the
83 work is done by a community of volunteers. Our goal is to improve and
84 provide better organization of contributions. The project's
85 friendliness, support, update sites, maintenance services, technical
86 support and management teams are topics that we would like to
87 address and professionalize.
88 </p>
89 <p>
90 To achieve this, we would ideally like 1 or 2 developers
91 to work part-time or full-time on SliTaz. They would have
92 the responsibility to consolidate and optimize existing systems while
93 dealing with new demands. The various sub-projects would also be more
94 dynamic and would see new features published much more frequently.
95 </p>
97 <h3 id="members">Members</h3>
99 <p>
100 The association is open to any persons. Becoming a member
101 allows you to support the project and ensure its sustainability through an
102 annual fee.
103 </p>
104 <p>
105 To join, just send us a letter or email: asso(at)slitaz.org. You will
106 then receive an information pack, details of payment fees and
107 a copy of the statutes. The minimum contribution was set at 40 Euros for
108 the year 2009-10. In the email, please specify your:
109 </p>
110 <ul>
111 <li>Full Name</li>
112 <li>Full Address</li>
113 <li>Country</li>
114 </ul>
116 <h3 id="donation">Donations</h3>
118 <p>
119 There are various ways to financially support the association, become
120 a member or sponsor, or make a one-off payment via PayPal online secure
121 services or by using a bank transfer. For a micropayment you can use Flattr,
122 which is a very nice service with open-source in mind. The project also has
123 some logistical needs, any donated equipment in good working order is
124 welcomed.
125 </p>
127 <?php include("../../lib/html/donate.html"); ?>
129 <h3 id="postal">Postal Address</h3>
131 <div class="box">
132 Association SliTaz<br />
133 Rue du Village 40<br />
134 1081 Montpreveyres<br />
135 Switzerland
136 </div>
138 <!-- End of content -->
139 </section>
141 <?php include("../../lib/html/footer.html"); ?>
143 </body>
144 </html>