20affc32908ed5e6c63d570a9c9131596942b02c
[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 <p style="text-align: center;"><img style="margin-top: 25px; " src="http://static.fsf.org/nosvn/appeal2010/fsf-1.png" usemap="#fsf-peterb" width="975" height="90" alt="" /></p>
32 <map id="fsf-peterb" name="fsf-peterb">
33 <area shape="rect" coords="650,0,970,85" href="http://www.fsf.org/appeal/2010/" alt="An appeal from Peter Brown" title="An appeal from Peter Brown" />
34 <area shape="rect" coords="0,0,647,85" href="http://www.fsf.org/appeal/2010/join" alt="Help us reach our target of raising over $500,000 -- Join Now" title="Help us reach our target of raising over $500,000 -- Join Now" />
35 </map>
36
37
38 <h1><a href="/"><img src="/images/1/1a/LP2010banner.png" alt="LibrePlanet" /></a></h1>
39
40 <p><a href="http://libreplanet.org/wiki/LibrePlanet:Mission_Statement">Acting locally for global free software adoption.</a></p>
41
42 </div>
43
44 <div id="bd" role="main">
45
46 <div class="yui-g" id="content">
47
48 <?php require($f); ?>
49
50 <div class="yui-gb" id="featured-boxes">
51 <div class="yui-u first">
52 <h3>Mailing list</h3>
53
54 <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>
55
56
57 </div>
58 <div class="yui-u">
59 <h3>IRC channel</h3>
60
61 <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>
62
63
64 </div>
65 <div class="yui-u">
66 <h3>Follow us on identi.ca</h3>
67
68 <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>
69
70 </div>
71 </div>
72
73 </div>
74
75 <div id="ft" role="contentinfo">
76
77
78 <div id="fsfcopyright">Copyright 2009, <a href="http://www.fsf.org/">Free Software Foundation</a>, Inc.</div>
79
80 <p><a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/us/"><img src="/88x31.png"></a></p>
81
82 <p id="feedback">Your feedback on our new website is welcome. <a href="mailto:campaigns@fsf.org">campaigns@fsf.org</a></p>
83
84
85 </div>
86 </div>
87
88 </body>
89 </html>