<?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>Reper24 &#187; sevalet</title>
	<atom:link href="https://arhiva.reper24.ro/etichete/sevalet/feed/" rel="self" type="application/rss+xml" />
	<link>https://arhiva.reper24.ro</link>
	<description>ultimele stiri din resita si caras severin</description>
	<lastBuildDate>Fri, 03 Sep 2021 11:50:25 +0000</lastBuildDate>
	<language>ro-RO</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.0.33</generator>
	<item>
		<title>Gest de prietenie pentru un membru de onoare al Rotary Club Reșița! Șevaletul complet automatizat a ajuns la Vasile Popovici!</title>
		<link>https://arhiva.reper24.ro/gest-de-prietenie-pentru-un-membru-de-onoare-al-rotary-club-resita-sevaletul-complet-automatizat-ajuns-la-vasile-popovici/</link>
		<comments>https://arhiva.reper24.ro/gest-de-prietenie-pentru-un-membru-de-onoare-al-rotary-club-resita-sevaletul-complet-automatizat-ajuns-la-vasile-popovici/#comments</comments>
		<pubDate>Mon, 29 Jun 2020 08:05:09 +0000</pubDate>
		<dc:creator><![CDATA[Elena Frant]]></dc:creator>
				<category><![CDATA[ACTUALITATE REGIONALĂ]]></category>
		<category><![CDATA[ŞTIRILE ZILEI]]></category>
		<category><![CDATA[campanie]]></category>
		<category><![CDATA[club]]></category>
		<category><![CDATA[donație]]></category>
		<category><![CDATA[lucrari]]></category>
		<category><![CDATA[pictor]]></category>
		<category><![CDATA[poliomielita]]></category>
		<category><![CDATA[reper24]]></category>
		<category><![CDATA[resita]]></category>
		<category><![CDATA[Rotary]]></category>
		<category><![CDATA[sevalet]]></category>
		<category><![CDATA[vasilica popovici]]></category>

		<guid isPermaLink="false">http://reper24.ro/?p=95888</guid>
		<description><![CDATA[&#160; Gest de umanitate și prietenie pentru un pictor reșițean, membru de onoare al Clubului Rotary Reșița care și-a donat lucrările pentru o campanie de eradicare a poliomielitei. „Rotary Club Reșița a predat lui Vasilică Popovici șevaletul complet automatizat realizat de prietenul și colegul nostru Adrian Sachelarie de la Universitatea Tehnică „Gheorghe Asachi&#8221; din Iași [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>&nbsp;</p>
<p><img class="alignnone size-full wp-image-95902" src="https://arhiva.reper24.ro/wp-content/uploads/2020/06/rotary1.jpg" alt="rotary" width="1024" height="576" /></p>
<p>Gest de umanitate și prietenie pentru un pictor reșițean, membru de onoare al Clubului Rotary Reșița care și-a donat lucrările pentru o campanie de eradicare a poliomielitei.</p>
<p>„<em>Rotary Club Reșița a predat lui Vasilică Popovici șevaletul complet automatizat realizat de prietenul și colegul nostru Adrian Sachelarie de la Universitatea Tehnică „Gheorghe Asachi&#8221; din Iași și membru al Rotary Club Iași. Vasilică Popovici este un pictor reșitean și membru de onoare al Rotary Club Reșița, simbolul reșițean al campaniei Rotary „END POLIO NOW&#8221;, </em>susțin reprezentanții Rotary Club Reșița.</p>
<p>Suferind de poliomielită de la vârsta de 3 ani, Vasile Popovici a realizat și a donat lucrări care au reușit să colecteze peste 25.000 USD, sumele fiind donate campaniei „END POLIO NOW&#8221; a Rotary Internațional prin proiectul districtual „CULORILE CARE DAU VIAȚĂ” inițiat în anul 2014 de Clubul Rotary Reșița.</p>
<p>Membrii Rotary i-au mulțumit lui Adrian Sachelarie pentru prietenie și lui Vasile Popovici pentru lecția de viață.</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;
							}
							.gallery95905 {
								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('.gallery95905').flickr({
									apiKey: '3de3072fc5b8073ff649595f3c3fd838',
									photosetId: '72157714900993886'
								});
							});

							;(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 = [];

								// The actual plugin constructor
								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 col-lg-offset-1" })
										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');
										$.each(photos, function(key, photo) {
											var img = $('<img>', { 'class': 'thumb img-thumbnail flickr-img-responsive', src: photo.thumbnail, 'alt': photo.title });
											element.append($('<div></div>', { 'class': ' col-md-2 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) {
											// Limit number of photos.
											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
											};
										});

										this._printGallery(photos[photoset.id]);
									};

									this._onFlickrResponse = function(response) {
										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
										});
									};

									// Init
									this.init();
								}

								Plugin.prototype = {
									init: function () {
										this._flickrInit();
									}
								};

								// Wrapper
								$.fn[pluginName] = function (options) {
									this.each(function () {
										if (!$.data(this, "plugin_" + pluginName)) {
											$.data(this, "plugin_" + pluginName, new Plugin(this, options));
										}
									});

									// Chain
									return this;
								};

							})(jQuery, window, document);
							</script>

							
							<div class="gallery95905">
								<!-- Gallery Thumbnails -->
																<div class="row">
									<div class="col-xs-12 spinner-wrapper">
										<div class="LoadingImg"><img src="https://arhiva.reper24.ro/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" 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">&times;</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() {
				// Set blueimp gallery options
				jQuery.extend(blueimp.Gallery.prototype.options, {
					useBootstrapModal: false,
					hidePageScrollbars: false
				});
			});
			</script>
			
