-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathwho.html
More file actions
102 lines (97 loc) · 4.2 KB
/
who.html
File metadata and controls
102 lines (97 loc) · 4.2 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<?php
$page = 'Who?';
require_once('header.php');
?>
<div id='main'>
<div class='wrapper'>
<div id='left'>
<h1>
The Thimbl team
</h1>
<h3>
Want in?
</h3>
<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>
<h3>
Media contact
</h3>
<p>
Want to run a story on Thimbl? Need an interview? Contact <a href="mailto:media@telekommunisten.net">media@telekommunisten.net</a>.
</p>
<h3>
Just hyping?
</h3>
<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>
<h2>
Get to know the people behind Thimbl.
</h2>
<dl>
<dt>Dmytri Kleiner</dt>
<dd>
Dmytri is the guy who came up with Thimbl. You can find him in #telnik on Freenode</dd>
<dd class="smaller">> <a href="http://dmytri.info">http://dmytri.info</a></dd>
<dd class="smaller">> <a href="http://www.twitter.com/dmytri">@dmytri</a></dd>
<dt>Rico Weise</dt>
<dd>
Rico is the man behind the man. Dmytri's business parter and the guy who gets things done.
</dd>
<dd class="smaller">> <a href="http://www.humanite.tk">http://www.humanite.tk</a></dd>
<dt>Anthony Shull</dt>
<dd>
Anthony is responsible for a large chunk of the javascript which helps drive Thimbl and in
helping to build thimbl.net
</dd>
<dd class="smaller"></dd>
<dt>Jonas Frankki</dt>
<dd>
Jonas is the guy who does all our design. He made the finger you see up there!
</dd>
<dd class="smaller">> <a href="http://www.jonasfrankki.com">http://www.jonasfrankki.com</a></dd>
<dt>Silja Nielsen</dt>
<dd>
Silja writes words, not code. Making this website understandable was her personal crusade.
</dd>
<dd class="smaller">> <a href="http://www.shmem.net">http://www.shmem.net</a></dd>
<dt>Mike Pearce</dt>
<dd>
Odd job man. Mike made the presentation and the first version of thimbl.net. He also
messes about with javascript when he has the time. Mike is also the blabbermouth who
does the blogging and maintains the Thimbl Twitter account.
</dd>
<dd class="smaller">> <a href="http://about.me/mikepearce">http://about.me/mikepearce</a></dd>
<dd class="smaller">> <a href="http://www.twitter.com/mikepearce">@mikepearce</a></dd>
<dt>Mark Carter</dt>
<dd>
Mark built the first Thimbl client that you run on the command line, we were all really
surprised and happy that he did. Good stuff Mark.
</dd>
<dd class="smaller">> <a href="http://blippy.github.com/Thimbl-CLI/">http://blippy.github.com/Thimbl-CLI/</a></dd>
<dt>Fernando Guillen</dt>
<dd>
Thimbl collaborator, Fernando Guillen, has made the team very happy by initiating a ruby Thimbl library and creating the first web-based Thimbl client.
</dd>
<dd class="smaller">> <a href="http://www.fernandoguillen.info/">http://www.fernandoguillen.info/</a></dd>
</hgroup>
</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>