]> sipb.mit.edu Git - ikiwiki.git/blob - templates/misc.tmpl
Remove extra index link from misc.tmpl
[ikiwiki.git] / templates / misc.tmpl
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4 <head>
5 <TMPL_IF NAME="FORCEBASEURL">
6 <base href="<TMPL_VAR FORCEBASEURL>" />
7 <TMPL_ELSE>
8 <base href="<TMPL_VAR BASEURL>" />
9 </TMPL_IF>
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
11 <title><TMPL_VAR TITLE></title>
12 <link rel="stylesheet" href="<TMPL_VAR BASEURL>style.css" type="text/css" />
13 <!-- link rel="stylesheet" href="<TMPL_VAR BASEURL>local.css" type="text/css" / -->
14 <TMPL_IF NAME="FAVICON">
15 <link rel="icon" href="<TMPL_VAR BASEURL><TMPL_VAR FAVICON>" type="image/x-icon" />
16 </TMPL_IF>
17 </head>
18 <body>
19
20 <div id="content-block">
21          <div id="logo">
22                 <a href="http://sipb.mit.edu/"><img src="<TMPL_VAR BASEURL>images/grumpyfuzzball.png" alt="grumpy fuzzball" /></a>
23                 <a href="http://sipb.mit.edu/"><img src="<TMPL_VAR BASEURL>images/SIPBlogo.png" alt="MIT Student Information Processing Board" id="sipb-logo" /></a>
24                 <div id="hidden-title"><h1>SIPB: MIT Student Information Processing Board</h1></div>
25          </div>
26          
27          <ul id="navigation">
28                 <li class="blue">
29                         <a href="#services"><span>Services</span></a>
30                 </li>
31                 <li class="green">
32                         <a href="#about"><span>About</span></a>
33                 </li>
34                 <li class="orange">
35                         <a href="#resources"><span>Resources</span></a>
36                 </li>
37                 <li class="yellow">
38                         <a href="#join"><span>Join</span></a>
39                 </li>
40          </ul>
41          <div id="events-block">
42                 <h3>Index</h3>
43                 <h4>Who are we?</h4>
44                 <p>We are MIT's volunteer student computing group, improving computing at MIT since 1969. Today, SIPB projects provide innovative services and special expertise to the MIT community. We have an office just outside the Athena cluster in the student center W20, and you are welcome to come by to ask us for help or to hang around and use our computers.</p>
45          </div>
46          <div id="featured-block" class="generic">
47                 <h1><TMPL_VAR TITLE></h1>
48                 <TMPL_VAR PAGEBODY>
49          </div>
50         <div id="prefooter"></div>      
51 </div>
52
53 <div id="footer">
54 &copy; 2009 Student Information Processing Board
55 </div>
56
57 </body>
58 </html>