-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex0.html
executable file
·767 lines (723 loc) · 31.9 KB
/
index0.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
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="English website of Ekologi brez meja, a Zero Waste NGO from Slovenia">
<meta name="author" content="">
<title>Ecologists Without Borders Association</title>
<!-- Bootstrap Core CSS - Uses Bootswatch Flatly Theme: http://bootswatch.com/flatly/ -->
<link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic&display=swap" rel="stylesheet" type="text/css">
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/freelancer.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap" rel="stylesheet" type="text/css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- tabs test -->
<link rel="stylesheet" href="css/tabs.css">
</head>
<body id="page-top" class="index">
<!-- Navigation -->
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<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="#page-top" alt="return to top">Ecologists Without Borders</a>
</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 navbar-right">
<li class="hidden">
<a href="#page-top"></a>
</li>
<li class="page-scroll">
<a href="#portfolio">Success!</a>
</li>
<li class="page-scroll">
<a href="#ways-to-help">Ways To Help</a>
</li>
<li class="page-scroll">
<a href="#about">About</a>
</li>
<li class="page-scroll">
<a href="#" id="donate-nav" class="portfolio-link" data-toggle="modal">Donate</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<!-- Header -->
<header>
<div class="container">
<div class="row">
<div class="col-lg-12">
<img class="img-responsive" src="img/logo.webp" alt="Ecologists Without Borders" width="256" height="256">
<div class="intro-text">
<span class="name">For a world without waste!</span>
<!-- workaround for background issues with hr -->
<div>
<span class="fake-tail"> </span>
<i style="margin: 0 0.2em;" class="fa fa-recycle fa-2x"></i>
<span class="fake-tail"> </span>
</div>
<span class="skills"><h3>Together we can move frontiers faster</h3></span>
<p>
Our mission is to activate and connect individuals, communities, policy makers and businesses
to reduce waste while improving well-being. We achieve that by exposing new themes, producing
data and creating good practice examples that further stimulate change.
</p>
</div>
</div>
</div>
</div>
</header>
<!-- Grid Section -->
<section id="portfolio">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>Major successes</h2>
<hr class="star-primary">
</div>
<div class="col-lg-12 text-center">
<h3>Our Vision: The world without waste</h3>
</div>
</div>
<div class="row">
<div class="col-sm-4 portfolio-item">
<a href="#letsdoit" class="portfolio-link" data-toggle="modal">
<div class="caption">
<div class="caption-content">
<i class="fa fa-plus-circle fa-3x"></i>
</div>
</div>
<img src="img/portfolio/ocistimo2012.webp" class="img-responsive" alt="Očistimo Slovenijo v enem dnevu!" width="360" height="260">
</a>
<div>
<h3>Let's clean up Slovenia in a day!</h3>
<h4>Largest volunteer project ever</h4>
<ul>
<li>2 campaigns</li>
<li>2x 14% of the population</li>
<li>20,000 tons of waste</li>
</ul>
<a href="#letsdoit" class="btn btn-lg btn-full portfolio-link" data-toggle="modal">
Read more <i class="fa fa-arrow-circle-right"></i>
</a>
</div>
</div>
<!--div 2-->
<div class="col-sm-4 portfolio-item">
<a href="#zero-waste" class="portfolio-link" data-toggle="modal">
<div class="caption">
<div class="caption-content">
<i class="fa fa-plus-circle fa-3x"></i>
</div>
</div>
<img src="img/portfolio/zws-logo.webp" class="img-responsive" alt="Zero Waste Slovenia" width="360" height="260">
</a>
<div>
<h3>Zero Waste<br />Slovenia</h3>
<h4>No burn, no bury<br /> </h4>
<ul>
<li>19 municipalities with ZW plans</li> <!-- hrastnik, jeruzalem x4 -->
<li>25% of the population</li>
<li>24 ventures optimized</li> <!-- 6 horeca, 18 dogodkov -->
</ul>
<a href="#zero-waste" class="btn btn-lg btn-full portfolio-link" data-toggle="modal">
Read more <i class="fa fa-arrow-circle-right"></i>
</a>
</div>
</div>
<div class="col-sm-4 portfolio-item">
<a href="#waste-reduction" class="portfolio-link" data-toggle="modal">
<div class="caption">
<div class="caption-content">
<i class="fa fa-plus-circle fa-3x"></i>
</div>
</div>
<img src="data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=" data-src="img/portfolio/plastic_monster.webp" class="img-responsive" alt="Bag on bag: plastic monster" width="360" height="260">
</a>
<div>
<h3>Waste reduction projects</h3>
<h4>Leading by example<br /> </h4>
<ul>
<li>Several campaigns each year</li> <!-- spznux3,hrana:vskc+nmhs+hsmn,tekstilx2+onč,plenice,lončki,vnvx(2+1),divjax3,darila/igrače/praholovci,morski,vode,turizem,mjv,pnv,ftalati,plastika,pirati -->
<li>12 waste flows</li> <!-- vrečke,tekstil,hrana,bio,plenice,papir,lončki,divja,mko,embalaža,plastika,gradbeni -->
<li>Up to 60% reductoin</li>
</ul>
<a href="#waste-reduction" class="btn btn-lg btn-full portfolio-link" data-toggle="modal">
Read more <i class="fa fa-arrow-circle-right"></i>
</a>
</div>
</div>
</div>
</div>
</section>
<!--Ways to Help-->
<section class="success" id="ways-to-help">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>Ways to help</h2>
<hr class="star-light">
<br/>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-10 col-md-10 col-sm-10 col-xs-9 bhoechie-tab-container text-center">
<div class="col-lg-3 col-md-3 col-sm-3 col-xs-3 bhoechie-tab-menu">
<div class="list-group">
<a href="#" class="list-group-item active text-center">
<h4 class="glyphicon glyphicon-user" aria-labelledby="vt1"></h4><br/>
<span id="vt1">Volunteering</span>
</a>
<a href="#" class="list-group-item text-center">
<h4 class="glyphicon glyphicon-picture" aria-labelledby="vt2"></h4><br/>
<span id="vt2">Design</span>
</a>
<a href="#" class="list-group-item text-center">
<h4 class="glyphicon glyphicon-hdd" aria-labelledby="vt3"></h4><br/>
<span id="vt3">Technology</span>
</a>
<a href="#" class="list-group-item text-center">
<h4 class="glyphicon glyphicon-book" aria-labelledby="vt4"></h4><br/>
<span id="vt4">Stories</span>
</a>
<a href="#" class="list-group-item text-center">
<h4 class="glyphicon glyphicon-home" aria-labelledby="vt5"></h4><br/>
<span id="vt5">Local</span>
</a>
<a href="#" class="list-group-item text-center">
<h4 class="glyphicon glyphicon-star" aria-labelledby="vt6"></h4><br/>
<span id="vt6">Unique</span>
</a>
</div>
</div>
<div class="col-lg-9 col-md-9 col-sm-9 col-xs-9 bhoechie-tab">
<!-- volunteer section -->
<div class="bhoechie-tab-content active">
<center>
<h1 class="glyphicon glyphicon-user" style="font-size:5em;color:#5a8f5a" aria-labelledby="vt1"></h1>
<p style="margin-top: 0;color:#5a8f5a">There is only so much work and energy one can fit into a day,
while on the other hand the need for environmental change is still rising. Come and help us catch up!<br/><br/>
We are looking for volunteers in various topical areas, so check out the next few tabs and shoot us an email.</p>
</center>
</div>
<!-- Images -->
<div class="bhoechie-tab-content">
<center>
<h1 class="glyphicon glyphicon-picture" style="font-size:5em;color:#5a8f5a" aria-labelledby="vt2"></h1>
<p style="margin-top: 0;color:#5a8f5a">We are seeking help from designers to enrich our messages and open new channels.<br/>
If you can draw, paint, edit, do video; web, service or game design, you can make a difference.</p>
</center>
</div>
<!-- Technology -->
<div class="bhoechie-tab-content">
<center>
<h1 class="glyphicon glyphicon-hdd" style="font-size:5em;color:#5a8f5a" aria-labelledby="vt3"></h1>
<p style="margin-top: 0;color:#5a8f5a">Modern technology is a bottomless well. Come and help us drink from it.<br/>
Our uses center around web, GIS and OpenData, so if you can code or analyze, come and join our team.</p>
</center>
</div>
<!--I tell stories-->
<div class="bhoechie-tab-content">
<center>
<h1 class="glyphicon glyphicon-book" style="font-size:5em;color:#5a8f5a" aria-labelledby="vt4"></h1>
<p style="margin-top: 0;color:#5a8f5a">Much of our work relies on efficient and meaningful communication. If you have a knack for
storytelling or research, let us know!</p>
</center>
</div>
<!-- Local Life -->
<div class="bhoechie-tab-content">
<center>
<h1 class="glyphicon glyphicon-home" style="font-size:5em;color:#5a8f5a" aria-labelledby="vt5"></h1>
<p style="margin-top: 0;color:#5a8f5a">Awesome, we hope you're having a blast! Let us know if you want to meet or help with our real-life events. We also regularly mentor students from a variety of countries.</p>
</center>
</div>
<!--Special-->
<div class="bhoechie-tab-content">
<center>
<h1 class="glyphicon glyphicon-star" style="font-size:5em;color:#5a8f5a" aria-labelledby="vt6"></h1>
<p style="margin-top: 0;color:#5a8f5a">Let us know if you have anything special in mind. If you don't identify with any of the above, you can always help us by promoting our work and/or donating.</p>
</center>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- About Section -->
<section id="about">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>About</h2>
<hr class="star-primary">
</div>
</div>
<div class="row">
<div class="col-lg-4 col-lg-offset-2">
<p>Ecologists without Borders is a non-profit founded in 2009 and one of the leading
<a href="https://ebm.si/" target="_blank" rel="noopener" title="Main site (Slovenian)">Slovenian NGOs</a> dedicated
to improving the state of our environment — focusing on efficient resource use and
active citizenship.</p>
</div>
<div class="col-lg-4">
<p>Most of our activities deal with waste at its source, but not all are limited to Slovenia.
We're an active member of <a href="https://zerowasteeurope.eu" target="_blank" rel="noopener">Zero Waste Europe</a>,
<a href="https://www.letsdoitworld.org" target="_blank" rel="noopener">Let's do it world!</a>, <a href="https://breakfreefromplastic.org/" target="_blank" rel="noopener">Break Free From Plastic</a> and some other networks. </p>
</div>
<div class="col-lg-8 col-lg-offset-2 text-center">
<span class="skills">Together we can move faster, come and join us!</span><br>
<a href="#" id="donate-btn" class="btn btn-lg btn-full portfolio-link" data-toggle="modal">
<i class="fa fa-money"></i> Donate Now
</a>
</div>
</div>
<br /><br /><br />
<div class="row">
<div class="col-md-3 col-sm-4 col-xs-6 centered col-md-offset-1">
<img class="img img-circle lazyload" data-src="img/team/katja.jpg" height="120px" width="120px" alt="katja">
<br>
<h4><b>Katja Sreš</b></h4>
<p>Communications</p>
</div>
<div class="col-md-3 col-sm-4 col-xs-6 centered">
<img class="img img-circle lazyload" data-src="img/team/barbara.jpg" height="120px" width="120px" alt="barbara">
<br>
<h4><b>Barbara Kirn</b></h4>
<p>Businesses</p>
</div>
<div class="col-md-3 col-sm-4 col-xs-6 centered">
<img class="img img-circle lazyload" data-src="img/team/jaka.webp" height="116px" width="120px" alt="jaka">
<br>
<h4><b>Jaka Kranjc</b></h4>
<p>Policy</p>
</div>
</div>
<div class="row">
<div class="col-md-3 col-sm-4 col-xs-6 centered">
<img class="img img-circle lazyload" data-src="img/team/zaklina.webp" height="120px" width="120px" alt="žaklina">
<br>
<h4><b>Žaklina Žnajder</b></h4>
<p>Zero Waste Cities</p>
</div>
<div class="col-md-3 col-sm-4 col-xs-6 centered">
<img class="img img-circle lazyload" data-src="img/team/ana.jpg" height="120px" width="120px" alt="ana">
<br>
<h4><b>Ana Golja</b></h4>
<p>Tourism</p>
</div>
<div class="col-md-3 col-sm-4 col-xs-6 centered">
<img class="img img-circle lazyload" data-src="img/team/ema.webp" height="120px" width="120px" alt="">
<br>
<h4><b>Ema Otavnik</b></h4>
<p>Events & Cities</p>
</div>
<div class="col-md-3 col-sm-4 col-xs-6 centered">
<img class="img img-circle lazyload" data-src="img/team/alja.webp" height="116px" width="120px" alt="jaka">
<br>
<h4><b>Alja Miklavčič</b></h4>
<p>Policy</p>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="text-center" id="contact">
<div class="footer-above">
<div class="container">
<div class="row">
<div class="footer-col col-md-4">
<h3>Location</h3>
<p>Trubarjeva 50<br>1000 Ljubljana<br>Slovenia<br> info@ocistimo.si</p>
</div>
<div class="footer-col col-md-4">
<h3>Around the Web</h3>
<ul class="list-inline" style="margin-bottom: 0; margin-top: -1em">
<li>
<a href="https://www.facebook.com/Ekologibrezmeja" class="btn-social btn-outline" alt="facebook" aria-label="facebook page"><i class="fa fa-fw fa-facebook"></i></a>
</li>
<li>
<a href="https://twitter.com/ekologibrezmeja" class="btn-social btn-outline" alt="twitter" aria-label="twitter page"><i class="fa fa-fw fa-twitter"></i></a>
</li>
<li>
<a href="https://www.linkedin.com/company/ecologists-without-borders-association?trk=biz-companies-cym" class="btn-social btn-outline" alt="linkedin" aria-label="linkedin page"><i class="fa fa-fw fa-linkedin"></i></a>
</li>
</ul>
<ul class="list-inline">
<li>
<a href="https://youtube.com/ocistimo" class="btn-social btn-outline" alt="youtube" aria-label="youtube page"><i class="fa fa-fw fa-youtube"></i></a>
</li>
<li>
<a href="https://www.flickr.com/photos/122602463@N02/" class="btn-social btn-outline" alt="flickr" aria-label="flickr page"><i class="fa fa-fw fa-flickr"></i></a>
</li>
<li>
<a href="https://www.instagram.com/ekologibrezmeja/" class="btn-social btn-outline" alt="instagram" aria-label="instagram page"><i class="fa fa-fw fa-instagram"></i></a>
</li>
</ul>
</div>
<div class="footer-col col-md-4">
<h3>Ecologists without borders</h3>
<p>Towards a world without waste!</p>
</div>
</div>
</div>
</div>
<div class="footer-below">
<div class="container">
<div class="row">
<div class="col-lg-12">
Copyright © 2022, Društvo Ekologi brez meja. All rights reserved.
</div>
</div>
</div>
</div>
</footer>
<!-- Scroll to Top Button (Only visible on small and extra-small screen sizes) -->
<div class="scroll-top page-scroll visible-xs visible-sm">
<a class="btn btn-primary" href="#page-top" aria-label="back to top">
<i class="fa fa-chevron-up"></i>
</a>
</div>
<!-- Ways to help and Portfolio Modals -->
<div class="portfolio-modal modal fade" id="letsdoit" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h2>Let's clean up Slovenia in a day!</h2>
<hr class="star-primary">
<img src="data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=" data-src="img/portfolio/ocistimo2012.webp" class="img-responsive img-centered" alt="Let's clean up Slovenia in a day!" width="360" height="260">
<p>Two campaigns that are still considered the <strong>largest volunteer events</strong> in the history of our nation. We managed to connect 289.000 (or <strong>14% of the population</strong>) of individuals, businesses, NGOs, Slovenian army, police, municipalities, and even President’s office, who later decorated us with the order of merit.</p>
<p>Joining great efforts from <a href="http://letsdoitworld.org" target="_blank" rel="noopener">Estonia</a>, we managed to convince activists from several countries to start similar initiatives for the World Cleanup 2012 campaign, most notably in the Balkans. More than 110 countries have since participated.</p>
<p>In 2018, we're doing it <a href="https://ocistimo.si/">again</a> as part of <a href="https://worldcleanupday.org" target="_blank" rel="noopener">World Cleanup Day</a>, together with 130+ countries <em>on the same day</em>, September 15th. Want to become part of the story? Write to us!</p>
<ul class="list-unstyled item-details">
<li>
<strong><a href="https://ebm.si/r/OSVED-zakljucno.en.pdf">English report</a> of the 2010 project
</strong>
</li>
<li>
<strong><a href="http://register.ebm.si">Illegal dumpsite registry</a> (first and only countrywide)
</strong>
</li>
<li>
<strong><a href="https://www.youtube.com/watch?v=CVUhSt6wFEY&index=4&list=PLAC99BE3B0005F4FDhttps://www.youtube.com/watch?v=CVUhSt6wFEY" target="_blank" rel="noopener">Tongue-in-cheek clip</a> summary
</strong>
</li>
<li>
<strong><a href="https://letsdoitworld.org" target="_blank" rel="noopener">Let's do it World!</a>
</strong>
</li>
<li>
<strong><a href="https://ldim.net" target="_blank" rel="noopener">Let's do it Mediterranean!</a>
</strong>
</li>
</ul>
<button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="portfolio-modal modal fade" id="zero-waste" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h2>Zero Waste Slovenia</h2>
<hr class="star-primary">
<!-- <img src="data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=" data-src="img/portfolio/ZWS-banner.webp" class="img-responsive img-centered" alt="Zero Waste Slovenia" width="710" height="291"> -->
<p>We are a national organization of the <a href="https://zerowasteeurope.eu/" target="_blank" rel="noopener">Zero Waste Europe</a> network. We promote the concept, organize best practice visits and convince municipalities to adopt Zero waste plans. <a href="https://ebm.si/zw/obcine">The list</a> includes Ljubljana as the first such European capital. Our aim is to eventually adopt a Zero Waste strategy on the national level.</p>
<p><h3>Slovenia without waste is not an illusion</h3>
In the past few years, Slovenians managed to separately collect 72% of their municipal solid waste, some communities even up to 83%, which makes Slovenia one of the best performing countries in the European Union.
Some communities in Europe recycle and compost over 90% of their waste — very close to zero. Such performance is in line with EU circular economy development strategies, which aim to maximize the efficient use of natural resources.</p>
<p>With our help, the first Slovenian municipalities decided to follow the path towards Zero Waste in 2014. By now several of them are <a target="_blank" rel="noopener" href="https://www.missionzeroacademy.eu/zero-waste-in-action/">internationally certified</a> by Mission Zero Academy.</p>
<p>Our zero waste work includes working with hotels, restaurants and event organizers, where we've helped create several champions of the concept, sometimes even halving the waste per guest.</p>
<ul class="list-unstyled item-details">
<li>Web Site:
<strong><a href="https://ebm.si/zw/">Zero Waste Slovenia</a>
</strong>
</li>
<li>Web Site:
<strong><a href="https://ebm.si/zw/obcine">Zero Waste Slovenia</a>: list of municipalities, their reports and commitments
</strong>
</li>
<li>Web Site:
<strong><a href="https://manjjevec.si/" title="Map of repair experts, near-packaging-free shops and more" target="_blank" rel="noopener">Manj je več</a> (Less is more)
</strong>
</li>
<li>Event:
<strong><a href="https://ebm.si/p/zwe16/">Zero Waste Towns meeting and ZWE AGM 16</a>
</strong>
</li>
</ul>
<button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="portfolio-modal modal fade" id="waste-reduction" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h2>Waste reduction projects</h2>
<hr class="star-primary">
<a href="https://www.youtube.com/watch?v=FfYw-tHzMCQ" target="_blank" rel="noopener" title="Another monster">
<img src="data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=" data-src="img/portfolio/plastic_monster.webp" class="img-responsive img-centered" alt="" width="360" height="260">
</a>
<p>Actions speak louder than words, so we have implemented several waste prevention campaigns.
They range from accelerating textile reuse and recycling, food waste prevention across the whole chain (including hospitals), green tourism,
humanitarian waste paper collection, throwaway bag use reduction, to promoting use of reusable cups and diapers.</p>
<ul class="list-unstyled item-details">
<li>
<strong>
<a href="https://ebm.si/arhiv/EBM_2020_en.pdf" target="_blank" rel="noopener" title="Latest activity report">Activity report 2020</a>,
<a href="https://ebm.si/arhiv/EBM_2017_en.pdf" target="_blank" rel="noopener" title="2017 activity report">2017</a>,
<a href="https://ebm.si/m/For_a_world_without_waste.pdf" target="_blank" rel="noopener" title="Activity report 2015">2015</a>
</strong>
</li>
<li>
<strong>
<a href="http://ebm.si/" target="_blank" rel="noopener" title="Main site (Slovenian)">Main Web Site</a> (Slovenian)
</strong>
</li>
<li>Web Site:
<strong><a href="https://manjjevec.si/" title="Map of repair experts, near-packaging-free shops and more" target="_blank" rel="noopener">Manj je več</a> (Less is more)
</strong>
</li>
<li><strong>
<a href="http://ebm.si/p/circonf/en/" target="_blank" rel="noopener" title="International Circular Economy Conference 2015">International Circular Economy Conference: Opportunities and Challenges</a>, 2015
</strong>
</li>
</ul>
<button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- donation form -->
<div class="portfolio-modal modal fade" id="donate" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h2>Support us today!</h2>
<hr class="star-primary">
<img src="data:image/png;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=" data-src="img/portfolio/hands-up.webp" class="img-responsive img-centered" alt="" width="360" height="260">
<p>To reach our vision of a healthy environment and resource efficient economies, we need two things:
to believe that this is possible and your support to enable us to plow through.</p>
<p style="padding-bottom: 1em;">Donations enable our independence, help cofinance international projects and give us a chance to
work on mind-numbing-but-necessary projects that are otherwise hard to fund.</p>
<p>Below you can donate in any currency via most payment cards, but we'll be happy
to answer your questions and present further donation, collaboration or sponsorship possibilities if you reach out to <a href="mailto:info@ocistimo.si?subject=Donation question">info@ocistimo.si</a>
<br>We also accept <a href="https://bitpay.com/71821/donate" target="_blank" rel="noopener">Bitcoin</a>.
<br/><img src="img/cards.jpg" alt="accepted credit/debit cards" class="img-centered" style="margin-bottom: 10px" width="164" height="50">
<a href="https://bitpay.com/71821/donate" target="_blank" rel="noopener">
<img src="img/bitcoin-logo.png" alt="bitcoin donation" class="img-centered" style="margin-bottom: 10px" width="44" height="44" />
</a>
</p>
<ul class="list-unstyled item-details">
<li>
<strong>English activity reports:
<a href="https://ebm.si/arhiv/EBM_2020_en.pdf" target="_blank" rel="noopener" title="Latest activity report">2020</a>,
<a href="http://ebm.si/arhiv/EBM_2017_en.pdf" target="_blank" rel="noopener" title="Activity report 2017"> 2017</a>,
<a href="http://ebm.si/m/For_a_world_without_waste.pdf" target="_blank" rel="noopener" title="Activity report 2015">2015</a> (All years are on the transparency page)
</strong>
</li>
<li>
<strong>
<a href="http://ebm.si/p/fr/kodeks-zbiranja-sredstev.pdf" target="_blank" rel="noopener" title="Fundraising code">Fundraising code</a> (Slovenian)
</strong>
</li>
<li>
<strong>
<a href="http://ec.europa.eu/transparencyregister/public/consultation/displaylobbyist.do?id=291870610961-51" target="_blank" rel="noopener" title="Transparency Registry entry">EU Transparency Registry</a> entry
</strong>
</li>
<li>
<strong>
<a href="https://ebm.si/transparentnost" target="_blank" rel="noopener" title="Transparency (Slovenian)">Transparency</a> (Slovenian)
</strong>
</li>
<li>
<strong>
<a href="https://ebm.si/p/fr/donation%20agreement.pdf" target="_blank" rel="noopener" title="donation agreement">Donation agreement</a> (optional)
</strong>
</li>
</ul>
<div id="iatscont" style="max-width:400px; margin: 0em auto 0 auto;">
</div>
<div>
<button class="stripe-btn"
id="checkout-button-price_1Hst7OFEUB1gObsKwQUouhkN"
role="link"
type="button"
>
10 €
</button>
<button class="stripe-btn"
id="checkout-button-price_1Hst7YFEUB1gObsKxfh7ms8h"
role="link"
type="button"
>
20 €
</button>
<button class="stripe-btn"
id="checkout-button-price_1Hst7oFEUB1gObsKAGFZPC1x"
role="link"
type="button"
>
50 €
</button>
<button class="stripe-btn"
id=""
role="link"
type="button"
><a href="https://donate.stripe.com/fZeeVh08qavHdMs9AB" target="_blank" rel="noopener" style="color:white">
Custom
</a>
</button>
<br />
<button class="stripe-btn"
id="checkout-button-price_1Hst8CFEUB1gObsKsnNznlbV"
role="link"
type="button"
>
10 € monthly
</button>
<button class="stripe-btn"
id="checkout-button-price_1Hst8JFEUB1gObsK0V5kxStW"
role="link"
type="button"
>
20 € monthly
</button>
<button class="stripe-btn"
id="checkout-button-price_1Hst8SFEUB1gObsKSxuRU7j7"
role="link"
type="button"
>
50 € monthly
</button>
</div>
<div id="error-message"></div>
<p>Thank you!</p>
<button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js" async></script>
<!-- Plugin JavaScript -->
<script src="js/jquery.easing.min.js" async></script>
<script src="js/cbpAnimatedHeader.min.js" async></script>
<script src="js/lazysizes.min.js" async></script>
<!-- Custom Theme JavaScript -->
<script>
prepDonation = function() {
var placeholder = document.getElementById('iatscont')
if (placeholder !== null) {
var script = document.createElement('script');
script.src = "https://js.stripe.com/v3";
script.async = false;
placeholder.appendChild(script);
script = document.createElement('script');
script.src = "https://ebm.si/en/js/stripe-btns.js";
script.async = false;
placeholder.appendChild(script);
$("#iatscont").attr("id","noop");
}
}
$(document).ready(function() {
var imgDefer = document.getElementsByTagName('img');
for (var i=0; i < imgDefer.length; i++) {
var src = imgDefer[i].getAttribute('data-src');
if (src) {
imgDefer[i].setAttribute('src', src);
}
}
$("div.bhoechie-tab-menu>div.list-group>a").click(function(e) {
e.preventDefault();
$(this).siblings('a.active').removeClass("active");
$(this).addClass("active");
var index = $(this).index();
$("div.bhoechie-tab>div.bhoechie-tab-content").removeClass("active");
$("div.bhoechie-tab>div.bhoechie-tab-content").eq(index).addClass("active");
});
switch (window.location.hash) {
case "#donate":
prepDonation();
case "#letsdoit":
case "#zero-waste":
case "#waste-reduction":
$(window.location.hash).modal('show');
default:
break
}
});
$("a[id|='donate']").on("click", function() {
prepDonation();
$("#donate").modal('show');
});
</script>
</body>
</html>