-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsubPage.html
More file actions
117 lines (115 loc) · 3.7 KB
/
subPage.html
File metadata and controls
117 lines (115 loc) · 3.7 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
<!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>
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body id="sub-page">
<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'>
<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>
<h2>
Voting has opened!
</h2>
<p>
Pellentesque a dapibus sapien. Sed fermentum ornare ornare. Pellentesque sodales justo sed nisl facilisis hendrerit.
Proin pulvinar ipsum vitae velit venenatis malesuada non mollis augue. Suspendisse suscipit felis non enim ullamcorper in auctor neque consequat.
Nam sed ullamcorper purus. Vestibulum eleifend nunc vel dui porta cursus. Donec gravida egestas nunc sit amet tincidunt.
</p>
<h2>
Voting has opened!
</h2>
<p>
Pellentesque a dapibus sapien. Sed fermentum ornare ornare. Pellentesque sodales justo sed nisl facilisis hendrerit.
Proin pulvinar ipsum vitae velit venenatis malesuada non mollis augue. Suspendisse suscipit felis non enim ullamcorper in auctor neque consequat.
Nam sed ullamcorper purus. Vestibulum eleifend nunc vel dui porta cursus. Donec gravida egestas nunc sit amet tincidunt.
</p>
<h2>
Voting has opened!
</h2>
<p>
Pellentesque a dapibus sapien. Sed fermentum ornare ornare. Pellentesque sodales justo sed nisl facilisis hendrerit.
Proin pulvinar ipsum vitae velit venenatis malesuada non mollis augue. Suspendisse suscipit felis non enim ullamcorper in auctor neque consequat.
Nam sed ullamcorper purus. Vestibulum eleifend nunc vel dui porta cursus. Donec gravida egestas nunc sit amet tincidunt.
</p>
</div>
<div id='right'>
<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>
</div>
<div style="clear: both;"></div>
</div>
</div>
<footer>
<div class="wrapper">
<nav>
<h5>
SUPPORT THIMBL
</h5>
<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>
<div style="clear: both;"></div>
</nav>
</div>
</footer>
</body>
</html>