<?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>Fundacja Fabian Digital</title>
	<atom:link href="https://fabiandigital.org/feed/" rel="self" type="application/rss+xml" />
	<link>https://fabiandigital.org</link>
	<description>Fundacja Fabian Digital zajmuje się cyfryzacją szkół, domów dziecka i organizacji pozarządowych w całej Polsce</description>
	<lastBuildDate>Thu, 23 Jul 2026 13:14:02 +0000</lastBuildDate>
	<language>pl-PL</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://fabiandigital.org/cdn-cgi/image/format=auto,quality=80/https://media.fabiandigital.org/wp-content/uploads/2026/03/cropped-logo-32x32.png</url>
	<title>Fundacja Fabian Digital</title>
	<link>https://fabiandigital.org</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Mamy pozytywną opinię z Biura Ministra Cyfryzacji w sprawie egzaminów online!</title>
		<link>https://fabiandigital.org/mamy-opinie-z-biura-ministra-cyfryzacji/</link>
		
		<dc:creator><![CDATA[Fabian]]></dc:creator>
		<pubDate>Thu, 23 Jul 2026 13:09:03 +0000</pubDate>
				<category><![CDATA[Aktualności]]></category>
		<category><![CDATA[stop117]]></category>
		<guid isPermaLink="false">https://fabiandigital.org/?p=19684</guid>

					<description><![CDATA[Udostępnij ten wpis: Autor/źródło: fot. TV Trwam Zobaczcie, co właśnie wpłynęło do naszej Fundacji bezpośrednio z Biura Ministra Cyfryzacji! (pdf) Centrum Rozwoju Kompetencji Cyfrowych (CRKC) wydało oficjalną opinię w sprawie rozporządzenia nr 117. Eksperci ds. cyfryzacji sformułowali kluczowe zastrzeżenia wobec propozycji Ministerstwa Edukacji Narodowej, wskazując na niespójność procedowanych przepisów z ogólnym kierunkiem polityki państwa. Co istotne, [&#8230;]]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="19684" class="elementor elementor-19684">
				<div class="elementor-element elementor-element-82baf01 e-flex e-con-boxed e-con e-parent" data-id="82baf01" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-5cec8f4 e-con-full e-flex e-con e-child" data-id="5cec8f4" data-element_type="container" data-e-type="container">
				</div>
		<div class="elementor-element elementor-element-04cc1a5 e-con-full e-flex e-con e-child" data-id="04cc1a5" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-43e0b79 elementor-widget elementor-widget-shortcode" data-id="43e0b79" data-element_type="widget" data-e-type="widget" data-widget_type="shortcode.default">
				<div class="elementor-widget-container">
							<div class="elementor-shortcode"></div>
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-ecc9829 e-con-full e-flex e-con e-child" data-id="ecc9829" data-element_type="container" data-e-type="container">
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-67a174d e-flex e-con-boxed e-con e-parent" data-id="67a174d" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-55c1f9b e-con-full e-flex e-con e-child" data-id="55c1f9b" data-element_type="container" data-e-type="container">
				</div>
		<div class="elementor-element elementor-element-d6b00dc e-con-full e-flex e-con e-child" data-id="d6b00dc" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-d830540 elementor-widget elementor-widget-html" data-id="d830540" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<div class="fd-share-box">
    <span class="fd-share-text">Udostępnij ten wpis:</span>
    <div class="fd-share-bar">
        <a href="#" id="share-fb" target="_blank" class="fd-share-btn" title="Udostępnij na Facebooku">
            <i class="fab fa-facebook-f"></i>
        </a>
        
        <button onclick="copyToClipboard()" class="fd-share-btn fd-copy-btn" title="Kopiuj link do schowka">
            <i class="fas fa-link"></i>
        </button>
    </div>
</div>

<script>
document.addEventListener('DOMContentLoaded', function() {
    const postUrl = encodeURIComponent(window.location.href);
    // Dynamiczne przypisanie linku FB
    document.getElementById('share-fb').href = `https://www.facebook.com/sharer/sharer.php?u=${postUrl}`;
});

function copyToClipboard() {
    navigator.clipboard.writeText(window.location.href).then(() => {
        // Subtelne powiadomienie zamiast agresywnego alertu
        const btn = document.querySelector('.fd-copy-btn');
        const originalIcon = btn.innerHTML;
        btn.innerHTML = '<i class="fas fa-check"></i>';
        btn.style.backgroundColor = '#28a745';
        btn.style.color = '#fff';
        
        setTimeout(() => {
            btn.innerHTML = originalIcon;
            btn.style.backgroundColor = '';
            btn.style.color = '';
        }, 2000);
    });
}
</script>

<style>
/* Stylizacja Liquid Glass - dopasowana do Twojej fundacji */
.fd-share-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin: 25px 0;
    font-family: 'Poppins', sans-serif;
}

.fd-share-text {
    font-size: 13px;
    font-weight: 600;
    color: #1a1a1a;
    letter-spacing: 0.5px;
}

.fd-share-bar {
    display: flex;
    gap: 15px;
    padding: 10px 25px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 100px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.fd-share-btn {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    color: #1a1a1a;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(0,0,0,0.04);
    cursor: pointer;
    padding: 0;
    outline: none;
}

.fd-share-btn:hover {
    background-color: #012f63; /* Twój granatowy */
    color: #ffffff;
    transform: translateY(-4px);
    box-shadow: 0 8px 15px rgba(1, 47, 99, 0.25);
}

/* RWD */
@media (max-width: 480px) {
    .fd-share-bar { padding: 8px 20px; }
    .fd-share-btn { width: 40px; height: 40px; font-size: 16px; }
}
</style>				</div>
				</div>
		<div class="elementor-element elementor-element-cce9850 e-con-full e-flex e-con e-child" data-id="cce9850" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-79372e1 elementor-widget elementor-widget-image" data-id="79372e1" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img fetchpriority="high" decoding="async" width="600" height="321" src="https://media.fabiandigital.org/wp-content/uploads/2026/07/Ministerstwo-Cyfryzacji-2-600x321-1.jpg" class="attachment-full size-full wp-image-19689" alt="" srcset="https://media.fabiandigital.org/wp-content/uploads/2026/07/Ministerstwo-Cyfryzacji-2-600x321-1.jpg 600w, https://fabiandigital.org/cdn-cgi/image/format=auto,quality=80/https://media.fabiandigital.org/wp-content/uploads/2026/07/Ministerstwo-Cyfryzacji-2-600x321-1-300x161.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" />															</div>
				</div>
				<div class="elementor-element elementor-element-be0fb22 elementor-widget elementor-widget-text-editor" data-id="be0fb22" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<div class="cms"><div class="pt2 mb3"><figure><figcaption class="tr f4 mt2 ph3 ph0-ns readable-small-gray"><address class="text-right readable-small-gray f7"><em><span style="color: #000000;">Autor/źródło: fot. TV Trwam</span></em></address></figcaption></figure></div></div>								</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-e006997 elementor-widget elementor-widget-text-editor" data-id="e006997" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<div data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAIAxAB" data-complete="true"><div data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAIBBAB" data-complete="true"><div data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAIAxAB" data-complete="true"><div data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAIBBAB" data-complete="true"><div data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAIBxAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"><div class="xdj266r x14z9mp xat24cr x1lziwak x1vvkbs x126k92a"><div dir="auto"><div class="xdj266r x14z9mp xat24cr x1lziwak x1vvkbs x126k92a"><div dir="auto"><div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAIBBAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"><span style="text-decoration: underline;"><a href="http://media-stop117.fabiandigital.org/odpowiedz-od-ministerstwa-cyfryzacji.pdf" target="_blank" rel="noopener"><strong class="Yjhzub" data-sfc-root="ep" data-sfc-cb="" data-complete="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 700; margin: 0px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);">Zobaczcie, co właśnie wpłynęło do naszej Fundacji bezpośrednio z Biura Ministra Cyfryzacji!</strong></a> (pdf)</span></div><div data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAIBBAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"> </div><div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAIBRAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);">Centrum Rozwoju Kompetencji Cyfrowych (CRKC) wydało oficjalną opinię w sprawie rozporządzenia nr 117. Eksperci ds. cyfryzacji sformułowali kluczowe zastrzeżenia wobec propozycji Ministerstwa Edukacji Narodowej, wskazując na niespójność procedowanych przepisów z ogólnym kierunkiem polityki państwa. Co istotne, Biuro Ministra Cyfryzacji oficjalnie zwróciło się w tej sprawie bezpośrednio do MEN.</div><div data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAIBRAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"> </div><div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAIBhAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);">Pismo zostało przekazane do wiadomości Departamentu Kształcenia Ogólnego w MEN. Poniżej przedstawiamy merytoryczne podsumowanie najważniejszych wniosków z tego dokumentu.</div><div data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAIBhAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"> </div><div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAIBxAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"><strong class="Yjhzub" data-sfc-root="ep" data-sfc-cb="" data-complete="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 700; margin: 0px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);">1. Sprzeczność z dokumentami strategicznymi rządu</strong><br data-sfc-root="ep" data-sfc-pl="||[]" data-sfc-cb="" data-complete="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);" />Ministerstwo Cyfryzacji jednoznacznie wskazuje, że wprowadzenie całkowitego zakazu egzaminów zdalnych stoi w opozycji do „Polityki Cyfrowej Transformacji Edukacji” – dokumentu przyjętego przez Radę Ministrów w 2024 roku, którego inicjatorem było samo MEN. W opinii CRKC tak radykalne odstępstwo od przyjętej strategii państwa wymaga szczegółowego uzasadnienia prawnego i merytorycznego.</div><div data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAIBxAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"> </div><div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAICBAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"><strong class="Yjhzub" data-sfc-root="ep" data-sfc-cb="" data-complete="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 700; margin: 0px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);">2. Pominięcie potrzeb uczniów ze specjalnymi potrzebami edukacyjnymi</strong><br data-sfc-root="ep" data-sfc-pl="||[]" data-sfc-cb="" data-complete="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);" />Resort cyfryzacji przypomina o konieczności dostosowania dydaktyki cyfrowej do dzieci z niepełnosprawnościami lub specyficznymi ograniczeniami zdrowotnymi. Edukacja zdalna oraz hybrydowa stanowią kluczowe narzędzie wyrównywania szans. Wprowadzenie bezwzględnego zakazu egzaminów online w sytuacjach wyższej konieczności zostało ocenione jako środek nieproporcjonalny.</div><div data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAICBAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"> </div><div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAICRAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"><strong class="Yjhzub" data-sfc-root="ep" data-sfc-cb="" data-complete="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 700; margin: 0px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);">3. Możliwość zape</strong><strong class="Yjhzub" data-sfc-root="ep" data-sfc-cb="" data-complete="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 700; margin: 0px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);">wnienia pełnego bezpieczeństwa technologicznego</strong><br data-sfc-root="ep" data-sfc-pl="||[]" data-sfc-cb="" data-complete="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);" />Opinia Ministerstwa Cyfryzacji weryfikuje argument o braku możliwości skutecznej kontroli nad przebiegiem egzaminów na odległość. Resort przedstawił wykaz 12 konkretnych wymogów technicznych, które gwarantują rzetelność procesu. Wśród nich znalazły się m.in. weryfikacja tożsamości poprzez aplikację mObywatelem, podgląd otoczenia w formacie 360°, udostępnianie ekranu, rejestracja audio-wideo oraz pełny audyt post-factum dla Kuratorium Oświaty. Standardy te odpowiadają postulatom zgłaszanym przez stronę społeczną.</div><div data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAICRAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"> </div><div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAIChAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"><strong class="Yjhzub" data-sfc-root="ep" data-sfc-cb="" data-complete="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 700; margin: 0px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);">4. Ryzyko wykluczenia geograficznego i ekonomicznego</strong><br data-sfc-root="ep" data-sfc-pl="||[]" data-sfc-cb="" data-complete="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);" />W dokumencie zwrócono uwagę na sytuację uczniów z mniejszych miejscowości i terenów wiejskich. Konieczność odbywania wielokrotnych, dalekich podróży na egzaminy stacjonarne do dużych ośrodków miejskich generuje wysokie koszty dla budżetów domowych i pogłębia bariery ekonomiczne.</div><div data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAIChAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"> </div><div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAICxAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"><strong class="Yjhzub" data-sfc-root="ep" data-sfc-cb="" data-complete="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 700; margin: 0px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);">Nasze dalsze działania</strong><br data-sfc-root="ep" data-sfc-pl="||[]" data-sfc-cb="" data-complete="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);" />Otrzymany dokument stanowi kluczowe wsparcie merytoryczne w debacie publicznej. Niezwłocznie dołączamy go do wniosków interwencyjnych, które jako Fundacja kierujemy do Rzecznika Praw Obywatelskich, Rzecznika Praw Dziecka, Ministerstwa Zdrowia oraz Kancelarii Prezydenta RP.</div><div data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAICxAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"> </div></div><div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAIDBAA" data-complete="true" data-processed="true" aria-owns="action-menu-parent-container" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);">Cieszymy się że Ministerstwo Cyfryzacji zajęło stanowisko w sprawie rozporządzenia. Niezwłocznie przesyłamy go do RPO, RPD i RCL.</div></div></div></div></div><div data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAIERAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"><div data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAIDhAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"><!--TgQPHd||[]--></div><p><strong data-sfc-root="ep" data-sfc-cb="" data-complete="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 700; margin: 0px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"><!--TgQPHd||[]--></strong></p></div></div></div></div></div>								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-65516dc e-con-full e-flex e-con e-child" data-id="65516dc" data-element_type="container" data-e-type="container">
				</div>
					</div>
				</div>
				</div>
		]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Łączymy siły z Prawnikami na Rzecz Zwierząt</title>
		<link>https://fabiandigital.org/laczymy-sily-z-prawnikami-na-rzecz-zwierzat/</link>
		
		<dc:creator><![CDATA[Fabian]]></dc:creator>
		<pubDate>Wed, 22 Jul 2026 22:06:36 +0000</pubDate>
				<category><![CDATA[Aktualności]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[Partnerstwa]]></category>
		<guid isPermaLink="false">https://fabiandigital.org/?p=19650</guid>

					<description><![CDATA[Udostępnij ten wpis: W ramach współpracy wspieramy Stowarzyszenie Prawnicy na Rzecz Zwierząt. To wyjątkowa organizacja, którą od 15 lat tworzą prawnicy działający pro bono.  Reagują wszędzie tam, gdzie zwierzętom dzieje się krzywda, pociągając sprawców do odpowiedzialności karnej. Często stają w obronie świadków lub sąsiadów, którzy boją się działań odwetowych i nie mają siły sami walczyć [&#8230;]]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="19650" class="elementor elementor-19650">
				<div class="elementor-element elementor-element-e56a384 e-flex e-con-boxed e-con e-parent" data-id="e56a384" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-28bbdea elementor-widget elementor-widget-shortcode" data-id="28bbdea" data-element_type="widget" data-e-type="widget" data-widget_type="shortcode.default">
				<div class="elementor-widget-container">
							<div class="elementor-shortcode"></div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-58cd480 e-flex e-con-boxed e-con e-parent" data-id="58cd480" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-d889dc8 e-con-full e-flex e-con e-child" data-id="d889dc8" data-element_type="container" data-e-type="container">
				</div>
		<div class="elementor-element elementor-element-9a4cab2 e-con-full e-flex e-con e-child" data-id="9a4cab2" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-d5b2336 elementor-widget elementor-widget-html" data-id="d5b2336" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<div class="fd-share-box">
    <span class="fd-share-text">Udostępnij ten wpis:</span>
    <div class="fd-share-bar">
        <a href="#" id="share-fb" target="_blank" class="fd-share-btn" title="Udostępnij na Facebooku">
            <i class="fab fa-facebook-f"></i>
        </a>
        
        <button onclick="copyToClipboard()" class="fd-share-btn fd-copy-btn" title="Kopiuj link do schowka">
            <i class="fas fa-link"></i>
        </button>
    </div>
</div>

<script>
document.addEventListener('DOMContentLoaded', function() {
    const postUrl = encodeURIComponent(window.location.href);
    // Dynamiczne przypisanie linku FB
    document.getElementById('share-fb').href = `https://www.facebook.com/sharer/sharer.php?u=${postUrl}`;
});

function copyToClipboard() {
    navigator.clipboard.writeText(window.location.href).then(() => {
        // Subtelne powiadomienie zamiast agresywnego alertu
        const btn = document.querySelector('.fd-copy-btn');
        const originalIcon = btn.innerHTML;
        btn.innerHTML = '<i class="fas fa-check"></i>';
        btn.style.backgroundColor = '#28a745';
        btn.style.color = '#fff';
        
        setTimeout(() => {
            btn.innerHTML = originalIcon;
            btn.style.backgroundColor = '';
            btn.style.color = '';
        }, 2000);
    });
}
</script>

<style>
/* Stylizacja Liquid Glass - dopasowana do Twojej fundacji */
.fd-share-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin: 25px 0;
    font-family: 'Poppins', sans-serif;
}

.fd-share-text {
    font-size: 13px;
    font-weight: 600;
    color: #1a1a1a;
    letter-spacing: 0.5px;
}

.fd-share-bar {
    display: flex;
    gap: 15px;
    padding: 10px 25px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 100px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.fd-share-btn {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    color: #1a1a1a;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(0,0,0,0.04);
    cursor: pointer;
    padding: 0;
    outline: none;
}

.fd-share-btn:hover {
    background-color: #012f63; /* Twój granatowy */
    color: #ffffff;
    transform: translateY(-4px);
    box-shadow: 0 8px 15px rgba(1, 47, 99, 0.25);
}

/* RWD */
@media (max-width: 480px) {
    .fd-share-bar { padding: 8px 20px; }
    .fd-share-btn { width: 40px; height: 40px; font-size: 16px; }
}
</style>				</div>
				</div>
				<div class="elementor-element elementor-element-dca2ca6 elementor-widget elementor-widget-image" data-id="dca2ca6" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" width="1080" height="1350" src="https://media.fabiandigital.org/wp-content/uploads/2026/07/Kopia-–-narzedzia-ulatw-zycie.png" class="attachment-full size-full wp-image-19652" alt="" srcset="https://media.fabiandigital.org/wp-content/uploads/2026/07/Kopia-–-narzedzia-ulatw-zycie.png 1080w, https://fabiandigital.org/cdn-cgi/image/format=auto,quality=80/https://media.fabiandigital.org/wp-content/uploads/2026/07/Kopia-–-narzedzia-ulatw-zycie-240x300.png 240w, https://fabiandigital.org/cdn-cgi/image/format=auto,quality=80/https://media.fabiandigital.org/wp-content/uploads/2026/07/Kopia-–-narzedzia-ulatw-zycie-819x1024.png 819w, https://fabiandigital.org/cdn-cgi/image/format=auto,quality=80/https://media.fabiandigital.org/wp-content/uploads/2026/07/Kopia-–-narzedzia-ulatw-zycie-768x960.png 768w" sizes="(max-width: 1080px) 100vw, 1080px" />															</div>
				</div>
				<div class="elementor-element elementor-element-e011d23 elementor-widget elementor-widget-text-editor" data-id="e011d23" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAIBhAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"><p dir="ltr">W ramach współpracy wspieramy Stowarzyszenie Prawnicy na Rzecz Zwierząt. To wyjątkowa organizacja, którą od 15 lat tworzą prawnicy działający pro bono. </p><p dir="ltr">Reagują wszędzie tam, gdzie zwierzętom dzieje się krzywda, pociągając sprawców do odpowiedzialności karnej. Często stają w obronie świadków lub sąsiadów, którzy boją się działań odwetowych i nie mają siły sami walczyć w sądzie. </p><p dir="ltr">Stowarzyszenie włącza się oraz przejmuje takie sprawy, zgłasza je w całej Polsce i osobiście uczestniczy w procesach, zapewniając ochronę zgłaszającym.</p><p dir="ltr">Tak dzielna i odważna organizacja musi być odporna na zagrożenia, by bez strachu przed cyberatakami głosić swoją misję. Tutaj wkraczamy my, dbając o ich cyfrowe bezpieczeństwo.</p><p dir="ltr">W ramach partnerstwa zabezpieczyliśmy stronę internetową stowarzyszenia za pomocą Cloudflare. Wdrożyliśmy mechanizm logowania Zero Trust, nowoczesną transformację obrazów do formatów WebP i AVIF oraz przyspieszyliśmy działanie witryny dzięki globalnej sieci CDN. Dodatkowo pomogliśmy w weryfikacji organizacji w TechSoup, aktywacji Slacka dla zespołu oraz wdrożeniu platformy do e-podpisu Autenti.</p></div>								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-92e6396 e-con-full e-flex e-con e-child" data-id="92e6396" data-element_type="container" data-e-type="container">
				</div>
					</div>
				</div>
				</div>
		]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Zmodernizowaliśmy stronę Fundacji Pogadać po Ludzku</title>
		<link>https://fabiandigital.org/zmodernizowalismy-strone-fundacji-pogadac-po-ludzku/</link>
		
		<dc:creator><![CDATA[Fabian]]></dc:creator>
		<pubDate>Sun, 19 Jul 2026 18:13:21 +0000</pubDate>
				<category><![CDATA[Aktualności]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[Partnerstwa]]></category>
		<guid isPermaLink="false">https://fabiandigital.org/?p=19511</guid>

					<description><![CDATA[Udostępnij ten wpis: Zespół fundacji odezwał się do nas z konkretnym wyzwaniem: ich dotychczasowa strona internetowa wymagała odświeżenia i lepszego dostosowania do obecnych potrzeb organizacji. Witryna potrzebowała przede wszystkim uporządkowania struktury, ujednolicenia identyfikacji wizualnej oraz aktualizacji treści, aby skuteczniej komunikować misję fundacji. Po naszej modernizacji witryna zyskała zupełnie nowe życie. Wdrożyliśmy spójną kolorystykę, uporządkowaliśmy menu oraz od [&#8230;]]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="19511" class="elementor elementor-19511">
				<div class="elementor-element elementor-element-e56a384 e-flex e-con-boxed e-con e-parent" data-id="e56a384" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-28bbdea elementor-widget elementor-widget-shortcode" data-id="28bbdea" data-element_type="widget" data-e-type="widget" data-widget_type="shortcode.default">
				<div class="elementor-widget-container">
							<div class="elementor-shortcode"></div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-58cd480 e-flex e-con-boxed e-con e-parent" data-id="58cd480" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-d889dc8 e-con-full e-flex e-con e-child" data-id="d889dc8" data-element_type="container" data-e-type="container">
				</div>
		<div class="elementor-element elementor-element-9a4cab2 e-con-full e-flex e-con e-child" data-id="9a4cab2" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-d5b2336 elementor-widget elementor-widget-html" data-id="d5b2336" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<div class="fd-share-box">
    <span class="fd-share-text">Udostępnij ten wpis:</span>
    <div class="fd-share-bar">
        <a href="#" id="share-fb" target="_blank" class="fd-share-btn" title="Udostępnij na Facebooku">
            <i class="fab fa-facebook-f"></i>
        </a>
        
        <button onclick="copyToClipboard()" class="fd-share-btn fd-copy-btn" title="Kopiuj link do schowka">
            <i class="fas fa-link"></i>
        </button>
    </div>
</div>

<script>
document.addEventListener('DOMContentLoaded', function() {
    const postUrl = encodeURIComponent(window.location.href);
    // Dynamiczne przypisanie linku FB
    document.getElementById('share-fb').href = `https://www.facebook.com/sharer/sharer.php?u=${postUrl}`;
});

function copyToClipboard() {
    navigator.clipboard.writeText(window.location.href).then(() => {
        // Subtelne powiadomienie zamiast agresywnego alertu
        const btn = document.querySelector('.fd-copy-btn');
        const originalIcon = btn.innerHTML;
        btn.innerHTML = '<i class="fas fa-check"></i>';
        btn.style.backgroundColor = '#28a745';
        btn.style.color = '#fff';
        
        setTimeout(() => {
            btn.innerHTML = originalIcon;
            btn.style.backgroundColor = '';
            btn.style.color = '';
        }, 2000);
    });
}
</script>

<style>
/* Stylizacja Liquid Glass - dopasowana do Twojej fundacji */
.fd-share-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin: 25px 0;
    font-family: 'Poppins', sans-serif;
}

.fd-share-text {
    font-size: 13px;
    font-weight: 600;
    color: #1a1a1a;
    letter-spacing: 0.5px;
}

.fd-share-bar {
    display: flex;
    gap: 15px;
    padding: 10px 25px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 100px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.fd-share-btn {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    color: #1a1a1a;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(0,0,0,0.04);
    cursor: pointer;
    padding: 0;
    outline: none;
}

.fd-share-btn:hover {
    background-color: #012f63; /* Twój granatowy */
    color: #ffffff;
    transform: translateY(-4px);
    box-shadow: 0 8px 15px rgba(1, 47, 99, 0.25);
}

/* RWD */
@media (max-width: 480px) {
    .fd-share-bar { padding: 8px 20px; }
    .fd-share-btn { width: 40px; height: 40px; font-size: 16px; }
}
</style>				</div>
				</div>
				<div class="elementor-element elementor-element-e011d23 elementor-widget elementor-widget-text-editor" data-id="e011d23" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAIBhAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);">Zespół fundacji odezwał się do nas z konkretnym wyzwaniem: ich dotychczasowa strona internetowa wymagała odświeżenia i lepszego dostosowania do obecnych potrzeb organizacji.<!--TgQPHd||[]--></div><div data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAIBhAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"> </div><div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAIBxAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);">Witryna potrzebowała przede wszystkim uporządkowania struktury, ujednolicenia identyfikacji wizualnej oraz aktualizacji treści, aby skuteczniej komunikować misję fundacji.<!--TgQPHd||[]--></div><div data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAIBxAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"> </div><div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAICBAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);">Po naszej modernizacji witryna zyskała zupełnie nowe życie. Wdrożyliśmy spójną kolorystykę, uporządkowaliśmy menu oraz od podstaw przebudowaliśmy sekcje, układy stron i stopkę.</div><div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAICBAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"><strong class="Yjhzub" data-sfc-root="ep" data-sfc-cb="" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 700; margin: 0px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);">Strona stała się również w pełni inkluzywna – wdrożyliśmy naszą autorską wtyczkę zwiększającą dostępność dla osób z niepełnosprawnościami.<!--TgQPHd||[]--></strong> Aby zapewnić stabilność i bezpieczeństwo serwisu, zabezpieczyliśmy całość za pomocą Cloudflare.<!--TgQPHd||[]--></div><div data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAICBAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"> </div><div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAICRAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);">Równolegle zadbaliśmy o zaplecze techniczne i komunikację e-mailową. Przenieśliśmy wiadomości z nieaktywnych kont do głównej skrzynki fundacji, a stare adresy zastąpiliśmy aliasami. Dzięki temu obecny zespół ma pełen wgląd w historię kontaktu, a żadna ważna wiadomość od darczyńców czy partnerów nie zostanie pominięta.<!--TgQPHd||[]--></div><div data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAICRAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"> </div><div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAIChAA" data-complete="true" data-processed="true" aria-owns="action-menu-parent-container" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);">Zobaczcie sami, jak zmieniła się ta strona! Oto efekt przed i po:</div>								</div>
				</div>
				<div class="elementor-element elementor-element-a5062e6 elementor-widget elementor-widget-text-editor" data-id="a5062e6" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span style="color: #000000;"><strong class="Yjhzub" data-sfc-root="ep" data-sfc-cb="" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 700; margin: 0px; text-decoration: none; border-bottom: 0px rgb(238, 240, 255);">Przesuń suwak w lewo lub w prawo<!--TgQPHd||[]--></strong>, aby zobaczyć  różnicę! Zdjęcie po lewej stronie przedstawia efekt <strong class="Yjhzub" data-sfc-root="ep" data-sfc-cb="" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 700; margin: 0px; text-decoration: none; border-bottom: 0px rgb(238, 240, 255);">PRZED<!--TgQPHd||[]--></strong>, a po prawej stronie efekt <strong class="Yjhzub" data-sfc-root="ep" data-sfc-cb="" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 700; margin: 0px; text-decoration: none; border-bottom: 0px rgb(238, 240, 255);">PO<!--TgQPHd||[]--></strong>.</span></p>								</div>
				</div>
				<div class="elementor-element elementor-element-0e154c4 elementor-widget elementor-widget-text-editor" data-id="0e154c4" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<h2><span style="color: #000000;"><b>Sekcja Oferta</b></span></h2>								</div>
				</div>
				<div class="elementor-element elementor-element-235c29f elementor-arrows-position-inside elementor-pagination-position-outside elementor-widget elementor-widget-image-carousel" data-id="235c29f" data-element_type="widget" data-e-type="widget" data-settings="{&quot;slides_to_show&quot;:&quot;1&quot;,&quot;navigation&quot;:&quot;both&quot;,&quot;effect&quot;:&quot;slide&quot;,&quot;speed&quot;:500}" data-widget_type="image-carousel.default">
				<div class="elementor-widget-container">
							<div class="elementor-image-carousel-wrapper swiper" role="region" aria-roledescription="carousel" aria-label="Karuzela obrazków" dir="ltr">
			<div class="elementor-image-carousel swiper-wrapper" aria-live="polite">
								<div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="1 z 3"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://fabiandigital.org/cdn-cgi/image/format=auto,quality=80/https://media.fabiandigital.org/wp-content/uploads/2026/07/przed-oferta.png" alt="przed-oferta" /></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="2 z 3"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://fabiandigital.org/cdn-cgi/image/format=auto,quality=80/https://media.fabiandigital.org/wp-content/uploads/2026/07/oferta-po-scaled.png" alt="oferta-po" /></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="3 z 3"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://fabiandigital.org/cdn-cgi/image/format=auto,quality=80/https://media.fabiandigital.org/wp-content/uploads/2026/07/oferta-po2-scaled.png" alt="oferta-po2" /></figure></div>			</div>
												<div class="elementor-swiper-button elementor-swiper-button-prev" role="button" tabindex="0">
						<svg aria-hidden="true" class="e-font-icon-svg e-eicon-chevron-left" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>					</div>
					<div class="elementor-swiper-button elementor-swiper-button-next" role="button" tabindex="0">
						<svg aria-hidden="true" class="e-font-icon-svg e-eicon-chevron-right" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>					</div>
				
									<div class="swiper-pagination"></div>
									</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-84584ff elementor-widget elementor-widget-text-editor" data-id="84584ff" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<h2><span style="color: #000000;"><b>Sekcja Galeria</b></span></h2>								</div>
				</div>
				<div class="elementor-element elementor-element-631d117 elementor-arrows-position-inside elementor-pagination-position-outside elementor-widget elementor-widget-image-carousel" data-id="631d117" data-element_type="widget" data-e-type="widget" data-settings="{&quot;slides_to_show&quot;:&quot;1&quot;,&quot;navigation&quot;:&quot;both&quot;,&quot;effect&quot;:&quot;slide&quot;,&quot;speed&quot;:500}" data-widget_type="image-carousel.default">
				<div class="elementor-widget-container">
							<div class="elementor-image-carousel-wrapper swiper" role="region" aria-roledescription="carousel" aria-label="Karuzela obrazków" dir="ltr">
			<div class="elementor-image-carousel swiper-wrapper" aria-live="polite">
								<div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="1 z 2"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://fabiandigital.org/cdn-cgi/image/format=auto,quality=80/https://media.fabiandigital.org/wp-content/uploads/2026/07/Skrin-2.png" alt="Skrin 2" /></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="2 z 2"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://fabiandigital.org/cdn-cgi/image/format=auto,quality=80/https://media.fabiandigital.org/wp-content/uploads/2026/07/galeria-po-modernizacji-scaled.png" alt="galeria-po-modernizacji" /></figure></div>			</div>
												<div class="elementor-swiper-button elementor-swiper-button-prev" role="button" tabindex="0">
						<svg aria-hidden="true" class="e-font-icon-svg e-eicon-chevron-left" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>					</div>
					<div class="elementor-swiper-button elementor-swiper-button-next" role="button" tabindex="0">
						<svg aria-hidden="true" class="e-font-icon-svg e-eicon-chevron-right" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>					</div>
				
									<div class="swiper-pagination"></div>
									</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-c68a6fa elementor-widget elementor-widget-text-editor" data-id="c68a6fa" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<h2><span style="color: #000000;"><b>Sekcja Zespół</b></span></h2>								</div>
				</div>
				<div class="elementor-element elementor-element-0a6bbf9 elementor-arrows-position-inside elementor-pagination-position-outside elementor-widget elementor-widget-image-carousel" data-id="0a6bbf9" data-element_type="widget" data-e-type="widget" data-settings="{&quot;slides_to_show&quot;:&quot;1&quot;,&quot;navigation&quot;:&quot;both&quot;,&quot;effect&quot;:&quot;slide&quot;,&quot;speed&quot;:500}" data-widget_type="image-carousel.default">
				<div class="elementor-widget-container">
							<div class="elementor-image-carousel-wrapper swiper" role="region" aria-roledescription="carousel" aria-label="Karuzela obrazków" dir="ltr">
			<div class="elementor-image-carousel swiper-wrapper" aria-live="polite">
								<div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="1 z 2"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://fabiandigital.org/cdn-cgi/image/format=auto,quality=80/https://media.fabiandigital.org/wp-content/uploads/2026/07/zespol-przed-scaled.png" alt="zespol-przed" /></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="2 z 2"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://fabiandigital.org/cdn-cgi/image/format=auto,quality=80/https://media.fabiandigital.org/wp-content/uploads/2026/07/zespol-po-scaled.png" alt="zespol-po" /></figure></div>			</div>
												<div class="elementor-swiper-button elementor-swiper-button-prev" role="button" tabindex="0">
						<svg aria-hidden="true" class="e-font-icon-svg e-eicon-chevron-left" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>					</div>
					<div class="elementor-swiper-button elementor-swiper-button-next" role="button" tabindex="0">
						<svg aria-hidden="true" class="e-font-icon-svg e-eicon-chevron-right" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>					</div>
				
									<div class="swiper-pagination"></div>
									</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-833cb54 elementor-widget elementor-widget-text-editor" data-id="833cb54" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<h2><span style="color: #000000;"><b>Sekcja Coaching</b></span></h2>								</div>
				</div>
				<div class="elementor-element elementor-element-098ca36 elementor-arrows-position-inside elementor-pagination-position-outside elementor-widget elementor-widget-image-carousel" data-id="098ca36" data-element_type="widget" data-e-type="widget" data-settings="{&quot;slides_to_show&quot;:&quot;1&quot;,&quot;navigation&quot;:&quot;both&quot;,&quot;effect&quot;:&quot;slide&quot;,&quot;speed&quot;:500}" data-widget_type="image-carousel.default">
				<div class="elementor-widget-container">
							<div class="elementor-image-carousel-wrapper swiper" role="region" aria-roledescription="carousel" aria-label="Karuzela obrazków" dir="ltr">
			<div class="elementor-image-carousel swiper-wrapper" aria-live="polite">
								<div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="1 z 3"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://fabiandigital.org/cdn-cgi/image/format=auto,quality=80/https://media.fabiandigital.org/wp-content/uploads/2026/07/coaching.png" alt="coaching" /></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="2 z 3"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://fabiandigital.org/cdn-cgi/image/format=auto,quality=80/https://media.fabiandigital.org/wp-content/uploads/2026/07/coaching-po-scaled.png" alt="coaching-po" /></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="3 z 3"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://fabiandigital.org/cdn-cgi/image/format=auto,quality=80/https://media.fabiandigital.org/wp-content/uploads/2026/07/coaching2-scaled.png" alt="coaching2" /></figure></div>			</div>
												<div class="elementor-swiper-button elementor-swiper-button-prev" role="button" tabindex="0">
						<svg aria-hidden="true" class="e-font-icon-svg e-eicon-chevron-left" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z"></path></svg>					</div>
					<div class="elementor-swiper-button elementor-swiper-button-next" role="button" tabindex="0">
						<svg aria-hidden="true" class="e-font-icon-svg e-eicon-chevron-right" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z"></path></svg>					</div>
				
									<div class="swiper-pagination"></div>
									</div>
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-92e6396 e-con-full e-flex e-con e-child" data-id="92e6396" data-element_type="container" data-e-type="container">
				</div>
					</div>
				</div>
				</div>
		]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Jak wspieramy Stowarzyszenie Psychologów EMPATIO?</title>
		<link>https://fabiandigital.org/jak-wspieramy-stowarzyszenie-psychologow-empatio/</link>
		
		<dc:creator><![CDATA[Fabian]]></dc:creator>
		<pubDate>Sun, 19 Jul 2026 14:05:48 +0000</pubDate>
				<category><![CDATA[Aktualności]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[Partnerstwa]]></category>
		<guid isPermaLink="false">https://fabiandigital.org/?p=19478</guid>

					<description><![CDATA[Udostępnij ten wpis: Ciągle działamy w ramach naszych autorskich projektów „Widoczni w Internecie” oraz „Misja Online”. Tym razem pomogliśmy kolejnej wspaniałej organizacji walczącej o prawa człowieka – Stowarzyszeniu Psychologów i Opiekunów EMPATIO w Poznaniu. Jej celem jest zapewnianie kompleksowego wsparcia psychologicznego, fizjoterapeutycznego i asystenckiego dla osób niesamodzielnych, seniorów oraz ich rodzin w sytuacjach kryzysowych. Pomogliśmy [&#8230;]]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="19478" class="elementor elementor-19478">
				<div class="elementor-element elementor-element-e56a384 e-flex e-con-boxed e-con e-parent" data-id="e56a384" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-28bbdea elementor-widget elementor-widget-shortcode" data-id="28bbdea" data-element_type="widget" data-e-type="widget" data-widget_type="shortcode.default">
				<div class="elementor-widget-container">
							<div class="elementor-shortcode"></div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-58cd480 e-flex e-con-boxed e-con e-parent" data-id="58cd480" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-d889dc8 e-con-full e-flex e-con e-child" data-id="d889dc8" data-element_type="container" data-e-type="container">
				</div>
		<div class="elementor-element elementor-element-9a4cab2 e-con-full e-flex e-con e-child" data-id="9a4cab2" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-d5b2336 elementor-widget elementor-widget-html" data-id="d5b2336" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<div class="fd-share-box">
    <span class="fd-share-text">Udostępnij ten wpis:</span>
    <div class="fd-share-bar">
        <a href="#" id="share-fb" target="_blank" class="fd-share-btn" title="Udostępnij na Facebooku">
            <i class="fab fa-facebook-f"></i>
        </a>
        
        <button onclick="copyToClipboard()" class="fd-share-btn fd-copy-btn" title="Kopiuj link do schowka">
            <i class="fas fa-link"></i>
        </button>
    </div>
</div>

<script>
document.addEventListener('DOMContentLoaded', function() {
    const postUrl = encodeURIComponent(window.location.href);
    // Dynamiczne przypisanie linku FB
    document.getElementById('share-fb').href = `https://www.facebook.com/sharer/sharer.php?u=${postUrl}`;
});

function copyToClipboard() {
    navigator.clipboard.writeText(window.location.href).then(() => {
        // Subtelne powiadomienie zamiast agresywnego alertu
        const btn = document.querySelector('.fd-copy-btn');
        const originalIcon = btn.innerHTML;
        btn.innerHTML = '<i class="fas fa-check"></i>';
        btn.style.backgroundColor = '#28a745';
        btn.style.color = '#fff';
        
        setTimeout(() => {
            btn.innerHTML = originalIcon;
            btn.style.backgroundColor = '';
            btn.style.color = '';
        }, 2000);
    });
}
</script>

<style>
/* Stylizacja Liquid Glass - dopasowana do Twojej fundacji */
.fd-share-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin: 25px 0;
    font-family: 'Poppins', sans-serif;
}

.fd-share-text {
    font-size: 13px;
    font-weight: 600;
    color: #1a1a1a;
    letter-spacing: 0.5px;
}

.fd-share-bar {
    display: flex;
    gap: 15px;
    padding: 10px 25px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 100px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.fd-share-btn {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    color: #1a1a1a;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(0,0,0,0.04);
    cursor: pointer;
    padding: 0;
    outline: none;
}

.fd-share-btn:hover {
    background-color: #012f63; /* Twój granatowy */
    color: #ffffff;
    transform: translateY(-4px);
    box-shadow: 0 8px 15px rgba(1, 47, 99, 0.25);
}

/* RWD */
@media (max-width: 480px) {
    .fd-share-bar { padding: 8px 20px; }
    .fd-share-btn { width: 40px; height: 40px; font-size: 16px; }
}
</style>				</div>
				</div>
				<div class="elementor-element elementor-element-e011d23 elementor-widget elementor-widget-text-editor" data-id="e011d23" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p dir="ltr">Ciągle działamy w ramach naszych autorskich projektów „Widoczni w Internecie” oraz „Misja Online”. Tym razem pomogliśmy kolejnej wspaniałej organizacji walczącej o prawa człowieka – Stowarzyszeniu Psychologów i Opiekunów EMPATIO w Poznaniu. Jej celem jest zapewnianie kompleksowego wsparcia psychologicznego, fizjoterapeutycznego i asystenckiego dla osób niesamodzielnych, seniorów oraz ich rodzin w sytuacjach kryzysowych.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-afe1552 elementor-widget elementor-widget-image" data-id="afe1552" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://empatio-poznan.pl" target="_blank" rel="noopener">
							<img decoding="async" width="1024" height="560" src="https://media.fabiandigital.org/wp-content/uploads/2026/07/strona-empatio-1024x560.png" class="attachment-large size-large wp-image-19483" alt="" srcset="https://media.fabiandigital.org/wp-content/uploads/2026/07/strona-empatio-1024x560.png 1024w, https://fabiandigital.org/cdn-cgi/image/format=auto,quality=80/https://media.fabiandigital.org/wp-content/uploads/2026/07/strona-empatio-300x164.png 300w, https://fabiandigital.org/cdn-cgi/image/format=auto,quality=80/https://media.fabiandigital.org/wp-content/uploads/2026/07/strona-empatio-768x420.png 768w, https://fabiandigital.org/cdn-cgi/image/format=auto,quality=80/https://media.fabiandigital.org/wp-content/uploads/2026/07/strona-empatio-1536x840.png 1536w, https://fabiandigital.org/cdn-cgi/image/format=auto,quality=80/https://media.fabiandigital.org/wp-content/uploads/2026/07/strona-empatio-2048x1120.png 2048w" sizes="(max-width: 1024px) 100vw, 1024px" />								</a>
															</div>
				</div>
				<div class="elementor-element elementor-element-ffce7a1 elementor-widget elementor-widget-text-editor" data-id="ffce7a1" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Pomogliśmy stowarzyszeniu wdrożyć stronę internetową zgodnie z przygotowanym projektem graficznym oraz przenieśliśmy ją na nasze serwery. Dzięki temu organizacja nie musi już ponosić kosztów hostingu. Przeprowadziliśmy również migrację poczty e-mail do Microsoft 365 for Nonprofit oraz w pełni zabezpieczyliśmy witrynę przed cyberatakami.</p><p dir="ltr">Dodatkowo pomogliśmy organizacji uzyskać bezpłatny dostęp do pakietu NordVPN Complete. W ramach tego narzędzia premium stowarzyszenie otrzymało ochronę VPN i skaner antywirusowy dla maksymalnie 10 urządzeń, 1 TB szyfrowanej chmury, menedżer haseł oraz system monitorowania darknetu, który chroni przed wyciekiem danych osobowych (takich jak numery PESEL, hasła czy adresy e-mail).</p>								</div>
				</div>
				<div class="elementor-element elementor-element-a2e8cde elementor-widget elementor-widget-image" data-id="a2e8cde" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="1024" height="211" src="https://media.fabiandigital.org/wp-content/uploads/2026/06/nordvpn-logo-1024x211.png" class="attachment-large size-large wp-image-18021" alt="" srcset="https://media.fabiandigital.org/wp-content/uploads/2026/06/nordvpn-logo-1024x211.png 1024w, https://fabiandigital.org/cdn-cgi/image/format=auto,quality=80/https://media.fabiandigital.org/wp-content/uploads/2026/06/nordvpn-logo-300x62.png 300w, https://fabiandigital.org/cdn-cgi/image/format=auto,quality=80/https://media.fabiandigital.org/wp-content/uploads/2026/06/nordvpn-logo-768x158.png 768w, https://fabiandigital.org/cdn-cgi/image/format=auto,quality=80/https://media.fabiandigital.org/wp-content/uploads/2026/06/nordvpn-logo-1536x317.png 1536w, https://fabiandigital.org/cdn-cgi/image/format=auto,quality=80/https://media.fabiandigital.org/wp-content/uploads/2026/06/nordvpn-logo.png 2008w" sizes="(max-width: 1024px) 100vw, 1024px" />															</div>
				</div>
				<div class="elementor-element elementor-element-60a27fa elementor-widget elementor-widget-text-editor" data-id="60a27fa" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p dir="ltr">A Wy? Znacie fundację lub stowarzyszenie, któremu przydałaby się pomoc w rozwoju cyfrowym? Skierujcie ją do nas! 📩 <a href="mailto:kontakt@fabiandigital.org" target="_blank" rel="noopener">kontakt@fabiandigital.org</a></p>								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-92e6396 e-con-full e-flex e-con e-child" data-id="92e6396" data-element_type="container" data-e-type="container">
				</div>
					</div>
				</div>
				</div>
		]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Prezydent RP Karol Nawrocki interweniuje w MEN w sprawie egzaminów online!</title>
		<link>https://fabiandigital.org/prezydent-rp-karol-nawrocki-interweniuje-w-men-w-sprawie-egzaminow-online/</link>
		
		<dc:creator><![CDATA[Fabian]]></dc:creator>
		<pubDate>Thu, 16 Jul 2026 19:37:16 +0000</pubDate>
				<category><![CDATA[Aktualności]]></category>
		<category><![CDATA[stop117]]></category>
		<guid isPermaLink="false">https://fabiandigital.org/?p=18991</guid>

					<description><![CDATA[Udostępnij ten wpis: Autor/źródło: Kancelaria Prezydenta RP, zdjęcie ilustracyjne Źródło: X Pisaliście do nas i przesyłaliście odpowiedzi Kancelarii Prezydenta na Wasze prośby o reakcję. W wielu pismach otrzymywaliście dokładnie taki sam szablon wiadomości. W odpowiedzi złożyliśmy petycję, w której odnieśliśmy się do tego schematu i wyraziliśmy zaniepokojenie ciągłym powielaniem tej samej treści. Dzisiaj otrzymaliśmy spersonalizowaną odpowiedź. Choć [&#8230;]]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="18991" class="elementor elementor-18991">
				<div class="elementor-element elementor-element-82baf01 e-flex e-con-boxed e-con e-parent" data-id="82baf01" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-5cec8f4 e-con-full e-flex e-con e-child" data-id="5cec8f4" data-element_type="container" data-e-type="container">
				</div>
		<div class="elementor-element elementor-element-04cc1a5 e-con-full e-flex e-con e-child" data-id="04cc1a5" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-43e0b79 elementor-widget elementor-widget-shortcode" data-id="43e0b79" data-element_type="widget" data-e-type="widget" data-widget_type="shortcode.default">
				<div class="elementor-widget-container">
							<div class="elementor-shortcode"></div>
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-ecc9829 e-con-full e-flex e-con e-child" data-id="ecc9829" data-element_type="container" data-e-type="container">
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-67a174d e-flex e-con-boxed e-con e-parent" data-id="67a174d" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-55c1f9b e-con-full e-flex e-con e-child" data-id="55c1f9b" data-element_type="container" data-e-type="container">
				</div>
		<div class="elementor-element elementor-element-d6b00dc e-con-full e-flex e-con e-child" data-id="d6b00dc" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-d830540 elementor-widget elementor-widget-html" data-id="d830540" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<div class="fd-share-box">
    <span class="fd-share-text">Udostępnij ten wpis:</span>
    <div class="fd-share-bar">
        <a href="#" id="share-fb" target="_blank" class="fd-share-btn" title="Udostępnij na Facebooku">
            <i class="fab fa-facebook-f"></i>
        </a>
        
        <button onclick="copyToClipboard()" class="fd-share-btn fd-copy-btn" title="Kopiuj link do schowka">
            <i class="fas fa-link"></i>
        </button>
    </div>
</div>

<script>
document.addEventListener('DOMContentLoaded', function() {
    const postUrl = encodeURIComponent(window.location.href);
    // Dynamiczne przypisanie linku FB
    document.getElementById('share-fb').href = `https://www.facebook.com/sharer/sharer.php?u=${postUrl}`;
});

function copyToClipboard() {
    navigator.clipboard.writeText(window.location.href).then(() => {
        // Subtelne powiadomienie zamiast agresywnego alertu
        const btn = document.querySelector('.fd-copy-btn');
        const originalIcon = btn.innerHTML;
        btn.innerHTML = '<i class="fas fa-check"></i>';
        btn.style.backgroundColor = '#28a745';
        btn.style.color = '#fff';
        
        setTimeout(() => {
            btn.innerHTML = originalIcon;
            btn.style.backgroundColor = '';
            btn.style.color = '';
        }, 2000);
    });
}
</script>

<style>
/* Stylizacja Liquid Glass - dopasowana do Twojej fundacji */
.fd-share-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin: 25px 0;
    font-family: 'Poppins', sans-serif;
}

.fd-share-text {
    font-size: 13px;
    font-weight: 600;
    color: #1a1a1a;
    letter-spacing: 0.5px;
}

.fd-share-bar {
    display: flex;
    gap: 15px;
    padding: 10px 25px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 100px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.fd-share-btn {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    color: #1a1a1a;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(0,0,0,0.04);
    cursor: pointer;
    padding: 0;
    outline: none;
}

.fd-share-btn:hover {
    background-color: #012f63; /* Twój granatowy */
    color: #ffffff;
    transform: translateY(-4px);
    box-shadow: 0 8px 15px rgba(1, 47, 99, 0.25);
}

/* RWD */
@media (max-width: 480px) {
    .fd-share-bar { padding: 8px 20px; }
    .fd-share-btn { width: 40px; height: 40px; font-size: 16px; }
}
</style>				</div>
				</div>
		<div class="elementor-element elementor-element-cce9850 e-con-full e-flex e-con e-child" data-id="cce9850" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-79372e1 elementor-widget elementor-widget-image" data-id="79372e1" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="1008" height="759" src="https://media.fabiandigital.org/wp-content/uploads/2026/07/1.jpeg" class="attachment-full size-full wp-image-18993" alt="" srcset="https://media.fabiandigital.org/wp-content/uploads/2026/07/1.jpeg 1008w, https://fabiandigital.org/cdn-cgi/image/format=auto,quality=80/https://media.fabiandigital.org/wp-content/uploads/2026/07/1-300x226.jpeg 300w, https://fabiandigital.org/cdn-cgi/image/format=auto,quality=80/https://media.fabiandigital.org/wp-content/uploads/2026/07/1-768x578.jpeg 768w" sizes="(max-width: 1008px) 100vw, 1008px" />															</div>
				</div>
				<div class="elementor-element elementor-element-be0fb22 elementor-widget elementor-widget-text-editor" data-id="be0fb22" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<div class="cms"><div class="pt2 mb3"><figure><figcaption class="tr f4 mt2 ph3 ph0-ns readable-small-gray"><address class="text-right readable-small-gray f7"><em><span style="color: #000000;">Autor/źródło: Kancelaria Prezydenta RP, zdjęcie ilustracyjne Źródło: X</span></em></address></figcaption></figure></div></div>								</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-e006997 elementor-widget elementor-widget-text-editor" data-id="e006997" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<div data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAIAxAB" data-complete="true"><div data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAIBBAB" data-complete="true"><div data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAIAxAB" data-complete="true"><div data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAIBBAB" data-complete="true"><div data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAIBxAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"><div class="xdj266r x14z9mp xat24cr x1lziwak x1vvkbs x126k92a"><div dir="auto"><div class="xdj266r x14z9mp xat24cr x1lziwak x1vvkbs x126k92a"><div dir="auto">Pisaliście do nas i przesyłaliście odpowiedzi Kancelarii Prezydenta na Wasze prośby o reakcję. W wielu pismach otrzymywaliście dokładnie taki sam szablon wiadomości. W odpowiedzi złożyliśmy petycję, w której odnieśliśmy się do tego schematu i wyraziliśmy zaniepokojenie ciągłym powielaniem tej samej treści.</div><div dir="auto"> </div></div><div class="x14z9mp xat24cr x1lziwak x1vvkbs xtlvy1s x126k92a"><div dir="auto">Dzisiaj otrzymaliśmy <span style="text-decoration: underline; color: #3366ff;"><a style="color: #3366ff; text-decoration: underline;" href="https://media-stop117.fabiandigital.org/odpowiedz-prezydenta-na-petycje.pdf" target="_blank" rel="noopener">spersonalizowaną odpowiedź.</a></span> Choć Kancelaria Prezydenta wciąż uważa, że MEN ma uprawnienia do wprowadzenia rozporządzenia, to zmieniła swoje dotychczasowe stanowisko i oficjalnie zwróciła się do ministerstwa.</div><div dir="auto"> </div></div><div class="x14z9mp xat24cr x1lziwak x1vvkbs xtlvy1s x126k92a"><div dir="auto">Jednym z postulatów w naszej <span style="text-decoration: underline;"><span style="color: #3366ff; text-decoration: underline;"><a style="color: #3366ff; text-decoration: underline;" href="https://media-stop117.fabiandigital.org/petycja-do-Prezydenta.pdf" target="_blank" rel="noopener">petycji </a></span></span>była prośba, aby prezydent publicznie zadeklarował skierowanie rozporządzenia do Trybunału Konstytucyjnego, jeśli wejdzie ono w życie. Kancelaria uznała jednak, że na taki krok jest jeszcze za wcześnie. Ponieważ przepisy nie zaczęły obowiązywać, a ich treść może ulec zmianie, prezydent nie dysponuje ostateczną wersją dokumentu.</div><div dir="auto"> </div></div><div class="x14z9mp xat24cr x1lziwak x1vvkbs xtlvy1s x126k92a"><div dir="auto">Dosłaliśmy do kancelarii ekspertyzy prawne prof. Pilicha z prośbą o odniesienie się do nich. Jesteśmy ciekawi, czy te analizy zmienią postrzeganie uprawnień MEN do wprowadzenia planowanych zmian.</div><div dir="auto"> </div></div><div class="x14z9mp xat24cr x1lziwak x1vvkbs xtlvy1s x126k92a"><div dir="auto"><span style="text-decoration: underline; color: #3366ff;"><a style="color: #3366ff; text-decoration: underline;" href="https://media-stop117.fabiandigital.org/odp-do-prezydenta.pdf" target="_blank" rel="noopener">Tutaj nasza odpowiedź</a></span></div><div dir="auto"> </div><div dir="auto">Zaznaczyliśmy, że jeśli rozporządzenie wejdzie w życie, formalnie zwrócimy się o skierowanie go do Trybunału Konstytucyjnego. Nie chodzi nam o przepychanki, o to kto ma rację, ale o to, aby instytucja powołana do badania zgodności przepisów z ustawą zasadniczą oficjalnie i sprawiedliwie rozstrzygnęła tę kwestię.</div><div dir="auto"> </div></div><div class="x14z9mp xat24cr x1lziwak x1vvkbs xtlvy1s x126k92a"><div dir="auto">Zwróciliśmy się także z prośbą o udostępnienie pisma, które Kancelaria Prezydenta skierowała do MEN. Gdy tylko je otrzymamy, natychmiast się z Wami podzielimy.</div></div></div></div></div><div data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAIERAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"><div data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAIDhAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"><!--TgQPHd||[]--></div><p><strong data-sfc-root="ep" data-sfc-cb="" data-complete="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 700; margin: 0px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"><!--TgQPHd||[]--></strong></p></div></div></div></div></div>								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-65516dc e-con-full e-flex e-con e-child" data-id="65516dc" data-element_type="container" data-e-type="container">
				</div>
					</div>
				</div>
				</div>
		]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Spotkaliśmy się z Prezesem PFRON</title>
		<link>https://fabiandigital.org/spotkalismy-sie-z-prezesem-pfron/</link>
		
		<dc:creator><![CDATA[Fabian]]></dc:creator>
		<pubDate>Wed, 15 Jul 2026 00:19:43 +0000</pubDate>
				<category><![CDATA[Aktualności]]></category>
		<category><![CDATA[stop117]]></category>
		<guid isPermaLink="false">https://fabiandigital.org/?p=18975</guid>

					<description><![CDATA[Udostępnij ten wpis: Dzisiaj, wspólnie z przedstawicielami środowisk edukacji domowej oraz mojej fundacji, mieliśmy okazję spotkać się z Prezesem Państwowego Funduszu Rehabilitacji Osób Niepełnosprawnych, Pełnomocnikiem ds. Dostępności oraz Dyrektorem Departamentu Dostępności. Rozmawialiśmy o szkodliwym rozporządzeniu Ministerstwa Edukacji Narodowej, które całkowicie zabrania egzaminów online. Ta zmiana – uwaga – dotyka aż 60 000 uczniów, a także ich [&#8230;]]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="18975" class="elementor elementor-18975">
				<div class="elementor-element elementor-element-29b5484 e-flex e-con-boxed e-con e-parent" data-id="29b5484" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-43e0b79 elementor-widget elementor-widget-shortcode" data-id="43e0b79" data-element_type="widget" data-e-type="widget" data-widget_type="shortcode.default">
				<div class="elementor-widget-container">
							<div class="elementor-shortcode"></div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-67a174d e-flex e-con-boxed e-con e-parent" data-id="67a174d" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-55c1f9b e-con-full e-flex e-con e-child" data-id="55c1f9b" data-element_type="container" data-e-type="container">
				</div>
		<div class="elementor-element elementor-element-d6b00dc e-con-full e-flex e-con e-child" data-id="d6b00dc" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-d830540 elementor-widget elementor-widget-html" data-id="d830540" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<div class="fd-share-box">
    <span class="fd-share-text">Udostępnij ten wpis:</span>
    <div class="fd-share-bar">
        <a href="#" id="share-fb" target="_blank" class="fd-share-btn" title="Udostępnij na Facebooku">
            <i class="fab fa-facebook-f"></i>
        </a>
        
        <button onclick="copyToClipboard()" class="fd-share-btn fd-copy-btn" title="Kopiuj link do schowka">
            <i class="fas fa-link"></i>
        </button>
    </div>
</div>

<script>
document.addEventListener('DOMContentLoaded', function() {
    const postUrl = encodeURIComponent(window.location.href);
    // Dynamiczne przypisanie linku FB
    document.getElementById('share-fb').href = `https://www.facebook.com/sharer/sharer.php?u=${postUrl}`;
});

function copyToClipboard() {
    navigator.clipboard.writeText(window.location.href).then(() => {
        // Subtelne powiadomienie zamiast agresywnego alertu
        const btn = document.querySelector('.fd-copy-btn');
        const originalIcon = btn.innerHTML;
        btn.innerHTML = '<i class="fas fa-check"></i>';
        btn.style.backgroundColor = '#28a745';
        btn.style.color = '#fff';
        
        setTimeout(() => {
            btn.innerHTML = originalIcon;
            btn.style.backgroundColor = '';
            btn.style.color = '';
        }, 2000);
    });
}
</script>

<style>
/* Stylizacja Liquid Glass - dopasowana do Twojej fundacji */
.fd-share-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin: 25px 0;
    font-family: 'Poppins', sans-serif;
}

.fd-share-text {
    font-size: 13px;
    font-weight: 600;
    color: #1a1a1a;
    letter-spacing: 0.5px;
}

.fd-share-bar {
    display: flex;
    gap: 15px;
    padding: 10px 25px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 100px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.fd-share-btn {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    color: #1a1a1a;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(0,0,0,0.04);
    cursor: pointer;
    padding: 0;
    outline: none;
}

.fd-share-btn:hover {
    background-color: #012f63; /* Twój granatowy */
    color: #ffffff;
    transform: translateY(-4px);
    box-shadow: 0 8px 15px rgba(1, 47, 99, 0.25);
}

/* RWD */
@media (max-width: 480px) {
    .fd-share-bar { padding: 8px 20px; }
    .fd-share-btn { width: 40px; height: 40px; font-size: 16px; }
}
</style>				</div>
				</div>
		<div class="elementor-element elementor-element-cce9850 e-con-full e-flex e-con e-child" data-id="cce9850" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-79372e1 elementor-widget elementor-widget-image" data-id="79372e1" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="1280" height="960" src="https://media.fabiandigital.org/wp-content/uploads/2026/07/zdj-pfron.jpg" class="attachment-full size-full wp-image-18977" alt="" srcset="https://media.fabiandigital.org/wp-content/uploads/2026/07/zdj-pfron.jpg 1280w, https://fabiandigital.org/cdn-cgi/image/format=auto,quality=80/https://media.fabiandigital.org/wp-content/uploads/2026/07/zdj-pfron-300x225.jpg 300w, https://fabiandigital.org/cdn-cgi/image/format=auto,quality=80/https://media.fabiandigital.org/wp-content/uploads/2026/07/zdj-pfron-1024x768.jpg 1024w, https://fabiandigital.org/cdn-cgi/image/format=auto,quality=80/https://media.fabiandigital.org/wp-content/uploads/2026/07/zdj-pfron-768x576.jpg 768w" sizes="(max-width: 1280px) 100vw, 1280px" />															</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-e006997 elementor-widget elementor-widget-text-editor" data-id="e006997" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<div data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAIAxAB" data-complete="true"><div data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAIBBAB" data-complete="true"><div data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAIAxAB" data-complete="true"><div data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAIBBAB" data-complete="true"><div data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAIBxAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"><div class="xdj266r x14z9mp xat24cr x1lziwak x1vvkbs x126k92a"><div dir="auto">Dzisiaj, wspólnie z przedstawicielami środowisk edukacji domowej oraz mojej fundacji, mieliśmy okazję spotkać się z Prezesem Państwowego Funduszu Rehabilitacji Osób Niepełnosprawnych, Pełnomocnikiem ds. Dostępności oraz Dyrektorem Departamentu Dostępności.</div><div dir="auto"> </div></div><div class="x14z9mp xat24cr x1lziwak x1vvkbs xtlvy1s x126k92a"><div dir="auto">Rozmawialiśmy o szkodliwym rozporządzeniu Ministerstwa Edukacji Narodowej, które całkowicie zabrania egzaminów online. Ta zmiana – uwaga – dotyka aż 60 000 uczniów, a także ich rodzin i nauczycieli.</div><div dir="auto"> </div></div><div class="x14z9mp xat24cr x1lziwak x1vvkbs xtlvy1s x126k92a"><div dir="auto">Uważamy, podobnie jak Rzecznik Praw Obywatelskich oraz Rzecznik Praw Dziecka, że każdy – bez względu na stan zdrowia – ma prawo do równego dostępu do edukacji. W państwie, które tak dynamicznie się rozwija i inwestuje w cyfryzację, nie powinno się całkowicie zakazywać egzaminów online. Forma ta od zawsze była legalna, na co wskazują cenieni prawnicy. Nagłe zmiany poglądów ministrów nie mogą skutkować natychmiastowymi zakazami bez wprowadzenia stosownego okresu przejściowego oraz przeprowadzenia dialogu społecznego. Tak kluczowe regulacje powinny być wprowadzane w formie rzetelnej ustawy, a nie rozporządzenia.</div><div dir="auto"> </div></div><div class="x14z9mp xat24cr x1lziwak x1vvkbs xtlvy1s x126k92a"><div dir="auto">Wspólnie uzgodniliśmy, że zwrócimy się do rady społecznej przy Ministerstwie Funduszy i Polityki Regionalnej. Skontaktowaliśmy się już z blisko 50 przedstawicielami organizacji państwowych oraz fundacji, a PFRON włączy się w proces opiniowania.</div><div dir="auto"> </div></div><div class="x14z9mp xat24cr x1lziwak x1vvkbs xtlvy1s x126k92a"><div dir="auto">Jesteśmy wdzięczni za tę możliwość. Nasze działania dążą do wypracowania odpowiedzialnego prawa, które bez względu na stan zdrowia pozwala uczniom rozwijać się na własnych zasadach i w swoim tempie.</div><div dir="auto"> </div></div><div class="x14z9mp xat24cr x1lziwak x1vvkbs xtlvy1s x126k92a"><div dir="auto">Dziękujemy za otwartość i merytoryczne spotkanie!</div></div><p data-path-to-node="30"> </p></div><div data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAIERAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"><div data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAIDhAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"><!--TgQPHd||[]--></div><p><strong data-sfc-root="ep" data-sfc-cb="" data-complete="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 700; margin: 0px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"><!--TgQPHd||[]--></strong></p></div></div></div></div></div>								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-65516dc e-con-full e-flex e-con e-child" data-id="65516dc" data-element_type="container" data-e-type="container">
				</div>
					</div>
				</div>
				</div>
		]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Ministerstwo odpowiada na apele: będą wyjątki zdrowotne, ale kluczowe problemy prawne i kadrowe pozostały nierozwiązane</title>
		<link>https://fabiandigital.org/ministerstwo-odpowiada-na-apele-beda-wyjatki-zdrowotne-ale-kluczowe-problemy-prawne-i-kadrowe-pozostaly-nierozwiazane/</link>
		
		<dc:creator><![CDATA[Fabian]]></dc:creator>
		<pubDate>Thu, 09 Jul 2026 00:13:56 +0000</pubDate>
				<category><![CDATA[Aktualności]]></category>
		<category><![CDATA[stop117]]></category>
		<guid isPermaLink="false">https://fabiandigital.org/?p=18774</guid>

					<description><![CDATA[Udostępnij ten wpis: Mamy oficjalną odpowiedź Departamentu Kształcenia Ogólnego MEN (pismo z dnia 7 lipca 2026 r., sygn. DKO-WEK.4019.295.2026.AKZ) będącą reakcją na wspólny apel Fundacji Fabian Digital oraz stanowisko Stowarzyszenia Klub Śląskich Amazonek. Choć resort formalnie zasłonił się upływem terminu konsultacji publicznych, to pod wpływem silnej presji społecznej i argumentów o wykluczeniu osób chorych zdecydował [&#8230;]]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="18774" class="elementor elementor-18774">
				<div class="elementor-element elementor-element-29b5484 e-flex e-con-boxed e-con e-parent" data-id="29b5484" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-43e0b79 elementor-widget elementor-widget-shortcode" data-id="43e0b79" data-element_type="widget" data-e-type="widget" data-widget_type="shortcode.default">
				<div class="elementor-widget-container">
							<div class="elementor-shortcode"></div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-67a174d e-flex e-con-boxed e-con e-parent" data-id="67a174d" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-55c1f9b e-con-full e-flex e-con e-child" data-id="55c1f9b" data-element_type="container" data-e-type="container">
				</div>
		<div class="elementor-element elementor-element-d6b00dc e-con-full e-flex e-con e-child" data-id="d6b00dc" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-d830540 elementor-widget elementor-widget-html" data-id="d830540" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<div class="fd-share-box">
    <span class="fd-share-text">Udostępnij ten wpis:</span>
    <div class="fd-share-bar">
        <a href="#" id="share-fb" target="_blank" class="fd-share-btn" title="Udostępnij na Facebooku">
            <i class="fab fa-facebook-f"></i>
        </a>
        
        <button onclick="copyToClipboard()" class="fd-share-btn fd-copy-btn" title="Kopiuj link do schowka">
            <i class="fas fa-link"></i>
        </button>
    </div>
</div>

<script>
document.addEventListener('DOMContentLoaded', function() {
    const postUrl = encodeURIComponent(window.location.href);
    // Dynamiczne przypisanie linku FB
    document.getElementById('share-fb').href = `https://www.facebook.com/sharer/sharer.php?u=${postUrl}`;
});

function copyToClipboard() {
    navigator.clipboard.writeText(window.location.href).then(() => {
        // Subtelne powiadomienie zamiast agresywnego alertu
        const btn = document.querySelector('.fd-copy-btn');
        const originalIcon = btn.innerHTML;
        btn.innerHTML = '<i class="fas fa-check"></i>';
        btn.style.backgroundColor = '#28a745';
        btn.style.color = '#fff';
        
        setTimeout(() => {
            btn.innerHTML = originalIcon;
            btn.style.backgroundColor = '';
            btn.style.color = '';
        }, 2000);
    });
}
</script>

<style>
/* Stylizacja Liquid Glass - dopasowana do Twojej fundacji */
.fd-share-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin: 25px 0;
    font-family: 'Poppins', sans-serif;
}

.fd-share-text {
    font-size: 13px;
    font-weight: 600;
    color: #1a1a1a;
    letter-spacing: 0.5px;
}

.fd-share-bar {
    display: flex;
    gap: 15px;
    padding: 10px 25px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 100px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.fd-share-btn {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    color: #1a1a1a;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(0,0,0,0.04);
    cursor: pointer;
    padding: 0;
    outline: none;
}

.fd-share-btn:hover {
    background-color: #012f63; /* Twój granatowy */
    color: #ffffff;
    transform: translateY(-4px);
    box-shadow: 0 8px 15px rgba(1, 47, 99, 0.25);
}

/* RWD */
@media (max-width: 480px) {
    .fd-share-bar { padding: 8px 20px; }
    .fd-share-btn { width: 40px; height: 40px; font-size: 16px; }
}
</style>				</div>
				</div>
		<div class="elementor-element elementor-element-cce9850 e-con-full e-flex e-con e-child" data-id="cce9850" data-element_type="container" data-e-type="container">
				</div>
				<div class="elementor-element elementor-element-e006997 elementor-widget elementor-widget-text-editor" data-id="e006997" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<div data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAIAxAB" data-complete="true"><div data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAIBBAB" data-complete="true"><div data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAIAxAB" data-complete="true"><div data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAIBBAB" data-complete="true"><div data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAIBxAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"><p data-path-to-node="3">Mamy oficjalną odpowiedź Departamentu Kształcenia Ogólnego MEN (pismo z dnia 7 lipca 2026 r., sygn. DKO-WEK.4019.295.2026.AKZ) będącą reakcją na wspólny apel Fundacji Fabian Digital oraz stanowisko Stowarzyszenia Klub Śląskich Amazonek.</p><p data-path-to-node="4">Choć resort formalnie zasłonił się upływem terminu konsultacji publicznych, to pod wpływem silnej presji społecznej i argumentów o wykluczeniu osób chorych zdecydował się na drobne ustępstwa w projekcie rozporządzenia nr 117. Ministerstwo twierdzi, że nowe zapisy wychodzą naprzeciw postulatom. Analiza dokumentu pokazuje jednak, że resort wciąż wykazuje całkowite oderwanie od realiów prawnych, finansowych i logistycznych polskiej oświaty.</p><h2 data-path-to-node="6"><strong><span style="color: #000000;">1. Ustępstwo: egzaminy poza budynkiem szkoły</span></strong></h2><p data-path-to-node="7">Zostaliśmy poinformowani <span style="text-decoration: underline;"><a href="https://media-stop117.fabiandigital.org/odpowiedz.pdf" target="_blank" rel="noopener"><strong class="Yjhzub" data-sfc-root="ep" data-sfc-cb="" data-complete="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 700; margin: 0px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);">na piśmie, które znajdziecie naciskając tutaj</strong></a></span>, że powstanie nowy projekt rozporządzenia (nie został on jeszcze oficjalnie opublikowany), w którego nowej wersji dopuszczono możliwość przeprowadzenia egzaminu klasyfikacyjnego, poprawkowego oraz sprawdzianu wiadomości w innym miejscu niż szkoła (np. w domu ucznia) – za zgodą dyrektora i na wniosek rodziców, w szczególnych przypadkach zdrowotnych.</p><p data-path-to-node="7">Rozmawialiśmy też telefonicznie z MEN, aby dopytać o szczegóły – klasyfikacji online. </p><p data-path-to-node="7">Niestety potwierdzono, że to rozwiązanie to jedynie fasada, która w dalszym ciągu podtrzymuje bezwzględny zakaz egzaminów na odległość. Egzamin poza szkołą (np. w domu ucznia) oznacza, że nauczyciel lub komisja i tak muszą pojawić się tam fizycznie, co generuje bariery nie do pokonania. </p><h2 data-path-to-node="10"><span style="color: #000000;">2. Kryzys konstytucyjny: MEN ignoruje RPO, RCL i KPRM</span></h2><div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAEIBBAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);">Fakt, że ministerstwo oficjalnie odpowiedziało na to pismo, jasno dowodzi, że resort jest całkowicie pewny swoich planów i zamierza bezwzględnie wprowadzić ten projekt w życie. MEN bezzmiennie podtrzymuje stanowisko, iż posiada pełne uprawnienie ustawowe do wydania rozporządzenia w obecnym kształcie.<!--TgQPHd||[]--></div><div data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAEIBBAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"> </div><div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAEIBRAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);">Jako strona społeczna – co podnosiliśmy już wielokrotnie – wskazujemy, że resort działa bez należytej podstawy prawnej. Forsując te przepisy na siłę, MEN otwarcie podważa i ignoruje oficjalne stanowiska najważniejszych instytucji w państwie. W odpowiedziach ministerstwo bagatelizuje problem, tłumacząc, że to jedynie „doprecyzowanie szczegółów”, które ma zapobiegać rzekomemu łamaniu prawa przez szkoły z powodu błędnej interpretacji dotychczasowych przepisów, a nie wprowadzanie nowych zmian.<!--TgQPHd||[]--></div><div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAEIBRAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"> </div><div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAEIBhAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);">Tym samym MEN jawnie lekceważy zastrzeżenia:<!--TgQPHd||[]--></div><ul class="KsbFXc U6u95" data-sfc-root="ep" data-sfc-cb="" data-ved="2ahUKEwjBmYepq8SVAxW9VfEDHSMyN74Q-7AUegYIAQgHEAA" data-hveid="CAEIBxAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"><li style="list-style-type: none;"><ul class="KsbFXc U6u95" data-sfc-root="ep" data-sfc-cb="" data-ved="2ahUKEwjBmYepq8SVAxW9VfEDHSMyN74Q-7AUegYIAQgHEAA" data-hveid="CAEIBxAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"><li class="Z1qcYe" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAEIBxAB" data-complete="true" data-sae="" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 0px 0px 12px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"><span class="T286Pc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-complete="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"><strong class="Yjhzub" data-sfc-root="ep" data-sfc-cb="" data-complete="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 700; margin: 0px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);">Rzecznika Praw Obywatelskich (RPO)<!--TgQPHd||[]--></strong>, prof. Marcina Wiącka, który podjął już interwencję w tej sprawie,<!--TgQPHd||[]--></span><!--TgQPHd||[]--></li><li class="Z1qcYe" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAEIBxAC" data-complete="true" data-sae="" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 0px 0px 12px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"><span class="T286Pc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-complete="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"><strong class="Yjhzub" data-sfc-root="ep" data-sfc-cb="" data-complete="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 700; margin: 0px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);">Rządowego Centrum Legislacji (RCL)<!--TgQPHd||[]--></strong>,<!--TgQPHd||[]--></span><!--TgQPHd||[]--></li><li class="Z1qcYe" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAEIBxAD" data-complete="true" data-sae="" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 0px 0px 12px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"><span class="T286Pc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-complete="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"><strong class="Yjhzub" data-sfc-root="ep" data-sfc-cb="" data-complete="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 700; margin: 0px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);">Koordynatora OSR z Kancelarii Prezesa Rady Ministrów (KPRM)<!--TgQPHd||[]--></strong>.<!--TgQPHd||[]--></span><!--TgQPHd||[]--></li></ul></li></ul><p><!--TgQPHd||[]--></p><div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAEICBAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);">Mamy głęboką nadzieję, że jeśli to wadliwe rozporządzenie zostanie ostatecznie podpisane, Prezydent RP lub Rzecznik Praw Obywatelskich zaskarżą je do Trybunału Konstytucyjnego ze względu na  naruszenie zasad legislacji oraz praw obywatelskich.<!--TgQPHd||[]--></div><div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAEICBAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"> </div><div class="Fsg96" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-complete="true" data-processed="true" data-sfc-inited="2" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 14px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"><!--TgQPHd||[]--></div><h2 class="otQkpb" role="heading" aria-level="3" data-sfc-root="ep" data-complete="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 20px; font-weight: 600; margin: 24px 0px 12px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"><span style="color: #000000;"><strong>3. Sytuacja nauczycieli a wyzwania logistyczne i zdrowotne</strong></span><!--TgQPHd||[]--></h2><div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAEIBBAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);">Resort edukacji – pod wpływem apeli strony społecznej oraz organizacji pacjenckich – zmodyfikował projekt rozporządzenia jedynie częściowo, koncentrując się wyłącznie na obszarze dotyczącym uczniów. Ministerstwo pomija jednak fakt, że system edukacji tworzą także pedagodzy. Powstaje zatem pytanie, dlaczego resort w procesie legislacyjnym nie uwzględnia sytuacji wszystkich uczestników tego procesu.<!--TgQPHd||[]--></div><div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAEIBBAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"> </div><div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAEIBRAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);">Obecny kształt przepisów dotyka całe środowisko nauczycielskie, ze szczególnym uwzględnieniem osób z niepełnosprawnościami oraz ograniczeniami komunikacyjnymi. Dla wielu z nich praca w systemie zdalnym w ramach edukacji domowej stanowiła jedyną dostępną formę aktywności zawodowej, co nauczyciele bezpośrednio potwierdzają w kierowanej do nas korespondencji.<!--TgQPHd||[]--></div><div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAEIBhAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);">Wymóg przeprowadzenia egzaminu stacjonarnego w domu ucznia rodzi poważne bariery logistyczne dla każdego pedagoga, niezależnie od stanu jego zdrowia. </div><div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAEIBhAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"> </div><div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAEIBhAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);">Sytuacja, w której nauczyciel z centralnej Polski musiałby udać się do ucznia mieszkającego na południu kraju, generuje istotny problem związany z organizacją i finansowaniem podróży służbowej.</div><div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAEIBhAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"><span style="font-size: 16px;"> </span></div><div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAEIBhAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"><span style="font-size: 16px;">W odniesieniu do nauczycieli z niepełnosprawnościami, nakładanie obowiązku odbywania dalekich podróży może nosić znamiona dyskryminacji pracowniczej i stanowić barierę fizycznie uniemożliwiającą wykonanie zadania.</span></div><div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAEIBhAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"> </div><div class="Fsg96" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-complete="true" data-processed="true" data-sfc-inited="2" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 14px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"><!--TgQPHd||[]--></div><h2 class="otQkpb" role="heading" aria-level="3" data-sfc-root="ep" data-complete="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 20px; font-weight: 600; margin: 24px 0px 12px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"><span style="color: #000000;">4. Wyzwania finansowe i organizacyjne</span><!--TgQPHd||[]--></h2><div class="otQkpb" role="heading" aria-level="3" data-animation-nesting="" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-complete="true" data-sae="" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 20px; font-weight: 600; margin: 24px 0px 12px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"> </div><div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAEIBxAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);">Edukacja domowa ma charakter ogólnopolski. Przy utrzymaniu zakazu egzaminów w formule online, w przypadku konieczności egzaminowania ucznia w miejscu jego zamieszkania, powołana przez szkołę komisja zmuszona jest do wyjazdu na teren całego kraju.<!--TgQPHd||[]--></div><div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAEIBxAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"> </div><div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAEICBAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);">Wprowadzenie takiego obowiązku rodzi szereg barier ekonomicznych:<!--TgQPHd||[]--></div><ul class="KsbFXc U6u95" data-sfc-root="ep" data-sfc-cb="" data-ved="2ahUKEwjtgYPorMSVAxWrcvEDHdaqDeQQ-7AUegYIAQgJEAA" data-hveid="CAEICRAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"><li style="list-style-type: none;"><ul class="KsbFXc U6u95" data-sfc-root="ep" data-sfc-cb="" data-ved="2ahUKEwjtgYPorMSVAxWrcvEDHdaqDeQQ-7AUegYIAQgJEAA" data-hveid="CAEICRAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"><li class="Z1qcYe" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAEICRAB" data-complete="true" data-sae="" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 0px 0px 12px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"><span class="T286Pc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-complete="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);">Szkoły alternatywne i realizujące edukację domową funkcjonują w oparciu o ograniczony budżet, wynikający z obniżonej subwencji oświatowej- 250 zł.<!--TgQPHd||[]--></span><!--TgQPHd||[]--></li><li class="Z1qcYe" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAEICRAE" data-complete="true" data-sae="" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 0px 0px 12px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"><span class="T286Pc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-complete="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);">Placówki te nie dysponują środkami pozwalającymi na pokrywanie kosztów podróży, diet oraz noclegów dla nauczycieli, co podważa założenie o bezkosztowym charakterze projektowanej regulacji.<!--TgQPHd||[]--></span><!--TgQPHd||[]--></li><li class="Z1qcYe" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAEICRAH" data-complete="true" data-sae="" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 0px 0px 12px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"><span class="T286Pc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-complete="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);">Praktycznie niemożliwe i organizacyjnie nieuzasadnione jest także ciągłe poszukiwanie oraz zatrudnianie zewnętrznych egzaminatorów lokalnych dla pojedynczych uczniów.<!--TgQPHd||[]--></span><!--TgQPHd||[]--></li></ul></li></ul><p><!--TgQPHd||[]--></p><div class="Fsg96" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-complete="true" data-processed="true" data-sfc-inited="2" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 14px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"><!--TgQPHd||[]--></div><h2 class="otQkpb" role="heading" aria-level="3" data-sfc-root="ep" data-complete="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 20px; font-weight: 600; margin: 24px 0px 12px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"><span style="color: #000000;">Nasza reakcja: kolejne wystąpienie do MEN</span><!--TgQPHd||[]--></h2><div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAEIChAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);">Mając na uwadze powyższe argumenty, strona społeczna nie może zaakceptować rozwiązań, które w praktyce utrudniają funkcjonowanie systemu oświaty. Wystosowaliśmy do Ministerstwa Edukacji Narodowej kolejne pismo z wnioskiem o wyjaśnienie kluczowych kwestii:<!--TgQPHd||[]--></div><ol class="IaGLZe VimKh" data-sfc-root="ep" data-sfc-cb="" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"><li style="list-style-type: none;"><ol class="IaGLZe VimKh" data-sfc-root="ep" data-sfc-cb="" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"><li class="Z1qcYe" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAEICxAA" data-complete="true" data-sae="" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 0px 0px 12px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"><span class="T286Pc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-complete="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);">Jakie konkretne rozwiązania systemowe MEN przewiduje dla nauczycieli z niepełnosprawnościami, którzy są już zatrudnieni w szkołach i ze względów zdrowotnych nie mogą odbywać dalekich podróży służbowych?<!--TgQPHd||[]--></span><!--TgQPHd||[]--></li><li class="Z1qcYe" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAEICxAD" data-complete="true" data-sae="" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 0px 0px 12px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"><span class="T286Pc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-complete="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);">Jakie są realne źródła finansowania takich wyjazdów?<!--TgQPHd||[]--></span><!--TgQPHd||[]--></li><li class="Z1qcYe" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAEICxAG" data-complete="true" data-sae="" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 0px 0px 12px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"><span class="T286Pc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-complete="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);">Czy ministerstwo zamierza uruchomić celowe środki budżetowe na pokrycie kosztów logistycznych związanych z organizacją egzaminów stacjonarnych poza budynkiem szkoły?<!--TgQPHd||[]--></span><!--TgQPHd||[]--></li></ol></li></ol><p><!--TgQPHd||[]--></p><div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAEIDBAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);">Pełna treść naszego nowego wystąpienia wraz ze szczegółową listą pytań skierowanych do resortu jest dostępna <span style="text-decoration: underline;"><a href="https://media-stop117.fabiandigital.org/zapytanie-o-niepelnosprawnych-nauczycieli.pdf" target="_blank" rel="noopener">tutaj</a></span>.</div><div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAEIDRAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"><strong class="Yjhzub" data-sfc-root="ep" data-sfc-cb="" data-complete="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 700; margin: 0px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"><!--TgQPHd||[]--></strong><!--TgQPHd||[]--></div><div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAEIDRAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"><strong class="Yjhzub" data-sfc-root="ep" data-sfc-cb="" data-complete="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 700; margin: 0px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"> </strong></div><div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAEIDhAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);">O dalszych krokach prawnych oraz odpowiedziach uzyskanych z Ministerstwa Edukacji Narodowej będziemy informować w kolejnych komunikatach.<!--TgQPHd||[]--></div><div class="Fsg96" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-complete="true" data-processed="true" data-sfc-inited="2" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 14px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"><!--TgQPHd||[]--></div><p data-path-to-node="30"> Znajdziecie je na głównej stronie petycji: <span style="text-decoration: underline;"><a href="http://stop117.fabiandigital.org">stop117.fabiandigital.org</a></span></p></div><div data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAIERAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"><div data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAIDhAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"><!--TgQPHd||[]--></div><p><strong data-sfc-root="ep" data-sfc-cb="" data-complete="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 700; margin: 0px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"><!--TgQPHd||[]--></strong></p></div></div></div></div></div>								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-65516dc e-con-full e-flex e-con e-child" data-id="65516dc" data-element_type="container" data-e-type="container">
				</div>
					</div>
				</div>
				</div>
		]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>MEN podtrzymuje restrykcyjne przepisy mimo uwag kluczowych organów państwa</title>
		<link>https://fabiandigital.org/men-podtrzymuje-restrykcyjne-przepisy-mimo-uwag-kluczowych-organow-panstwa/</link>
		
		<dc:creator><![CDATA[Fabian]]></dc:creator>
		<pubDate>Wed, 08 Jul 2026 15:09:33 +0000</pubDate>
				<category><![CDATA[Aktualności]]></category>
		<category><![CDATA[stop117]]></category>
		<guid isPermaLink="false">https://fabiandigital.org/?p=18660</guid>

					<description><![CDATA[Udostępnij ten wpis: Mamy oficjalne potwierdzenie. Minister Edukacji Barbara Nowacka podpisała odpowiedzi na uwagi zgłoszone do projektu rozporządzenia przez centralne organy państwa: Rządowe Centrum Legislacji (RCL), Urząd Ochrony Danych Osobowych (UODO) oraz Koordynatora OSR w Kancelarii Prezesa Rady Ministrów. Z analizy dokumentów wynika, że Ministerstwo Edukacji Narodowej zdecydowało się utrzymać dotychczasowy kierunek zmian, odrzucając kluczowe zastrzeżenia [&#8230;]]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="18660" class="elementor elementor-18660">
				<div class="elementor-element elementor-element-29b5484 e-flex e-con-boxed e-con e-parent" data-id="29b5484" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-43e0b79 elementor-widget elementor-widget-shortcode" data-id="43e0b79" data-element_type="widget" data-e-type="widget" data-widget_type="shortcode.default">
				<div class="elementor-widget-container">
							<div class="elementor-shortcode"></div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-67a174d e-flex e-con-boxed e-con e-parent" data-id="67a174d" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-55c1f9b e-con-full e-flex e-con e-child" data-id="55c1f9b" data-element_type="container" data-e-type="container">
				</div>
		<div class="elementor-element elementor-element-d6b00dc e-con-full e-flex e-con e-child" data-id="d6b00dc" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-d830540 elementor-widget elementor-widget-html" data-id="d830540" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<div class="fd-share-box">
    <span class="fd-share-text">Udostępnij ten wpis:</span>
    <div class="fd-share-bar">
        <a href="#" id="share-fb" target="_blank" class="fd-share-btn" title="Udostępnij na Facebooku">
            <i class="fab fa-facebook-f"></i>
        </a>
        
        <button onclick="copyToClipboard()" class="fd-share-btn fd-copy-btn" title="Kopiuj link do schowka">
            <i class="fas fa-link"></i>
        </button>
    </div>
</div>

<script>
document.addEventListener('DOMContentLoaded', function() {
    const postUrl = encodeURIComponent(window.location.href);
    // Dynamiczne przypisanie linku FB
    document.getElementById('share-fb').href = `https://www.facebook.com/sharer/sharer.php?u=${postUrl}`;
});

function copyToClipboard() {
    navigator.clipboard.writeText(window.location.href).then(() => {
        // Subtelne powiadomienie zamiast agresywnego alertu
        const btn = document.querySelector('.fd-copy-btn');
        const originalIcon = btn.innerHTML;
        btn.innerHTML = '<i class="fas fa-check"></i>';
        btn.style.backgroundColor = '#28a745';
        btn.style.color = '#fff';
        
        setTimeout(() => {
            btn.innerHTML = originalIcon;
            btn.style.backgroundColor = '';
            btn.style.color = '';
        }, 2000);
    });
}
</script>

<style>
/* Stylizacja Liquid Glass - dopasowana do Twojej fundacji */
.fd-share-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin: 25px 0;
    font-family: 'Poppins', sans-serif;
}

.fd-share-text {
    font-size: 13px;
    font-weight: 600;
    color: #1a1a1a;
    letter-spacing: 0.5px;
}

.fd-share-bar {
    display: flex;
    gap: 15px;
    padding: 10px 25px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 100px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.fd-share-btn {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    color: #1a1a1a;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(0,0,0,0.04);
    cursor: pointer;
    padding: 0;
    outline: none;
}

.fd-share-btn:hover {
    background-color: #012f63; /* Twój granatowy */
    color: #ffffff;
    transform: translateY(-4px);
    box-shadow: 0 8px 15px rgba(1, 47, 99, 0.25);
}

/* RWD */
@media (max-width: 480px) {
    .fd-share-bar { padding: 8px 20px; }
    .fd-share-btn { width: 40px; height: 40px; font-size: 16px; }
}
</style>				</div>
				</div>
		<div class="elementor-element elementor-element-cce9850 e-con-full e-flex e-con e-child" data-id="cce9850" data-element_type="container" data-e-type="container">
				</div>
				<div class="elementor-element elementor-element-e006997 elementor-widget elementor-widget-text-editor" data-id="e006997" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAIAxAB" data-complete="true"><div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAIBBAB" data-complete="true"><div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAIAxAB" data-complete="true"><div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAIBBAB" data-complete="true"><div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAIBxAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);">Mamy oficjalne potwierdzenie. Minister Edukacji Barbara Nowacka podpisała odpowiedzi na uwagi zgłoszone do projektu rozporządzenia przez centralne organy państwa: Rządowe Centrum Legislacji (RCL), Urząd Ochrony Danych Osobowych (UODO) oraz Koordynatora OSR w Kancelarii Prezesa Rady Ministrów.<!--TgQPHd||[]--></div><div data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAIBxAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"> </div><div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAICBAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);">Z analizy dokumentów wynika, że Ministerstwo Edukacji Narodowej zdecydowało się utrzymać dotychczasowy kierunek zmian, odrzucając kluczowe zastrzeżenia ekspertów, Rzecznika Praw Obywatelskich oraz środowiska oświatowego reprezentującego ponad 60 000 uczniów.<!--TgQPHd||[]--></div><div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAICBAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"> </div><div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAICBAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);">Załączniki:</div><div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAICBAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);">1. <span style="text-decoration: underline;"><a href="https://media-stop117.fabiandigital.org/uwagi-rcl.pdf" target="_blank" rel="noopener">Uwagi RCL</a> </span></div><div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAICBAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);">1.1. <a href="https://media-stop117.fabiandigital.org/odniesienie-do-uwag-men-rcl.pdf" target="_blank" rel="noopener"><span style="text-decoration: underline;">Odniesienie MEN do uwag RCL</span></a></div><div data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAICBAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"> </div><div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAICBAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);">2. <span style="text-decoration: underline;"><a href="https://media-stop117.fabiandigital.org/uwagi-uodo.pdf" target="_blank" rel="noopener">Uwagi UODO</a> </span></div><div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAICBAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);">2.1. <a href="https://media-stop117.fabiandigital.org/odniesienie-men-do-uwag-uodo.pdf" target="_blank" rel="noopener"><span style="text-decoration: underline;">Odniesienie MEN do uwag UODO</span></a></div><div data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAICBAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"> </div><div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAICBAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);">3. <a href="https://media-stop117.fabiandigital.org/ocena-osr.pdf" target="_blank" rel="noopener"><span style="text-decoration: underline;">Uwagi Koordynatora OSR z KPRM</span></a></div><div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAICBAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);">3.1. <a href="https://media-stop117.fabiandigital.org/odniesienie-men-do-uwag-osr.pdf" target="_blank" rel="noopener"><span style="text-decoration: underline;">Odniesienie MEN do uwag Koordynatora OSR z KPRM</span></a></div><div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAICRAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"> </div><div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAICRAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);">Poniżej przedstawiamy analizę argumentacji, na którą powołuje się resort:<!--TgQPHd||[]--></div><div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAICRAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"> </div><div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAIChAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"><strong class="Yjhzub" data-sfc-root="ep" data-sfc-cb="" data-complete="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 700; margin: 0px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);">1. Kwestia legalności egzaminów w formule online<!--TgQPHd||[]--></strong><br data-sfc-root="ep" data-sfc-pl="||[]" data-sfc-cb="" data-complete="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);" />MEN przyjął linię interpretacyjną, według której projektowane rozporządzenie nr 117 jedynie „doprecyzowuje” dotychczasowe przepisy. Resort stoi na stanowisku, że weryfikacja wiedzy przez internet od początku była w Polsce niedozwolona, ponieważ przepisy ustawowe nie przewidywały wprost takiej formy. Zdaniem ministerstwa brak wyraźnego zapisu w ustawie oznaczał, że dyrektorzy szkół organizujący egzaminy zdalne działali bez podstawy prawnej.<!--TgQPHd||[]--></div><div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAIChAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"> </div><div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAICxAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"><strong class="Yjhzub" data-sfc-root="ep" data-sfc-cb="" data-complete="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 700; margin: 0px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);">2. Skutki finansowe i Ocena Skutków Regulacji (OSR)<!--TgQPHd||[]--></strong><br data-sfc-root="ep" data-sfc-pl="||[]" data-sfc-cb="" data-complete="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);" />Konsekwencją powyższej linii interpretacyjnej jest odrzucenie uwag Koordynatora OSR dotyczących kosztów wprowadzenia nowych przepisów. Skoro MEN uznaje formę online za dotychczas nielegalną, powrót tysięcy uczniów do egzaminów stacjonarnych został zakwalifikowany jako „stan domyślny”. W efekcie resort wskazuje w OSR, że konieczność organizacji logistyki i dojazdów dla dzieci (w tym uczniów z trudnościami zdrowotnymi) generuje dla budżetu państwa oraz samorządów 0 złotych dodatkowych kosztów.<!--TgQPHd||[]--></div><div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAICxAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"> </div><div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAIDBAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"><strong class="Yjhzub" data-sfc-root="ep" data-sfc-cb="" data-complete="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 700; margin: 0px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);">3. Uwzględnione uwagi stron trzecich<!--TgQPHd||[]--></strong><br data-sfc-root="ep" data-sfc-pl="||[]" data-sfc-cb="" data-complete="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);" />W odpowiedzi na presję instytucjonalną ministerstwo zdecydowało się na korektę kilku wybranych zapisów:<!--TgQPHd||[]--></div><ul class="KsbFXc U6u95" data-sfc-root="ep" data-sfc-cb="" data-ved="2ahUKEwjH3quWrsOVAxXjVvEDHbyKB0sQ-7AUegYIAAgNEAA" data-hveid="CAAIDRAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"><li style="list-style-type: none;"><ul class="KsbFXc U6u95" data-sfc-root="ep" data-sfc-cb="" data-ved="2ahUKEwjH3quWrsOVAxXjVvEDHbyKB0sQ-7AUegYIAAgNEAA" data-hveid="CAAIDRAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"><li class="Z1qcYe" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAIDRAB" data-complete="true" data-sae="" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 0px 0px 12px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"><span class="T286Pc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-complete="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"><strong class="Yjhzub" data-sfc-root="ep" data-sfc-cb="" data-complete="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 700; margin: 0px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);">Aplikacje medyczne:<!--TgQPHd||[]--></strong> pod naciskiem UODO wycofano zakaz wnoszenia telefonów komórkowych dla uczniów korzystających z urządzeń monitorujących stan zdrowia (np. przy cukrzycy).<!--TgQPHd||[]--></span><!--TgQPHd||[]--></li><li class="Z1qcYe" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAIDRAE" data-complete="true" data-sae="" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 0px 0px 12px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"><span class="T286Pc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-complete="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"><strong class="Yjhzub" data-sfc-root="ep" data-sfc-cb="" data-complete="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 700; margin: 0px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);">Prace domowe:<!--TgQPHd||[]--></strong> po uwagach RCL skorygowano przepisy dotyczące prac domowych, pozostawiając szkołom autonomię w kwestii podwyższania ocen uczniów.<!--TgQPHd||[]--></span><!--TgQPHd||[]--></li></ul></li></ul><p><!--TgQPHd||[]--></p><div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAIDhAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);">W fundamentalnej dla środowiska kwestii możliwości przeprowadzania egzaminów klasyfikacyjnych na odległość resort nie uwzględnił jednak postulatów strony społecznej.<!--TgQPHd||[]--></div><div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAIDhAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"> </div><div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAIDxAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"><strong class="Yjhzub" data-sfc-root="ep" data-sfc-cb="" data-complete="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 700; margin: 0px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);">Perspektywa prawna i konstytucyjna<!--TgQPHd||[]--></strong><br data-sfc-root="ep" data-sfc-pl="||[]" data-sfc-cb="" data-complete="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);" />Stanowisko MEN opiera się na błędnym założeniu dotyczącym statusu podmiotów niepublicznych. Zgodnie z art. 7 Konstytucji RP, zasada „legalizmu” (działanie wyłącznie na podstawie i w granicach prawa) dotyczy organów władzy publicznej.<!--TgQPHd||[]--></div><div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAIDxAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"> </div><div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAIEBAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);">Szkół niepublicznych oraz obywateli dotyczy natomiast art. 31 ust. 2 Konstytucji RP oraz fundamentalna zasada prawna: <em class="eujQNb" data-sfc-root="ep" data-sfc-cb="" data-complete="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);">co nie jest zakazane, jest dozwolone<!--TgQPHd||[]--></em> (<em class="eujQNb" data-sfc-root="ep" data-sfc-cb="" data-complete="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);">Quod non est prohibitum, permissum est<!--TgQPHd||[]--></em>). Ponieważ polskie ustawodawstwo nigdy nie zakazało weryfikacji wiedzy na odległość, działania szkół były w pełni legalne. Stanowisko to potwierdzają niezależne ekspertyzy prawne, m.in. prof. UW Mateusza Pilicha, opinie fundacji pacjenckich oraz dotychczasowe interwencje poselskie.<!--TgQPHd||[]--></div><div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAIEBAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"> </div><div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAIERAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"><p><strong class="Yjhzub" data-sfc-root="ep" data-sfc-cb="" data-complete="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 700; margin: 0px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"><strong class="Yjhzub" data-sfc-root="ep" data-sfc-cb="" data-complete="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 700; margin: 0px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);">Dalsze działania strony społecznej</strong></strong></p><div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAIDhAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);">W odpowiedzi na stanowisko resortu do Dziennika Podawczego MEN przekazaliśmy wydruki kopii czterech petycji, które wcześniej skierowaliśmy do Parlamentu Europejskiego, Kancelarii Prezesa Rady Ministrów, Kancelarii Prezydenta RP oraz Sejmowej Komisji ds. Petycji. Łącznie to aż 800 stron dokumentów i listów, które trafiły do wiadomości ministerstwa.<!--TgQPHd||[]--></div><p><strong class="Yjhzub" data-sfc-root="ep" data-sfc-cb="" data-complete="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 700; margin: 0px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"><!--TgQPHd||[]--></strong></p></div></div></div></div></div>								</div>
				</div>
				<div class="elementor-element elementor-element-0bc73af gallery-spacing-custom elementor-widget elementor-widget-image-gallery" data-id="0bc73af" data-element_type="widget" data-e-type="widget" data-widget_type="image-gallery.default">
				<div class="elementor-widget-container">
							<div class="elementor-image-gallery">
			
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="0bc73af" data-elementor-lightbox-title="1-zdj" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTg2MDAsInVybCI6Imh0dHBzOlwvXC9mYWJpYW5kaWdpdGFsLm9yZ1wvY2RuLWNnaVwvaW1hZ2VcL2Zvcm1hdD1hdXRvLHF1YWxpdHk9ODBcL2h0dHBzOlwvXC9tZWRpYS5mYWJpYW5kaWdpdGFsLm9yZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDdcLzEtemRqLnBuZyIsInNsaWRlc2hvdyI6IjBiYzczYWYifQ%3D%3D" href="https://fabiandigital.org/cdn-cgi/image/format=auto,quality=80/https://media.fabiandigital.org/wp-content/uploads/2026/07/1-zdj.png"><img loading="lazy" decoding="async" width="2000" height="2000" src="https://fabiandigital.org/cdn-cgi/image/format=auto,quality=80/https://media.fabiandigital.org/wp-content/uploads/2026/07/1-zdj.png" class="attachment-full size-full" alt="" srcset="https://fabiandigital.org/cdn-cgi/image/format=auto,quality=80/https://media.fabiandigital.org/wp-content/uploads/2026/07/1-zdj.png 2000w, https://fabiandigital.org/cdn-cgi/image/format=auto,quality=80/https://media.fabiandigital.org/wp-content/uploads/2026/07/1-zdj-300x300.png 300w, https://fabiandigital.org/cdn-cgi/image/format=auto,quality=80/https://media.fabiandigital.org/wp-content/uploads/2026/07/1-zdj-1024x1024.png 1024w, https://fabiandigital.org/cdn-cgi/image/format=auto,quality=80/https://media.fabiandigital.org/wp-content/uploads/2026/07/1-zdj-150x150.png 150w, https://fabiandigital.org/cdn-cgi/image/format=auto,quality=80/https://media.fabiandigital.org/wp-content/uploads/2026/07/1-zdj-768x768.png 768w, https://fabiandigital.org/cdn-cgi/image/format=auto,quality=80/https://media.fabiandigital.org/wp-content/uploads/2026/07/1-zdj-1536x1536.png 1536w, https://fabiandigital.org/cdn-cgi/image/format=auto,quality=80/https://media.fabiandigital.org/wp-content/uploads/2026/07/1-zdj-600x600.png 600w" sizes="(max-width: 2000px) 100vw, 2000px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="0bc73af" data-elementor-lightbox-title="2-zdj (1)" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTg2MDUsInVybCI6Imh0dHBzOlwvXC9mYWJpYW5kaWdpdGFsLm9yZ1wvY2RuLWNnaVwvaW1hZ2VcL2Zvcm1hdD1hdXRvLHF1YWxpdHk9ODBcL2h0dHBzOlwvXC9tZWRpYS5mYWJpYW5kaWdpdGFsLm9yZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDdcLzItemRqLTEucG5nIiwic2xpZGVzaG93IjoiMGJjNzNhZiJ9" href="https://fabiandigital.org/cdn-cgi/image/format=auto,quality=80/https://media.fabiandigital.org/wp-content/uploads/2026/07/2-zdj-1.png"><img loading="lazy" decoding="async" width="2000" height="2000" src="https://fabiandigital.org/cdn-cgi/image/format=auto,quality=80/https://media.fabiandigital.org/wp-content/uploads/2026/07/2-zdj-1.png" class="attachment-full size-full" alt="" srcset="https://fabiandigital.org/cdn-cgi/image/format=auto,quality=80/https://media.fabiandigital.org/wp-content/uploads/2026/07/2-zdj-1.png 2000w, https://fabiandigital.org/cdn-cgi/image/format=auto,quality=80/https://media.fabiandigital.org/wp-content/uploads/2026/07/2-zdj-1-300x300.png 300w, https://fabiandigital.org/cdn-cgi/image/format=auto,quality=80/https://media.fabiandigital.org/wp-content/uploads/2026/07/2-zdj-1-1024x1024.png 1024w, https://fabiandigital.org/cdn-cgi/image/format=auto,quality=80/https://media.fabiandigital.org/wp-content/uploads/2026/07/2-zdj-1-150x150.png 150w, https://fabiandigital.org/cdn-cgi/image/format=auto,quality=80/https://media.fabiandigital.org/wp-content/uploads/2026/07/2-zdj-1-768x768.png 768w, https://fabiandigital.org/cdn-cgi/image/format=auto,quality=80/https://media.fabiandigital.org/wp-content/uploads/2026/07/2-zdj-1-1536x1536.png 1536w, https://fabiandigital.org/cdn-cgi/image/format=auto,quality=80/https://media.fabiandigital.org/wp-content/uploads/2026/07/2-zdj-1-600x600.png 600w" sizes="(max-width: 2000px) 100vw, 2000px" /></a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1d225ce elementor-widget elementor-widget-text-editor" data-id="1d225ce" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAIAxAB" data-complete="true"><div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAIBBAB" data-complete="true"><div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAIAxAB" data-complete="true"><div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAIBBAB" data-complete="true"><div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAIERAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"><div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAIDxAA" data-complete="true" data-processed="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"><div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAEIBRAB" data-complete="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 0px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);">Co będzie dalej? Tego jeszcze nie wiemy. Bardzo prawdopodobne jest, że rozporządzenie wejdzie w życie. W takim scenariuszu działanie może podjąć Rzecznik Praw Obywatelskich lub Prezydent Rzeczypospolitej Polskiej i zaskarżyć przepisy do Trybunału Konstytucyjnego.<!--TgQPHd||[]--></div><div data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAEIBRAB" data-complete="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 0px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"> </div><div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAEIBRAE" data-complete="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"><strong class="Yjhzub" data-sfc-root="ep" data-sfc-cb="" data-complete="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 700; margin: 0px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);">Głęboko wierzymy, że w obliczu takiego zagrożenia te kluczowe organy staną po stronie obywateli i zablokują szkodliwe zmiany.</strong></div><div data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAEIBRAE" data-complete="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"> </div><div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAEIBRAH" data-complete="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);">Wszystkie dokumenty, o których mowa, oraz linki do szczegółowych informacji można znaleźć na głównej stronie petycji: <a href="http://stop117.fabiandigital.org">stop117.fabiandigital.org</a>.</div><div data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAEIBRAK" data-complete="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"> </div><div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAEIBRAK" data-complete="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);">Nie zaprzestaniemy działań na rzecz ochrony praw uczniów.</div><div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAEIBRAN" data-complete="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 0px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);">#Stop117 #EdukacjaDomowa #FundacjaFabianDigital #PrawoOświatowe #Petycja</div><div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAEIBhAA" data-complete="true" data-processed="true" aria-owns="action-menu-parent-container" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"> </div></div><p><strong class="Yjhzub" data-sfc-root="ep" data-sfc-cb="" data-complete="true" data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Arial, sans-serif; font-size: 16px; font-weight: 700; margin: 0px; text-decoration: none; border-bottom: 0px rgb(230, 232, 240);"><!--TgQPHd||[]--></strong></p></div></div></div></div></div>								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-65516dc e-con-full e-flex e-con e-child" data-id="65516dc" data-element_type="container" data-e-type="container">
				</div>
					</div>
				</div>
				</div>
		]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>800 stron argumentów! Nasze petycje trafiły do najważniejszych urzędów</title>
		<link>https://fabiandigital.org/800-stron-argumentow-nasze-petycje-trafily-do-najwazniejszych-urzedow/</link>
		
		<dc:creator><![CDATA[Fabian]]></dc:creator>
		<pubDate>Wed, 08 Jul 2026 01:55:40 +0000</pubDate>
				<category><![CDATA[Aktualności]]></category>
		<category><![CDATA[stop117]]></category>
		<guid isPermaLink="false">https://fabiandigital.org/?p=18598</guid>

					<description><![CDATA[Udostępnij ten wpis: Złożyliśmy petycje do KPRM, Prezydenta RP, Sejmu oraz Komisji ds. Petycji Parlamentu Europejskiego drogą elektroniczną. Jednak do Ministerstwa Edukacji Narodowej postanowiliśmy złożyć je w formie papierowej, aby pokazać, jak wiele ludzkich historii kryje się za próbą wprowadzenia zakazu egzaminów online.  Wydrukowaliśmy treść petycji wraz z załącznikami i uzasadnieniem, a także 600 listów, [&#8230;]]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="18598" class="elementor elementor-18598">
				<div class="elementor-element elementor-element-29b5484 e-flex e-con-boxed e-con e-parent" data-id="29b5484" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-43e0b79 elementor-widget elementor-widget-shortcode" data-id="43e0b79" data-element_type="widget" data-e-type="widget" data-widget_type="shortcode.default">
				<div class="elementor-widget-container">
							<div class="elementor-shortcode"></div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-67a174d e-flex e-con-boxed e-con e-parent" data-id="67a174d" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-55c1f9b e-con-full e-flex e-con e-child" data-id="55c1f9b" data-element_type="container" data-e-type="container">
				</div>
		<div class="elementor-element elementor-element-d6b00dc e-con-full e-flex e-con e-child" data-id="d6b00dc" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-d830540 elementor-widget elementor-widget-html" data-id="d830540" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<div class="fd-share-box">
    <span class="fd-share-text">Udostępnij ten wpis:</span>
    <div class="fd-share-bar">
        <a href="#" id="share-fb" target="_blank" class="fd-share-btn" title="Udostępnij na Facebooku">
            <i class="fab fa-facebook-f"></i>
        </a>
        
        <button onclick="copyToClipboard()" class="fd-share-btn fd-copy-btn" title="Kopiuj link do schowka">
            <i class="fas fa-link"></i>
        </button>
    </div>
</div>

<script>
document.addEventListener('DOMContentLoaded', function() {
    const postUrl = encodeURIComponent(window.location.href);
    // Dynamiczne przypisanie linku FB
    document.getElementById('share-fb').href = `https://www.facebook.com/sharer/sharer.php?u=${postUrl}`;
});

function copyToClipboard() {
    navigator.clipboard.writeText(window.location.href).then(() => {
        // Subtelne powiadomienie zamiast agresywnego alertu
        const btn = document.querySelector('.fd-copy-btn');
        const originalIcon = btn.innerHTML;
        btn.innerHTML = '<i class="fas fa-check"></i>';
        btn.style.backgroundColor = '#28a745';
        btn.style.color = '#fff';
        
        setTimeout(() => {
            btn.innerHTML = originalIcon;
            btn.style.backgroundColor = '';
            btn.style.color = '';
        }, 2000);
    });
}
</script>

<style>
/* Stylizacja Liquid Glass - dopasowana do Twojej fundacji */
.fd-share-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin: 25px 0;
    font-family: 'Poppins', sans-serif;
}

.fd-share-text {
    font-size: 13px;
    font-weight: 600;
    color: #1a1a1a;
    letter-spacing: 0.5px;
}

.fd-share-bar {
    display: flex;
    gap: 15px;
    padding: 10px 25px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 100px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.fd-share-btn {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    color: #1a1a1a;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(0,0,0,0.04);
    cursor: pointer;
    padding: 0;
    outline: none;
}

.fd-share-btn:hover {
    background-color: #012f63; /* Twój granatowy */
    color: #ffffff;
    transform: translateY(-4px);
    box-shadow: 0 8px 15px rgba(1, 47, 99, 0.25);
}

/* RWD */
@media (max-width: 480px) {
    .fd-share-bar { padding: 8px 20px; }
    .fd-share-btn { width: 40px; height: 40px; font-size: 16px; }
}
</style>				</div>
				</div>
				<div class="elementor-element elementor-element-e006997 elementor-widget elementor-widget-text-editor" data-id="e006997" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAIAxAB" data-complete="true"><div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAIBBAB" data-complete="true"><div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAIAxAB" data-complete="true"><div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAIBBAB" data-complete="true"><p>Złożyliśmy petycje do KPRM, Prezydenta RP, Sejmu oraz Komisji ds. Petycji Parlamentu Europejskiego drogą elektroniczną. Jednak do Ministerstwa Edukacji Narodowej postanowiliśmy złożyć je w formie papierowej, aby pokazać, jak wiele ludzkich historii kryje się za próbą wprowadzenia zakazu egzaminów online.</p><div class="a14YJe" data-sfc-root="c" data-sfc-cb="" data-complete="true"> </div></div><div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAIBBAE" data-complete="true">Wydrukowaliśmy treść petycji wraz z załącznikami i uzasadnieniem, a także 600 listów, które dobrowolnie przesłali do nas uczniowie, rodzice, ich rodziny oraz nauczyciele. Każdy z nich pokazuje, jak ważne są dla nich egzaminy online. Łącznie w formie papierowej wysłaliśmy do MEN około 800 stron dokumentów! :))</div></div></div></div>								</div>
				</div>
		<div class="elementor-element elementor-element-cce9850 e-con-full e-flex e-con e-child" data-id="cce9850" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-bbd4159 gallery-spacing-custom elementor-widget elementor-widget-image-gallery" data-id="bbd4159" data-element_type="widget" data-e-type="widget" data-widget_type="image-gallery.default">
				<div class="elementor-widget-container">
							<div class="elementor-image-gallery">
			
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="bbd4159" data-elementor-lightbox-title="1-zdj" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTg2MDAsInVybCI6Imh0dHBzOlwvXC9mYWJpYW5kaWdpdGFsLm9yZ1wvY2RuLWNnaVwvaW1hZ2VcL2Zvcm1hdD1hdXRvLHF1YWxpdHk9ODBcL2h0dHBzOlwvXC9tZWRpYS5mYWJpYW5kaWdpdGFsLm9yZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDdcLzEtemRqLnBuZyIsInNsaWRlc2hvdyI6ImJiZDQxNTkifQ%3D%3D" href="https://fabiandigital.org/cdn-cgi/image/format=auto,quality=80/https://media.fabiandigital.org/wp-content/uploads/2026/07/1-zdj.png"><img loading="lazy" decoding="async" width="2000" height="2000" src="https://fabiandigital.org/cdn-cgi/image/format=auto,quality=80/https://media.fabiandigital.org/wp-content/uploads/2026/07/1-zdj.png" class="attachment-full size-full" alt="" srcset="https://fabiandigital.org/cdn-cgi/image/format=auto,quality=80/https://media.fabiandigital.org/wp-content/uploads/2026/07/1-zdj.png 2000w, https://fabiandigital.org/cdn-cgi/image/format=auto,quality=80/https://media.fabiandigital.org/wp-content/uploads/2026/07/1-zdj-300x300.png 300w, https://fabiandigital.org/cdn-cgi/image/format=auto,quality=80/https://media.fabiandigital.org/wp-content/uploads/2026/07/1-zdj-1024x1024.png 1024w, https://fabiandigital.org/cdn-cgi/image/format=auto,quality=80/https://media.fabiandigital.org/wp-content/uploads/2026/07/1-zdj-150x150.png 150w, https://fabiandigital.org/cdn-cgi/image/format=auto,quality=80/https://media.fabiandigital.org/wp-content/uploads/2026/07/1-zdj-768x768.png 768w, https://fabiandigital.org/cdn-cgi/image/format=auto,quality=80/https://media.fabiandigital.org/wp-content/uploads/2026/07/1-zdj-1536x1536.png 1536w, https://fabiandigital.org/cdn-cgi/image/format=auto,quality=80/https://media.fabiandigital.org/wp-content/uploads/2026/07/1-zdj-600x600.png 600w" sizes="(max-width: 2000px) 100vw, 2000px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="bbd4159" data-elementor-lightbox-title="2-zdj (1)" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTg2MDUsInVybCI6Imh0dHBzOlwvXC9mYWJpYW5kaWdpdGFsLm9yZ1wvY2RuLWNnaVwvaW1hZ2VcL2Zvcm1hdD1hdXRvLHF1YWxpdHk9ODBcL2h0dHBzOlwvXC9tZWRpYS5mYWJpYW5kaWdpdGFsLm9yZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDdcLzItemRqLTEucG5nIiwic2xpZGVzaG93IjoiYmJkNDE1OSJ9" href="https://fabiandigital.org/cdn-cgi/image/format=auto,quality=80/https://media.fabiandigital.org/wp-content/uploads/2026/07/2-zdj-1.png"><img loading="lazy" decoding="async" width="2000" height="2000" src="https://fabiandigital.org/cdn-cgi/image/format=auto,quality=80/https://media.fabiandigital.org/wp-content/uploads/2026/07/2-zdj-1.png" class="attachment-full size-full" alt="" srcset="https://fabiandigital.org/cdn-cgi/image/format=auto,quality=80/https://media.fabiandigital.org/wp-content/uploads/2026/07/2-zdj-1.png 2000w, https://fabiandigital.org/cdn-cgi/image/format=auto,quality=80/https://media.fabiandigital.org/wp-content/uploads/2026/07/2-zdj-1-300x300.png 300w, https://fabiandigital.org/cdn-cgi/image/format=auto,quality=80/https://media.fabiandigital.org/wp-content/uploads/2026/07/2-zdj-1-1024x1024.png 1024w, https://fabiandigital.org/cdn-cgi/image/format=auto,quality=80/https://media.fabiandigital.org/wp-content/uploads/2026/07/2-zdj-1-150x150.png 150w, https://fabiandigital.org/cdn-cgi/image/format=auto,quality=80/https://media.fabiandigital.org/wp-content/uploads/2026/07/2-zdj-1-768x768.png 768w, https://fabiandigital.org/cdn-cgi/image/format=auto,quality=80/https://media.fabiandigital.org/wp-content/uploads/2026/07/2-zdj-1-1536x1536.png 1536w, https://fabiandigital.org/cdn-cgi/image/format=auto,quality=80/https://media.fabiandigital.org/wp-content/uploads/2026/07/2-zdj-1-600x600.png 600w" sizes="(max-width: 2000px) 100vw, 2000px" /></a>
		</div>
						</div>
				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-65516dc e-con-full e-flex e-con e-child" data-id="65516dc" data-element_type="container" data-e-type="container">
				</div>
					</div>
				</div>
				</div>
		]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Zaproszenie na spotkanie z Prezes PFRON</title>
		<link>https://fabiandigital.org/zaproszenie-na-spotkanie-z-prezes-pfron/</link>
		
		<dc:creator><![CDATA[Fabian]]></dc:creator>
		<pubDate>Tue, 30 Jun 2026 20:50:23 +0000</pubDate>
				<category><![CDATA[Aktualności]]></category>
		<category><![CDATA[stop117]]></category>
		<guid isPermaLink="false">https://fabiandigital.org/?p=18337</guid>

					<description><![CDATA[Udostępnij ten wpis: Po naszym apelu do Prezesa Zarządu Państwowego Funduszu Rehabilitacji Osób Niepełnosprawnych, pani dr Małgorzaty Lorek, umówiliśmy się na spotkanie, aby porozmawiać o tym, jak projekt wyklucza osoby z niepełnosprawnościami. Wezmą w nim udział przedstawiciele Departamentu Dostępności. &#160;Porozmawiamy o tym, dlaczego egzaminy online są ważne dla wyrównywania szans wszystkich osób, bez względu na [&#8230;]]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="18337" class="elementor elementor-18337">
				<div class="elementor-element elementor-element-29b5484 e-flex e-con-boxed e-con e-parent" data-id="29b5484" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-43e0b79 elementor-widget elementor-widget-shortcode" data-id="43e0b79" data-element_type="widget" data-e-type="widget" data-widget_type="shortcode.default">
				<div class="elementor-widget-container">
							<div class="elementor-shortcode"></div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-67a174d e-flex e-con-boxed e-con e-parent" data-id="67a174d" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-55c1f9b e-con-full e-flex e-con e-child" data-id="55c1f9b" data-element_type="container" data-e-type="container">
				</div>
		<div class="elementor-element elementor-element-d6b00dc e-con-full e-flex e-con e-child" data-id="d6b00dc" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-d830540 elementor-widget elementor-widget-html" data-id="d830540" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<div class="fd-share-box">
    <span class="fd-share-text">Udostępnij ten wpis:</span>
    <div class="fd-share-bar">
        <a href="#" id="share-fb" target="_blank" class="fd-share-btn" title="Udostępnij na Facebooku">
            <i class="fab fa-facebook-f"></i>
        </a>
        
        <button onclick="copyToClipboard()" class="fd-share-btn fd-copy-btn" title="Kopiuj link do schowka">
            <i class="fas fa-link"></i>
        </button>
    </div>
</div>

<script>
document.addEventListener('DOMContentLoaded', function() {
    const postUrl = encodeURIComponent(window.location.href);
    // Dynamiczne przypisanie linku FB
    document.getElementById('share-fb').href = `https://www.facebook.com/sharer/sharer.php?u=${postUrl}`;
});

function copyToClipboard() {
    navigator.clipboard.writeText(window.location.href).then(() => {
        // Subtelne powiadomienie zamiast agresywnego alertu
        const btn = document.querySelector('.fd-copy-btn');
        const originalIcon = btn.innerHTML;
        btn.innerHTML = '<i class="fas fa-check"></i>';
        btn.style.backgroundColor = '#28a745';
        btn.style.color = '#fff';
        
        setTimeout(() => {
            btn.innerHTML = originalIcon;
            btn.style.backgroundColor = '';
            btn.style.color = '';
        }, 2000);
    });
}
</script>

<style>
/* Stylizacja Liquid Glass - dopasowana do Twojej fundacji */
.fd-share-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin: 25px 0;
    font-family: 'Poppins', sans-serif;
}

.fd-share-text {
    font-size: 13px;
    font-weight: 600;
    color: #1a1a1a;
    letter-spacing: 0.5px;
}

.fd-share-bar {
    display: flex;
    gap: 15px;
    padding: 10px 25px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 100px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.fd-share-btn {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    color: #1a1a1a;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(0,0,0,0.04);
    cursor: pointer;
    padding: 0;
    outline: none;
}

.fd-share-btn:hover {
    background-color: #012f63; /* Twój granatowy */
    color: #ffffff;
    transform: translateY(-4px);
    box-shadow: 0 8px 15px rgba(1, 47, 99, 0.25);
}

/* RWD */
@media (max-width: 480px) {
    .fd-share-bar { padding: 8px 20px; }
    .fd-share-btn { width: 40px; height: 40px; font-size: 16px; }
}
</style>				</div>
				</div>
				<div class="elementor-element elementor-element-e006997 elementor-widget elementor-widget-text-editor" data-id="e006997" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAIAxAB" data-complete="true"><p>Po naszym apelu do Prezesa Zarządu Państwowego Funduszu Rehabilitacji Osób Niepełnosprawnych, pani dr Małgorzaty Lorek, umówiliśmy się na spotkanie, aby porozmawiać o tym, jak projekt wyklucza osoby z niepełnosprawnościami. Wezmą w nim udział przedstawiciele Departamentu Dostępności.</p><p>&nbsp;Porozmawiamy o tym, dlaczego egzaminy online są ważne dla wyrównywania szans wszystkich osób, bez względu na stan zdrowia.</p>
<div class="a14YJe" data-sfc-root="c" data-sfc-cb="" data-complete="true">&nbsp;</div>
</div>
<div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="ep" data-sfc-cb="" data-hveid="CAAIAxAE" data-complete="true" aria-owns="action-menu-parent-container">Szczegóły wysłaliśmy e-mailowo do osób, które podpisały petycję. Informujemy, że ustaliliśmy już wspólną grupę reprezentantów. Spotkanie odbędzie się 14 lipca 2026 r. O jego rezultatach poinformujemy Was w osobnym komunikacie.</div>								</div>
				</div>
		<div class="elementor-element elementor-element-cce9850 e-con-full e-flex e-con e-child" data-id="cce9850" data-element_type="container" data-e-type="container">
				</div>
				</div>
		<div class="elementor-element elementor-element-65516dc e-con-full e-flex e-con e-child" data-id="65516dc" data-element_type="container" data-e-type="container">
				</div>
					</div>
				</div>
				</div>
		]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
