-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
107 lines (101 loc) · 3.73 KB
/
index.html
File metadata and controls
107 lines (101 loc) · 3.73 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
103
104
105
106
107
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Thimbl - Free Open Source Distributed Micro-blogging</title>
<meta name="description" content="Welcome to thimbl, the free, open source, distributed micro-blogging platform. If you're tired of being locked in to one micro-blogging platform, or a single social network. Or you're weary of corporations hi-jacking your updates in the pursuit of money, then thimbl is for you." />
<link rel="image_src" type="image/png" href="http://thimbl.web.telekommunisten.net/thimbl/presentation.png" />
<link rel="shortcut icon" href="favicon.ico" />
<link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/3.2.0/build/cssreset/reset-min.css">
<link rel="stylesheet" type="text/css" href="base.css">
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js"></script>
<script type="text/javascript" src="base.js"></script>
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<header>
<div class="wrapper">
<a href='/presentation.html'><img src='presentation.png'/></a>
</div>
</header>
<nav>
<div class="wrapper">
<ul>
<li class="active">
<a href="index.html">Home</a>
</li>
<li>
<a href="community.html">Community</a>
</li>
<li>
<a href="about.html">About</a>
</li>
<li>
<a href="get_started.html">Get Started</a>
</li>
<li>
<a href="who.html">Who?</a>
</li>
<li>
<a href="code.html">Code</a>
</li>
</ul>
</div>
</nav>
</header>
<div id='main'>
<div class='wrapper'>
<div id='left'>
<hgroup>
<h1>
Thimbl is a Manifesto for the Open Web written in code
</h1>
<h3>
The most significant challenge the open web will need to overcome is not technical, it is political.
</h3>
</hgroup>
<p>
Welcome to Thimbl, the free, open source, distributed micro-blogging platform. If you're weary of corporations
hi-jacking your updates to make money, or if being locked in to one micro-blogging platform tires you — well, then Thimbl is for you!
</p>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fthimbl.net&layout=standard&show_faces=false&width=450&action=like&colorscheme=light&height=35" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:350px; height:45px;" allowTransparency="true"></iframe>
<h2 class="twitter">
<em>Buzz about #thimbl</em> on Twitter
</h2>
</div>
<div id='right'>
<a href="get_started.html">
<img src='get-started.png'/>
</a>
<nav>
<ul>
<li id="thimbl">
<a href="http://www.thimbl.net/community.html">Thimbl Community</a>
</li>
<li id="facebook">
<a href="http://www.facebook.com/telekommunisten">Like us on Facebook</a>
</li>
<li id="twitter">
<a href="http://www.twitter.com/thimbl">Follow us on Twitter</a>
<li id="identica">
<a href="http://identi.ca/thimbl">Follow us on Identi.ca</a>
</li>
</ul>
</nav>
<h2>
We're working on it!
</h2>
<p>
Thimbl is currently not ready for the world! We're still putting the finishing touches on what we believe will be a useful and successful application.
In the meantime, read more <a href="/about.html">about Thimbl</a>. See what we're up to on the social networks we'd love to get away from. Want to help? <a href="who.html">Tell us!</a>
</p>
</div>
<div style="clear: both;"></div>
</div>
</div>
<script src="http://static.getclicky.com/js" type="text/javascript"></script>
<script type="text/javascript">try{ clicky.init(258775); }catch(err){}</script>
</body>
</html>