<p><strong>Lorena POENARU</strong></p>
<p><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Farhiva.reper24.ro%2Fgest-de-prietenie-pentru-un-membru-de-onoare-al-rotary-club-resita-sevaletul-complet-automatizat-ajuns-la-vasile-popovici%2F&amp;linkname=Gest%20de%20prietenie%20pentru%20un%20membru%20de%20onoare%20al%20Rotary%20Club%20Re%C8%99i%C8%9Ba%21%20%C8%98evaletul%20complet%20automatizat%20a%20ajuns%20la%20Vasile%20Popovici%21" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_facebook_messenger" href="https://www.addtoany.com/add_to/facebook_messenger?linkurl=https%3A%2F%2Farhiva.reper24.ro%2Fgest-de-prietenie-pentru-un-membru-de-onoare-al-rotary-club-resita-sevaletul-complet-automatizat-ajuns-la-vasile-popovici%2F&amp;linkname=Gest%20de%20prietenie%20pentru%20un%20membru%20de%20onoare%20al%20Rotary%20Club%20Re%C8%99i%C8%9Ba%21%20%C8%98evaletul%20complet%20automatizat%20a%20ajuns%20la%20Vasile%20Popovici%21" title="Facebook Messenger" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_whatsapp" href="https://www.addtoany.com/add_to/whatsapp?linkurl=https%3A%2F%2Farhiva.reper24.ro%2Fgest-de-prietenie-pentru-un-membru-de-onoare-al-rotary-club-resita-sevaletul-complet-automatizat-ajuns-la-vasile-popovici%2F&amp;linkname=Gest%20de%20prietenie%20pentru%20un%20membru%20de%20onoare%20al%20Rotary%20Club%20Re%C8%99i%C8%9Ba%21%20%C8%98evaletul%20complet%20automatizat%20a%20ajuns%20la%20Vasile%20Popovici%21" title="WhatsApp" rel="nofollow noopener" target="_blank"></a></p>]]></content:encoded>
			<wfw:commentRss>https://arhiva.reper24.ro/gest-de-prietenie-pentru-un-membru-de-onoare-al-rotary-club-resita-sevaletul-complet-automatizat-ajuns-la-vasile-popovici/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
