updated site for LP conf
[libreplanet-static.git] / index-normal.php
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2 "http://www.w3.org/TR/html4/strict.dtd">
3 <html>
4 <head>
5 <title>LibrePlanet &mdash; a place for free software users, developers and activists connect and share information and resources.</title>
6 <style type="text/css" media="screen">
7
8 @import url('/reset.css');
9 @import url('/base.css');
10 @import url('/screen.css');
11
12
13
14 </style>
15 </head>
16 <body id="<?php
17
18 $p = $_GET['p'];
19
20 if ($p=='s') { $f="signup.php"; echo "tab-join"; }
21
22 if ($p=='p') { $f="projects.php"; echo "tab-projects"; }
23 if ($p=='g') { $f="groups.php"; echo "tab-groups"; }
24 if ($p=='e') { $f="events.php"; echo "tab-events"; }
25 if ($p=='n') { $f="news.php"; echo "tab-news"; } elseif ($p=='') { $f="join.php"; echo "tab-join"; }
26
27 ?>">
28 <div id="doc2" class="yui-t7">
29 <div id="hd" role="banner">
30
31 <ul>
32 <li class="netscape4"><a href="#bd">Skip navigation</a></li>
33 <li id="tab-join-link"><a href="/">Join</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="http://groups.fsf.org/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 <p><a href="http://groups.fsf.org/wiki/Special:UserLogin">Log in</a></p>
48
49 </div>
50
51
52
53 </div>
54 <div id="bd" role="main">
55
56 <div class="yui-g" id="content">
57
58 <p><img src="big-logo.png" alt="LibrePlanet"></p>
59
60
61 <?php require($f); ?>
62
63 <div class="yui-gb" id="featured-boxes">
64 <div class="yui-u first">
65 <h3>Mailing list</h3>
66
67 <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>
68
69
70 </div>
71 <div class="yui-u">
72 <h3>IRC channel</h3>
73
74 <p>Join us on IRC, in #libreplanet on irc.gnu.org, part of the Freenode network.</p>
75
76
77 </div>
78 <div class="yui-u">
79 <h3>Follow us on identi.ca</h3>
80
81 <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>
82
83 </div>
84 </div>
85
86 </div>
87
88 <div id="ft" role="contentinfo">
89
90
91 <div id="fsfcopyright">Copyright 2009, <a href="http://www.fsf.org/">Free Software Foundation</a>, Inc.</div>
92
93 <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>
94
95 <p id="feedback">Your feedback on our new website is welcome. <a href="mailto:campaigns@fsf.org">campaigns@fsf.org</a></p>
96
97
98 </div>
99 </div>
100
101 </body>
102 </html>