-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnews4.html
485 lines (415 loc) · 27 KB
/
news4.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
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta property="og:type" content="article" />
<meta property="og:title" content="Public Debate on the Open Government Partnership in the
Municipality of Prishtina" />
<meta property="og:description" content="Open Data Kosovo (ODK) as a member organization of the
National Coordination Committee for Kosovo's membership in the international initiative
Partnership for Open Government (OGP), organized the first public debate in the Municipality
of Prishtina within the process of drafting the National Action Plan 2022 - 2024. " />
<meta property="og:url" content="https://ogpkosova.org/news4.html" />
<meta property="og:image" content="https://ogpkosova.org/assets/img/news4/news.JPG">
<meta property="og:keywords" content="OGP, Kosovo, Open Government Partnership">
<meta property="og:author" content="Open Data Kosovo">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="assets/img/logo-ogp.png">
<title>Public Debate on the Open Government Partnership in the
Municipality of Prishtina</title>
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/slick-theme.css">
<link rel="stylesheet" href="css/slick.css">
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<script src="js/languages.js"></script>
<!-- Favicons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i"
rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- =======================================================
* Template Name: Gp - v4.3.0
* Template URL: https://bootstrapmade.com/gp-free-multipurpose-html-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top" style="background: black;">
<div class="container d-flex align-items-center justify-content-lg-between">
<style>
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
width: 80%;
padding-right: var(--bs-gutter-x, .75rem);
padding-left: var(--bs-gutter-x, .75rem);
margin-right: auto;
margin-left: auto;
}
</style>
<!-- <img src="assets/img/ogp-ks.png" width="80px" height="80px"><a href="index.html"></a> -->
<img src="assets/img/ogpkosovo_logo.png" width="80px" height="80px"><a href="index.html"></a>
<!-- Uncomment below if you prefer to use an image logo -->
<!-- <a href="index.html" class="logo me-auto me-lg-0"><img src="assets/img/logo.png" alt="" class="img-fluid"></a>-->
<nav id="navbar" class="navbar ml-auto order-last order-lg-0">
<ul>
<li><a key="home" class="lang nav-link" href="https://ogpkosova.org/index#hero">Home</a></li>
<li><a key="aboutt" class="lang nav-link" href="https://ogpkosova.org/index#about">About</a></li>
<li><a key="documents" class="lang nav-link"
href="https://ogpkosova.org/index#services">Documents</a>
</li>
<li><a key="Member" class="lang nav-link" href="https://ogpkosova.org/index#team">Members</a></li>
<li><a key="news" class="lang nav-link" href="https://ogpkosova.org/index#news">News</a></li>
<li><a key="contact" class="lang nav-link" href="https://ogpkosova.org/index#footer">Contact</a>
</li>
<!-- <li><a href="index.html" class="lang" key="aboutt" class="nav-link scrollto" href="#about">About</a></li>
<li><a href="index.html" class="lang" key="documents" class="nav-link scrollto" href="#services">Documents</a>
</li> -->
<!-- <li><a class="nav-link scrollto" href="#social">Social</a></li>-->
<!-- <li><a class="nav-link scrollto " href="#portfolio">Stories</a></li> -->
<!-- <li><a class="lang" key="Member" class="nav-link scrollto" href="#team">Members</a></li>
<li><a class="lang" key="documents" class="nav-link scrollto" href="#news">News</a></li>
<li><a class="lang" key="contact" class="nav-link scrollto" href="#footer">Contact</a></li> -->
<li class="dropdown"><a class="translate" ><span key="language" class= "lang">Language</span> <i
class="bi bi-chevron-down"></i></a>
<ul>
<li><a class="lang translate" key="english-lang" id="eng">English</a></li>
<li><a class="lang translate" key="albanian-lang" id="sq">Albanian</a></li>
<li><a class="translate lang" key="serbian-lang" id="srb">Serbian</a></li>
<!-- <li class="dropdown"><a href="#"><span>Deep Drop Down</span> <i class="bi bi-chevron-right"></i></a>
<ul>
<li><a href="#">Deep Drop Down 1</a></li>
<li><a href="#">Deep Drop Down 2</a></li>
<li><a href="#">Deep Drop Down 3</a></li>
<li><a href="#">Deep Drop Down 4</a></li>
<li><a href="#">Deep Drop Down 5</a></li>
</ul>
</li> -->
</ul>
</li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
<!-- <a href="#about" class="get-started-btn scrollto">Get Started</a> -->
</div>
</header><!-- End Header -->
<!-- End Hero -->
<main id="main">
<!-- ======= About Section ======= -->
<br>
<section id="about" class="about">
<div class="container d-flex d-md-flex mt-5" data-aos="fade-up">
<div class="row"> <br>
<div class="col-lg-6 pt-4 pt-lg-0 order-2 order-lg-1 content " data-aos="fade-right"
data-aos-delay="100">
<br>
<br>
<br>
</div>
</div>
<!-- Load Facebook SDK for JavaScript -->
<div id="fb-root"></div>
<script>(function (d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v3.0";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div id="odk" class="odk" style="text-align: justify !important; margin-bottom: -50px;">
<h1 class="lang" key="post-4-title"> Public Debate on the Open Government Partnership in the
Municipality of Prishtina</h1><br>
<!-- Share Facebook button -->
<div class="fb-share-button" data-href="https://ogpkosova.org/news4.html" data-layout="button"
data-size="large">Share</div>
<blockquote class="blockquote text-left" style="text-align: justify !important;">
<p class="mb-0">
<p class="lang" key="post-4-p1">
<br>8th of March,2022, Prishtinë - Open Data Kosovo (ODK) as a member organization of the
National Coordination Committee for Kosovo's membership in the international initiative
Partnership for Open Government (OGP), organized the first public debate in the Municipality
of Prishtina within the process of drafting the National Action Plan 2022 - 2024. Present at
this event were representatives of leading institutions, civil society, media and interested
citizens. The purpose of the open debate, which will be organized in other major
municipalities of Kosovo during March, is to consult with representatives of key state
institutions, NGOs, and citizens on key topics: anti-corruption, digital governance, data
openness and citizen participation in decision-making. As a result of discussions and
workshops, the Action Plan 2022-2024 will be a product of this co-creation process.
</p>
<p class="lang" key="post-4-p2">Delvina Haxhijaha, from ODK, praised the government's
willingness to cooperate with civil society organizations, emphasizing the full support of
civil society throughout the whole process. She emphasized that a key role in promoting
government institutions in respecting law enforcement, and institutional commitments and
reforms that strengthen participation and cooperation, belongs to civil society. Only by
having the right and accurate information, citizens and civil society will have the
opportunity to discuss and request accountability on government affairs, in order to
cooperate, monitor and evaluate the activity of leading institutions, said Haxhijaha.
</p>
<p class="lang" key="post-4-p3">On the other hand, Fidan Kalaja, Leader of OGP Kosova, expressed
that the process of public discussions is important in involving civil society organizations
in government matters, and the process of membership in OGP requires a full and continuous
coordination between government and civil society organizations. Mutual cooperation will
contribute in increasing the inclusion and consultation of all stakeholders by discussing
challenges, successes and providing concrete recommendations, which will be included in the
National Action Plan of the Republic of Kosovo.
</p>
<p class="lang" key="post-4-p4">The Kosovo National Action Plan is a plan that fulfills the
principles of the OGP, envisages concrete actions and broad results, and paves the way for
cross-sectoral cooperation in decision-making. In the open discussion session of the debate,
when discussing anti-corruption, the fact that Kosovo is one of the few countries that fully
discloses the property, assets, income and debts of about 5000 public officials of the
country was considered as an achievement. However, those present emphasized that despite
developments to combat this phenomenon, corruption requires more work and dedication, and
the OGP Kosovo membership process presents an opportunity to step up the efforts to combat
this phenomenon.
</p>
<p class="lang" key="post-4-p5">Another aspect discussed during the debate was digital
governance and openness of data towards increasing transparency by the leading institutions
in the country. The participants agreed that open government data should be seen as a
necessity that enables the government to adapt to the needs of its citizens and that they
should be in formats easily accessible and understandable to interested stakeholders.
However, it was deemed important to reduce the administrative barriers and remove
bureaucratic barriers that would facilitate the activity of potential investors, economic
operators, civil society and citizens as well. As a required need was stressed the
professional administrative capacity building in order to use technology to provide various
services even when applying for basic documents in online form.
</p>
<p class="lang" key="post-4-p6">In the last point of discussion on civic engagement, it was
appreciated the fact that Kosovo ranks among the 50 countries with the highest rate of
internet penetration and digital capabilities, as well as with a high rate of possession of
smart phones. However, the fact that the voice of citizens and civil society in many cases
is not sufficiently taken into account during consultations and public hearings was
considered worrying. As a concrete example was highlighted the process of budget planning
which, although oftentimes is an open process, no preliminary analysis was made on the needs
of citizens or in many cases they were not considered during the planning. Therefore, it is
important to increase coordination, cooperation, and inform the parties in real time on such
developments.
</p>
<p class="lang" key="post-4-p7">
The public consultation campaign that will be organized during March and April 2022 will
serve to increase the involvement of all stakeholders in the OGP membership process and also
to gather concrete proposals for activities that would be included in the National Action
Plan of the Republic of Kosovo.
</p>
</p>
</blockquote>
</div>
<!-- Aside Posts -->
<div id="asidePosts" class="asidePosts col-lg-3">
<div class="col">
<div class="card">
<a href="https://ogpkosova.org/news3" target="_blank">
<div class="card-footer">
<small class="text-muted">08 <span class="lang" key="december">December</span>, 2021</small>
</div>
</a>
<div class="card-body">
<a href="https://ogpkosova.org/news3" target="_blank">
<h6 class="card-title lang" key="post-1-title">Working secretariat established for the membership of the
Republic
of Kosovo in OGP
</h6>
</a>
</div>
</div>
</div>
<br>
<div class="col">
<div class="card">
<a href="https://ogpkosova.org/news2" target="_blank">
<div class="card-footer">
<small class="text-muted">29 <span class="lang" key="october">October</span>, 2021</small>
</div>
</a>
<div class="card-body">
<a href="https://ogpkosova.org/news2" target="_blank">
<h6 class="card-title lang" key="post-2-title">Inauguration of the National
Coordinating Committee as part of the Open Government Partnership - OGP</h6>
</a>
</div>
</div>
</div>
<br>
<div class="col">
<div class="card ">
<a href="https://ogpkosova.org/news1" target="_blank">
<div class="card-footer">
<small class="text-muted">27 <span class="lang" key="july">July</span>, 2021</small>
</div>
</a>
<div class="card-body">
<a href="https://ogpkosova.org/news1" target="_blank">
<h6 class="card-title lang" key="post-3-title">Representatives of Government
Institutions and CSOs discuss steps towards Kosovo`s membership in OGP</h6>
</a>
</div>
</div>
</div>
</div>
<!-- Aside posts -->
</div>
</section><!-- End About Section -->
<section id="portfolio" class="portfolio mt-n5">
<div class="container" data-aos="fade-up">
<div class="row portfolio-container" data-aos="fade-up" data-aos-delay="200">
<div class="col-lg-4 col-md-6 portfolio-item filter-card">
<div class="portfolio-wrap">
<img src="assets/img/news4/news.JPG" class="img-fluid" alt="">
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-card">
<div class="portfolio-wrap">
<img src="assets/img/news4/news4-2.JPG" class="img-fluid" alt="">
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-card">
<div class="portfolio-wrap">
<img src="assets/img/news4/news4-3.JPG" class="img-fluid" alt="">
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-card">
<div class="portfolio-wrap">
<img src="assets/img/news4/news4-4.JPG" class="img-fluid" alt="">
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-card">
<div class="portfolio-wrap">
<img src="assets/img/news4/news4-5.JPG" class="img-fluid" alt="">
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-card">
<div class="portfolio-wrap">
<img src="assets/img/news4/news4-1.JPG" class="img-fluid" alt="">
</div>
</div>
</div>
</div>
</section>
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-5 col-sm-6 mr-3 ">
<div class="footer-info">
<img src="assets/img/logo-ogp.png" width="80px" height="80px">
<br><br>
<p class="lang" key="Ex">
Ex Rilindja building Floors: 11, 12 and 13 Pristina, Republic of Kosovo<br><br>
</p>
<br>
<strong class="lang" key="phone">Phone:</strong> +383 (0) 38 200 35 567<br>
<strong class="lang" key="phone">Phone:</strong> +383 (0) 38 200 35 598<br>
<strong class="lang" key="phone">Phone:</strong> +383 (0) 38 200 35 577<br>
<strong class="lang" key="email">Email:</strong> [email protected]<br>
<div class="social-links mt-3">
<a href="https://twitter.com/MPL_KS" class="twitter"><i
class="bx bxl-twitter"></i></a>
<a href="https://www.facebook.com/maplks" class="facebook"><i
class="bx bxl-facebook"></i></a>
<!-- <a href="#" class="instagram"><i class="bx bxl-instagram"></i></a>
<a href="#" class="google-plus"><i class="bx bxl-skype"></i></a>
<a href="#" class="linkedin"><i class="bx bxl-linkedin"></i></a> -->
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6 footer-links mt-5 pt-5 ">
<h4 class="lang" key="IMPORTANT">Important Documents</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="index.html#services" class="lang"
key="Letter">Letter of
Intent</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="index.html#services" class="lang" key="OGD">Open
Government
Declaration</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="index.html#services" class="lang"
key="nap">National Action
Plan</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="index.html#services" class="lang"
key="DGK">Desicion from the
Government of Kosovo</a></li>
<!--<li><i class="bx bx-chevron-right"></i> <a href="#">Graphic Design</a></li>-->
</ul>
</div>
<div class="col-lg-2 col-md-6 footer-links">
<!-- <h4>Useful Links</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="#">Home</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">About us</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Services</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Terms of service</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Privacy policy</a></li>
</ul> -->
</div>
<div class="col-lg-3 col-md-6 footer-links">
<!-- <h4>Our Services</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="#">Web Design</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Web Development</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Product Management</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Marketing</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Graphic Design</a></li>
</ul> -->
</div>
<div class="col-lg-4 col-md-6 footer-newsletter">
<!-- <h4>Our Newsletter</h4>
<p>Tamen quem nulla quae legam multos aute sint culpa legam noster magna</p>
<form action="" method="post">
<input type="email" name="email"><input type="submit" value="Subscribe">
</form> -->
</div>
</div>
</div>
</div>
<div class="container">
<div class="lang copyright" key="Copy" style="text-align:center;">
<br><br> © Copyright 2021 <strong><span>Open Data Kosovo</span></strong>. All Rights Reserved.
</div>
<div class="credits">
<!-- All the links in the footer should remain intact. -->
<!-- You can delete the links only if you purchased the pro version. -->
<!-- Licensing information: https://bootstrapmade.com/license/ -->
<!-- Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/gp-free-multipurpose-html-bootstrap-template/ -->
<a href="https://bootstrapmade.com/"></a>
</div>
</div>
</footer><!-- End Footer -->
<!-- <div id="preloader"></div> -->
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i
class="bi bi-arrow-up-short"></i></a>
<script type="text/javascript" src="js/jquery-3.5.1.min.js"></script>
<script type="text/javascript" src="js/popper.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/slick.min.js"></script>
<script type="text/javascript" src="js/my.js"></script>
<!-- Vendor JS Files -->
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/purecounter/purecounter.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</main>
</body>
</html>