-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcode.html
More file actions
41 lines (37 loc) · 1.05 KB
/
code.html
File metadata and controls
41 lines (37 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?php
$page = 'Code';
require_once('header.php');
?>
<div id='main'>
<div class='wrapper'>
<div id='left'>
<h1>
Thimbl is a Manifesto for the Open Web written in code.
</h1>
<h3>
Want to check the code out?
</h3>
</hgroup>
<h2>
<a href="http://github.com/telekommunisten">Thimbl @ github</a>
</h2>
<p>
Want to get stuck in and take a look? Grab the code from our <a href="http://github.com/telekommunisten">github account</a>.
</p>
</div>
<div id='right' class="notgrey">
<p class="pinkBox">
"We are not implying that some unfunded collective of activists can defeat web2.0 by just writing some nice software."
</p>
<br />
<div id="rightpresentation">
<h2>What is Thimbl?</h2>
<a href="presentation.html"><img src="presentation_small.png" alt="Presentation"></a>
</div>
</div>
<div style="clear: both;"></div>
</div>
</div>
<?php require_once('footer.php'); ?>
</body>
</html>