updated
[libreplanet-static.git] / index.php
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>LibrePlanet &mdash; acting locally for global free software adoption.</title>
5 <style type="text/css" media="screen">
6
7 @import url('http://static.fsf.org/combo.css');
8 @import url('/screen.css?20100908');
9
10
11
12 </style>
13 </head>
14 <body id="<?php
15
16 $p = $_GET['pppp']; //this was changed to pppp from p
17
18 if ($p=='s') { $f="signup.php"; echo "tab-join"; }
19
20 if ($p=='p') { $f="projects.php"; echo "tab-projects"; }
21 if ($p=='g') { $f="groups.php"; echo "tab-groups"; }
22 if ($p=='e') { $f="events.php"; echo "tab-events"; }
23 if ($p=='n') { $f="news.php"; echo "tab-news"; } elseif ($p=='') { $f="groups.php"; echo "tab-join"; }
24
25 ?>">
26
27 <div id="doc2" class="yui-t7">
28
29 <div id="hd">
30
31 <h1><a href="/"><img src="/images/1/1a/LP2010banner.png" alt="LibrePlanet" /></a></h1>
32
33 <p><a href="http://libreplanet.org/wiki/LibrePlanet:Mission_Statement">Acting locally for global free software adoption.</a></p>
34
35 </div>
36
37 <div id="bd" role="main">
38
39 <div class="yui-g" id="content">
40
41 <?php require($f); ?>
42
43 <div class="yui-gb" id="featured-boxes">
44 <div class="yui-u first">
45 <h3>Mailing list</h3>
46
47 <p><a href="http://lists.gnu.org/mailman/listinfo/libreplanet-discuss">Join the LibrePlanet discussion mailing list</a>, and keep up to date with the project.</p>
48
49
50 </div>
51 <div class="yui-u">
52 <h3>IRC channel</h3>
53
54 <p>Join us on IRC, in <a href="http://webchat.freenode.net/?channels=libreplanet">#libreplanet on irc.gnu.org</a>, part of the Freenode network.</p>
55
56
57 </div>
58 <div class="yui-u">
59 <h3>Follow us on identi.ca</h3>
60
61 <p>Join the <a href="http://identi.ca/group/libreplanet">LibrePlanet group</a> and <a href="http://identi.ca/libreplanet">follow us on Identi.ca</a>, the free software microblogging site.</p>
62
63 </div>
64 </div>
65
66 </div>
67
68 <div id="ft" role="contentinfo">
69
70
71 <div id="fsfcopyright">Copyright 2009, <a href="http://www.fsf.org/">Free Software Foundation</a>, Inc.</div>
72
73 <p><a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/us/"><img src="/88x31.png"></a></p>
74
75 <p id="feedback">Your feedback on our new website is welcome. <a href="mailto:campaigns@fsf.org">campaigns@fsf.org</a></p>
76
77
78 </div>
79 </div>
80
81 </body>
82 </html>