updated HTML
[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');
6108e758 8 @import url('/screen.css');
3fa3b05b
ML
9
10
29be191d 11
6108e758
ML
12 </style>
13</head>
14<body id="<?php
3fa3b05b 15
6108e758 16$p = $_GET['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"; }
23if ($p=='n') { $f="news.php"; echo "tab-news"; } elseif ($p=='') { $f="join.php"; echo "tab-join"; }
3fa3b05b 24
6108e758 25 ?>">
e6a11937
ML
26
27 <div id="navi">
28
29<div>
3fa3b05b 30
6108e758
ML
31 <ul>
32 <li class="netscape4"><a href="#bd">Skip navigation</a></li>
33 <li id="tab-join-link"><a href="/">Join</a></li>
9ceb8531 34 <li><a href="/wiki">Wiki</a></li>
6108e758
ML
35 <li id="tab-groups-link"><a href="?p=g">Groups</a></li>
36 <li id="tab-projects-link"><a href="?p=p">Projects</a></li>
37 <li id="tab-events-link"><a href="?p=e">Events</a></li>
38 <li id="tab-news-link"><a href="?p=n">News</a></li>
39 </ul>
3fa3b05b 40
b68a39c6 41
ad68ba79 42 <form action="/wiki/Special:Search" id="searchform"><div>
6108e758
ML
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>
1b9a1b8b 46
e6a11937
ML
47</div>
48
6108e758 49 </div>
3fa3b05b 50
b68a39c6
ML
51<div id="doc2" class="yui-t7">
52 <div id="bd" role="main">
53
54 <div class="yui-g" id="content">
3fa3b05b 55
6108e758 56<p><img src="big-logo.png" alt="LibrePlanet"></p>
d11b34d9 57
5e8971a1 58 <p>Acting locally for global free software adoption.</p>
6f03eeea 59
6108e758 60 <?php require($f); ?>
29be191d 61
6108e758
ML
62<div class="yui-gb" id="featured-boxes">
63 <div class="yui-u first">
64<h3>Mailing list</h3>
29be191d 65
6108e758 66<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 67
3fa3b05b 68
6108e758
ML
69</div>
70 <div class="yui-u">
71<h3>IRC channel</h3>
6f03eeea 72
d82844cb 73<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 74
6f03eeea 75
3fa3b05b 76</div>
6108e758
ML
77 <div class="yui-u">
78<h3>Follow us on identi.ca</h3>
3fa3b05b 79
6108e758 80<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 81
6108e758
ML
82</div>
83 </div>
3fa3b05b 84
6108e758 85 </div>
3fa3b05b 86
6108e758 87 <div id="ft" role="contentinfo">
3fa3b05b 88
3fa3b05b 89
6108e758 90<div id="fsfcopyright">Copyright 2009, <a href="http://www.fsf.org/">Free Software Foundation</a>, Inc.</div>
3fa3b05b 91
6108e758 92 <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>
3fa3b05b 93
6108e758 94 <p id="feedback">Your feedback on our new website is welcome. <a href="mailto:campaigns@fsf.org">campaigns@fsf.org</a></p>
3fa3b05b 95
3fa3b05b 96
3fa3b05b 97</div>
d11b34d9 98</div>
3fa3b05b
ML
99
100</body>
6108e758 101</html>