{"id":7,"date":"2025-03-09T08:05:18","date_gmt":"2025-03-09T08:05:18","guid":{"rendered":"https:\/\/edcmedialiteracy.com\/?page_id=7"},"modified":"2026-03-17T12:36:19","modified_gmt":"2026-03-17T12:36:19","slug":"home","status":"publish","type":"page","link":"https:\/\/edcmedialiteracy.com\/","title":{"rendered":"Home"},"content":{"rendered":"\n<h1 class=\"wp-block-heading has-text-align-center\" id=\"h.axa6rzz7wf64_l\"><strong>Empowering Digital Citizens Media Literacy For Tomorrow&#8217;s Leaders<\/strong><\/h1>\n\n\n\n<!-- Resim Galerisi -->\n    <section class=\"gallery\">\n               <div class=\"gallery-images\">\n            <img decoding=\"async\" src=\"https:\/\/edcmedialiteracy.com\/wp-content\/uploads\/2025\/10\/WhatsApp-Gorsel-2025-10-14-saat-11.20.30_4d8d18f3-1.jpg\" alt=\"Resim 1\">\n            <img decoding=\"async\" src=\"https:\/\/edcmedialiteracy.com\/wp-content\/uploads\/2025\/10\/WhatsApp-Gorsel-2025-10-14-saat-15.44.32_5a50b4ac-1.jpg\" alt=\"Resim 2\">\n            <img decoding=\"async\" src=\"https:\/\/edcmedialiteracy.com\/wp-content\/uploads\/2025\/10\/WhatsApp-Gorsel-2025-10-16-saat-14.10.00_bd307930.jpg\" alt=\"Resim 3\">\n            <img decoding=\"async\" src=\"https:\/\/edcmedialiteracy.com\/wp-content\/uploads\/2025\/10\/IMG-20251023-WA0005-3.jpg\" alt=\"Resim 4\">\n            <img decoding=\"async\" src=\"https:\/\/edcmedialiteracy.com\/wp-content\/uploads\/2025\/10\/WhatsApp-Gorsel-2025-10-14-saat-11.20.30_4d8d18f3-1.jpg\" alt=\"Resim 1 Kopya\">\n        <\/div>\n        <div class=\"dots\">\n            <!-- K\u00fc\u00e7\u00fck yuvarlaklar -->\n            <div class=\"dot\"><\/div>\n            <div class=\"dot\"><\/div>\n            <div class=\"dot\"><\/div>\n            <div class=\"dot\"><\/div>\n            <div class=\"dot\"><\/div>\n        <\/div>\n    <\/section>\n\n<style>\n \/* Resim Galerisi *\/\n        .gallery {\n            position: relative;\n            width: 100%;\n            max-width: 1920px;\n            overflow: hidden;\n            height: 600px; \/* Galerinin y\u00fcksekli\u011fi *\/\n        }\n\n        .gallery-images {\n            display: flex;\n            transition: transform 0.5s ease-in-out;\n        }\n\n        .gallery-images img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover; \/* Foto\u011fraf\u0131n boyutunu galeriye g\u00f6re ayarlar *\/\n            flex-shrink: 0;\n        }\n\n        \/* Alt\u0131ndaki k\u00fc\u00e7\u00fck yuvarlaklar *\/\n        .dots {\n            position: absolute;\n            bottom: 20px;\n            left: 50%;\n            transform: translateX(-50%);\n            display: flex;\n        }\n\/* Tablet i\u00e7in ayarlar *\/\n@media (max-width: 768px) {\n    .dots {\n        bottom: 10%; \/* Tablet i\u00e7in alt bo\u015fluk *\/\n        left: 50%;\n        transform: translateX(-50%);\n    }\n}\n\n\/* Telefon i\u00e7in ayarlar *\/\n@media (max-width: 480px) {\n    .dots {\n        bottom: 61%; \/* Telefon i\u00e7in alt bo\u015fluk *\/\n        left: 50%;\n        transform: translateX(-50%);\n    }\n}\n        .dot {\n            height: 10px;\n            width: 10px;\n            margin: 0 5px;\n            border-radius: 50%;\n            background-color: #ffffff;\n            border: 2px solid #00274d;\n            transition: background-color 0.3s ease;\n        }\n\n        .dot.active {\n            background-color: #ff0000;\n        }\n\n\n\n        \/* Resim Ekleme Alan\u0131 *\/\n        .gallery-image-overlay {\n            position: absolute;\n            top: 50%;\n            left: 50%;\n            transform: translate(-50%, -50%);\n            z-index: 5;\n        }\n\n        .gallery-image-overlay img {\n            max-width: 100%;\n            height: auto;\n        }\n\n<\/style>\n<script>\n    const galleryImages = document.querySelector('.gallery-images');\n    const images = document.querySelectorAll('.gallery-images img');\n    const totalImages = images.length;\n    const dots = document.querySelectorAll('.dot');\n    let currentIndex = 0;\n\n    function moveSlide(direction) {\n        currentIndex = (currentIndex + direction + totalImages) % totalImages;\n        galleryImages.style.transition = 'transform 0.5s ease-in-out';\n        galleryImages.style.transform = `translateX(${-currentIndex * 100}%)`;\n        updateDots();\n    }\n\n    \/\/ Otomatik kayd\u0131rma\n    let autoSlideInterval = setInterval(function() {\n        moveSlide(1); \/\/ Her 3 saniyede bir bir sonraki resme ge\u00e7i\u015f yap\n    }, 3000); \/\/ 3000 ms = 3 saniye\n\n    \/\/ Resim kayd\u0131rma i\u015flemi s\u0131ras\u0131ndaki d\u00f6ng\u00fc mant\u0131\u011f\u0131: Sonraki resme ge\u00e7i\u015fte, foto\u011fraf kaybolmaz, her zaman d\u00fczg\u00fcn bir \u015fekilde devam eder\n    galleryImages.addEventListener('transitionend', () => {\n        if (currentIndex === totalImages - 1) {\n            galleryImages.style.transition = 'none'; \/\/ Sonraki ge\u00e7i\u015fi hemen yapabilmek i\u00e7in ge\u00e7ici olarak ge\u00e7i\u015fi kald\u0131r\u0131yoruz\n            currentIndex = 0; \/\/ \u0130leri kayd\u0131rd\u0131\u011f\u0131m\u0131zda ba\u015fa d\u00f6n\u00fcyoruz\n            galleryImages.style.transform = `translateX(${-currentIndex * 100}%)`;\n            setTimeout(() => {\n                galleryImages.style.transition = 'transform 0.5s ease-in-out'; \/\/ Sonraki ge\u00e7i\u015f i\u00e7in ge\u00e7i\u015fi tekrar aktif hale getiriyoruz\n            }, 50);\n        }\n    });\n\n    \/\/ K\u00fc\u00e7\u00fck yuvarlaklar\u0131 g\u00fcncelle\n    function updateDots() {\n        dots.forEach(dot => dot.classList.remove('active'));\n        dots[currentIndex].classList.add('active');\n    }\n\n    \/\/ \u0130lk ba\u015fta aktif olan yuvarla\u011f\u0131 ayarlama\n    updateDots();\n\ndocument.querySelectorAll('.menu-item > a').forEach(menu => {\n    menu.addEventListener('click', (e) => {\n        const parent = menu.parentElement;\n        const isOpen = parent.classList.contains('open');\n\n        \/\/ E\u011fer t\u0131klanan men\u00fc \u00f6\u011fesi bir alt men\u00fcye sahipse, preventDefault'u uygula\n        if (menu.nextElementSibling && menu.nextElementSibling.classList.contains('submenu')) {\n            e.preventDefault();\n            document.querySelectorAll('.menu-item').forEach(item => item.classList.remove('open'));\n            if (!isOpen) {\n                parent.classList.add('open');\n            }\n        }\n    });\n});\n\n<\/script>\n\n\n\n<p><strong>DESCRIPTION OF THE PROJECT<\/strong><\/p>\n\n\n\n<p>In the contemporary digital landscape,the ability to navigate the vast sea of online information critically and ethically is of paramount importance.This project seeks to address this need by equipping young individuals with essential media literacy skills and promoting responsible digital citizenship by taking account of the effects of digital practices on environment as well.<\/p>\n\n\n\n<p>The objectives are determined according to the needs of partner schools which were determined by the help of the survey because of the digi-related problems.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-red-color\">Concrete Objectives:<\/mark><\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Media Literacy Enhancement:<\/strong> Equip participants with critical thinking skills to assess online content,identify biases,and distinguish reliable sources.<\/li>\n\n\n\n<li><strong>Responsible Digital Citizenship:<\/strong> Promote ethical online behavior through seminars on privacy,cyberbullying prevention,and respectful online interactions.<\/li>\n\n\n\n<li><strong>Active Digital Engagement:<\/strong> Encourage participants to create and share meaningful online content to foster positive digital interactions and combat misinformation.<\/li>\n\n\n\n<li><strong>Cross-Cultural Exchange:<\/strong> Facilitate cross-border understanding and collaboration through cultural exchange events and international webinars.<\/li>\n\n\n\n<li><strong>Digital Ambassador Network:<\/strong> Establish a network of advocates who will champion media literacy and digital citizenship in their communities.<\/li>\n\n\n\n<li><strong>Environmental Awareness:<\/strong> Increase the awarenes of the effect of digital World on env\u0131ronment and minimazing the carboon footprint.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-red-color\">Expected Outcomes\/Results:<\/mark><\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Enhanced Media Literacy:<\/strong> Participants will critically analyze information,reducing vulnerability to misinformation.<\/li>\n\n\n\n<li><strong>Ethical Online Behavior:<\/strong> Participants will exhibit respect and empathy,contributing to a positive online environment.<\/li>\n\n\n\n<li><strong>Positive Content Creation:<\/strong> Participants will produce impactful digital content to counter misinformation.<\/li>\n\n\n\n<li><strong>Cultural Understanding:<\/strong> Participants will appreciate global diversity,fostering meaningful cross-cultural connections.<\/li>\n\n\n\n<li><strong>Network of Advocates:<\/strong> Participants will sustain project impact by advocating for media literacy and digital citizenship.<\/li>\n\n\n\n<li><strong>Environment Protection:<\/strong> Participants will be reduce their carbon footprint by using eco-friendly digital habits.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-red-color\">Alignment with Priorities:<\/mark><\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Digital Literacy and Citizenship:<\/strong> Objectives 1 and 2 align with the priority of fostering digital literacy and responsible citizenship.<\/li>\n\n\n\n<li><strong>Cultural Exchange and Understanding:<\/strong> Objective 4 addresses the priority of promoting cultural awareness and diversity.<\/li>\n\n\n\n<li><strong>Youth Empowerment:<\/strong> Objective 3 empowers youth to shape digital spaces,in line with the priority of youth engagement.<\/li>\n\n\n\n<li><strong>Collaboration and Networking:<\/strong> Objective 4 and the establishment of a network align with building partnerships,a program priority.<\/li>\n\n\n\n<li><strong>Innovation and Creativity:<\/strong> Objective 3 encourages creative expression,supporting innovation and creativity among youth.<\/li>\n\n\n\n<li><strong>Environment and climate change:<\/strong> Last objective is directly related with this piority supporting students on environmental awareness by encouraging students eco-friendly digital habits.<\/li>\n<\/ul>\n\n\n\n<p><em style=\"color:red;\">Funded by the European Union. Views and opinions expressed are however those of the author(s) only and do not necessarily reflect those of the European Union or the European Education and Culture Executive Agency (EACEA). Neither the European Union nor EACEA can be held responsible for them.<\/em><\/p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1280\" height=\"221\" src=\"https:\/\/edcmedialiteracy.com\/wp-content\/uploads\/2025\/03\/erasmuslogo-2.jpg\" alt=\"\" class=\"wp-image-55\" srcset=\"https:\/\/edcmedialiteracy.com\/wp-content\/uploads\/2025\/03\/erasmuslogo-2.jpg 1280w, https:\/\/edcmedialiteracy.com\/wp-content\/uploads\/2025\/03\/erasmuslogo-2-300x52.jpg 300w, https:\/\/edcmedialiteracy.com\/wp-content\/uploads\/2025\/03\/erasmuslogo-2-1024x177.jpg 1024w, https:\/\/edcmedialiteracy.com\/wp-content\/uploads\/2025\/03\/erasmuslogo-2-768x133.jpg 768w, https:\/\/edcmedialiteracy.com\/wp-content\/uploads\/2025\/03\/erasmuslogo-2-1140x197.jpg 1140w\" sizes=\"auto, (max-width: 1280px) 100vw, 1280px\" \/><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"403\" height=\"141\" src=\"https:\/\/edcmedialiteracy.com\/wp-content\/uploads\/2025\/03\/cclogo-2.png\" alt=\"\" class=\"wp-image-56\" style=\"width:137px;height:auto\" srcset=\"https:\/\/edcmedialiteracy.com\/wp-content\/uploads\/2025\/03\/cclogo-2.png 403w, https:\/\/edcmedialiteracy.com\/wp-content\/uploads\/2025\/03\/cclogo-2-300x105.png 300w\" sizes=\"auto, (max-width: 403px) 100vw, 403px\" \/><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-full is-resized\"><a href=\"https:\/\/animator.halogen.org.pl\/\"><img loading=\"lazy\" decoding=\"async\" width=\"225\" height=\"167\" src=\"https:\/\/edcmedialiteracy.com\/wp-content\/uploads\/2025\/03\/animatorow-2.png\" alt=\"\" class=\"wp-image-54\" style=\"width:67px;height:auto\"\/><\/a><\/figure>\n<\/div>\n<\/div>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Empowering Digital Citizens Media Literacy For Tomorrow&#8217;s Leaders DESCRIPTION OF THE PROJECT In the contemporary digital landscape,the ability to navigate the vast sea of online information critically and ethically is of paramount importance.This project seeks to address this need by equipping young individuals with essential media literacy skills and promoting responsible digital citizenship by taking account of the effects of digital practices on environment as well. The objectives are determined according to the needs of partner schools which were determined by the help of the survey because of the digi-related problems. Concrete Objectives: Expected Outcomes\/Results: Alignment with Priorities: Funded by the European Union. Views and opinions expressed are however those of the author(s) only and do not necessarily reflect those of the European Union or the European Education and Culture Executive Agency (EACEA). Neither the European Union nor EACEA can be held responsible for them.<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-7","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/edcmedialiteracy.com\/index.php\/wp-json\/wp\/v2\/pages\/7","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/edcmedialiteracy.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/edcmedialiteracy.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/edcmedialiteracy.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/edcmedialiteracy.com\/index.php\/wp-json\/wp\/v2\/comments?post=7"}],"version-history":[{"count":27,"href":"https:\/\/edcmedialiteracy.com\/index.php\/wp-json\/wp\/v2\/pages\/7\/revisions"}],"predecessor-version":[{"id":632,"href":"https:\/\/edcmedialiteracy.com\/index.php\/wp-json\/wp\/v2\/pages\/7\/revisions\/632"}],"wp:attachment":[{"href":"https:\/\/edcmedialiteracy.com\/index.php\/wp-json\/wp\/v2\/media?parent=7"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}