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('/reset.css');
8 @import url('/base.css');
9 @import url('/screen.css');
10
11
12
13 </style>
14 </head>
15 <body id="<?php
16
17 $p = $_GET['p'];
18
19 if ($p=='s') { $f="signup.php"; echo "tab-join"; }
20
21 if ($p=='p') { $f="projects.php"; echo "tab-projects"; }
22 if ($p=='g') { $f="groups.php"; echo "tab-groups"; }
23 if ($p=='e') { $f="events.php"; echo "tab-events"; }
24 if ($p=='n') { $f="news.php"; echo "tab-news"; } elseif ($p=='') { $f="join.php"; echo "tab-join"; }
25
26 ?>">
27 <div id="doc2" class="yui-t7">
28 <div id="hd" role="banner">
29
30 <ul>
31 <li class="netscape4"><a href="#bd">Skip navigation</a></li>
32 <li id="tab-join-link"><a href="/">Join</a></li>
33 <li><a href="/wiki">Wiki</a></li>
34 <li id="tab-groups-link"><a href="?p=g">Groups</a></li>
35 <li id="tab-projects-link"><a href="?p=p">Projects</a></li>
36 <li id="tab-events-link"><a href="?p=e">Events</a></li>
37 <li id="tab-news-link"><a href="?p=n">News</a></li>
38 </ul>
39
40 <div id="searchbox">
41
42 <form action="/wiki/Special:Search" id="searchform"><div>
43 <input id="searchInput" name="search" type="text" title="Search LibrePlanet [f]" accesskey="f" value="" />
44 <input type='submit' name="fulltext" class="searchButton" id="mw-searchButton" value="Search" title="Search the pages for this text" />
45 </div></form>
46
47 </div>
48
49
50
51 </div>
52 <div id="bd" role="main">
53
54 <div class="yui-g" id="content">
55
56 <p><img src="big-logo.png" alt="LibrePlanet"></p>
57
58
59 <?php require($f); ?>
60
61 <div class="yui-gb" id="featured-boxes">
62 <div class="yui-u first">
63 <h3>Mailing list</h3>
64
65 <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>
66
67
68 </div>
69 <div class="yui-u">
70 <h3>IRC channel</h3>
71
72 <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>
73
74
75 </div>
76 <div class="yui-u">
77 <h3>Follow us on identi.ca</h3>
78
79 <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>
80
81 </div>
82 </div>
83
84 </div>
85
86 <div id="ft" role="contentinfo">
87
88
89 <div id="fsfcopyright">Copyright 2009, <a href="http://www.fsf.org/">Free Software Foundation</a>, Inc.</div>
90
91 <p><a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/us/"><img src="http://i.creativecommons.org/l/by-sa/3.0/88x31.png"></a></p>
92
93 <p id="feedback">Your feedback on our new website is welcome. <a href="mailto:campaigns@fsf.org">campaigns@fsf.org</a></p>
94
95
96 </div>
97 </div>
98
99 </body>
100 </html>