-
Notifications
You must be signed in to change notification settings - Fork 60
/
index.html
48 lines (44 loc) · 1.28 KB
/
index.html
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
---
title: Open Knowledge Labs
layout: default
---
<div class="row">
<div class="span12">
<div id="claim" class="robot">
We make tools and insights using
<br />
open data, open content and open code
<br />
<a href="/join/">Join in »</a>
</div>
</div>
</div>
<div class="row">
<div class="span8 home">
{% include blog_header.html %}
<ul class="blog posts">
{% for post in site.categories.blog limit:5 %}
{% include blog_posts.html %}
{% endfor %}
<li><a href="/blog/">All blog posts…</a></li>
</ul>
</div>
<div class="span4 home sidebar">
<h4>Search Labs</h4>
<form action="/search">
<input type="text" name="search" placeholder="Search" class="">
</form>
<h4>Get involved</h4>
<p>
Labs is an open community. Come <a href="/join/">join in »</a>.
</p>
<p>
There are also plenty of ways to <a href="/contact/">get in touch</a>.
</p>
<h4>Twitter</h4>
{% include tweets.html %}
<h4>Latest Activity</h4>
{% include activity.html %}
<a href="http://www.shuttleworthfoundation.org/"><img src="http://assets.okfn.org/images/shuttleworth/shuttleworth%20funded-01.png" alt="Shuttleworth Supported" style="width: 200px;" /></a>
</div>
</div>