updated
[libreplanet-static.git] / index.php
CommitLineData
9ceb8531 1<!DOCTYPE html>
3fa3b05b
ML
2<html>
3<head>
9ceb8531 4 <title>LibrePlanet &mdash; acting locally for global free software adoption.</title>
3fa3b05b 5 <style type="text/css" media="screen">
6108e758 6
b68a39c6 7 @import url('http://static.fsf.org/combo.css');
31c3fc45 8 @import url('/screen.css?20100908');
3fa3b05b
ML
9
10
29be191d 11
6108e758
ML
12 </style>
13</head>
14<body id="<?php
3fa3b05b 15
f408ce5c 16$p = $_GET['pppp']; //this was changed to pppp from p
3fa3b05b 17
6108e758 18if ($p=='s') { $f="signup.php"; echo "tab-join"; }
3fa3b05b 19
6108e758
ML
20if ($p=='p') { $f="projects.php"; echo "tab-projects"; }
21if ($p=='g') { $f="groups.php"; echo "tab-groups"; }
22if ($p=='e') { $f="events.php"; echo "tab-events"; }
90340a38 23if ($p=='n') { $f="news.php"; echo "tab-news"; } elseif ($p=='') { $f="groups.php"; echo "tab-join"; }
3fa3b05b 24
6108e758 25 ?>">
e6a11937 26
b68a39c6 27<div id="doc2" class="yui-t7">
b68a39c6 28
c1c0c093
ML
29 <div id="hd">
30
402f23e3 31 <h1><a href="/"><img src="/images/1/1a/LP2010banner.png" alt="LibrePlanet" /></a></h1>
c1c0c093 32
c56c86d6 33 <p><a href="http://libreplanet.org/wiki/LibrePlanet:Mission_Statement">Acting locally for global free software adoption.</a></p>
3fa3b05b 34
c1c0c093 35 </div>
d11b34d9 36
c1c0c093
ML
37 <div id="bd" role="main">
38
39 <div class="yui-g" id="content">
6f03eeea 40
6108e758 41 <?php require($f); ?>
29be191d 42
6108e758
ML
43<div class="yui-gb" id="featured-boxes">
44 <div class="yui-u first">
45<h3>Mailing list</h3>
29be191d 46
6108e758 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>
29be191d 48
3fa3b05b 49
6108e758
ML
50</div>
51 <div class="yui-u">
52<h3>IRC channel</h3>
6f03eeea 53
d82844cb 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>
6f03eeea 55
6f03eeea 56
3fa3b05b 57</div>
6108e758
ML
58 <div class="yui-u">
59<h3>Follow us on identi.ca</h3>
3fa3b05b 60
6108e758 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>
3fa3b05b 62
6108e758
ML
63</div>
64 </div>
3fa3b05b 65
6108e758 66 </div>
3fa3b05b 67
6108e758 68 <div id="ft" role="contentinfo">
3fa3b05b 69
3fa3b05b 70
6108e758 71<div id="fsfcopyright">Copyright 2009, <a href="http://www.fsf.org/">Free Software Foundation</a>, Inc.</div>
3fa3b05b 72
984d1e44 73 <p><a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/us/"><img src="/88x31.png"></a></p>
3fa3b05b 74
6108e758 75 <p id="feedback">Your feedback on our new website is welcome. <a href="mailto:campaigns@fsf.org">campaigns@fsf.org</a></p>
3fa3b05b 76
3fa3b05b 77
3fa3b05b 78</div>
d11b34d9 79</div>
3fa3b05b
ML
80
81</body>
6108e758 82</html>