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