remove banner, map
[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
e6ee3436 27<div id="doc4" class="yui-t7">
b68a39c6 28
c1c0c093
ML
29 <div id="hd">
30
7eeb4315
ML
31
32
402f23e3 33 <h1><a href="/"><img src="/images/1/1a/LP2010banner.png" alt="LibrePlanet" /></a></h1>
c1c0c093 34
e6ee3436 35 <p>Acting locally for global free software adoption.</p>
3fa3b05b 36
c1c0c093 37 </div>
d11b34d9 38
c1c0c093
ML
39 <div id="bd" role="main">
40
41 <div class="yui-g" id="content">
6f03eeea 42
6108e758 43 <?php require($f); ?>
29be191d 44
6108e758
ML
45<div class="yui-gb" id="featured-boxes">
46 <div class="yui-u first">
47<h3>Mailing list</h3>
29be191d 48
6108e758 49<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 50
3fa3b05b 51
6108e758
ML
52</div>
53 <div class="yui-u">
54<h3>IRC channel</h3>
6f03eeea 55
d82844cb 56<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 57
6f03eeea 58
3fa3b05b 59</div>
6108e758
ML
60 <div class="yui-u">
61<h3>Follow us on identi.ca</h3>
3fa3b05b 62
6108e758 63<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 64
6108e758
ML
65</div>
66 </div>
3fa3b05b 67
6108e758 68 </div>
3fa3b05b 69
6108e758 70 <div id="ft" role="contentinfo">
3fa3b05b 71
3fa3b05b 72
6108e758 73<div id="fsfcopyright">Copyright 2009, <a href="http://www.fsf.org/">Free Software Foundation</a>, Inc.</div>
3fa3b05b 74
984d1e44 75 <p><a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/us/"><img src="/88x31.png"></a></p>
3fa3b05b 76
6108e758 77 <p id="feedback">Your feedback on our new website is welcome. <a href="mailto:campaigns@fsf.org">campaigns@fsf.org</a></p>
3fa3b05b 78
3fa3b05b 79
3fa3b05b 80</div>
d11b34d9 81</div>
3fa3b05b
ML
82
83</body>
6108e758 84</html>