-
Notifications
You must be signed in to change notification settings - Fork 0
/
new-collection.html
357 lines (307 loc) · 15.1 KB
/
new-collection.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
<!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="#" data-toggle="modal" data-target="#connection">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 -->
<!-- BREADCRUMBS -->
<div class="row">
<div class="container">
<div class="row">
<div class="col-xs-12">
<ol class="breadcrumb">
<li><a href="#">Home</a></li>
<li class="active">New Tool</li>
</ol>
</div>
</div>
</div>
</div>
<!-- MAIN -->
<div class="row section">
<div class="container">
<div class="row">
<div class="col-md-12 content content-left">
<div class="row">
<div class="col-xs-12"><h1>Add a new collection</h1></div>
</div>
</div>
</div>
<div class="row">
<!-- CONTENT -->
<div class="col-md-9 content content-left">
<div class="row">
<div class="col-xs-12">
<form>
<div class="row section-form">
<div class="col-xs-12">
<div class="form-group">
<label for="exampleInputEmail1">Name</label>
<input type="email" class="form-control" id="exampleInputEmail1" placeholder="What's the official name of the tool?">
</div>
<div class="form-group">
<label for="exampleInputPassword1">About</label>
<input type="password" class="form-control" id="exampleInputPassword1" placeholder="Add a complete description">
</div>
</div>
</div>
<div class="row section-form">
<div class="col-xs-12">
<div class="form-group">
<label for="exampleInputPassword1">Tools</label>
</div>
<div class="row list">
<div class="col-xs-12">
<div class="thumbnail tool">
<button type="button" class="close" data-dismiss=""><span aria-hidden="true">×</span><span class="sr-only">Close</span></button>
<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">
<button type="button" class="close" data-dismiss=""><span aria-hidden="true">×</span><span class="sr-only">Close</span></button>
<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>
<div class="row">
<div class="col-xs-10">
<input type="password" class="form-control" id="exampleInputPassword1" placeholder="Type the name of an existing tool you want to add">
</div>
<div class="col-xs-2">
<button type="submit" class="btn btn-default btn-action3 pull-right btn-block">Create new</button>
</div>
</div>
</div>
</div>
<div class="row section-form">
<div class="col-xs-12">
<div class="form-group">
<label for="exampleInputPassword1">Use cases</label>
</div>
<div class="row list">
<div class="col-xs-12">
<div class="thumbnail example">
<button type="button" class="close" data-dismiss=""><span aria-hidden="true">×</span><span class="sr-only">Close</span></button>
<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">
<button type="button" class="close" data-dismiss=""><span aria-hidden="true">×</span><span class="sr-only">Close</span></button>
<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>
<div class="row">
<div class="col-xs-10">
<input type="password" class="form-control" id="exampleInputPassword1" placeholder="Type the name of an existing use case you want to add">
</div>
<div class="col-xs-2">
<button type="submit" class="btn btn-default btn-action3 pull-right btn-block">Create new</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- LEFT SIDEBAR -->
<div class="col-md-3 sidebar">
<div class="row">
<div class="col-xs-12">
<div class="thumbnail orga grey">
<div class="upload-container">
<label for="exampleInputFile">Logo</label>
<div class="upload-zone">
<span class="glyphicon glyphicon-camera" aria-hidden="true"></span>Upload image
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-12">
<i>We suggest to upload images with a resolution of 1920x1080px. </i>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row section-form last">
<div class="container">
<div class="col-md-9 content content-left">
<button type="submit" class="btn btn-default pull-right">Publish collection</button>
</div>
</div>
</div>
</form>
<!-- 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 -->
<!-- /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 src="js/main.js">
$('#myModal').on('shown.bs.modal', function () {
$('#myInput').focus()
})
</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>