slitaz-forge view pro/en/index.php @ rev 313

check i18n: make {pot,msgfmt,clean}
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Jul 01 20:00:47 2012 +0000 (2012-07-01)
parents 114b6d8c0b38
children dd3bcbc543b6
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 Pro</title>
6 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
7 <meta name="description" content="Slitaz Professional Platform" />
8 <meta name="keywords" lang="en" content="slitaz, boot, pxe, web OS" />
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 <!-- Navigation -->
22 <div id="block_nav" style="text-align: center; padding: 10px;">
23 <img src="/images/desktop.png" alt="[ desktop ]" />
24 </div>
25 <!-- Information/image -->
26 <div id="block_info">
27 <h4>Professional</h4>
28 <p>
29 Welcome to the <a href="http://www.slitaz.org/en/">SliTaz GNU/Linux</a>
30 professional platform. SliTaz is a fast, robust and professional
31 operating system built with open source technology.
32 </p>
33 <p>
34 We are a group of developers and partners who can provide custom
35 development and support, consulting services, LiveCD flavor creation
36 and more to customers.
37 </p>
38 </div>
39 </div>
41 <!-- Languages -->
42 <div id="lang">
43 <a href="http://www.slitaz.org/i18n.php">
44 <img src="../images/locale.png" alt="Locale" /></a>
45 <a href="../en/">English</a>
46 <a href="../ru/">Русский</a>
47 <!--<a href="../de/">Deutsch</a>
48 <a href="../fr/">Français</a>-->
49 </div>
51 <!-- Content -->
52 <div id="content">
54 <h2>Introduction</h2>
56 <p>
57 SliTaz is free and open source system with a large and growing
58 community. Our business model is software as a service, partnership
59 and sponsoring. We can provide services all over the world
60 and in languages such as English, French and Portuguese.
61 </p>
62 <p>
63 This professional platform allows you to have contact with the SliTaz
64 team who will process your request and do the mediating among yourselves
65 and one of our official developers or sponsors. Our goal is to monitor
66 and verify the quality of service to ensure our customers a high
67 level of work.
68 </p>
70 <h2>Services</h2>
72 <ul>
73 <li>Custom development</li>
74 <li>Consulting and audit</li>
75 <li>Custom support</li>
76 <li>Software deployment</li>
77 <li>Live system creation</li>
78 </ul>
80 <h2>SliTaz developer</h2>
82 <p>
83 The SliTaz association is a non profit base entity which can provide
84 paid services. We can employ a freelance Slitaz developer to work
85 for you. We can also help Schools, ONG and social projects with a
86 small budget. Please contact us for more information about this service.
87 </p>
89 <h2>Partner</h2>
91 <p>
92 The SliTaz association will do the mediating between customers and one of
93 our partners. Official partners collaborate with the official SliTaz
94 developers and monetary support the project. Making business with our
95 official partners lets you help the SliTaz project and get customized
96 services such as VOIP deployment, all in one servers, Wifi Hot Spots,
97 closed development, and more.
98 </p>
100 <p>
101 If you want to get professional services from our partners of if
102 you want to become an official partner, please contact us by mail
103 or post.
104 </p>
106 <h2>Sponsor</h2>
108 <p>
109 Do you use SliTaz in your project and want to see the distribution
110 getting even more professional with main developers working on the
111 project full time? If so, you can sponsor the SliTaz Association
112 which will pay a developer to work fully 100% on SliTaz.
113 </p>
115 <p>
116 If you use Slitaz for business purposes, in University or if you just
117 want to sponsor and get a logo-link-description on our main website,
118 please contact us. You can start sponsoring SliTaz from $40 a month.
119 A sponsorship contract is signed for one year, the visibility of your
120 logo depends on the amount of donation received each month.
121 </p>
123 <p>
124 More information about sponsoring SliTaz and a list of our current
125 sponsors can be found on the SliTaz website:
126 <a href="http://www.slitaz.org/en/sponsor/">Sponsor page</a>
127 </p>
129 <h2>Contact</h2>
131 <p>
132 Want to get in touch or get more detailed information? Don't
133 hesitate to contact us by mail or post.
134 </p>
136 <p class="box">
137 Mail: &lt;contact at slitaz.pro&gt;
138 </p>
140 <p class="box">
141 Association SliTaz<br />
142 Rue du Village 40<br />
143 1081 Montpreveyres<br />
144 Switzerland<br />
145 </p>
147 <!-- End of content -->
148 </div>
150 <?php include("../lib/html/footer.html"); ?>
152 </body>
153 </html>