This repository has been archived by the owner on Apr 16, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
97 lines (80 loc) · 3.57 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>Aid Transparency Tracker</title>
<link href="/plan/static/bootstrap-responsive.css" media="all" rel="stylesheet" type="text/css" />
<link href="/plan/static/css/bootstrap.css" media="all" rel="stylesheet" type="text/css" />
<script src="/plan/static/vendor/jquery/1.7.1/jquery.js" type="text/javascript"></script>
<script src="/plan/static/bootstrap.min.js" type="text/javascript"></script>
<script src="/plan/static/d3.v2.min.js" type="text/javascript"></script>
<link href="/plan/static/style.css" media="all" rel="stylesheet" type="text/css" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-18679634-6']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div class="navbar navbar-static-top">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=
".nav-collapse"></a> <a class="brand" href="/">Aid Transparency
Tracker</a>
<div class="nav-collapse collapse">
<ul class="nav">
<li class="active"><a href="/">Home</a></li>
<li><a href="/plan/">Plan</a></li>
<li><a href="/publish/">Publish</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
</div>
<div class="jumbotron masthead masthead-tracker-home">
<div class="container">
<h1>Aid Transparency Tracker</h1>
<p class="lead">Organisations are publishing more information about their aid activities.</p>
<p class="lead">Find out <a href="plan/">what their plans are</a>, and <a href="publish/">what they are already publishing</a>.</p>
</div>
</div>
<div class="container">
<div class="row">
<p class="lead">The Aid Transparency Tracker has been developed by <a href="http://www.publishwhatyoufund.org" target="_blank">Publish What You Fund</a> to monitor
progress made by organisations in making their aid information more
transparent. It provides the data for the annual <a href="http://www.publishwhatyoufund.org/the-index/" target="_blank">Aid Transparency Index</a>.</p>
</div>
<div class="row">
<span class="span5 offset1">
<h1>Plan</h1>
<p class="lead">See what organisations have committed to publish</p>
<p><a class="btn btn-large btn-plan" href="plan/">Plan »</a></p>
</span>
<span class="span5 offset1">
<h1>Publish</h1>
<p class="lead">See what organisations are<br>currently publishing</p>
<p><a class="btn btn-large btn-publish" href="publish/">Publish »</a></p>
</span>
</div>
</div>
<footer class="footer">
<div class="container">
<p><a href=
"http://publishwhatyoufund.org"><img src="/plan/static/img/pwyf_small.png"
alt="A project of Publish What You Fund"></a></p>
<p>All source code on Github; released under the
<a href="http://www.gnu.org/licenses/agpl-3.0.html">AGPL v3.0
License</a>.</p>
</div>
</footer>
</body>
</html>