-
Notifications
You must be signed in to change notification settings - Fork 0
/
platform.html
445 lines (380 loc) · 18.6 KB
/
platform.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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang=""> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang=""> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang=""> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang=""> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>OGP toolbox</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,400i,700" rel="stylesheet"> <link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/ogp-style.css">
<link rel="stylesheet" href="css/bootstrap-theme.min.css">
<link rel="stylesheet" href="css/main.css">
<script src="js/vendor/modernizr-2.8.3-respond-1.4.2.min.js"></script>
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<!-- COMMON HEADER -->
<!-- Main fixed header -->
<header>
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">OGPtoolbox</a><p class="navbar-text">tools and use cases for open government</p>
</div>
<ul class="nav navbar-nav navbar-right">
<li><a href="#">Log In</a></li>
<button type="button" class="btn btn-default btn-action">Add new</button>
</ul>
</div>
</nav>
<!-- Navigation bar -->
<nav class="navbar navbar-inverse">
<div class="container">
<!-- Toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="software.html">Tools</a></li>
<li><a href="platform.html">Examples</a></li>
<li><a href="organization.html">Organizations</a></li>
<li><a href="#">Help</a></li>
</ul>
<form class="navbar-form navbar-right">
<div class="form-group search-bar">
<span class="glyphicon glyphicon-search" aria-hidden="true"></span><input type="text" class="form-control" placeholder="Search for a tool, example or organization">
</div>
</form>
</div>
</div>
</nav>
</header>
<!-- COMMON HEADER END -->
<!-- BUBBLE SUMMARY -->
<div class="banner screenshot">
<div class="row ">
<div class="col-md-12 text-center"><img src="img/collection-cover.png"></img></div>
</div>
</div>
<!-- BREADCRUMBS -->
<div class="row pull-screenshot">
<div class="container">
<div class="row">
<div class="col-xs-12">
<ol class="breadcrumb">
<li><a href="#">Home</a></li>
<li><a href="#">Library</a></li>
<li class="active">Data</li>
</ol>
</div>
</div>
</div>
</div>
<!-- MAIN -->
<div class="row section push-screenshot">
<div class="container">
<div class="row">
<!-- LEFT SIDEBAR -->
<div class="col-md-3 sidebar">
<div class="row">
<div class="col-xs-12">
<div class="thumbnail orga grey">
<div class="visual"><img src="img/wethepeople.png" alt="screen"></div>
<div class="caption">
<table class="table">
<tbody>
<tr class="editable"> <td class="table-label">Type</td> <td>Web Software</td> </tr>
<tr class="editable"> <td class="table-label">Release</td> <td>2011</td> </tr>
<tr class="editable"> <td class="table-label">Area</td> <td>United Sates</td> </tr>
<tr> <td class="table-label">Use it</td> <td><button type="button" class="btn btn-default btn-action">Visit website</button></td> </tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-12">
<div class="panel panel-default panel-side">
<div class="panel-heading">
<div class="row">
<div class="col-xs-12 text-left"><h6 class="panel-title">Mostly used for</h6></div>
</div>
</div>
<div class="panel-body">
<table class="table">
<tbody>
<tr> <th scope="row">1.</th> <td>Open Data</td> <td class="text-right">37%</td> </tr>
<tr> <th scope="row">2.</th> <td>Portal</td> <td class="text-right">18%</td> </tr>
<tr> <th scope="row">3.</th> <td>Open Governement</td> <td class="text-right">8%</td> </tr>
<tr> <th scope="row">4.</th> <td>Storage</td> <td class="text-right">5%</td> </tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-12">
<div class="panel panel-default panel-side">
<div class="panel-heading">
<div class="row">
<div class="col-xs-7 text-left"><h6 class="panel-title">Similar tools</h6></div>
<div class="col-xs-5 text-right up7"><button type="button" class="btn btn-default btn-xs btn-action">Edit</button></div>
</div>
</div>
<div class="panel-body chart">
<table class="table">
<tbody>
<tr> <th class="tool-icon-small" scope="row"><img src="img/ckan.png">.</th> <td>Udata</td> <td class="text-right">50.367</td> </tr>
<tr> <th class="tool-icon-small" scope="row"><img src="img/consul.png"></th> <td>DKAN</td> <td class="text-right">11.348</td> </tr>
<tr> <th class="tool-icon-small" scope="row"><img src="img/hackpad.png"></th> <td>OpenDataSoft</td> <td class="text-right">7.032</td></tr>
<tr> <th class="tool-icon-small" scope="row"><img src="img/ckan.png"></th> <td>Socrata Open Data</td> <td class="text-right">3.456</td></tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-12">
<div class="panel panel-default panel-side">
<div class="panel-heading">
<div class="row">
<div class="col-xs-7 text-left"><h6 class="panel-title">Tags</h6></div>
<div class="col-xs-5 text-right up7"><button type="button" class="btn btn-default btn-xs btn-action">Edit</button></div>
</div>
</div>
<div class="panel-body">
<span class="label label-default label-tag">CMS</span>
<span class="label label-default label-tag">Open-Data</span>
<span class="label label-default label-tag">Open-Spurce</span>
<span class="label label-default label-tag">Python</span>
<span class="label label-default label-tag">Framework</span>
<span class="label label-default label-tag">web</span>
<span class="label label-default label-tag">platform</span>
</div>
</div>
</div>
</div>
</div>
<!-- CONTENT -->
<div class="col-md-9 content content-right push-screenshot2">
<div class="row">
<div class="col-xs-12"><h1>We the people<small>Platform</small></h1></div>
</div>
<div class="row">
<div class="col-xs-12">
<div class="row metrics">
<div class="col-xs-4 text-center"><span class="metric-label">Examples</span><h3>5891</h3></div>
<div class="col-xs-4 text-center"><span class="metric-label">Organizations</span><h3>318</h3></div>
<div class="col-xs-4 text-center"><span class="metric-label">Simplicity</span><h3>127</h3></div>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-12">
<div class="panel panel-default">
<div class="panel-heading">
<div class="row">
<div class="col-xs-8 text-left"><h3 class="panel-title">About</h3></div>
<div class="col-xs-4 text-right up7"><a class="show-more">Best of 8 </a><button type="button" class="btn btn-default btn-xs btn-action">Edit</button></div>
</div>
</div>
<div class="panel-body">
<p>The right to petition your government is guaranteed by the First Amendment of the United States Constitution. We the People is a platform that empowers the American public to take this action like never before – it’s a way for anybody, anywhere, to speak directly to the government and become an agent for change. With We the People, you can easily create a petition online, share it, and collect signatures. If you gather 100,000 signature in 30 days, we’ll review your petition, make sure it gets in front of the appropriate policy experts, and issue an official response.</p>
</div>
</div>
<div class="panel panel-default panel-collapse up20">
<div class="panel-heading" role="tab" id="headingTwo" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
<div class="row">
<div class="col-xs-8 text-left"><h3 class="panel-title">
Additional informations
</h3></div>
<div class="col-xs-4 text-right"><a class="show-more pull-right">Show 6 more<span class="glyphicon glyphicon-menu-down"></span></a></div>
</div>
</div>
<div id="collapseTwo" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingTwo">
<div class="panel-body nomargin">
<table class="table table-striped">
<tbody>
<tr> <th scope="row">Developer</th> <td>Open Knowledge Foundation</td> </tr>
<tr> <th scope="row">Original release date</th> <td>January 2007</td> </tr>
<tr> <th scope="row">Latest release</th> <td>23 september 2015</td></tr>
<tr> <th scope="row">Programming Language</th> <td>Python</td> </tr>
<tr> <th scope="row">Available Languages</th> <td>English, French, Spanish, Russian, German, Italian</td> </tr>
<tr> <th scope="row">Demo</th> <td><a>http://demo.ckan.org/</a></td></tr>
<tr> <th scope="row">Contact</th> <td><a>[email protected]</a></td></tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<div class="row">
<div class="col-xs-8 text-left"><h3 class="panel-title">Made with</h3></div>
<div class="col-xs-4 text-right up7"><button type="button" class="btn btn-default btn-xs btn-action">Add</button></div>
</div>
</div>
<div class="panel-body">
<div class="row list">
<div class="col-xs-12">
<div class="thumbnail tool">
<div class="visual"><img src="img/demos.png" alt="logo"></div>
<div class="caption">
<h4>DemocracyOS<small>Software</small></h4>
<p>OpenSpending is a centralized platform on the topic of public financial information, including an global database of budgets and spending data, a community of contributors and users exposing cases, and a set of open resources and tools providing technical, fiscal, and political understanding necessary to work with financial data.</p>
</div>
<div class="tags">
<span class="label label-default label-tool">Default</span><span class="label label-default label-tool">Default</span><span class="label label-default label-tool">Default</span>
</div>
</div>
</div>
<div class="col-xs-12">
<div class="thumbnail tool">
<div class="visual"><img src="img/hackpad.png" alt="logo"></div>
<div class="caption">
<h4>Hackpad<small>Software</small></h4>
<p>OpenSpending is a centralized platform on the topic of public financial information, including an global database of budgets and spending data, a community of contributors and users exposing cases, and a set of open resources and tools providing technical, fiscal, and political understanding necessary to work with financial data.</p>
</div>
<div class="tags">
<span class="label label-default label-tool">Default</span><span class="label label-default label-tool">Default</span><span class="label label-default label-tool">Default</span>
</div>
</div>
</div>
<div class="col-sm-12 text-center"><a class="show-more">Show all 398<span class="glyphicon glyphicon-menu-down"></span></a></div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<div class="row">
<div class="col-xs-8 text-left"><h3 class="panel-title">Used for</h3></div>
<div class="col-xs-4 text-right up7"><a class="show-more">Best of 129</a><button type="button" class="btn btn-default btn-xs btn-action">Add</button></div>
</div>
</div>
<div class="panel-body">
<div class="row list">
<div class="col-xs-12">
<div class="thumbnail example">
<div class="visual"><img src="img/screen1.png" alt="screen"></div>
<div class="caption">
<h4>OpenSpending<small>Platform</small></h4>
<div class="example-author"><img src="img/whitehouse.png" alt="screen">The White House</div>
<p>OpenSpending is a centralized platform on the topic of public financial information, including an global database of budgets and spending data, a community of contributors and users exposing cases, and a set of open resources and tools providing technical, fiscal, and political understanding necessary to work with financial data.</p>
</div>
<div class="tags">
<span class="label label-default label-tool">Default</span><span class="label label-default label-tool">Default</span><span class="label label-default label-tool">Default</span>
</div>
</div>
</div>
<div class="col-xs-12">
<div class="thumbnail example">
<div class="visual"><img src="img/screen2.png" alt="screen"></div>
<div class="caption">
<h4>OpenSpending<small>Final use</small></h4>
<div class="example-author"><img src="img/whitehouse.png" alt="screen">The White House</div>
<p>OpenSpending is a centralized platform on the topic of public financial information, including an global database of budgets and spending data, a community of contributors and users exposing cases, and a set of open resources and tools providing technical, fiscal, and political understanding necessary to work with financial data.</p>
</div>
<div class="tags">
<span class="label label-default label-tool">Default</span><span class="label label-default label-tool">Default</span><span class="label label-default label-tool">Default</span>
</div>
</div>
</div>
<div class="col-sm-12 text-center"><a class="show-more">Show all 398<span class="glyphicon glyphicon-menu-down"></span></a></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- COMMON FOOTER -->
<footer>
<div class="row section footer">
<div class="container">
<div class="row">
<div class="col-xs-12 col-md-6">
<div class="row">
<div class="col-xs-6"><img class="footer-logo" src="img/ogp-logo.png" alt="Toolname"> </div>
<div class="col-xs-6">
<h4>Language</h4>
<div class="dropdown dropdown-language">
<button class="btn btn-default dropdown-toggle" type="button" id="dropdownMenu1" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
English
<span class="caret"></span>
</button>
<ul class="dropdown-menu" aria-labelledby="dropdownMenu1">
<li><a href="#">Français</a></li>
<li><a href="#">Espanol</a></li>
</ul>
</div>
</div>
</div>
<p class="info-box">The Open Government Partnership is a multilateral initiative that aims to secure concrete commitments from governments to promote transparency, empower citizens, fight corruption, and harness new technologies to strengthen governance. In the spirit of multi-stakeholder collaboration, OGP is overseen by a Steering Committee including representatives of governments and civil society organizations.</p></div>
<div class="col-xs-6 col-md-3">
<h4>About</h4>
<ul class="footer-menu">
<li><a href="#">Eligibility Criteria</a></li>
<li><a href="#">Develop a National Action Plan</a></li>
<li><a href="#">Self-Assessment Process</a></li>
<li><a href="#">Response Policy</a></li>
<li><a href="#">Civil Society Engagement</a></li>
<li><a href="#">Calendars and Deadlines</a></li>
</ul>
</div>
<div class="col-xs-6 col-md-3">
<h4>How it works</h4>
<ul class="footer-menu">
<li><a href="#">Home</a></li>
<li><a href="#">Profile</a></li>
<li><a href="#">Messages</a></li>
</ul>
</div>
</div>
<div class="row copyright">
<div class="col-md-12">© 2016 Open Government Partnership</div>
</div>
</div>
</div>
</footer>
</div> <!-- /container -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.2.min.js"><\/script>')</script>
<script src="js/vendor/bootstrap.min.js"></script>
<script src="js/main.js"></script>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='//www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-XXXXX-X','auto');ga('send','pageview');
</script>
</body>
</html>