<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Projectdagen Archieven - Heilig Hart Bree</title>
	<atom:link href="https://www.hhartbree.be/category/leven-op-school/projectdagen/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.hhartbree.be/category/leven-op-school/projectdagen/</link>
	<description>Een school met een hart voor elk talent</description>
	<lastBuildDate>Tue, 21 Oct 2025 08:47:23 +0000</lastBuildDate>
	<language>nl-NL</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>Projectdag 1</title>
		<link>https://www.hhartbree.be/groeien-talenten/projectdag-1-7/</link>
		
		<dc:creator><![CDATA[Isabelle]]></dc:creator>
		<pubDate>Tue, 21 Oct 2025 08:47:23 +0000</pubDate>
				<category><![CDATA[GROEIEN & TALENTEN]]></category>
		<category><![CDATA[LEVEN OP SCHOOL]]></category>
		<category><![CDATA[Projectdagen]]></category>
		<guid isPermaLink="false">https://www.hhartbree.be/?p=15327</guid>

					<description><![CDATA[<p>       Onze tweedejaars brachten een bezoek aan Stad Mechelen en het Memorial Fort van Breendonk.  De eerstejaars werden in twee gesplitst en kregen elk een andere uitstap.  Één groep kreeg een rondleiding in Liberation Garden en bezocht de militaire begraafplaatsen in Leopolsburg en het mijnmuseum in Beringen.</p>
<p>Het bericht <a href="https://www.hhartbree.be/groeien-talenten/projectdag-1-7/">Projectdag 1</a> verscheen eerst op <a href="https://www.hhartbree.be">Heilig Hart Bree</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<div class="">
<div class="">Onze tweedejaars brachten een bezoek aan Stad Mechelen en het Memorial Fort van Breendonk.<br />
De eerstejaars werden in twee gesplitst en kregen elk een andere uitstap.<br />
Één groep kreeg een rondleiding in Liberation Garden en bezocht de militaire begraafplaatsen in Leopolsburg en het mijnmuseum in Beringen.<br />
De andere groep ontdekte het Romeinse verleden in Tongeren en ging naar de stroopfabriek om te ontdekken hoe een lekker stuk fruit omgevormd kan worden tot heerlijke stroop.</div>
</div>
<div class="">
<div class="" data-block="true" data-editor="eju95" data-offset-key="2rnto-0-0">
<div data-offset-key="2rnto-0-0">
<div class="">
<div class=""></div>
</div>
</div>
</div>
</div>
                    <style>
                                            .flickr-img-responsive {
                            width:100% !important;
                            height:auto !important;
                            display:block !important;
                        }
                        .LoadingImg img {
                            max-width: 45px;
                            max-height: 45px;
                            box-shadow: none;
                        }
                        .wpfrank-flickr-div{
                            padding:15px;
                        }
                        @media (max-width: 786px){
                            .col-md-3 {
                                width:49.9%;
                                float:left;
                            }
                        }
                        .play-pause {
                            display: none !important;
                        }
                        .gallery15326 {
                            overflow:hidden;
                            clear: both;
                        }
                        .fnf{
                            background-color: #a92929;
                            border-radius: 5px;
                            color: #fff;
                            font-family: initial;
                            text-align: center;
                            padding:12px;
                        }
                    </style>
                    <script type="text/javascript">
                    jQuery(function() {
                        jQuery('.gallery-15326').flickr({
                            apiKey: '037c012784565c3b5691cc5a0aa912b7',
                            photosetId: '72177720329821319'
                        });
                    });

                    ;(function ($, window, document, undefined) {
                        'use strict';
                        var pluginName = "flickr",
                            defaults = {
                                apiKey: "",
                                photosetId: "",
                                errorText: "<div class='fnf'><i class='far fa-times-circle'></i> Error generating gallery.</div>",
                                loadingSpeed: 38,
                                photosLimit: 200
                            },
                            apiUrl = 'https://api.flickr.com/services/rest/',
                            photos = [];

                        function Plugin(element, options) {
                            this.element = $(element);
                            this.settings = $.extend({}, defaults, options);
                            this._defaults = defaults;
                            this._name = pluginName;

                            this._hideSpinner = function() {
                                this.element.find('.spinner-wrapper').hide().find('*').hide();
                            };

                            this._printError = function() {
                                this.element.find('.gallery-container').append($("<div></div>", { "class": "col-lg-12" })
                                    .append($("<div></div>", { "class": "error-wrapper" })
                                        .append($("<span></span>", { "class": "label label-danger error" })
                                            .html(this.settings.errorText))));
                            };

                            this._flickrAnimate = function() {
                                this.element.find('.gallery-container img').each($.proxy(function(index, el) {
                                    var image = el;
                                    setTimeout(function() {
                                        $(image).parent().fadeIn();
                                    }, this.settings.loadingSpeed * index);
                                }, this));
                            };

                            this._printGallery = function(photos) {
                                var element = this.element.find('.gallery-container');
                                if (!photos || photos.length === 0) {
                                    this._hideSpinner();
                                    this._printError();
                                    return;
                                }
                                $.each(photos, function(key, photo) {
                                    if (!photo || !photo.thumbnail) return; // Skip undefined or invalid photos
                                    var img = $('<img>', { 'class': 'thumb img-thumbnail flickr-img-responsive', src: photo.thumbnail, 'alt': photo.title });
                                    element.append($('<div></div>', { 'class': ' col-md-3 col-sm-4 col-center wpfrank-flickr-div' })
                                        .append($('<a></a>', { 'class': '', href: photo.href, 'data-gallery': '', 'title': photo.title }).hide()
                                            .append(img)));
                                });

                                element.imagesLoaded()
                                    .done($.proxy(this._flickrAnimate, this))
                                    .always($.proxy(this._hideSpinner, this));
                            };

                            this._flickrPhotoset = function(photoset) {
                                var _this = this;
                                photos[photoset.id] = [];
                                $.each(photoset.photo, function(key, photo) {
                                    if (photo.media !== "photo") {
                                        return true; // Skip videos
                                    }
                                    if (key >= _this.settings.photosLimit) {
                                        return false;
                                    }
                                    photos[photoset.id][key] = {
                                        thumbnail: 'https://farm' + photo.farm + '.static.flickr.com/' + photo.server + '/' + photo.id + '_' + photo.secret + '_q.jpg',
                                        href: 'https://farm' + photo.farm + '.static.flickr.com/' + photo.server + '/' + photo.id + '_' + photo.secret + '_b.jpg',
                                        title: photo.title
                                    };
                                });

                                console.log('Filtered photos:', photos[photoset.id]); // Debug log
                                if (photos[photoset.id].length > 0) {
                                    this._printGallery(photos[photoset.id]);
                                } else {
                                    this._hideSpinner();
                                    this._printError();
                                }
                            };

                            this._onFlickrResponse = function(response) {
                                console.log('API Response:', response); // Debug log
                                if (response.stat === "ok") {
                                    this._flickrPhotoset(response.photoset);
                                } else {
                                    this._hideSpinner();
                                    this._printError();
                                }
                            };

                            this._flickrRequest = function(method, data) {
                                var url = apiUrl + "?format=json&jsoncallback=?&method=" + method + "&api_key=" + this.settings.apiKey;
                                $.each(data, function(key, value) {
                                    url += "&" + key + "=" + value;
                                });

                                $.ajax({
                                    dataType: "json",
                                    url: url,
                                    context: this,
                                    success: this._onFlickrResponse
                                });
                            };

                            this._flickrInit = function () {
                                this._flickrRequest('flickr.photosets.getPhotos', {
                                    photoset_id: this.settings.photosetId,
                                    extras: 'media'
                                });
                            };

                            this.init();
                        }

                        Plugin.prototype = {
                            init: function () {
                                this._flickrInit();
                            }
                        };

                        $.fn[pluginName] = function (options) {
                            this.each(function () {
                                if (!$.data(this, "plugin_" + pluginName)) {
                                    $.data(this, "plugin_" + pluginName, new Plugin(this, options));
                                }
                            });
                            return this;
                        };
                    })(jQuery, window, document);
                    </script>
                    <div class="gallery-15326">
                                                    <h3>Projectdag 1</h3>
                                                <div class="row">
                            <div class="col-xs-12 spinner-wrapper">
                                <div class="LoadingImg"><img decoding="async" src="https://www.hhartbree.be/wp-content/plugins/flickr-album-gallery/img/loading.gif" /></div>
                            </div>
                            <div align="center" class="gallery-container"></div>
                        </div>
                    </div>
                    
            <!-- Blueimp gallery -->
            <div id="blueimp-gallery-15326" class="blueimp-gallery blueimp-gallery-controls">
                <div class="slides"></div>
                <h3 class="title"></h3>
                <a class="prev">‹</a>
                <a class="next">›</a>
                <a class="close">×</a>
                <a class="play-pause"></a>
                <ol class="indicator"></ol>
                <div class="modal fade">
                    <div class="modal-dialog">
                        <div class="modal-content">
                            <div class="modal-header">
                                <button type="button" class="close" aria-hidden="true">×</button>
                                <h4 class="modal-title"></h4>
                            </div>
                            <div class="modal-body next"></div>
                            <div class="modal-footer">
                                <button type="button" class="btn btn-default pull-left prev">
                                    <i class="glyphicon glyphicon-chevron-left"></i>
                                    Previous                                </button>
                                <button type="button" class="btn btn-primary next">
                                    Next                                    <i class="glyphicon glyphicon-chevron-right"></i>
                                </button>
                            </div>
                        </div>
                    </div>
                </div>
            </div>

            <script type="text/javascript">
            jQuery(function() {
                jQuery.extend(blueimp.Gallery.prototype.options, {
                    useBootstrapModal: false,
                    hidePageScrollbars: false,
                    container: "#blueimp-gallery-15326",
                });
            });
            </script>

            

		</div>
	</div>
</div></div></div></div><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"></div></div></div></div><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"></div></div></div></div>
<p>Het bericht <a href="https://www.hhartbree.be/groeien-talenten/projectdag-1-7/">Projectdag 1</a> verscheen eerst op <a href="https://www.hhartbree.be">Heilig Hart Bree</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Uitstap basisopties</title>
		<link>https://www.hhartbree.be/groeien-talenten/uitstap-basisopties/</link>
		
		<dc:creator><![CDATA[Isabelle]]></dc:creator>
		<pubDate>Thu, 22 May 2025 07:45:13 +0000</pubDate>
				<category><![CDATA[Basisopties]]></category>
		<category><![CDATA[GROEIEN & TALENTEN]]></category>
		<category><![CDATA[LEVEN OP SCHOOL]]></category>
		<category><![CDATA[Projectdagen]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Vak in de kijker]]></category>
		<guid isPermaLink="false">https://www.hhartbree.be/?p=15191</guid>

					<description><![CDATA[<p>   UITSTAP BASISOPTIES      E&#38;O: achter de schermen bij Decathlon, The Bakery, MM Village, Terhills      Latijn: bezoek aan Xanten      MTW: bezoek brouwerij Opitter &#38; stadsopdracht in Bree      M&#38;W: stadswandeling in Brussel, rondleiding VRT-studio's </p>
<p>Het bericht <a href="https://www.hhartbree.be/groeien-talenten/uitstap-basisopties/">Uitstap basisopties</a> verscheen eerst op <a href="https://www.hhartbree.be">Heilig Hart Bree</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<p>UITSTAP BASISOPTIES</p>
<div class="">
<div class="" data-block="true" data-editor="eju95" data-offset-key="2rnto-0-0">
<div class="_1mf _1mj" data-offset-key="2rnto-0-0"><span data-offset-key="2rnto-0-0">E&amp;O: achter de schermen bij Decathlon, The Bakery, MM Village, Terhills</span></div>
</div>
<div class="" data-block="true" data-editor="eju95" data-offset-key="2uogp-0-0">
<div class="_1mf _1mj" data-offset-key="2uogp-0-0"><span data-offset-key="2uogp-0-0">Latijn: bezoek aan Xanten</span></div>
</div>
<div class="" data-block="true" data-editor="eju95" data-offset-key="ckokn-0-0">
<div class="_1mf _1mj" data-offset-key="ckokn-0-0"><span data-offset-key="ckokn-0-0">MTW: bezoek brouwerij Opitter &amp; stadsopdracht in Bree</span></div>
</div>
<div class="" data-block="true" data-editor="eju95" data-offset-key="cmlhm-0-0">
<div class="_1mf _1mj" data-offset-key="cmlhm-0-0"><span data-offset-key="cmlhm-0-0">M&amp;W: stadswandeling in Brussel, rondleiding VRT-studio&#8217;s</span></div>
</div>
<div class="" data-block="true" data-editor="eju95" data-offset-key="ebdmd-0-0"></div>
</div>
                    <style>
                                            .flickr-img-responsive {
                            width:100% !important;
                            height:auto !important;
                            display:block !important;
                        }
                        .LoadingImg img {
                            max-width: 45px;
                            max-height: 45px;
                            box-shadow: none;
                        }
                        .wpfrank-flickr-div{
                            padding:15px;
                        }
                        @media (max-width: 786px){
                            .col-md-3 {
                                width:49.9%;
                                float:left;
                            }
                        }
                        .play-pause {
                            display: none !important;
                        }
                        .gallery15192 {
                            overflow:hidden;
                            clear: both;
                        }
                        .fnf{
                            background-color: #a92929;
                            border-radius: 5px;
                            color: #fff;
                            font-family: initial;
                            text-align: center;
                            padding:12px;
                        }
                    </style>
                    <script type="text/javascript">
                    jQuery(function() {
                        jQuery('.gallery-15192').flickr({
                            apiKey: '037c012784565c3b5691cc5a0aa912b7',
                            photosetId: '72177720326312484'
                        });
                    });

                    ;(function ($, window, document, undefined) {
                        'use strict';
                        var pluginName = "flickr",
                            defaults = {
                                apiKey: "",
                                photosetId: "",
                                errorText: "<div class='fnf'><i class='far fa-times-circle'></i> Error generating gallery.</div>",
                                loadingSpeed: 38,
                                photosLimit: 200
                            },
                            apiUrl = 'https://api.flickr.com/services/rest/',
                            photos = [];

                        function Plugin(element, options) {
                            this.element = $(element);
                            this.settings = $.extend({}, defaults, options);
                            this._defaults = defaults;
                            this._name = pluginName;

                            this._hideSpinner = function() {
                                this.element.find('.spinner-wrapper').hide().find('*').hide();
                            };

                            this._printError = function() {
                                this.element.find('.gallery-container').append($("<div></div>", { "class": "col-lg-12" })
                                    .append($("<div></div>", { "class": "error-wrapper" })
                                        .append($("<span></span>", { "class": "label label-danger error" })
                                            .html(this.settings.errorText))));
                            };

                            this._flickrAnimate = function() {
                                this.element.find('.gallery-container img').each($.proxy(function(index, el) {
                                    var image = el;
                                    setTimeout(function() {
                                        $(image).parent().fadeIn();
                                    }, this.settings.loadingSpeed * index);
                                }, this));
                            };

                            this._printGallery = function(photos) {
                                var element = this.element.find('.gallery-container');
                                if (!photos || photos.length === 0) {
                                    this._hideSpinner();
                                    this._printError();
                                    return;
                                }
                                $.each(photos, function(key, photo) {
                                    if (!photo || !photo.thumbnail) return; // Skip undefined or invalid photos
                                    var img = $('<img>', { 'class': 'thumb img-thumbnail flickr-img-responsive', src: photo.thumbnail, 'alt': photo.title });
                                    element.append($('<div></div>', { 'class': ' col-md-3 col-sm-4 col-center wpfrank-flickr-div' })
                                        .append($('<a></a>', { 'class': '', href: photo.href, 'data-gallery': '', 'title': photo.title }).hide()
                                            .append(img)));
                                });

                                element.imagesLoaded()
                                    .done($.proxy(this._flickrAnimate, this))
                                    .always($.proxy(this._hideSpinner, this));
                            };

                            this._flickrPhotoset = function(photoset) {
                                var _this = this;
                                photos[photoset.id] = [];
                                $.each(photoset.photo, function(key, photo) {
                                    if (photo.media !== "photo") {
                                        return true; // Skip videos
                                    }
                                    if (key >= _this.settings.photosLimit) {
                                        return false;
                                    }
                                    photos[photoset.id][key] = {
                                        thumbnail: 'https://farm' + photo.farm + '.static.flickr.com/' + photo.server + '/' + photo.id + '_' + photo.secret + '_q.jpg',
                                        href: 'https://farm' + photo.farm + '.static.flickr.com/' + photo.server + '/' + photo.id + '_' + photo.secret + '_b.jpg',
                                        title: photo.title
                                    };
                                });

                                console.log('Filtered photos:', photos[photoset.id]); // Debug log
                                if (photos[photoset.id].length > 0) {
                                    this._printGallery(photos[photoset.id]);
                                } else {
                                    this._hideSpinner();
                                    this._printError();
                                }
                            };

                            this._onFlickrResponse = function(response) {
                                console.log('API Response:', response); // Debug log
                                if (response.stat === "ok") {
                                    this._flickrPhotoset(response.photoset);
                                } else {
                                    this._hideSpinner();
                                    this._printError();
                                }
                            };

                            this._flickrRequest = function(method, data) {
                                var url = apiUrl + "?format=json&jsoncallback=?&method=" + method + "&api_key=" + this.settings.apiKey;
                                $.each(data, function(key, value) {
                                    url += "&" + key + "=" + value;
                                });

                                $.ajax({
                                    dataType: "json",
                                    url: url,
                                    context: this,
                                    success: this._onFlickrResponse
                                });
                            };

                            this._flickrInit = function () {
                                this._flickrRequest('flickr.photosets.getPhotos', {
                                    photoset_id: this.settings.photosetId,
                                    extras: 'media'
                                });
                            };

                            this.init();
                        }

                        Plugin.prototype = {
                            init: function () {
                                this._flickrInit();
                            }
                        };

                        $.fn[pluginName] = function (options) {
                            this.each(function () {
                                if (!$.data(this, "plugin_" + pluginName)) {
                                    $.data(this, "plugin_" + pluginName, new Plugin(this, options));
                                }
                            });
                            return this;
                        };
                    })(jQuery, window, document);
                    </script>
                    <div class="gallery-15192">
                                                    <h3>Uitstap basisopties</h3>
                                                <div class="row">
                            <div class="col-xs-12 spinner-wrapper">
                                <div class="LoadingImg"><img decoding="async" src="https://www.hhartbree.be/wp-content/plugins/flickr-album-gallery/img/loading.gif" /></div>
                            </div>
                            <div align="center" class="gallery-container"></div>
                        </div>
                    </div>
                    
            <!-- Blueimp gallery -->
            <div id="blueimp-gallery-15192" class="blueimp-gallery blueimp-gallery-controls">
                <div class="slides"></div>
                <h3 class="title"></h3>
                <a class="prev">‹</a>
                <a class="next">›</a>
                <a class="close">×</a>
                <a class="play-pause"></a>
                <ol class="indicator"></ol>
                <div class="modal fade">
                    <div class="modal-dialog">
                        <div class="modal-content">
                            <div class="modal-header">
                                <button type="button" class="close" aria-hidden="true">×</button>
                                <h4 class="modal-title"></h4>
                            </div>
                            <div class="modal-body next"></div>
                            <div class="modal-footer">
                                <button type="button" class="btn btn-default pull-left prev">
                                    <i class="glyphicon glyphicon-chevron-left"></i>
                                    Previous                                </button>
                                <button type="button" class="btn btn-primary next">
                                    Next                                    <i class="glyphicon glyphicon-chevron-right"></i>
                                </button>
                            </div>
                        </div>
                    </div>
                </div>
            </div>

            <script type="text/javascript">
            jQuery(function() {
                jQuery.extend(blueimp.Gallery.prototype.options, {
                    useBootstrapModal: false,
                    hidePageScrollbars: false,
                    container: "#blueimp-gallery-15192",
                });
            });
            </script>

            

		</div>
	</div>
</div></div></div></div><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"></div></div></div></div><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"></div></div></div></div>
<p>Het bericht <a href="https://www.hhartbree.be/groeien-talenten/uitstap-basisopties/">Uitstap basisopties</a> verscheen eerst op <a href="https://www.hhartbree.be">Heilig Hart Bree</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Projectdag 3</title>
		<link>https://www.hhartbree.be/groeien-talenten/projectdag-3-2/</link>
		
		<dc:creator><![CDATA[Isabelle]]></dc:creator>
		<pubDate>Fri, 02 May 2025 14:14:48 +0000</pubDate>
				<category><![CDATA[GROEIEN & TALENTEN]]></category>
		<category><![CDATA[LEVEN OP SCHOOL]]></category>
		<category><![CDATA[Projectdagen]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://www.hhartbree.be/?p=15172</guid>

					<description><![CDATA[<p>   Projectdag 3    &#160;               </p>
<p>Het bericht <a href="https://www.hhartbree.be/groeien-talenten/projectdag-3-2/">Projectdag 3</a> verscheen eerst op <a href="https://www.hhartbree.be">Heilig Hart Bree</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<p>Projectdag 3</p>
<p>&nbsp;</p>
                    <style>
                                            .flickr-img-responsive {
                            width:100% !important;
                            height:auto !important;
                            display:block !important;
                        }
                        .LoadingImg img {
                            max-width: 45px;
                            max-height: 45px;
                            box-shadow: none;
                        }
                        .wpfrank-flickr-div{
                            padding:15px;
                        }
                        @media (max-width: 786px){
                            .col-md-3 {
                                width:49.9%;
                                float:left;
                            }
                        }
                        .play-pause {
                            display: none !important;
                        }
                        .gallery15171 {
                            overflow:hidden;
                            clear: both;
                        }
                        .fnf{
                            background-color: #a92929;
                            border-radius: 5px;
                            color: #fff;
                            font-family: initial;
                            text-align: center;
                            padding:12px;
                        }
                    </style>
                    <script type="text/javascript">
                    jQuery(function() {
                        jQuery('.gallery-15171').flickr({
                            apiKey: '037c012784565c3b5691cc5a0aa912b7',
                            photosetId: '72177720325823184'
                        });
                    });

                    ;(function ($, window, document, undefined) {
                        'use strict';
                        var pluginName = "flickr",
                            defaults = {
                                apiKey: "",
                                photosetId: "",
                                errorText: "<div class='fnf'><i class='far fa-times-circle'></i> Error generating gallery.</div>",
                                loadingSpeed: 38,
                                photosLimit: 200
                            },
                            apiUrl = 'https://api.flickr.com/services/rest/',
                            photos = [];

                        function Plugin(element, options) {
                            this.element = $(element);
                            this.settings = $.extend({}, defaults, options);
                            this._defaults = defaults;
                            this._name = pluginName;

                            this._hideSpinner = function() {
                                this.element.find('.spinner-wrapper').hide().find('*').hide();
                            };

                            this._printError = function() {
                                this.element.find('.gallery-container').append($("<div></div>", { "class": "col-lg-12" })
                                    .append($("<div></div>", { "class": "error-wrapper" })
                                        .append($("<span></span>", { "class": "label label-danger error" })
                                            .html(this.settings.errorText))));
                            };

                            this._flickrAnimate = function() {
                                this.element.find('.gallery-container img').each($.proxy(function(index, el) {
                                    var image = el;
                                    setTimeout(function() {
                                        $(image).parent().fadeIn();
                                    }, this.settings.loadingSpeed * index);
                                }, this));
                            };

                            this._printGallery = function(photos) {
                                var element = this.element.find('.gallery-container');
                                if (!photos || photos.length === 0) {
                                    this._hideSpinner();
                                    this._printError();
                                    return;
                                }
                                $.each(photos, function(key, photo) {
                                    if (!photo || !photo.thumbnail) return; // Skip undefined or invalid photos
                                    var img = $('<img>', { 'class': 'thumb img-thumbnail flickr-img-responsive', src: photo.thumbnail, 'alt': photo.title });
                                    element.append($('<div></div>', { 'class': ' col-md-3 col-sm-4 col-center wpfrank-flickr-div' })
                                        .append($('<a></a>', { 'class': '', href: photo.href, 'data-gallery': '', 'title': photo.title }).hide()
                                            .append(img)));
                                });

                                element.imagesLoaded()
                                    .done($.proxy(this._flickrAnimate, this))
                                    .always($.proxy(this._hideSpinner, this));
                            };

                            this._flickrPhotoset = function(photoset) {
                                var _this = this;
                                photos[photoset.id] = [];
                                $.each(photoset.photo, function(key, photo) {
                                    if (photo.media !== "photo") {
                                        return true; // Skip videos
                                    }
                                    if (key >= _this.settings.photosLimit) {
                                        return false;
                                    }
                                    photos[photoset.id][key] = {
                                        thumbnail: 'https://farm' + photo.farm + '.static.flickr.com/' + photo.server + '/' + photo.id + '_' + photo.secret + '_q.jpg',
                                        href: 'https://farm' + photo.farm + '.static.flickr.com/' + photo.server + '/' + photo.id + '_' + photo.secret + '_b.jpg',
                                        title: photo.title
                                    };
                                });

                                console.log('Filtered photos:', photos[photoset.id]); // Debug log
                                if (photos[photoset.id].length > 0) {
                                    this._printGallery(photos[photoset.id]);
                                } else {
                                    this._hideSpinner();
                                    this._printError();
                                }
                            };

                            this._onFlickrResponse = function(response) {
                                console.log('API Response:', response); // Debug log
                                if (response.stat === "ok") {
                                    this._flickrPhotoset(response.photoset);
                                } else {
                                    this._hideSpinner();
                                    this._printError();
                                }
                            };

                            this._flickrRequest = function(method, data) {
                                var url = apiUrl + "?format=json&jsoncallback=?&method=" + method + "&api_key=" + this.settings.apiKey;
                                $.each(data, function(key, value) {
                                    url += "&" + key + "=" + value;
                                });

                                $.ajax({
                                    dataType: "json",
                                    url: url,
                                    context: this,
                                    success: this._onFlickrResponse
                                });
                            };

                            this._flickrInit = function () {
                                this._flickrRequest('flickr.photosets.getPhotos', {
                                    photoset_id: this.settings.photosetId,
                                    extras: 'media'
                                });
                            };

                            this.init();
                        }

                        Plugin.prototype = {
                            init: function () {
                                this._flickrInit();
                            }
                        };

                        $.fn[pluginName] = function (options) {
                            this.each(function () {
                                if (!$.data(this, "plugin_" + pluginName)) {
                                    $.data(this, "plugin_" + pluginName, new Plugin(this, options));
                                }
                            });
                            return this;
                        };
                    })(jQuery, window, document);
                    </script>
                    <div class="gallery-15171">
                                                    <h3>Projectdag 3</h3>
                                                <div class="row">
                            <div class="col-xs-12 spinner-wrapper">
                                <div class="LoadingImg"><img decoding="async" src="https://www.hhartbree.be/wp-content/plugins/flickr-album-gallery/img/loading.gif" /></div>
                            </div>
                            <div align="center" class="gallery-container"></div>
                        </div>
                    </div>
                    
            <!-- Blueimp gallery -->
            <div id="blueimp-gallery-15171" class="blueimp-gallery blueimp-gallery-controls">
                <div class="slides"></div>
                <h3 class="title"></h3>
                <a class="prev">‹</a>
                <a class="next">›</a>
                <a class="close">×</a>
                <a class="play-pause"></a>
                <ol class="indicator"></ol>
                <div class="modal fade">
                    <div class="modal-dialog">
                        <div class="modal-content">
                            <div class="modal-header">
                                <button type="button" class="close" aria-hidden="true">×</button>
                                <h4 class="modal-title"></h4>
                            </div>
                            <div class="modal-body next"></div>
                            <div class="modal-footer">
                                <button type="button" class="btn btn-default pull-left prev">
                                    <i class="glyphicon glyphicon-chevron-left"></i>
                                    Previous                                </button>
                                <button type="button" class="btn btn-primary next">
                                    Next                                    <i class="glyphicon glyphicon-chevron-right"></i>
                                </button>
                            </div>
                        </div>
                    </div>
                </div>
            </div>

            <script type="text/javascript">
            jQuery(function() {
                jQuery.extend(blueimp.Gallery.prototype.options, {
                    useBootstrapModal: false,
                    hidePageScrollbars: false,
                    container: "#blueimp-gallery-15171",
                });
            });
            </script>

            

		</div>
	</div>
</div></div></div></div><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"></div></div></div></div><div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"></div></div></div></div>
<p>Het bericht <a href="https://www.hhartbree.be/groeien-talenten/projectdag-3-2/">Projectdag 3</a> verscheen eerst op <a href="https://www.hhartbree.be">Heilig Hart Bree</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Talentenuur STEM naar FLL!</title>
		<link>https://www.hhartbree.be/groeien-talenten/talentenuren/talentenuur-stem-naar-fll/</link>
		
		<dc:creator><![CDATA[Isabelle]]></dc:creator>
		<pubDate>Mon, 09 Dec 2024 11:41:12 +0000</pubDate>
				<category><![CDATA[GROEIEN & TALENTEN]]></category>
		<category><![CDATA[LEVEN OP SCHOOL]]></category>
		<category><![CDATA[Projectdagen]]></category>
		<category><![CDATA[Talentenuren]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Vak in de kijker]]></category>
		<guid isPermaLink="false">https://www.hhartbree.be/?p=14925</guid>

					<description><![CDATA[<p>   Talentenuur STEM        De leerlingen van talentenuur STEM hebben deelgenomen aan de First Lego League regiofinale te Hasselt. Na maanden van voorbereiding, onderzoek en het programmeren van verschillende robotmissies, hebben zij hun kunsten getoond aan een professionele jury.  Het was een leerrijke ervaring!  </p>
<p>Het bericht <a href="https://www.hhartbree.be/groeien-talenten/talentenuren/talentenuur-stem-naar-fll/">Talentenuur STEM naar FLL!</a> verscheen eerst op <a href="https://www.hhartbree.be">Heilig Hart Bree</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<p><strong>Talentenuur STEM</strong></p>
<div dir="auto">
<div class="xdj266r x11i5rnm xat24cr x1mh8g0r x1vvkbs x126k92a"></div>
<div class="x11i5rnm xat24cr x1mh8g0r x1vvkbs xtlvy1s x126k92a">
<div dir="auto">De leerlingen van talentenuur STEM hebben deelgenomen aan de First Lego League regiofinale te Hasselt. Na maanden van voorbereiding, onderzoek en het programmeren van verschillende robotmissies, hebben zij hun kunsten getoond aan een professionele jury.<br />
Het was een leerrijke ervaring!</div>
</div>
</div>
                    <style>
                                            .flickr-img-responsive {
                            width:100% !important;
                            height:auto !important;
                            display:block !important;
                        }
                        .LoadingImg img {
                            max-width: 45px;
                            max-height: 45px;
                            box-shadow: none;
                        }
                        .wpfrank-flickr-div{
                            padding:15px;
                        }
                        @media (max-width: 786px){
                            .col-md-3 {
                                width:49.9%;
                                float:left;
                            }
                        }
                        .play-pause {
                            display: none !important;
                        }
                        .gallery14924 {
                            overflow:hidden;
                            clear: both;
                        }
                        .fnf{
                            background-color: #a92929;
                            border-radius: 5px;
                            color: #fff;
                            font-family: initial;
                            text-align: center;
                            padding:12px;
                        }
                    </style>
                    <script type="text/javascript">
                    jQuery(function() {
                        jQuery('.gallery-14924').flickr({
                            apiKey: '037c012784565c3b5691cc5a0aa912b7',
                            photosetId: '72177720322468958'
                        });
                    });

                    ;(function ($, window, document, undefined) {
                        'use strict';
                        var pluginName = "flickr",
                            defaults = {
                                apiKey: "",
                                photosetId: "",
                                errorText: "<div class='fnf'><i class='far fa-times-circle'></i> Error generating gallery.</div>",
                                loadingSpeed: 38,
                                photosLimit: 200
                            },
                            apiUrl = 'https://api.flickr.com/services/rest/',
                            photos = [];

                        function Plugin(element, options) {
                            this.element = $(element);
                            this.settings = $.extend({}, defaults, options);
                            this._defaults = defaults;
                            this._name = pluginName;

                            this._hideSpinner = function() {
                                this.element.find('.spinner-wrapper').hide().find('*').hide();
                            };

                            this._printError = function() {
                                this.element.find('.gallery-container').append($("<div></div>", { "class": "col-lg-12" })
                                    .append($("<div></div>", { "class": "error-wrapper" })
                                        .append($("<span></span>", { "class": "label label-danger error" })
                                            .html(this.settings.errorText))));
                            };

                            this._flickrAnimate = function() {
                                this.element.find('.gallery-container img').each($.proxy(function(index, el) {
                                    var image = el;
                                    setTimeout(function() {
                                        $(image).parent().fadeIn();
                                    }, this.settings.loadingSpeed * index);
                                }, this));
                            };

                            this._printGallery = function(photos) {
                                var element = this.element.find('.gallery-container');
                                if (!photos || photos.length === 0) {
                                    this._hideSpinner();
                                    this._printError();
                                    return;
                                }
                                $.each(photos, function(key, photo) {
                                    if (!photo || !photo.thumbnail) return; // Skip undefined or invalid photos
                                    var img = $('<img>', { 'class': 'thumb img-thumbnail flickr-img-responsive', src: photo.thumbnail, 'alt': photo.title });
                                    element.append($('<div></div>', { 'class': ' col-md-3 col-sm-4 col-center wpfrank-flickr-div' })
                                        .append($('<a></a>', { 'class': '', href: photo.href, 'data-gallery': '', 'title': photo.title }).hide()
                                            .append(img)));
                                });

                                element.imagesLoaded()
                                    .done($.proxy(this._flickrAnimate, this))
                                    .always($.proxy(this._hideSpinner, this));
                            };

                            this._flickrPhotoset = function(photoset) {
                                var _this = this;
                                photos[photoset.id] = [];
                                $.each(photoset.photo, function(key, photo) {
                                    if (photo.media !== "photo") {
                                        return true; // Skip videos
                                    }
                                    if (key >= _this.settings.photosLimit) {
                                        return false;
                                    }
                                    photos[photoset.id][key] = {
                                        thumbnail: 'https://farm' + photo.farm + '.static.flickr.com/' + photo.server + '/' + photo.id + '_' + photo.secret + '_q.jpg',
                                        href: 'https://farm' + photo.farm + '.static.flickr.com/' + photo.server + '/' + photo.id + '_' + photo.secret + '_b.jpg',
                                        title: photo.title
                                    };
                                });

                                console.log('Filtered photos:', photos[photoset.id]); // Debug log
                                if (photos[photoset.id].length > 0) {
                                    this._printGallery(photos[photoset.id]);
                                } else {
                                    this._hideSpinner();
                                    this._printError();
                                }
                            };

                            this._onFlickrResponse = function(response) {
                                console.log('API Response:', response); // Debug log
                                if (response.stat === "ok") {
                                    this._flickrPhotoset(response.photoset);
                                } else {
                                    this._hideSpinner();
                                    this._printError();
                                }
                            };

                            this._flickrRequest = function(method, data) {
                                var url = apiUrl + "?format=json&jsoncallback=?&method=" + method + "&api_key=" + this.settings.apiKey;
                                $.each(data, function(key, value) {
                                    url += "&" + key + "=" + value;
                                });

                                $.ajax({
                                    dataType: "json",
                                    url: url,
                                    context: this,
                                    success: this._onFlickrResponse
                                });
                            };

                            this._flickrInit = function () {
                                this._flickrRequest('flickr.photosets.getPhotos', {
                                    photoset_id: this.settings.photosetId,
                                    extras: 'media'
                                });
                            };

                            this.init();
                        }

                        Plugin.prototype = {
                            init: function () {
                                this._flickrInit();
                            }
                        };

                        $.fn[pluginName] = function (options) {
                            this.each(function () {
                                if (!$.data(this, "plugin_" + pluginName)) {
                                    $.data(this, "plugin_" + pluginName, new Plugin(this, options));
                                }
                            });
                            return this;
                        };
                    })(jQuery, window, document);
                    </script>
                    <div class="gallery-14924">
                                                    <h3>Talentenuur STEM naar FLL</h3>
                                                <div class="row">
                            <div class="col-xs-12 spinner-wrapper">
                                <div class="LoadingImg"><img decoding="async" src="https://www.hhartbree.be/wp-content/plugins/flickr-album-gallery/img/loading.gif" /></div>
                            </div>
                            <div align="center" class="gallery-container"></div>
                        </div>
                    </div>
                    
            <!-- Blueimp gallery -->
            <div id="blueimp-gallery-14924" class="blueimp-gallery blueimp-gallery-controls">
                <div class="slides"></div>
                <h3 class="title"></h3>
                <a class="prev">‹</a>
                <a class="next">›</a>
                <a class="close">×</a>
                <a class="play-pause"></a>
                <ol class="indicator"></ol>
                <div class="modal fade">
                    <div class="modal-dialog">
                        <div class="modal-content">
                            <div class="modal-header">
                                <button type="button" class="close" aria-hidden="true">×</button>
                                <h4 class="modal-title"></h4>
                            </div>
                            <div class="modal-body next"></div>
                            <div class="modal-footer">
                                <button type="button" class="btn btn-default pull-left prev">
                                    <i class="glyphicon glyphicon-chevron-left"></i>
                                    Previous                                </button>
                                <button type="button" class="btn btn-primary next">
                                    Next                                    <i class="glyphicon glyphicon-chevron-right"></i>
                                </button>
                            </div>
                        </div>
                    </div>
                </div>
            </div>

            <script type="text/javascript">
            jQuery(function() {
                jQuery.extend(blueimp.Gallery.prototype.options, {
                    useBootstrapModal: false,
                    hidePageScrollbars: false,
                    container: "#blueimp-gallery-14924",
                });
            });
            </script>

            

		</div>
	</div>
</div></div></div></div>
<p>Het bericht <a href="https://www.hhartbree.be/groeien-talenten/talentenuren/talentenuur-stem-naar-fll/">Talentenuur STEM naar FLL!</a> verscheen eerst op <a href="https://www.hhartbree.be">Heilig Hart Bree</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Marktonderzoek basisoptie E&#038;O</title>
		<link>https://www.hhartbree.be/uncategorized/marktonderzoek-basisoptie-eo/</link>
		
		<dc:creator><![CDATA[Isabelle]]></dc:creator>
		<pubDate>Mon, 14 Oct 2024 13:13:11 +0000</pubDate>
				<category><![CDATA[LEVEN OP SCHOOL]]></category>
		<category><![CDATA[Projectdagen]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://www.hhartbree.be/?p=14881</guid>

					<description><![CDATA[<p>   Marktonderzoek basisoptie E&#38;O 2A      Hoeveel zou jij maximum willen betalen voor een product in de winkel? De leerlingen van de basisoptie Economie &#38; organisatie zochten het uit in Bree centrum!      &#160;       </p>
<p>Het bericht <a href="https://www.hhartbree.be/uncategorized/marktonderzoek-basisoptie-eo/">Marktonderzoek basisoptie E&#038;O</a> verscheen eerst op <a href="https://www.hhartbree.be">Heilig Hart Bree</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<p><strong>Marktonderzoek basisoptie E&amp;O 2A</strong></p>
<div dir="auto">
<p><span style="font-weight: 400;">Hoeveel zou jij maximum willen betalen voor een product in de winkel? De leerlingen van de basisoptie Economie &amp; organisatie zochten het uit in Bree centrum!</span></p>
</div>
<p>&nbsp;</p>
                    <style>
                                            .flickr-img-responsive {
                            width:100% !important;
                            height:auto !important;
                            display:block !important;
                        }
                        .LoadingImg img {
                            max-width: 45px;
                            max-height: 45px;
                            box-shadow: none;
                        }
                        .wpfrank-flickr-div{
                            padding:15px;
                        }
                        @media (max-width: 786px){
                            .col-md-3 {
                                width:49.9%;
                                float:left;
                            }
                        }
                        .play-pause {
                            display: none !important;
                        }
                        .gallery14865 {
                            overflow:hidden;
                            clear: both;
                        }
                        .fnf{
                            background-color: #a92929;
                            border-radius: 5px;
                            color: #fff;
                            font-family: initial;
                            text-align: center;
                            padding:12px;
                        }
                    </style>
                    <script type="text/javascript">
                    jQuery(function() {
                        jQuery('.gallery-14865').flickr({
                            apiKey: '037c012784565c3b5691cc5a0aa912b7',
                            photosetId: '72177720321014462'
                        });
                    });

                    ;(function ($, window, document, undefined) {
                        'use strict';
                        var pluginName = "flickr",
                            defaults = {
                                apiKey: "",
                                photosetId: "",
                                errorText: "<div class='fnf'><i class='far fa-times-circle'></i> Error generating gallery.</div>",
                                loadingSpeed: 38,
                                photosLimit: 200
                            },
                            apiUrl = 'https://api.flickr.com/services/rest/',
                            photos = [];

                        function Plugin(element, options) {
                            this.element = $(element);
                            this.settings = $.extend({}, defaults, options);
                            this._defaults = defaults;
                            this._name = pluginName;

                            this._hideSpinner = function() {
                                this.element.find('.spinner-wrapper').hide().find('*').hide();
                            };

                            this._printError = function() {
                                this.element.find('.gallery-container').append($("<div></div>", { "class": "col-lg-12" })
                                    .append($("<div></div>", { "class": "error-wrapper" })
                                        .append($("<span></span>", { "class": "label label-danger error" })
                                            .html(this.settings.errorText))));
                            };

                            this._flickrAnimate = function() {
                                this.element.find('.gallery-container img').each($.proxy(function(index, el) {
                                    var image = el;
                                    setTimeout(function() {
                                        $(image).parent().fadeIn();
                                    }, this.settings.loadingSpeed * index);
                                }, this));
                            };

                            this._printGallery = function(photos) {
                                var element = this.element.find('.gallery-container');
                                if (!photos || photos.length === 0) {
                                    this._hideSpinner();
                                    this._printError();
                                    return;
                                }
                                $.each(photos, function(key, photo) {
                                    if (!photo || !photo.thumbnail) return; // Skip undefined or invalid photos
                                    var img = $('<img>', { 'class': 'thumb img-thumbnail flickr-img-responsive', src: photo.thumbnail, 'alt': photo.title });
                                    element.append($('<div></div>', { 'class': ' col-md-3 col-sm-4 col-center wpfrank-flickr-div' })
                                        .append($('<a></a>', { 'class': '', href: photo.href, 'data-gallery': '', 'title': photo.title }).hide()
                                            .append(img)));
                                });

                                element.imagesLoaded()
                                    .done($.proxy(this._flickrAnimate, this))
                                    .always($.proxy(this._hideSpinner, this));
                            };

                            this._flickrPhotoset = function(photoset) {
                                var _this = this;
                                photos[photoset.id] = [];
                                $.each(photoset.photo, function(key, photo) {
                                    if (photo.media !== "photo") {
                                        return true; // Skip videos
                                    }
                                    if (key >= _this.settings.photosLimit) {
                                        return false;
                                    }
                                    photos[photoset.id][key] = {
                                        thumbnail: 'https://farm' + photo.farm + '.static.flickr.com/' + photo.server + '/' + photo.id + '_' + photo.secret + '_q.jpg',
                                        href: 'https://farm' + photo.farm + '.static.flickr.com/' + photo.server + '/' + photo.id + '_' + photo.secret + '_b.jpg',
                                        title: photo.title
                                    };
                                });

                                console.log('Filtered photos:', photos[photoset.id]); // Debug log
                                if (photos[photoset.id].length > 0) {
                                    this._printGallery(photos[photoset.id]);
                                } else {
                                    this._hideSpinner();
                                    this._printError();
                                }
                            };

                            this._onFlickrResponse = function(response) {
                                console.log('API Response:', response); // Debug log
                                if (response.stat === "ok") {
                                    this._flickrPhotoset(response.photoset);
                                } else {
                                    this._hideSpinner();
                                    this._printError();
                                }
                            };

                            this._flickrRequest = function(method, data) {
                                var url = apiUrl + "?format=json&jsoncallback=?&method=" + method + "&api_key=" + this.settings.apiKey;
                                $.each(data, function(key, value) {
                                    url += "&" + key + "=" + value;
                                });

                                $.ajax({
                                    dataType: "json",
                                    url: url,
                                    context: this,
                                    success: this._onFlickrResponse
                                });
                            };

                            this._flickrInit = function () {
                                this._flickrRequest('flickr.photosets.getPhotos', {
                                    photoset_id: this.settings.photosetId,
                                    extras: 'media'
                                });
                            };

                            this.init();
                        }

                        Plugin.prototype = {
                            init: function () {
                                this._flickrInit();
                            }
                        };

                        $.fn[pluginName] = function (options) {
                            this.each(function () {
                                if (!$.data(this, "plugin_" + pluginName)) {
                                    $.data(this, "plugin_" + pluginName, new Plugin(this, options));
                                }
                            });
                            return this;
                        };
                    })(jQuery, window, document);
                    </script>
                    <div class="gallery-14865">
                                                    <h3>Marktonderzoek basisoptie E&#038;O</h3>
                                                <div class="row">
                            <div class="col-xs-12 spinner-wrapper">
                                <div class="LoadingImg"><img decoding="async" src="https://www.hhartbree.be/wp-content/plugins/flickr-album-gallery/img/loading.gif" /></div>
                            </div>
                            <div align="center" class="gallery-container"></div>
                        </div>
                    </div>
                    
            <!-- Blueimp gallery -->
            <div id="blueimp-gallery-14865" class="blueimp-gallery blueimp-gallery-controls">
                <div class="slides"></div>
                <h3 class="title"></h3>
                <a class="prev">‹</a>
                <a class="next">›</a>
                <a class="close">×</a>
                <a class="play-pause"></a>
                <ol class="indicator"></ol>
                <div class="modal fade">
                    <div class="modal-dialog">
                        <div class="modal-content">
                            <div class="modal-header">
                                <button type="button" class="close" aria-hidden="true">×</button>
                                <h4 class="modal-title"></h4>
                            </div>
                            <div class="modal-body next"></div>
                            <div class="modal-footer">
                                <button type="button" class="btn btn-default pull-left prev">
                                    <i class="glyphicon glyphicon-chevron-left"></i>
                                    Previous                                </button>
                                <button type="button" class="btn btn-primary next">
                                    Next                                    <i class="glyphicon glyphicon-chevron-right"></i>
                                </button>
                            </div>
                        </div>
                    </div>
                </div>
            </div>

            <script type="text/javascript">
            jQuery(function() {
                jQuery.extend(blueimp.Gallery.prototype.options, {
                    useBootstrapModal: false,
                    hidePageScrollbars: false,
                    container: "#blueimp-gallery-14865",
                });
            });
            </script>

            

		</div>
	</div>
</div></div></div></div>
<p>Het bericht <a href="https://www.hhartbree.be/uncategorized/marktonderzoek-basisoptie-eo/">Marktonderzoek basisoptie E&#038;O</a> verscheen eerst op <a href="https://www.hhartbree.be">Heilig Hart Bree</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Projectdag 1</title>
		<link>https://www.hhartbree.be/uncategorized/projectdag-1-6/</link>
		
		<dc:creator><![CDATA[Isabelle]]></dc:creator>
		<pubDate>Wed, 09 Oct 2024 07:50:06 +0000</pubDate>
				<category><![CDATA[LEVEN OP SCHOOL]]></category>
		<category><![CDATA[Projectdagen]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://www.hhartbree.be/?p=14860</guid>

					<description><![CDATA[<p>   Projectdag 1   veilig in het verkeer   social media en gamen   jaarthema "verbind, leer &#38; groei samen"   preventie: alcohol, tabak, seksualiteit  &#160;       </p>
<p>Het bericht <a href="https://www.hhartbree.be/uncategorized/projectdag-1-6/">Projectdag 1</a> verscheen eerst op <a href="https://www.hhartbree.be">Heilig Hart Bree</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<p><strong>Projectdag 1</strong></p>
<div dir="auto"><span class="html-span xexx8yu x4uap5 x18d9i69 xkhd6sd x1hl2dhg x16tdsg8 x1vvkbs x3nfvp2 x1j61x8r x1fcty0u xdj266r xat24cr xgzva0m xhhsvwb xxymvpz xlup9mm x1kky2od"><img decoding="async" class="xz74otr" src="https://static.xx.fbcdn.net/images/emoji.php/v9/tfa/1/16/1f7e0.png" alt="🟠" width="16" height="16" /></span> veilig in het verkeer</div>
<div dir="auto"><span class="html-span xexx8yu x4uap5 x18d9i69 xkhd6sd x1hl2dhg x16tdsg8 x1vvkbs x3nfvp2 x1j61x8r x1fcty0u xdj266r xat24cr xgzva0m xhhsvwb xxymvpz xlup9mm x1kky2od"><img decoding="async" class="xz74otr" src="https://static.xx.fbcdn.net/images/emoji.php/v9/t7b/1/16/1f7e1.png" alt="🟡" width="16" height="16" /></span> social media en gamen</div>
<div dir="auto"><span class="html-span xexx8yu x4uap5 x18d9i69 xkhd6sd x1hl2dhg x16tdsg8 x1vvkbs x3nfvp2 x1j61x8r x1fcty0u xdj266r xat24cr xgzva0m xhhsvwb xxymvpz xlup9mm x1kky2od"><img decoding="async" class="xz74otr" src="https://static.xx.fbcdn.net/images/emoji.php/v9/tfc/1/16/1f7e2.png" alt="🟢" width="16" height="16" /></span> jaarthema &#8220;verbind, leer &amp; groei samen&#8221;</div>
<div dir="auto"><span class="html-span xexx8yu x4uap5 x18d9i69 xkhd6sd x1hl2dhg x16tdsg8 x1vvkbs x3nfvp2 x1j61x8r x1fcty0u xdj266r xat24cr xgzva0m xhhsvwb xxymvpz xlup9mm x1kky2od"><img loading="lazy" decoding="async" class="xz74otr" src="https://static.xx.fbcdn.net/images/emoji.php/v9/tef/1/16/1f535.png" alt="🔵" width="16" height="16" /></span> preventie: alcohol, tabak, seksualiteit</div>
<p>&nbsp;</p>
                    <style>
                                            .flickr-img-responsive {
                            width:100% !important;
                            height:auto !important;
                            display:block !important;
                        }
                        .LoadingImg img {
                            max-width: 45px;
                            max-height: 45px;
                            box-shadow: none;
                        }
                        .wpfrank-flickr-div{
                            padding:15px;
                        }
                        @media (max-width: 786px){
                            .col-md-3 {
                                width:49.9%;
                                float:left;
                            }
                        }
                        .play-pause {
                            display: none !important;
                        }
                        .gallery14861 {
                            overflow:hidden;
                            clear: both;
                        }
                        .fnf{
                            background-color: #a92929;
                            border-radius: 5px;
                            color: #fff;
                            font-family: initial;
                            text-align: center;
                            padding:12px;
                        }
                    </style>
                    <script type="text/javascript">
                    jQuery(function() {
                        jQuery('.gallery-14861').flickr({
                            apiKey: '037c012784565c3b5691cc5a0aa912b7',
                            photosetId: '72177720321013761'
                        });
                    });

                    ;(function ($, window, document, undefined) {
                        'use strict';
                        var pluginName = "flickr",
                            defaults = {
                                apiKey: "",
                                photosetId: "",
                                errorText: "<div class='fnf'><i class='far fa-times-circle'></i> Error generating gallery.</div>",
                                loadingSpeed: 38,
                                photosLimit: 200
                            },
                            apiUrl = 'https://api.flickr.com/services/rest/',
                            photos = [];

                        function Plugin(element, options) {
                            this.element = $(element);
                            this.settings = $.extend({}, defaults, options);
                            this._defaults = defaults;
                            this._name = pluginName;

                            this._hideSpinner = function() {
                                this.element.find('.spinner-wrapper').hide().find('*').hide();
                            };

                            this._printError = function() {
                                this.element.find('.gallery-container').append($("<div></div>", { "class": "col-lg-12" })
                                    .append($("<div></div>", { "class": "error-wrapper" })
                                        .append($("<span></span>", { "class": "label label-danger error" })
                                            .html(this.settings.errorText))));
                            };

                            this._flickrAnimate = function() {
                                this.element.find('.gallery-container img').each($.proxy(function(index, el) {
                                    var image = el;
                                    setTimeout(function() {
                                        $(image).parent().fadeIn();
                                    }, this.settings.loadingSpeed * index);
                                }, this));
                            };

                            this._printGallery = function(photos) {
                                var element = this.element.find('.gallery-container');
                                if (!photos || photos.length === 0) {
                                    this._hideSpinner();
                                    this._printError();
                                    return;
                                }
                                $.each(photos, function(key, photo) {
                                    if (!photo || !photo.thumbnail) return; // Skip undefined or invalid photos
                                    var img = $('<img>', { 'class': 'thumb img-thumbnail flickr-img-responsive', src: photo.thumbnail, 'alt': photo.title });
                                    element.append($('<div></div>', { 'class': ' col-md-3 col-sm-4 col-center wpfrank-flickr-div' })
                                        .append($('<a></a>', { 'class': '', href: photo.href, 'data-gallery': '', 'title': photo.title }).hide()
                                            .append(img)));
                                });

                                element.imagesLoaded()
                                    .done($.proxy(this._flickrAnimate, this))
                                    .always($.proxy(this._hideSpinner, this));
                            };

                            this._flickrPhotoset = function(photoset) {
                                var _this = this;
                                photos[photoset.id] = [];
                                $.each(photoset.photo, function(key, photo) {
                                    if (photo.media !== "photo") {
                                        return true; // Skip videos
                                    }
                                    if (key >= _this.settings.photosLimit) {
                                        return false;
                                    }
                                    photos[photoset.id][key] = {
                                        thumbnail: 'https://farm' + photo.farm + '.static.flickr.com/' + photo.server + '/' + photo.id + '_' + photo.secret + '_q.jpg',
                                        href: 'https://farm' + photo.farm + '.static.flickr.com/' + photo.server + '/' + photo.id + '_' + photo.secret + '_b.jpg',
                                        title: photo.title
                                    };
                                });

                                console.log('Filtered photos:', photos[photoset.id]); // Debug log
                                if (photos[photoset.id].length > 0) {
                                    this._printGallery(photos[photoset.id]);
                                } else {
                                    this._hideSpinner();
                                    this._printError();
                                }
                            };

                            this._onFlickrResponse = function(response) {
                                console.log('API Response:', response); // Debug log
                                if (response.stat === "ok") {
                                    this._flickrPhotoset(response.photoset);
                                } else {
                                    this._hideSpinner();
                                    this._printError();
                                }
                            };

                            this._flickrRequest = function(method, data) {
                                var url = apiUrl + "?format=json&jsoncallback=?&method=" + method + "&api_key=" + this.settings.apiKey;
                                $.each(data, function(key, value) {
                                    url += "&" + key + "=" + value;
                                });

                                $.ajax({
                                    dataType: "json",
                                    url: url,
                                    context: this,
                                    success: this._onFlickrResponse
                                });
                            };

                            this._flickrInit = function () {
                                this._flickrRequest('flickr.photosets.getPhotos', {
                                    photoset_id: this.settings.photosetId,
                                    extras: 'media'
                                });
                            };

                            this.init();
                        }

                        Plugin.prototype = {
                            init: function () {
                                this._flickrInit();
                            }
                        };

                        $.fn[pluginName] = function (options) {
                            this.each(function () {
                                if (!$.data(this, "plugin_" + pluginName)) {
                                    $.data(this, "plugin_" + pluginName, new Plugin(this, options));
                                }
                            });
                            return this;
                        };
                    })(jQuery, window, document);
                    </script>
                    <div class="gallery-14861">
                                                    <h3>Projectdag 1</h3>
                                                <div class="row">
                            <div class="col-xs-12 spinner-wrapper">
                                <div class="LoadingImg"><img decoding="async" src="https://www.hhartbree.be/wp-content/plugins/flickr-album-gallery/img/loading.gif" /></div>
                            </div>
                            <div align="center" class="gallery-container"></div>
                        </div>
                    </div>
                    
            <!-- Blueimp gallery -->
            <div id="blueimp-gallery-14861" class="blueimp-gallery blueimp-gallery-controls">
                <div class="slides"></div>
                <h3 class="title"></h3>
                <a class="prev">‹</a>
                <a class="next">›</a>
                <a class="close">×</a>
                <a class="play-pause"></a>
                <ol class="indicator"></ol>
                <div class="modal fade">
                    <div class="modal-dialog">
                        <div class="modal-content">
                            <div class="modal-header">
                                <button type="button" class="close" aria-hidden="true">×</button>
                                <h4 class="modal-title"></h4>
                            </div>
                            <div class="modal-body next"></div>
                            <div class="modal-footer">
                                <button type="button" class="btn btn-default pull-left prev">
                                    <i class="glyphicon glyphicon-chevron-left"></i>
                                    Previous                                </button>
                                <button type="button" class="btn btn-primary next">
                                    Next                                    <i class="glyphicon glyphicon-chevron-right"></i>
                                </button>
                            </div>
                        </div>
                    </div>
                </div>
            </div>

            <script type="text/javascript">
            jQuery(function() {
                jQuery.extend(blueimp.Gallery.prototype.options, {
                    useBootstrapModal: false,
                    hidePageScrollbars: false,
                    container: "#blueimp-gallery-14861",
                });
            });
            </script>

            

		</div>
	</div>
</div></div></div></div>
<p>Het bericht <a href="https://www.hhartbree.be/uncategorized/projectdag-1-6/">Projectdag 1</a> verscheen eerst op <a href="https://www.hhartbree.be">Heilig Hart Bree</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Sportdag &#038; veldloop 2024</title>
		<link>https://www.hhartbree.be/uncategorized/sportdag-veldloop-2024/</link>
		
		<dc:creator><![CDATA[Isabelle]]></dc:creator>
		<pubDate>Fri, 27 Sep 2024 07:44:59 +0000</pubDate>
				<category><![CDATA[LEVEN OP SCHOOL]]></category>
		<category><![CDATA[Projectdagen]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://www.hhartbree.be/?p=14853</guid>

					<description><![CDATA[<p>   Sportdag &#38; veldloop 2024    Het zit er weer op!  Onze leerlingen gaven het beste van zichzelf tijdens de veldloop en maakten kennis met tal van sporten tijdens onze sportdag.    Swipe en geniet mee van al het leuks!    &#160;    </p>
<p>Het bericht <a href="https://www.hhartbree.be/uncategorized/sportdag-veldloop-2024/">Sportdag &#038; veldloop 2024</a> verscheen eerst op <a href="https://www.hhartbree.be">Heilig Hart Bree</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="vc_row wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element " >
		<div class="wpb_wrapper">
			<p><strong>Sportdag &amp; veldloop 2024</strong></p>
<p>Het zit er weer op!<br />
Onze leerlingen gaven het beste van zichzelf tijdens de veldloop en maakten kennis met tal van sporten tijdens onze sportdag.</p>
<p>Swipe en geniet mee van al het leuks!</p>
<p>&nbsp;</p>
                    <style>
                                            .flickr-img-responsive {
                            width:100% !important;
                            height:auto !important;
                            display:block !important;
                        }
                        .LoadingImg img {
                            max-width: 45px;
                            max-height: 45px;
                            box-shadow: none;
                        }
                        .wpfrank-flickr-div{
                            padding:15px;
                        }
                        @media (max-width: 786px){
                            .col-md-3 {
                                width:49.9%;
                                float:left;
                            }
                        }
                        .play-pause {
                            display: none !important;
                        }
                        .gallery14855 {
                            overflow:hidden;
                            clear: both;
                        }
                        .fnf{
                            background-color: #a92929;
                            border-radius: 5px;
                            color: #fff;
                            font-family: initial;
                            text-align: center;
                            padding:12px;
                        }
                    </style>
                    <script type="text/javascript">
                    jQuery(function() {
                        jQuery('.gallery-14855').flickr({
                            apiKey: '4cbd78981c1ece9fe48bd8d48c70f031',
                            photosetId: '72177720320640824'
                        });
                    });

                    ;(function ($, window, document, undefined) {
                        'use strict';
                        var pluginName = "flickr",
                            defaults = {
                                apiKey: "",
                                photosetId: "",
                                errorText: "<div class='fnf'><i class='far fa-times-circle'></i> Error generating gallery.</div>",
                                loadingSpeed: 38,
                                photosLimit: 200
                            },
                            apiUrl = 'https://api.flickr.com/services/rest/',
                            photos = [];

                        function Plugin(element, options) {
                            this.element = $(element);
                            this.settings = $.extend({}, defaults, options);
                            this._defaults = defaults;
                            this._name = pluginName;

                            this._hideSpinner = function() {
                                this.element.find('.spinner-wrapper').hide().find('*').hide();
                            };

                            this._printError = function() {
                                this.element.find('.gallery-container').append($("<div></div>", { "class": "col-lg-12" })
                                    .append($("<div></div>", { "class": "error-wrapper" })
                                        .append($("<span></span>", { "class": "label label-danger error" })
                                            .html(this.settings.errorText))));
                            };

                            this._flickrAnimate = function() {
                                this.element.find('.gallery-container img').each($.proxy(function(index, el) {
                                    var image = el;
                                    setTimeout(function() {
                                        $(image).parent().fadeIn();
                                    }, this.settings.loadingSpeed * index);
                                }, this));
                            };

                            this._printGallery = function(photos) {
                                var element = this.element.find('.gallery-container');
                                if (!photos || photos.length === 0) {
                                    this._hideSpinner();
                                    this._printError();
                                    return;
                                }
                                $.each(photos, function(key, photo) {
                                    if (!photo || !photo.thumbnail) return; // Skip undefined or invalid photos
                                    var img = $('<img>', { 'class': 'thumb img-thumbnail flickr-img-responsive', src: photo.thumbnail, 'alt': photo.title });
                                    element.append($('<div></div>', { 'class': ' col-md-3 col-sm-4 col-center wpfrank-flickr-div' })
                                        .append($('<a></a>', { 'class': '', href: photo.href, 'data-gallery': '', 'title': photo.title }).hide()
                                            .append(img)));
                                });

                                element.imagesLoaded()
                                    .done($.proxy(this._flickrAnimate, this))
                                    .always($.proxy(this._hideSpinner, this));
                            };

                            this._flickrPhotoset = function(photoset) {
                                var _this = this;
                                photos[photoset.id] = [];
                                $.each(photoset.photo, function(key, photo) {
                                    if (photo.media !== "photo") {
                                        return true; // Skip videos
                                    }
                                    if (key >= _this.settings.photosLimit) {
                                        return false;
                                    }
                                    photos[photoset.id][key] = {
                                        thumbnail: 'https://farm' + photo.farm + '.static.flickr.com/' + photo.server + '/' + photo.id + '_' + photo.secret + '_q.jpg',
                                        href: 'https://farm' + photo.farm + '.static.flickr.com/' + photo.server + '/' + photo.id + '_' + photo.secret + '_b.jpg',
                                        title: photo.title
                                    };
                                });

                                console.log('Filtered photos:', photos[photoset.id]); // Debug log
                                if (photos[photoset.id].length > 0) {
                                    this._printGallery(photos[photoset.id]);
                                } else {
                                    this._hideSpinner();
                                    this._printError();
                                }
                            };

                            this._onFlickrResponse = function(response) {
                                console.log('API Response:', response); // Debug log
                                if (response.stat === "ok") {
                                    this._flickrPhotoset(response.photoset);
                                } else {
                                    this._hideSpinner();
                                    this._printError();
                                }
                            };

                            this._flickrRequest = function(method, data) {
                                var url = apiUrl + "?format=json&jsoncallback=?&method=" + method + "&api_key=" + this.settings.apiKey;
                                $.each(data, function(key, value) {
                                    url += "&" + key + "=" + value;
                                });

                                $.ajax({
                                    dataType: "json",
                                    url: url,
                                    context: this,
                                    success: this._onFlickrResponse
                                });
                            };

                            this._flickrInit = function () {
                                this._flickrRequest('flickr.photosets.getPhotos', {
                                    photoset_id: this.settings.photosetId,
                                    extras: 'media'
                                });
                            };

                            this.init();
                        }

                        Plugin.prototype = {
                            init: function () {
                                this._flickrInit();
                            }
                        };

                        $.fn[pluginName] = function (options) {
                            this.each(function () {
                                if (!$.data(this, "plugin_" + pluginName)) {
                                    $.data(this, "plugin_" + pluginName, new Plugin(this, options));
                                }
                            });
                            return this;
                        };
                    })(jQuery, window, document);
                    </script>
                    <div class="gallery-14855">
                                                    <h3>Sportdag &#038; veldloop 2024</h3>
                                                <div class="row">
                            <div class="col-xs-12 spinner-wrapper">
                                <div class="LoadingImg"><img decoding="async" src="https://www.hhartbree.be/wp-content/plugins/flickr-album-gallery/img/loading.gif" /></div>
                            </div>
                            <div align="center" class="gallery-container"></div>
                        </div>
                    </div>
                    
            <!-- Blueimp gallery -->
            <div id="blueimp-gallery-14855" class="blueimp-gallery blueimp-gallery-controls">
                <div class="slides"></div>
                <h3 class="title"></h3>
                <a class="prev">‹</a>
                <a class="next">›</a>
                <a class="close">×</a>
                <a class="play-pause"></a>
                <ol class="indicator"></ol>
                <div class="modal fade">
                    <div class="modal-dialog">
                        <div class="modal-content">
                            <div class="modal-header">
                                <button type="button" class="close" aria-hidden="true">×</button>
                                <h4 class="modal-title"></h4>
                            </div>
                            <div class="modal-body next"></div>
                            <div class="modal-footer">
                                <button type="button" class="btn btn-default pull-left prev">
                                    <i class="glyphicon glyphicon-chevron-left"></i>
                                    Previous                                </button>
                                <button type="button" class="btn btn-primary next">
                                    Next                                    <i class="glyphicon glyphicon-chevron-right"></i>
                                </button>
                            </div>
                        </div>
                    </div>
                </div>
            </div>

            <script type="text/javascript">
            jQuery(function() {
                jQuery.extend(blueimp.Gallery.prototype.options, {
                    useBootstrapModal: false,
                    hidePageScrollbars: false,
                    container: "#blueimp-gallery-14855",
                });
            });
            </script>

            

		</div>
	</div>
</div></div></div></div>
<p>Het bericht <a href="https://www.hhartbree.be/uncategorized/sportdag-veldloop-2024/">Sportdag &#038; veldloop 2024</a> verscheen eerst op <a href="https://www.hhartbree.be">Heilig Hart Bree</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
