-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpublishers.html
58 lines (56 loc) · 2.44 KB
/
publishers.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
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>OPENAG TOOL</title>
<link rel="icon" href="public/images/favicon.png">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" rel="stylesheet">
<!-- Required CSS -->
<link rel="stylesheet" href="./public/css/vendor.css">
<link rel="stylesheet" href="./public/css/app.css">
</head>
<body>
<main>
<header class="inner-page-header">
<nav class="navigation" data-spy="affix" data-offset-top="334">
<div class="container">
<div class="logo-name">Organizations Explorer</div>
<ul>
<li><a href="#" class="text--light active">Home</a></li>
<li><a href="#" class="text--light">Implementing Organizations</a></li>
<li><a href="#" class="text--light">Publishers</a></li>
</ul>
</div>
</nav>
<div class="container header__content">
<h2>Publishers</h2>
</div>
</header>
<section>
<div class="container">
<div class="row publishers-row">
<p>These IATI publishers are ranked based on the quality of Implementing Organizations’ data that they have entered while publishing their activities into IATI.
<a href="#">Learn more on how we rank them</a>.</p>
</div>
</div>
<div class="container">
<div class="row">
<div class="switch-wrapper">
<div class="switch">
<span>Generic Organization names</span>
<div class="TriSea-technologies-Switch pull-right">
<input id="TriSeaDefault" name="TriSea1" type="checkbox"/>
<label for="TriSeaDefault" class="label-default"><span class="on">on</span><span class="off">off</span></label>
</div>
</div>
<em>(Generic Names include organizations’ name such as <strong>Recipient government</strong>, <strong>Other</strong>, or <strong>blank entries</strong>.)</em>
</div>
</div>
</div>
</section>
</main>
</body>
</html>