-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.html
51 lines (48 loc) · 2.58 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
49
50
51
---
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>Texts</h2>
<p><a href="{{ "/agreement" | prepend: site.baseurl }}">Paris agreement text (with editorial corrections)</a> and <a href="{{ "/agreement/12-Dec-2015" | prepend: site.baseurl }}">final agreement text of the 12 December</a>. Also available are the earlier negotiating texts: <a href="{{ "/agreement/23-Oct-2015" | prepend: site.baseurl }}">23 Oct pre-Paris draft</a>, <a href="{{ "/agreement/4-dec-2015" | prepend: site.baseurl }}">4th Dec Paris draft</a>, <a href="{{ "/agreement/9-dec-2015" | prepend: site.baseurl }}">9th Dec Paris draft</a> (prepared in real-time during the conference).
</p>
<a href="{{ "/agreement/" | prepend: site.baseurl }}">Read now</a>
</div>
<div>
<div>
<h2>See the Diff</h2>
<p>Compare differences between the texts:
<br />
<br />
• <a href="{{ "/diff/23-oct-vs-4-dec" | prepend: site.baseurl }}">23 Oct vs 4 Dec</a>
<br />
• <a href="{{ "/diff/4-dec-vs-9-dec" | prepend: site.baseurl }}">4th Dec vs 9 Dec</a>
<br />
• <a href="{{ "/diff/9-dec-vs-12-dec" | prepend: site.baseurl }}">9th Dec vs 12 Dec</a>
<br />
• <a href="{{ "/diff/12-dec-vs-29-jan" | prepend: site.baseurl }}">12 Dec vs 29 Jan (editorial corrections)</a>
<br />
</p>
<a href="{{ "/diff/" | prepend: site.baseurl }}">See the diffs here</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>