-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfrontPage.html
More file actions
118 lines (115 loc) · 3.79 KB
/
frontPage.html
File metadata and controls
118 lines (115 loc) · 3.79 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
108
109
110
111
112
113
114
115
116
117
118
<!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="presentation.png" />
<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=''><img src='presentation.png'/></a>
</div>
</header>
<nav>
<div class="wrapper">
<ul>
<li class="active">
<a href=''>Home</a>
</li>
<li>
<a href=''>Blog</a>
</li>
<li>
<a href=''>Presentation</a>
</li>
<li>
<a href=''>About</a>
</li>
<li>
<a href=''>Contact</a>
</li>
<li>
<a href=''>Who?</a>
</li>
<li>
<a href=''>Code</a>
</li>
<li>
<a href=''>Award</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>
<h2 class="twitter">
<em>Buzz about #thimbl</em> on Twitter
</h2>
</div>
<div id='right'>
<nav>
<ul>
<li id="thimbl">
<a href=''>Vote for Thimbl</a>
</li>
<li id="facebook">
<a href=''>Like us on Facebook</a>
</li>
<li id="twitter">
<a href=''>Follow us on Twitter</a>
<li id="identica">
<a href=''>Follow us on Identi.ca</a>
</li>
</ul>
</nav>
<h2>
Voting has opened!
</h2>
<p>
The voting has opened! Now the fun really starts! Head on over to the Mozilla Drumbeat site and <a href=''>cast your vote for thimbl!</a>
</p>
<p>
Now the work starts in earnest. You'll see frequent updates from the team here and on the drumbeat site, as well as twitter and identica.
We've close to finishing the first release of the application and we're excited to get feedback from you guys. Stay tuned!
</p>
<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>
<p>
Vote for Thimbl now! Thimbl has been nominated for the Transmediale/Mozilla Foundation Open Web Award. The voting is now open, so head over to the
<a href="http://www.drumbeat.org/open-web-award-finalists-voting">Mozilla Drumbeat</a> site to cast your vote.
Read more about <a href="http://www.transmediale.de/awards2011">the award</a>.
</p>
</div>
<div style="clear: both;"></div>
</div>
</div>
</body>
</html>