forked from rufuspollock-okfn/cop21
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (36 loc) · 1.69 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
---
layout: default
js:
- vendor/jquery.adaptive-backgrounds.min
- home
---
<div class="home">
<section class="banner" data-adaptive-background='1' data-ab-css-background='1'>
<div class="wrapper">
<h1>{{ site.title }}</h1>
<p>{{ site.description }}</p>
<a href="{{ "/agreement/" | prepend: site.baseurl }}" style="font-size: 20px;">Read now</a>
</div>
</section>
<div class="wrapper">
<div>
<h2>23 Oct Final Draft Text</h2>
<p>Final draft negotiating text of 23 October 2015 including the minor revisions on 10th November. This is the version delegates started the conference with.</p>
<a href="{{ "/agreement/23-oct-2015/" | prepend: site.baseurl }}">Read now</a>
</div>
<div>
<div>
<h2>See the Diff</h2>
<p>See changes in the negotiating text in easy to read way<em>Coming soon</em>.</p>
<a href="{{ "/diff/" | prepend: site.baseurl }}">Read more</a>
</div>
</div>
<div>
<div>
<h2>About</h2>
<p>This effort is led by <a href="https://discuss.okfn.org/users/rufuspollock">Rufus Pollock</a> of <a href="http://okfnlabs.org/">Open Knowledge Labs</a> in collaboration with <a href="http://www.tommasoventurini.it/" target="_blank">Tommaso Venturini</a> of <a href="http://www.kcl.ac.uk/artshums/depts/ddh/index.aspx" target="_blank">Kings College Digital Humanities</a> and <a href="http://www.medialab.sciences-po.fr/" target="_blank">Sciences Po médialab</a>. It uses material from the <a href="http://www.iisd.ca/enb/">ENB from IISD</a>.</p>
<a href="{{ "/about/" | prepend: site.baseurl }}">Read more</a>
</div>
</div>
</div>
</div>