-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcontact.html
More file actions
68 lines (63 loc) · 1.6 KB
/
contact.html
File metadata and controls
68 lines (63 loc) · 1.6 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<?php
$page = 'Contact';
require_once('header.php');
?>
<div id='main'>
<div class='wrapper'>
<div id='left'>
<h1>
Get in touch with us!
</h1>
<h3>
What? Why? How? Find out.
</h3>
</hgroup>
<h2>
Want in?
</h2>
<p>
If you want to share your expertise with the Thimbl team,
then head over to <a href="http://community.thimbl.net">http://community.thimbl.net</a>
and share your ideas!
</p>
<h2>
Media contact
</h2>
<p>
Want to run a story on Thimbl? Need an interview? Contact <a href="mailto:media@telekommunisten.net">media@telekommunisten.net</a>.
</p>
<h2>
Just hyping?
</h2>
<p>
Hype all you want! Find us on the social networks we'd love to get away from. The links are all over the place, you can't have missed them. ;)
</p>
</div>
<div id='right' class="notgrey">
<div id="rightaward">
<h2>
Vote for Thimbl!
</h2>
<img src="award.png" alt="Award"></img>
<p>
We are nominated for the Transmediale/ Mozilla fondation Open Web Award!
</p>
<a href="award.html">Check it out!</a>
</div>
<p class="pinkBox">
"The Internet has always been about sharing: Usenet, email and IRC enabled social connections way before the social media hype."
</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>