website view en/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 e7160189d995
children 8e10b2213de1
line source
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <meta charset="utf-8" />
5 <title>SliTaz GNU/Linux (en)</title>
6 <meta name="description" content="SliTaz GNU/Linux English Website" />
7 <meta name="keywords" lang="en" content="System, free, gnu, linux, software opensource, livecd LINUX in RAM" />
8 <meta name="author" content="Paul Issot"/>
9 <?php include("../lib/html/meta-link.html"); ?>
10 </head>
11 <body>
13 <?php
14 include("../config.php");
15 include("../lib/html/header.html");
16 include("../lib/html/nav.html");
17 include("../lib/lang.php");
18 ?>
20 <!-- Content -->
21 <section id="content">
23 <div class="box-up">
24 <a href="http://www.gofundme.com/slitaz2014?utm_medium=wdgt"
25 title="Visit this page now."><img src="../images/gofundme.png"></a>
26 <a href="http://www.gofundme.com/slitaz2014?utm_medium=wdgt">
27 Check out our new SliTaz 2014 fundraising!</a>
28 </div>
30 <!-- Featured sponsor -->
31 <div id="sponsor">
32 <p><strong>Featured sponsor</strong></p>
33 <?php include("../lib/rand-sponsor.php"); ?>
34 <p><a href="/en/sponsor/">Become a sponsor</a></p>
35 </div>
37 <!--
38 SliTaz news starting.
39 -->
41 <!-- We just keep the last 3 web site news -->
42 <div class="news" style="margin-right: 220px;">
44 <h2>Latest Release</h2>
46 <ul>
47 <li><strong><a href="news/#d20140329">SliTaz Raspberry Pi release</a></strong>
48 <span>- 29 Mar 2014</span></li>
49 <li><strong><a href="news/#d20140216">New SliTaz Cooking</a></strong>
50 <span>- 16 Feb 2014</span></li>
51 <li><strong><a href="news/2012.php#d20120410">SliTaz 4.0 Release</a></strong>
52 <span>- 10 Apr 2012</span></li>
53 <li><strong><a href="news/">Release news archives</a></strong>
54 <span>- 2007-2013</span></li>
55 </ul>
57 <!-- End of news -->
58 </div>
60 <h2>Quick Download</h2>
62 <div class="dldiv">
63 <p><?php echo "<a class='dlbutton nav1' href='$stable_iso'>SliTaz $stable_ver</a>
64 <a class='dlbutton nav2' href='$cooking_iso'>SliTaz $cooking</a>"; ?>
65 <a class='dlbutton navpi' href='http://arm.slitaz.org/rpi'>SliTaz Raspberry Pi</a></p>
66 </div>
68 <h2>Project Activity</h2>
70 <?php require_once("../lib/get-feeds.php"); ?>
72 <div class="activity">
73 <p>
74 <a href="http://forum.slitaz.org/"><img
75 src="/images/support.png" alt="[ ]" /></a>
76 Forum activity
77 <?php get_feed_forum("forum.xml"); ?>
78 </div>
79 <p class="activity_more">
80 <a href="http://forum.slitaz.org/">More support</a>
81 </p>
82 </div>
84 <div class="activity">
85 <p>
86 <a href="http://hg.slitaz.org/">
87 <img src="/images/development.png" alt="[ ]" /></a>
88 Latest commits in wok
89 <?php get_feed("wok.xml"); ?>
90 </div>
91 <p class="activity_more">
92 <a href="http://hg.slitaz.org/">More commits</a>
93 </p>
94 </div>
96 <!-- SCN blog posts
97 <h2>Blog Posts</h2>
99 <div class="news">
100 <?php //get_feed_blog("blog.xml"); ?>
101 </div>-->
103 <!-- Twitter -->
104 <div id="twitter">
105 <a class="twitter-timeline" href="https://twitter.com/slitaz"
106 data-widget-id="420830244551938048">Tweets by @slitaz</a>
107 <style type="text/css">
108 .twitter-timeline { width: 100%; }
109 </style>
110 <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
111 </div>
113 <h2>Support us</h2>
115 <p>
116 Make SliTaz even more popular or make a donation. You can use PayPal
117 or a Flattr micropayment to monetary support us. You can Blog, Tweet,
118 share and talk about the project to help spread SliTaz. You can also
119 join the project to connect and share or get involved on the SliTaz
120 <a href="http://scn.slitaz.org/">Community Network</a>.
121 </p>
122 <p>
123 You may also want to become an official sponsor via a monthly donation or
124 by providing us with some hardware or server resources.
125 <a href="sponsor/">More information</a>
126 </p>
128 <?php include("../lib/html/donate.html"); ?>
130 <h2>Spread SliTaz</h2>
132 <p>
133 One way to help the project is to make SliTaz even more popular.
134 Blog, Tweet this page, share and talk about the project. SliTaz
135 is also social, you can join us, share artwork or post a blog on the
136 <a href="http://scn.slitaz.org/">SliTaz Community Network</a>,
137 "Like" the official SliTaz Facebook page and get involved!
138 </p>
140 <?php include("../lib/html/social.html"); ?>
142 <h2>Internationalization</h2>
144 <p>
145 The SliTaz web site is available in several languages and maintained by the
146 <a href="../i18n.php">internationalization</a> team (i18n). Help is often
147 needed and you're welcome to join us if you would like to see the website
148 translated into your language.
149 </p>
150 <p>
151 <img src="../images/users.png" alt="*" />
152 <a href="http://scn.slitaz.org/groups/i18n/">Join i18n group on SCN</a>
153 </p>
155 <!-- End of content -->
156 </section>
158 <?php include("../lib/html/footer.html"); ?>
160 </body>
161 </html>