


{"id":493091,"date":"2026-08-06T14:44:19","date_gmt":"2026-08-06T11:44:19","guid":{"rendered":"https:\/\/livresq.com\/?p=493091"},"modified":"2026-08-06T14:56:08","modified_gmt":"2026-08-06T11:56:08","slug":"olimpiada-red-pentru-comunitatea-cadrelor-didactice","status":"publish","type":"post","link":"https:\/\/livresq.com\/en\/news\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\/","title":{"rendered":"Inova\u021bie \u00een educa\u021bia digital\u0103: Asocia\u021bia Learning Innovation lanseaz\u0103 competi\u021bia na\u021bional\u0103\u00a0\u201eOlimpiada RED\u201d\u00a0pentru comunitatea cadrelor didactice"},"content":{"rendered":"\n\n\n<!DOCTYPE html>\n<html lang=\"ro\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>LIVRESQ &#8211; Public\u0103 \u0219i Exploreaz\u0103 Biblioteca<\/title>\n    \n    <!-- Google Fonts -->\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800&#038;family=Roboto:wght@700;900&#038;display=swap\" rel=\"stylesheet\">\n    \n    <!-- Tailwind CSS (via CDN) -->\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n    \n    <!-- Lucide Icons (via CDN) -->\n    <script src=\"https:\/\/unpkg.com\/lucide@latest\"><\/script>\n\n    <!-- Tailwind Configuration -->\n    <script>\n        tailwind.config = {\n            theme: {\n                extend: {\n                    colors: {\n                        midnight: '#0F1623',\n                        livresq: {\n                            fucsia: '#D91278',   \/\/ Primary Action\n                            'fucsia-dark': '#b00e60', \/\/ Hover State\n                            albastru: '#6fccf0', \/\/ Secondary \/ Light Blue\n                            blond: '#faed87',    \/\/ Highlight \/ Yellow\n                            darkblue: '#2c3e50', \/\/ Text \/ Footer\n                            light: '#f8f9fa',\n                            text: '#333333'\n                        },\n                        slate: {\n                            850: '#151e2e',\n                            900: '#0F1623' \n                        }\n                    },\n                    fontFamily: {\n                        sans: ['Inter', 'sans-serif'],\n                        heading: ['Roboto', 'sans-serif'],\n                    },\n                    animation: {\n                        'blob': 'blob 7s infinite',\n                        'float': 'float 6s ease-in-out infinite',\n                        'shimmer': 'shimmer 2.5s cubic-bezier(0.4, 0, 0.6, 1) infinite',\n                    },\n                    keyframes: {\n                        blob: {\n                            '0%': { transform: 'translate(0px, 0px) scale(1)' },\n                            '33%': { transform: 'translate(30px, -50px) scale(1.1)' },\n                            '66%': { transform: 'translate(-20px, 20px) scale(0.9)' },\n                            '100%': { transform: 'translate(0px, 0px) scale(1)' },\n                        },\n                        float: {\n                            '0%, 100%': { transform: 'translateY(0)' },\n                            '50%': { transform: 'translateY(-20px)' },\n                        },\n                        shimmer: {\n                            '0%': { transform: 'translateX(-150%) skewX(-45deg)' },\n                            '100%': { transform: 'translateX(150%) skewX(-45deg)' }\n                        }\n                    }\n                }\n            }\n        }\n    <\/script>\n\n    <style>\n        html { scroll-behavior: smooth; }\n        \n        \/* Grid Pattern *\/\n        .bg-grid-overlay {\n            background-size: 40px 40px;\n            background-image: linear-gradient(to right, rgba(255, 255, 255, 0.05) 1px, transparent 1px),\n                              linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 1px, transparent 1px);\n        }\n\n        \/* Midnight Glass *\/\n        .glass-panel-midnight {\n            background: rgba(15, 22, 35, 0.6);\n            backdrop-filter: blur(12px);\n            -webkit-backdrop-filter: blur(12px);\n            border: 1px solid rgba(255, 255, 255, 0.1);\n        }\n\n        \/* Spotlight Effect *\/\n        .spotlight-card {\n            position: relative;\n            overflow: hidden;\n        }\n        .spotlight-card::before {\n            content: \"\";\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: radial-gradient(\n                600px circle at var(--mouse-x, 50%) var(--mouse-y, 50%),\n                rgba(255, 255, 255, 0.06),\n                transparent 40%\n            );\n            opacity: 0;\n            transition: opacity 0.5s;\n            pointer-events: none;\n            z-index: 2;\n        }\n        .spotlight-card:hover::before {\n            opacity: 1;\n        }\n\n        \/* Reveal Animation *\/\n        .reveal {\n            opacity: 0;\n            transform: translateY(30px);\n            transition: all 0.8s cubic-bezier(0.5, 0, 0, 1);\n        }\n        .reveal.active {\n            opacity: 1;\n            transform: translateY(0);\n        }\n        \n        .delay-100 { transition-delay: 100ms; }\n        .delay-200 { transition-delay: 200ms; }\n        .delay-300 { transition-delay: 300ms; }\n        .delay-400 { transition-delay: 400ms; }\n\n        \/* =========================================\n           WORDPRESS COMPATIBILITY OVERRIDES \n           ========================================= *\/\n        \n        \/* Scoped to ID to ensure specificity over Theme Styles *\/\n        \n        \/* 1. General Link Resets *\/\n        #livresq-landing-page a {\n            text-decoration: none !important;\n        }\n\n        \/* 2. Text Links Only (Protect Buttons) *\/\n        \/* We exclude elements with .inline-flex which is used by our buttons *\/\n        #livresq-landing-page a:not(.inline-flex) {\n            border-bottom: none !important;\n            box-shadow: none !important;\n        }\n\n        \/* 3. Button Specific Enforcement *\/\n        #livresq-landing-page a.inline-flex {\n            display: inline-flex !important;\n            text-decoration: none !important;\n            \/* Ensure borders and shadows are respected *\/\n            border-bottom-style: solid !important; \n        }\n\n        \/* Force Primary Button Text Color *\/\n        #livresq-landing-page .text-white {\n            color: #ffffff !important;\n        }\n\n        \/* Force Secondary Button Text Color *\/\n        #livresq-landing-page .text-slate-700 {\n            color: #334155 !important;\n        }\n\n        \/* Force Footer\/Muted Text Colors *\/\n        #livresq-landing-page .text-slate-400 {\n            color: #94a3b8 !important;\n        }\n        #livresq-landing-page .text-slate-500 {\n            color: #64748b !important;\n        }\n        #livresq-landing-page .text-blue-600 {\n            color: #2563eb !important;\n        }\n        #livresq-landing-page .text-livresq-fucsia {\n            color: #D91278 !important;\n        }\n\n        \/* Force Hover Colors (Crucial for Interactive Elements) *\/\n        #livresq-landing-page .hover\\:text-white:hover {\n            color: #ffffff !important;\n        }\n        #livresq-landing-page .hover\\:text-livresq-fucsia:hover {\n            color: #D91278 !important;\n        }\n        #livresq-landing-page .hover\\:text-\\[\\#D91278\\]:hover {\n            color: #D91278 !important;\n        }\n        \/* Fix for secondary button hover *\/\n        #livresq-landing-page a.bg-white:hover {\n            color: #D91278 !important; \n        }\n\n        \/* Remove any default list styles that might bleed in *\/\n        #livresq-landing-page ul {\n            list-style: none !important;\n            padding-left: 0 !important;\n            margin-left: 0 !important;\n        }\n    <\/style>\n<\/head>\n<body class=\"font-sans text-gray-700 antialiased bg-white selection:bg-livresq-fucsia selection:text-white\">\n    <div id=\"livresq-landing-page\">\n<link rel=\"preload\" as=\"image\" href=\"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2019\/07\/cropped-Logo.png?fit=1054%2C575&amp;ssl=1\"\/><link rel=\"preload\" as=\"image\" href=\"https:\/\/livresq.com\/wp-content\/uploads\/2026\/01\/auto_stories_24dp_E3E3E3_FILL1_wght0_GRAD0_opsz24.svg\"\/><link rel=\"preload\" as=\"image\" href=\"https:\/\/livresq.com\/wp-content\/uploads\/2026\/01\/translate_24dp_E3E3E3_FILL1_wght0_GRAD0_opsz24.svg\"\/><link rel=\"preload\" as=\"image\" href=\"https:\/\/livresq.com\/wp-content\/uploads\/2026\/01\/account_circle_24dp_E3E3E3_FILL1_wght0_GRAD0_opsz24.svg\"\/><link rel=\"preload\" as=\"image\" href=\"https:\/\/livresq.com\/wp-content\/uploads\/2026\/08\/Banner-articole-site-ASCENDIA-8-1.png\" referrerPolicy=\"no-referrer\"\/><div class=\"min-h-screen bg-slate-50 flex flex-col\"><nav class=\"fixed top-0 left-0 right-0 z-50 transition-all duration-500 bg-[#1379D1] h-[48px]\"><div class=\"absolute top-0 left-0 h-full z-0 pointer-events-none overflow-hidden w-[600px]\"><div class=\"absolute top-0 left-[-50px] h-full transform -skew-x-[20deg] transition-all duration-500 ease-out bg-white\n                            w-[360px]\n                        \"><\/div><\/div><div class=\"w-full h-full max-w-[1920px] mx-auto flex items-center justify-between relative z-10 pl-0 pr-[8px]\"><div class=\"flex items-center flex-shrink-0 relative z-20 transition-all duration-500 pl-10\"><a href=\"\/\" class=\"block group relative transform transition-transform duration-300 hover:scale-105 origin-left\"><img decoding=\"async\" src=\"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2019\/07\/cropped-Logo.png?fit=1054%2C575&amp;ssl=1\" alt=\"LIVRESQ\" class=\"w-auto object-contain transition-all duration-300 drop-shadow-sm filter contrast-125 h-[32px]\"\/><\/a><\/div><div class=\"hidden xl:flex items-center gap-1 pl-12\"><a href=\"https:\/\/livresq.com\/ro\/publish-library\/\" class=\"px-3 py-1 rounded-md text-white font-bold text-[14px] tracking-tight transition-all duration-200 border bg-white\/20 border-white\/20 shadow-inner\">Comunitate<\/a><a href=\"https:\/\/livresq.com\/ro\/blog\/\" class=\"px-3 py-1 rounded-md text-white font-bold text-[14px] tracking-tight transition-all duration-200 border border-transparent hover:bg-white\/10 hover:border-white\/10\">Blog<\/a><a href=\"https:\/\/livresq.com\/ro\/academic\/\" class=\"px-3 py-1 rounded-md text-white font-bold text-[14px] tracking-tight transition-all duration-200 border border-transparent hover:bg-white\/10 hover:border-white\/10\">Academic<\/a><a href=\"https:\/\/livresq.com\/ro\/training\/\" class=\"px-3 py-1 rounded-md text-white font-bold text-[14px] tracking-tight transition-all duration-200 border border-transparent hover:bg-white\/10 hover:border-white\/10\">Training<\/a><a href=\"https:\/\/livresq.com\/ro\/faq\/\" class=\"px-3 py-1 rounded-md text-white font-bold text-[14px] tracking-tight transition-all duration-200 border border-transparent hover:bg-white\/10 hover:border-white\/10\">FAQ<\/a><a href=\"https:\/\/livresq.com\/ro\/pricing\/\" class=\"px-3 py-1 rounded-md text-white font-bold text-[14px] tracking-tight transition-all duration-200 border border-transparent hover:bg-white\/10 hover:border-white\/10\">Cump\u0103r\u0103<\/a><a href=\"https:\/\/livresq.com\/ro\/despre-noi\/\" class=\"px-3 py-1 rounded-md text-white font-bold text-[14px] tracking-tight transition-all duration-200 border border-transparent hover:bg-white\/10 hover:border-white\/10\">Despre noi<\/a><\/div><div class=\"hidden lg:flex items-center h-full\"><a href=\"https:\/\/library.livresq.com\/\" class=\"flex items-center gap-2 px-[8px] py-[6px] h-[36.5px] cursor-pointer hover:bg-white\/10 rounded-md transition-colors group text-white\"><img decoding=\"async\" src=\"https:\/\/livresq.com\/wp-content\/uploads\/2026\/01\/auto_stories_24dp_E3E3E3_FILL1_wght0_GRAD0_opsz24.svg\" alt=\"Library\" class=\"w-6 h-6\" style=\"filter:brightness(0) invert(1)\"\/><span class=\"text-[14px] font-bold\">Library<\/span><\/a><div class=\"relative\"><button class=\"flex items-center gap-2 px-[8px] py-[6px] h-[36.5px] mr-[4px] min-w-[122px] justify-between cursor-pointer hover:bg-white\/10 rounded-md transition-colors group text-white border border-transparent focus:outline-none\"><div class=\"flex items-center gap-2\"><img decoding=\"async\" src=\"https:\/\/livresq.com\/wp-content\/uploads\/2026\/01\/translate_24dp_E3E3E3_FILL1_wght0_GRAD0_opsz24.svg\" alt=\"Language\" class=\"w-6 h-6\" style=\"filter:brightness(0) invert(1)\"\/><span class=\"text-[14px] font-bold\">English<\/span><\/div><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-chevron-down w-4 h-4 text-white transition-transform duration-200\" aria-hidden=\"true\"><path d=\"m6 9 6 6 6-6\"><\/path><\/svg><\/button><\/div><a href=\"https:\/\/livresq.com\/ro\/contul-meu\/\" class=\"flex items-center gap-2 px-4 py-[6px] h-[36.5px] bg-[#D91278] hover:bg-[#b00e60] text-white rounded-md shadow-md hover:shadow-lg transition-all duration-300 border border-white\/10\"><img decoding=\"async\" src=\"https:\/\/livresq.com\/wp-content\/uploads\/2026\/01\/account_circle_24dp_E3E3E3_FILL1_wght0_GRAD0_opsz24.svg\" alt=\"Account\" class=\"w-6 h-6\" style=\"filter:brightness(0) invert(1)\"\/><span class=\"text-[14px] font-bold\">Contul Meu<\/span><\/a><\/div><div class=\"xl:hidden flex items-center gap-2\"><button class=\"p-1.5 rounded-md bg-white\/10 text-white hover:bg-white\/20 transition-colors\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-menu w-6 h-6\" aria-hidden=\"true\"><path d=\"M4 5h16\"><\/path><path d=\"M4 12h16\"><\/path><path d=\"M4 19h16\"><\/path><\/svg><\/button><\/div><\/div><\/nav><div class=\"fixed inset-0 z-[60] bg-slate-900\/80 backdrop-blur-sm transition-opacity duration-300 lg:hidden opacity-0 pointer-events-none\"><\/div><div class=\"fixed top-0 right-0 h-full w-[85%] max-w-[360px] bg-[#1379D1] shadow-2xl z-[70] transform transition-transform duration-500 cubic-bezier(0.4, 0, 0.2, 1) lg:hidden flex flex-col border-l border-white\/10 translate-x-full\"><div class=\"p-4 flex justify-end items-center bg-black\/10 shadow-sm relative z-20\"><button class=\"p-2 rounded-lg bg-white\/10 text-white hover:bg-white\/20 transition-colors\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-x w-5 h-5\" aria-hidden=\"true\"><path d=\"M18 6 6 18\"><\/path><path d=\"m6 6 12 12\"><\/path><\/svg><\/button><\/div><div class=\"flex-1 overflow-y-auto py-2\"><a href=\"https:\/\/livresq.com\/ro\/publish-library\/\" class=\"block px-6 py-4 text-lg font-bold text-white transition-all border-l-4 bg-white\/10 border-white\">Comunitate<\/a><a href=\"https:\/\/livresq.com\/ro\/blog\/\" class=\"block px-6 py-4 text-lg font-bold text-white transition-all border-l-4 border-transparent hover:bg-white\/10 hover:border-white\">Blog<\/a><a href=\"https:\/\/livresq.com\/ro\/academic\/\" class=\"block px-6 py-4 text-lg font-bold text-white transition-all border-l-4 border-transparent hover:bg-white\/10 hover:border-white\">Academic<\/a><a href=\"https:\/\/livresq.com\/ro\/training\/\" class=\"block px-6 py-4 text-lg font-bold text-white transition-all border-l-4 border-transparent hover:bg-white\/10 hover:border-white\">Training<\/a><a href=\"https:\/\/livresq.com\/ro\/faq\/\" class=\"block px-6 py-4 text-lg font-bold text-white transition-all border-l-4 border-transparent hover:bg-white\/10 hover:border-white\">FAQ<\/a><a href=\"https:\/\/livresq.com\/ro\/pricing\/\" class=\"block px-6 py-4 text-lg font-bold text-white transition-all border-l-4 border-transparent hover:bg-white\/10 hover:border-white\">Cump\u0103r\u0103<\/a><a href=\"https:\/\/livresq.com\/ro\/despre-noi\/\" class=\"block px-6 py-4 text-lg font-bold text-white transition-all border-l-4 border-transparent hover:bg-white\/10 hover:border-white\">Despre noi<\/a><\/div><div class=\"p-6 border-t border-white\/10 bg-black\/10 space-y-4\"><div class=\"flex gap-4\"><button class=\"w-full py-2 rounded-lg font-bold text-xs border border-white\/30 text-white hover:bg-white\/10 flex items-center justify-center gap-2\"><img decoding=\"async\" src=\"https:\/\/livresq.com\/wp-content\/uploads\/2026\/01\/translate_24dp_E3E3E3_FILL1_wght0_GRAD0_opsz24.svg\" alt=\"Language\" class=\"w-5 h-5\" style=\"filter:brightness(0) invert(1)\"\/>English<\/button><\/div><a href=\"https:\/\/livresq.com\/ro\/contul-meu\/\" class=\"w-full flex items-center justify-center gap-2 bg-[#D91278] hover:bg-[#b00e60] text-white font-bold py-3 rounded-lg shadow-lg active:scale-95 transition-transform text-base border border-white\/10\"><img decoding=\"async\" src=\"https:\/\/livresq.com\/wp-content\/uploads\/2026\/01\/account_circle_24dp_E3E3E3_FILL1_wght0_GRAD0_opsz24.svg\" alt=\"Account\" class=\"w-6 h-6\" style=\"filter:brightness(0) invert(1)\"\/>Contul Meu<\/a><\/div><\/div><main class=\"flex-grow pt-16\"><article class=\"max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 pt-8 pb-16 md:pt-12 md:pb-24\"><header class=\"mb-10 text-center reveal\"><div class=\"inline-flex items-center gap-2 px-4 py-2 rounded-full bg-pink-100 text-[#D91278] font-bold tracking-wide uppercase text-xs mb-6 shadow-sm border border-pink-200\/60\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-trophy w-4 h-4 text-[#D91278]\" aria-hidden=\"true\"><path d=\"M10 14.66v1.626a2 2 0 0 1-.976 1.696A5 5 0 0 0 7 21.978\"><\/path><path d=\"M14 14.66v1.626a2 2 0 0 0 .976 1.696A5 5 0 0 1 17 21.978\"><\/path><path d=\"M18 9h1.5a1 1 0 0 0 0-5H18\"><\/path><path d=\"M4 22h16\"><\/path><path d=\"M6 9a6 6 0 0 0 12 0V3a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1z\"><\/path><path d=\"M6 9H4.5a1 1 0 0 1 0-5H6\"><\/path><\/svg>National Competition for Teachers<\/div><h1 class=\"text-3xl md:text-5xl lg:text-5xl font-heading font-black text-slate-900 leading-tight mb-6 tracking-tight\">Innovation in Digital Education: Learning Innovation Association Launches National Competition <span class=\"text-[#D91278]\">\u201cRED Olympiad\u201d<\/span> for the Teaching Community<\/h1><div class=\"flex items-center justify-center gap-3 text-slate-500 font-medium text-sm md:text-base border-t border-b border-slate-200 py-3 my-6 max-w-xl mx-auto\"><div class=\"flex items-center gap-1.5 text-slate-700 font-semibold\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-calendar w-4 h-4 text-[#D91278]\" aria-hidden=\"true\"><path d=\"M8 2v4\"><\/path><path d=\"M16 2v4\"><\/path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"><\/rect><path d=\"M3 10h18\"><\/path><\/svg><span>Bucharest \u2013 06.08.2026<\/span><\/div><span class=\"text-slate-300\">\u2022<\/span><span class=\"text-slate-600\">Learning Innovation Association &amp; LIVRESQ<\/span><\/div><\/header><div class=\"mb-12 reveal delay-100 relative group overflow-hidden rounded-2xl shadow-2xl border border-slate-200\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2026\/08\/Banner-articole-site-ASCENDIA-8-1.png?w=800&#038;ssl=1\" alt=\"RED Olympiad - Learning Innovation &amp; LIVRESQ\" class=\"w-full h-auto object-cover transform transition-transform duration-700 group-hover:scale-102\" referrerPolicy=\"no-referrer\"\/><div class=\"absolute inset-0 bg-gradient-to-t from-slate-900\/40 via-transparent to-transparent pointer-events-none\"><\/div><\/div><div class=\"prose prose-lg prose-slate max-w-none\"><div class=\"bg-gradient-to-r from-pink-50\/80 via-white to-blue-50\/50 rounded-2xl p-6 md:p-8 mb-10 border border-pink-100 shadow-sm reveal delay-100\"><p class=\"text-xl md:text-2xl text-slate-800 leading-relaxed font-medium mb-0\">In the context of accelerating digital transformation across the educational system, the <strong class=\"text-slate-900\">Learning Innovation Association<\/strong> supports the teaching community with the official launch of the national competition <strong class=\"text-[#D91278]\">\u201cRED Olympiad\u201d<\/strong>. This initiative is specifically designed to identify, highlight, and publicly recognize the mastery of teachers who contribute daily to modernizing education by creating interactive, relevant, and classroom-ready Open Educational Resources (OER \/ RED).<\/p><\/div><p class=\"mb-10 text-slate-700 leading-relaxed text-lg reveal delay-150\">The competition is open to all teachers aiming to transition from consumers of educational materials to authors of interactive digital content. Within this national contest, participants design and submit original digital resources created in the <a href=\"https:\/\/livresq.com\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-[#D91278] hover:underline font-bold\">LIVRESQ<\/a> platform \u2014 such as interactive lessons, learning modules, or pedagogical scenarios \u2014, gaining the opportunity to receive excellence distinctions, valuable prizes, and national recognition.<\/p><div class=\"reveal delay-200 my-12\"><div class=\"flex items-center gap-3 mb-6\"><div class=\"p-3 bg-pink-100 text-[#D91278] rounded-xl\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-trophy w-7 h-7\" aria-hidden=\"true\"><path d=\"M10 14.66v1.626a2 2 0 0 1-.976 1.696A5 5 0 0 0 7 21.978\"><\/path><path d=\"M14 14.66v1.626a2 2 0 0 0 .976 1.696A5 5 0 0 1 17 21.978\"><\/path><path d=\"M18 9h1.5a1 1 0 0 0 0-5H18\"><\/path><path d=\"M4 22h16\"><\/path><path d=\"M6 9a6 6 0 0 0 12 0V3a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1z\"><\/path><path d=\"M6 9H4.5a1 1 0 0 1 0-5H6\"><\/path><\/svg><\/div><h2 class=\"text-2xl md:text-3xl font-heading font-bold text-slate-900 m-0\">RED Olympiad: A Competition Dedicated to Teacher-Creators and Their Passion for Education<\/h2><\/div><p class=\"mb-6 text-slate-700 leading-relaxed text-lg\">The RED Olympiad, a project initiated by the Learning Innovation Association, was born out of the desire to shine a spotlight on educators and the boundless passion they invest in every lesson. The contest brings to the fore the teacher-author who puts a personal stamp on created materials, tailoring resources to the exact needs and pace of their students.<\/p><p class=\"mb-6 text-slate-800 font-semibold text-lg\">Beyond the creative challenge, the competition is about directly honoring educators:<\/p><div class=\"grid md:grid-cols-2 gap-6 my-8\"><div class=\"bg-white p-6 rounded-2xl border border-slate-200 shadow-md hover:shadow-lg transition-shadow\"><div class=\"flex items-center gap-3 mb-3 text-[#D91278]\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-award w-6 h-6\" aria-hidden=\"true\"><path d=\"m15.477 12.89 1.515 8.526a.5.5 0 0 1-.81.47l-3.58-2.687a1 1 0 0 0-1.197 0l-3.586 2.686a.5.5 0 0 1-.81-.469l1.514-8.526\"><\/path><circle cx=\"12\" cy=\"8\" r=\"6\"><\/circle><\/svg><h3 class=\"text-xl font-bold text-slate-900 m-0\">Prizes and Recognition<\/h3><\/div><p class=\"text-slate-600 text-base leading-relaxed m-0\">Participants have the opportunity to be awarded attractive prizes and official diplomas of excellence\u2014distinctions that validate their pedagogical mastery and bring tangible value to their professional portfolio.<\/p><\/div><div class=\"bg-white p-6 rounded-2xl border border-slate-200 shadow-md hover:shadow-lg transition-shadow\"><div class=\"flex items-center gap-3 mb-3 text-[#1379D1]\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-globe w-6 h-6\" aria-hidden=\"true\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><path d=\"M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20\"><\/path><path d=\"M2 12h20\"><\/path><\/svg><h3 class=\"text-xl font-bold text-slate-900 m-0\">A National Stage for Your Resources<\/h3><\/div><p class=\"text-slate-600 text-base leading-relaxed m-0\">The RED Olympiad offers teachers the national visibility they deserve. Awarded materials become a continuous source of inspiration for the entire educational community, establishing authors as true benchmarks in education.<\/p><\/div><\/div><\/div><div class=\"reveal delay-200 my-12 bg-slate-900 text-white rounded-3xl p-8 md:p-10 shadow-2xl relative overflow-hidden border border-slate-800\"><div class=\"absolute -right-10 -bottom-10 w-64 h-64 bg-[#D91278]\/20 rounded-full blur-3xl pointer-events-none\"><\/div><div class=\"absolute -left-10 -top-10 w-64 h-64 bg-blue-500\/20 rounded-full blur-3xl pointer-events-none\"><\/div><div class=\"relative z-10\"><div class=\"flex items-center gap-3 mb-4\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-users w-8 h-8 text-[#6fccf0]\" aria-hidden=\"true\"><path d=\"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2\"><\/path><path d=\"M16 3.128a4 4 0 0 1 0 7.744\"><\/path><path d=\"M22 21v-2a4 4 0 0 0-3-3.87\"><\/path><circle cx=\"9\" cy=\"7\" r=\"4\"><\/circle><\/svg><h2 class=\"text-2xl md:text-3xl font-heading font-bold text-white m-0\">The LIVRESQ Community in Numbers: Impact of Resources Created by Teachers for Teachers<\/h2><\/div><p class=\"text-slate-300 text-lg leading-relaxed mb-8\">The LIVRESQ ecosystem continues to expand thanks to the active involvement of educators nationwide who create and share interactive content. Today, the LIVRESQ library reflects impressive community activity:<\/p><div class=\"grid sm:grid-cols-3 gap-6 my-8\"><div class=\"bg-slate-800\/80 backdrop-blur-md p-6 rounded-2xl border border-slate-700\/60 text-center\"><div class=\"text-3xl md:text-4xl font-extrabold text-[#6fccf0] mb-2 font-heading\">198,389<\/div><div class=\"text-slate-300 text-sm font-medium\">total materials in the library<\/div><\/div><div class=\"bg-slate-800\/80 backdrop-blur-md p-6 rounded-2xl border border-slate-700\/60 text-center\"><div class=\"text-3xl md:text-4xl font-extrabold text-emerald-400 mb-2 font-heading\">46,857<\/div><div class=\"text-slate-300 text-sm font-medium\">approved &amp; validated lessons for classroom use<\/div><\/div><div class=\"bg-slate-800\/80 backdrop-blur-md p-6 rounded-2xl border border-slate-700\/60 text-center\"><div class=\"text-3xl md:text-4xl font-extrabold text-[#faed87] mb-2 font-heading\">36,061<\/div><div class=\"text-slate-300 text-sm font-medium\">editable source lessons, ready to download, adapt, &amp; remix<\/div><\/div><\/div><p class=\"text-slate-300 text-base leading-relaxed mb-0 italic border-l-2 border-[#D91278] pl-4\">These figures demonstrate the strength of the LIVRESQ community and the commitment of educators to collaborate and build a solid foundation of free, high-quality educational resources.<\/p><\/div><\/div><div class=\"reveal delay-200 my-12 bg-gradient-to-br from-indigo-900 via-slate-900 to-[#0F1623] rounded-3xl p-8 md:p-10 text-white shadow-2xl relative overflow-hidden border border-indigo-800\/50\"><div class=\"flex items-center gap-3 mb-6\"><div class=\"p-3 bg-gradient-to-r from-[#D91278] to-purple-600 rounded-xl text-white shadow-lg\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-bot w-7 h-7\" aria-hidden=\"true\"><path d=\"M12 8V4H8\"><\/path><rect width=\"16\" height=\"12\" x=\"4\" y=\"8\" rx=\"2\"><\/rect><path d=\"M2 14h2\"><\/path><path d=\"M20 14h2\"><\/path><path d=\"M15 13v2\"><\/path><path d=\"M9 13v2\"><\/path><\/svg><\/div><div><span class=\"text-xs font-bold uppercase tracking-widest text-[#6fccf0] block mb-1\">AI Innovation Supported by Google<\/span><h2 class=\"text-2xl md:text-3xl font-heading font-bold text-white m-0\">LIVRESQ Companion: The AI Pedagogical Assistant Built for Educators<\/h2><\/div><\/div><p class=\"text-slate-200 text-lg leading-relaxed mb-6\">A key asset for teachers participating in the competition is <a href=\"https:\/\/livresq.com\/ro\/livresq-companion\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-[#6fccf0] underline font-bold hover:text-white\">LIVRESQ Companion<\/a>, the AI pedagogical assistant developed with support from Google. Designed specifically to eliminate administrative overload and bureaucratic tasks that consume time meant for students, LIVRESQ Companion is natively calibrated to the national school curriculum.<\/p><p class=\"text-slate-200 text-lg leading-relaxed mb-6\">With this AI digital partner, teachers can instantly generate structured lesson plans, worksheets, interactive activity proposals, and evaluation quizzes tailored to class levels.<\/p><div class=\"bg-indigo-950\/60 p-6 rounded-2xl border border-indigo-700\/50 flex items-start gap-4\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-sparkles w-8 h-8 text-[#faed87] flex-shrink-0 mt-1\" aria-hidden=\"true\"><path d=\"M11.017 2.814a1 1 0 0 1 1.966 0l1.051 5.558a2 2 0 0 0 1.594 1.594l5.558 1.051a1 1 0 0 1 0 1.966l-5.558 1.051a2 2 0 0 0-1.594 1.594l-1.051 5.558a1 1 0 0 1-1.966 0l-1.051-5.558a2 2 0 0 0-1.594-1.594l-5.558-1.051a1 1 0 0 1 0-1.966l5.558-1.051a2 2 0 0 0 1.594-1.594z\"><\/path><path d=\"M20 2v4\"><\/path><path d=\"M22 4h-4\"><\/path><circle cx=\"4\" cy=\"20\" r=\"2\"><\/circle><\/svg><p class=\"text-indigo-100 text-base md:text-lg font-medium m-0 leading-relaxed\">By personalizing content to each user&#x27;s subject and teaching style, <strong class=\"text-white\">LIVRESQ Companion saves over 15 hours of work per week<\/strong>, allowing teachers to focus on creative instruction and direct interaction with students in the classroom.<\/p><\/div><\/div><div class=\"reveal delay-200 my-12 bg-white rounded-3xl p-8 md:p-10 border-2 border-pink-100 shadow-xl relative\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-quote w-12 h-12 text-pink-200 absolute top-6 left-6 -z-0 opacity-60\" aria-hidden=\"true\"><path d=\"M16 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z\"><\/path><path d=\"M5 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z\"><\/path><\/svg><div class=\"relative z-10\"><h2 class=\"text-xl md:text-2xl font-heading font-bold text-slate-900 mb-6 flex items-center gap-2\"><span class=\"w-2 h-6 bg-[#D91278] rounded-full inline-block\"><\/span>A Vision from Within the Community<\/h2><blockquote class=\"text-lg md:text-xl text-slate-800 italic font-medium leading-relaxed mb-6 border-l-4 border-[#D91278] pl-6 my-4\">\u201cThe educational system needs a solid foundation of interactive resources created by teachers, for teachers. By launching the RED Olympiad and integrating the LIVRESQ suite of tools into our training courses, we aim to offer teachers not only recognition for pedagogical merit, but also the intuitive technology needed to design captivating lessons anchored in the reality of the digital era.\u201d<\/blockquote><div class=\"flex items-center gap-4 pt-4 border-t border-slate-100\"><div class=\"w-12 h-12 rounded-full bg-[#1379D1] text-white flex items-center justify-center font-bold text-lg shadow-md\">GL<\/div><div><div class=\"font-bold text-slate-900 text-lg\">Prof. Dr. Gabriel Laz\u0103r<\/div><div class=\"text-slate-600 text-sm\">Research &amp; Development Director at LIVRESQ &amp; Founding Member of Learning Innovation Association<\/div><\/div><\/div><\/div><\/div><div class=\"reveal delay-200 my-12\"><div class=\"flex items-center gap-3 mb-6\"><div class=\"p-3 bg-blue-100 text-[#1379D1] rounded-xl\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-graduation-cap w-7 h-7\" aria-hidden=\"true\"><path d=\"M21.42 10.922a1 1 0 0 0-.019-1.838L12.83 5.18a2 2 0 0 0-1.66 0L2.6 9.08a1 1 0 0 0 0 1.832l8.57 3.908a2 2 0 0 0 1.66 0z\"><\/path><path d=\"M22 10v6\"><\/path><path d=\"M6 12.5V16a6 3 0 0 0 12 0v-3.5\"><\/path><\/svg><\/div><h2 class=\"text-2xl md:text-3xl font-heading font-bold text-slate-900 m-0\">Direct Support via Accredited Training Courses &amp; Teaching Career Allowance<\/h2><\/div><p class=\"mb-6 text-slate-700 leading-relaxed text-lg\">To support the development of digital competencies among teachers and facilitate high-quality content creation, the Learning Innovation Association offers continuous training packages accredited by the Ministry of Education and Research (under Ministerial Order no. 4307 of 30.06.2026), credited according to the European Credit Transfer System (ECTS):<\/p><div class=\"space-y-4 mb-8\"><div class=\"bg-slate-50 p-6 rounded-2xl border border-slate-200 flex items-start gap-4\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-circle-check w-6 h-6 text-[#D91278] flex-shrink-0 mt-1\" aria-hidden=\"true\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><path d=\"m9 12 2 2 4-4\"><\/path><\/svg><div><h3 class=\"text-lg font-bold text-slate-900 mb-1\">\u201cDesign and Realization of Interactive Open Educational Resources (OER \/ RED)\u201d<\/h3><p class=\"text-slate-600 text-base m-0\"><strong>(50 hours, 2 ECTS credits)<\/strong> \u2013 focused on practical creation of modern interactive digital teaching materials.<\/p><\/div><\/div><div class=\"bg-slate-50 p-6 rounded-2xl border border-slate-200 flex items-start gap-4\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-circle-check w-6 h-6 text-[#1379D1] flex-shrink-0 mt-1\" aria-hidden=\"true\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><path d=\"m9 12 2 2 4-4\"><\/path><\/svg><div><h3 class=\"text-lg font-bold text-slate-900 mb-1\">\u201cUseful Digital Concepts and Tools in the Context of DigCompEdu\u201d<\/h3><p class=\"text-slate-600 text-base m-0\"><strong>(75 hours, 3 ECTS credits)<\/strong> \u2013 aligned with the European framework for digital competence of educators.<\/p><\/div><\/div><\/div><div class=\"bg-gradient-to-r from-pink-50 to-purple-50 p-6 md:p-8 rounded-2xl border border-pink-200 my-8\"><h3 class=\"text-xl font-bold text-slate-900 mb-4 flex items-center gap-2\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-credit-card w-6 h-6 text-[#D91278]\" aria-hidden=\"true\"><rect width=\"20\" height=\"14\" x=\"2\" y=\"5\" rx=\"2\"><\/rect><line x1=\"2\" x2=\"22\" y1=\"10\" y2=\"10\"><\/line><\/svg>Special Benefits for Participants:<\/h3><ul class=\"space-y-4 m-0 p-0 list-none\"><li class=\"flex items-start gap-3\"><div class=\"p-1 rounded-full bg-[#D91278] text-white mt-1\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-circle-check w-4 h-4\" aria-hidden=\"true\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><path d=\"m9 12 2 2 4-4\"><\/path><\/svg><\/div><span class=\"text-slate-800 text-base\"><strong>Purchase via Teaching Career Allowance:<\/strong> All training programs can be fully funded using the Teaching Career Allowance card.<\/span><\/li><li class=\"flex items-start gap-3\"><div class=\"p-1 rounded-full bg-[#D91278] text-white mt-1\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-circle-check w-4 h-4\" aria-hidden=\"true\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><path d=\"m9 12 2 2 4-4\"><\/path><\/svg><\/div><span class=\"text-slate-800 text-base\"><strong>Free Access to Premium Tools:<\/strong> Course participants receive free access to the <strong>LIVRESQ Pro<\/strong> content creation editor and the <strong>LIVRESQ Companion<\/strong> AI assistant, significantly optimizing preparation time.<\/span><\/li><\/ul><\/div><\/div><div class=\"reveal delay-200 my-12 bg-white rounded-3xl p-8 border border-slate-200 shadow-lg\"><h2 class=\"text-2xl font-heading font-bold text-slate-900 mb-4\">Registration and Additional Information<\/h2><p class=\"text-slate-700 text-lg leading-relaxed mb-6\">Teachers eager to showcase their creations, enter the competition, and access accredited training courses can consult the full regulations and registration steps on the official platforms:<\/p><div class=\"grid md:grid-cols-3 gap-4 my-6\"><a href=\"https:\/\/learning-innovation.ro\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"flex flex-col justify-between p-5 bg-slate-50 hover:bg-pink-50\/50 rounded-2xl border border-slate-200 hover:border-pink-300 transition-all group\"><div><div class=\"flex items-center justify-between mb-3\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-globe w-6 h-6 text-[#D91278]\" aria-hidden=\"true\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><path d=\"M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20\"><\/path><path d=\"M2 12h20\"><\/path><\/svg><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-arrow-up-right w-5 h-5 text-slate-400 group-hover:text-[#D91278] transition-colors\" aria-hidden=\"true\"><path d=\"M7 7h10v10\"><\/path><path d=\"M7 17 17 7\"><\/path><\/svg><\/div><div class=\"font-bold text-slate-900 text-base mb-1\">Competition &amp; Training Platform<\/div><\/div><div class=\"text-xs font-semibold text-[#D91278] mt-3\">learning-innovation.ro<\/div><\/a><a href=\"https:\/\/livresq.com\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"flex flex-col justify-between p-5 bg-slate-50 hover:bg-blue-50\/50 rounded-2xl border border-slate-200 hover:border-blue-300 transition-all group\"><div><div class=\"flex items-center justify-between mb-3\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-rocket w-6 h-6 text-[#1379D1]\" aria-hidden=\"true\"><path d=\"M4.5 16.5c-1.5 1.26-2 5-2 5s3.74-.5 5-2c.71-.84.7-2.13-.09-2.91a2.18 2.18 0 0 0-2.91-.09z\"><\/path><path d=\"m12 15-3-3a22 22 0 0 1 2-3.95A12.88 12.88 0 0 1 22 2c0 2.72-.78 7.5-6 11a22.35 22.35 0 0 1-4 2z\"><\/path><path d=\"M9 12H4s.55-3.03 2-4c1.62-1.08 5 0 5 0\"><\/path><path d=\"M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5\"><\/path><\/svg><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-arrow-up-right w-5 h-5 text-slate-400 group-hover:text-[#1379D1] transition-colors\" aria-hidden=\"true\"><path d=\"M7 7h10v10\"><\/path><path d=\"M7 17 17 7\"><\/path><\/svg><\/div><div class=\"font-bold text-slate-900 text-base mb-1\">Creation &amp; Resource Library<\/div><\/div><div class=\"text-xs font-semibold text-[#1379D1] mt-3\">livresq.com<\/div><\/a><a href=\"https:\/\/livresq.com\/ro\/livresq-companion\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"flex flex-col justify-between p-5 bg-slate-50 hover:bg-purple-50\/50 rounded-2xl border border-slate-200 hover:border-purple-300 transition-all group\"><div><div class=\"flex items-center justify-between mb-3\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-bot w-6 h-6 text-purple-600\" aria-hidden=\"true\"><path d=\"M12 8V4H8\"><\/path><rect width=\"16\" height=\"12\" x=\"4\" y=\"8\" rx=\"2\"><\/rect><path d=\"M2 14h2\"><\/path><path d=\"M20 14h2\"><\/path><path d=\"M15 13v2\"><\/path><path d=\"M9 13v2\"><\/path><\/svg><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-arrow-up-right w-5 h-5 text-slate-400 group-hover:text-purple-600 transition-colors\" aria-hidden=\"true\"><path d=\"M7 7h10v10\"><\/path><path d=\"M7 17 17 7\"><\/path><\/svg><\/div><div class=\"font-bold text-slate-900 text-base mb-1\">AI Assistant Details<\/div><\/div><div class=\"text-xs font-semibold text-purple-600 mt-3\">livresq-companion<\/div><\/a><\/div><\/div><div class=\"grid md:grid-cols-2 gap-6 my-12 reveal delay-200\"><div class=\"bg-slate-50 p-6 md:p-8 rounded-3xl border border-slate-200\"><h3 class=\"text-xl font-bold text-slate-900 mb-3 flex items-center gap-2\"><svg class=\"w-5 h-5 text-[#D91278]\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M6 22V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v18Z\"><\/path><path d=\"M6 12H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2\"><\/path><path d=\"M18 9h2a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2h-2\"><\/path><path d=\"M10 6h4\"><\/path><path d=\"M10 10h4\"><\/path><path d=\"M10 14h4\"><\/path><path d=\"M10 18h4\"><\/path><\/svg>About Learning Innovation Association<\/h3><p class=\"text-slate-600 text-sm md:text-base leading-relaxed m-0\">The Learning Innovation Association is a non-governmental, non-profit organization dedicated to supporting educators in Romania through their continuous professional development. Through accredited training, workshops, and national competitions, the association fosters an educational community centered on pedagogical innovation, collaboration, solidarity, and equitable access to quality digital resources.<\/p><\/div><div class=\"bg-slate-50 p-6 md:p-8 rounded-3xl border border-slate-200\"><h3 class=\"text-xl font-bold text-slate-900 mb-3 flex items-center gap-2\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-book-open w-5 h-5 text-[#1379D1]\" aria-hidden=\"true\"><path d=\"M12 7v14\"><\/path><path d=\"M3 18a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a4 4 0 0 1 4 4 4 4 0 0 1 4-4h5a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-6a3 3 0 0 0-3 3 3 3 0 0 0-3-3z\"><\/path><\/svg>About LIVRESQ Platform<\/h3><p class=\"text-slate-600 text-sm md:text-base leading-relaxed m-0\">LIVRESQ is the largest Romanian platform for teacher-creators of digital educational content. With an intuitive drag-and-drop visual editor and an expanding public library, LIVRESQ empowers teachers to transform traditional lessons into interactive, engaging learning experiences accessible on any device.<\/p><\/div><\/div><div class=\"reveal delay-200 bg-slate-100 p-6 md:p-8 rounded-2xl border border-slate-200 my-8\"><h3 class=\"text-lg font-bold text-slate-900 mb-3 flex items-center gap-2\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-mail w-5 h-5 text-slate-700\" aria-hidden=\"true\"><path d=\"m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7\"><\/path><rect x=\"2\" y=\"4\" width=\"20\" height=\"16\" rx=\"2\"><\/rect><\/svg>Community &amp; Press Contact:<\/h3><div class=\"flex flex-col sm:flex-row sm:items-center gap-4 text-slate-700 text-sm md:text-base font-medium\"><div><strong>E-mail:<\/strong> <a href=\"mailto:contact@learning-innovation.ro\" class=\"text-[#D91278] hover:underline\">contact@learning-innovation.ro<\/a> | <a href=\"mailto:help@livresq.com\" class=\"text-[#D91278] hover:underline\">help@livresq.com<\/a><\/div><div class=\"hidden sm:block text-slate-300\">|<\/div><div><strong>Website:<\/strong> <a href=\"https:\/\/learning-innovation.ro\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-[#1379D1] hover:underline\">learning-innovation.ro<\/a> | <a href=\"https:\/\/livresq.com\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-[#1379D1] hover:underline\">livresq.com<\/a><\/div><\/div><\/div><div class=\"reveal delay-200 bg-gradient-to-br from-[#0F1623] via-slate-900 to-[#1e293b] rounded-3xl p-8 md:p-12 text-white shadow-2xl relative overflow-hidden my-12 text-center\"><div class=\"absolute top-0 right-0 w-64 h-64 bg-[#D91278]\/20 rounded-full blur-[80px]\"><\/div><div class=\"absolute bottom-0 left-0 w-64 h-64 bg-blue-500\/20 rounded-full blur-[80px]\"><\/div><div class=\"relative z-10 max-w-2xl mx-auto\"><span class=\"inline-block px-4 py-1.5 rounded-full bg-white\/10 text-[#6fccf0] text-xs font-bold uppercase tracking-wider mb-4 border border-white\/10\">Join the RED Olympiad<\/span><h2 class=\"text-2xl md:text-4xl font-heading font-bold text-white mb-4\">Ready to Become an Author of Interactive Digital Content?<\/h2><p class=\"mb-8 text-slate-300 leading-relaxed text-base md:text-lg\">Create your free LIVRESQ account, register for the RED Olympiad, and turn your lessons into captivating experiences for your students!<\/p><div class=\"flex flex-col sm:flex-row items-center justify-center gap-4\"><a href=\"https:\/\/livresq.com\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"w-full sm:w-auto inline-flex items-center justify-center gap-2 px-8 py-4 bg-[#D91278] hover:bg-[#b00e60] text-white font-bold rounded-xl shadow-lg hover:shadow-xl transition-all duration-300 transform hover:-translate-y-1 text-base md:text-lg\">Open Free LIVRESQ Account<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-external-link w-5 h-5\" aria-hidden=\"true\"><path d=\"M15 3h6v6\"><\/path><path d=\"M10 14 21 3\"><\/path><path d=\"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6\"><\/path><\/svg><\/a><a href=\"https:\/\/learning-innovation.ro\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"w-full sm:w-auto inline-flex items-center justify-center gap-2 px-8 py-4 bg-white\/10 hover:bg-white\/20 text-white font-bold rounded-xl border border-white\/20 transition-all text-base md:text-lg\">RED Olympiad Details<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-arrow-up-right w-5 h-5\" aria-hidden=\"true\"><path d=\"M7 7h10v10\"><\/path><path d=\"M7 17 17 7\"><\/path><\/svg><\/a><\/div><\/div><\/div><\/div><\/article><\/main><\/div>\n    <\/div>\n\n    <!-- ========================= SCRIPTS ========================= -->\n\n    <!-- 1. Initialize Lucide Icons -->\n    <script>\n        lucide.createIcons();\n    <\/script>\n\n    <!-- 2. Main Logic (Animations, Spotlight) -->\n    <script>\n        document.addEventListener('DOMContentLoaded', () => {\n            \/\/ Reveal Animation Observer\n            const observer = new IntersectionObserver((entries) => {\n                entries.forEach(entry => {\n                    if (entry.isIntersecting) {\n                        entry.target.classList.add('active');\n                    }\n                });\n            }, { threshold: 0.1 });\n\n            document.querySelectorAll('.reveal').forEach(el => observer.observe(el));\n\n            \/\/ Spotlight Effect Logic\n            const spotlightSections = document.querySelectorAll('.spotlight-section');\n            spotlightSections.forEach(section => {\n                section.addEventListener('mousemove', (e) => {\n                    const cards = section.querySelectorAll('.spotlight-card');\n                    cards.forEach(card => {\n                        const rect = card.getBoundingClientRect();\n                        const x = e.clientX - rect.left;\n                        const y = e.clientY - rect.top;\n                        card.style.setProperty('--mouse-x', `${x}px`);\n                        card.style.setProperty('--mouse-y', `${y}px`);\n                    });\n                });\n            });\n        });\n    <\/script>\n\n    <\/body>\n<\/html>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>LIVRESQ &#8211; Public\u0103 \u0219i Exploreaz\u0103 Biblioteca ComunitateBlogAcademicTrainingFAQCump\u0103r\u0103Despre noi Library English Contul Meu ComunitateBlogAcademicTrainingFAQCump\u0103r\u0103Despre noi English Contul Meu National Competition for Teachers Innovation in Digital Education: Learning Innovation Association Launches National Competition \u201cRED Olympiad\u201d for the Teaching Community Bucharest \u2013 06.08.2026 \u2022Learning Innovation Association &amp; LIVRESQ In the context of accelerating digital transformation across the educational [&hellip;]<\/p>\n","protected":false},"author":57747,"featured_media":493093,"comment_status":"closed","ping_status":"open","sticky":false,"template":"elementor_header_footer","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-493091","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-news"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Inova\u021bie \u00een educa\u021bia digital\u0103: Asocia\u021bia Learning Innovation lanseaz\u0103 competi\u021bia na\u021bional\u0103\u00a0\u201eOlimpiada RED\u201d\u00a0pentru comunitatea cadrelor didactice - LIVRESQ<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/livresq.com\/en\/news\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Inova\u021bie \u00een educa\u021bia digital\u0103: Asocia\u021bia Learning Innovation lanseaz\u0103 competi\u021bia na\u021bional\u0103\u00a0\u201eOlimpiada RED\u201d\u00a0pentru comunitatea cadrelor didactice - LIVRESQ\" \/>\n<meta property=\"og:description\" content=\"LIVRESQ &#8211; Public\u0103 \u0219i Exploreaz\u0103 Biblioteca ComunitateBlogAcademicTrainingFAQCump\u0103r\u0103Despre noi Library English Contul Meu ComunitateBlogAcademicTrainingFAQCump\u0103r\u0103Despre noi English Contul Meu National Competition for Teachers Innovation in Digital Education: Learning Innovation Association Launches National Competition \u201cRED Olympiad\u201d for the Teaching Community Bucharest \u2013 06.08.2026 \u2022Learning Innovation Association &amp; LIVRESQ In the context of accelerating digital transformation across the educational [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/livresq.com\/en\/news\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\/\" \/>\n<meta property=\"og:site_name\" content=\"LIVRESQ\" \/>\n<meta property=\"article:published_time\" content=\"2026-08-06T11:44:19+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-06T11:56:08+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/livresq.com\/wp-content\/uploads\/2026\/08\/Banner-articole-site-ASCENDIA-3.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1600\" \/>\n\t<meta property=\"og:image:height\" content=\"1039\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Bogdan Vrinceanu\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Bogdan Vrinceanu\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"37 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/livresq.com\\\/news\\\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/livresq.com\\\/news\\\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\\\/\"},\"author\":{\"name\":\"Bogdan Vrinceanu\",\"@id\":\"https:\\\/\\\/livresq.com\\\/en\\\/#\\\/schema\\\/person\\\/875da9615a1d415268f346f83dd6c467\"},\"headline\":\"Inova\u021bie \u00een educa\u021bia digital\u0103: Asocia\u021bia Learning Innovation lanseaz\u0103 competi\u021bia na\u021bional\u0103\u00a0\u201eOlimpiada RED\u201d\u00a0pentru comunitatea cadrelor didactice\",\"datePublished\":\"2026-08-06T11:44:19+00:00\",\"dateModified\":\"2026-08-06T11:56:08+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/livresq.com\\\/news\\\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\\\/\"},\"wordCount\":6538,\"publisher\":{\"@id\":\"https:\\\/\\\/livresq.com\\\/en\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/livresq.com\\\/news\\\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/i0.wp.com\\\/livresq.com\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/Banner-articole-site-ASCENDIA-3.png?fit=1600%2C1039&ssl=1\",\"articleSection\":[\"News\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/livresq.com\\\/news\\\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\\\/\",\"url\":\"https:\\\/\\\/livresq.com\\\/news\\\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\\\/\",\"name\":\"Inova\u021bie \u00een educa\u021bia digital\u0103: Asocia\u021bia Learning Innovation lanseaz\u0103 competi\u021bia na\u021bional\u0103\u00a0\u201eOlimpiada RED\u201d\u00a0pentru comunitatea cadrelor didactice - LIVRESQ\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/livresq.com\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/livresq.com\\\/news\\\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/livresq.com\\\/news\\\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/i0.wp.com\\\/livresq.com\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/Banner-articole-site-ASCENDIA-3.png?fit=1600%2C1039&ssl=1\",\"datePublished\":\"2026-08-06T11:44:19+00:00\",\"dateModified\":\"2026-08-06T11:56:08+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/livresq.com\\\/news\\\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/livresq.com\\\/news\\\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/livresq.com\\\/news\\\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\\\/#primaryimage\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/livresq.com\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/Banner-articole-site-ASCENDIA-3.png?fit=1600%2C1039&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/livresq.com\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/Banner-articole-site-ASCENDIA-3.png?fit=1600%2C1039&ssl=1\",\"width\":1600,\"height\":1039},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/livresq.com\\\/news\\\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Prima pagin\u0103\",\"item\":\"https:\\\/\\\/livresq.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Inova\u021bie \u00een educa\u021bia digital\u0103: Asocia\u021bia Learning Innovation lanseaz\u0103 competi\u021bia na\u021bional\u0103\u00a0\u201eOlimpiada RED\u201d\u00a0pentru comunitatea cadrelor didactice\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/livresq.com\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/livresq.com\\\/en\\\/\",\"name\":\"LIVRESQ\",\"description\":\"eLearning Authoring Tool\",\"publisher\":{\"@id\":\"https:\\\/\\\/livresq.com\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/livresq.com\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/livresq.com\\\/en\\\/#organization\",\"name\":\"LIVRESQ - Authoring Tool\",\"url\":\"https:\\\/\\\/livresq.com\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/livresq.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/livresq.com\\\/wp-content\\\/uploads\\\/2019\\\/07\\\/cropped-Logo.png?fit=1054%2C575&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/livresq.com\\\/wp-content\\\/uploads\\\/2019\\\/07\\\/cropped-Logo.png?fit=1054%2C575&ssl=1\",\"width\":1054,\"height\":575,\"caption\":\"LIVRESQ - Authoring Tool\"},\"image\":{\"@id\":\"https:\\\/\\\/livresq.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/livresq.com\\\/en\\\/#\\\/schema\\\/person\\\/875da9615a1d415268f346f83dd6c467\",\"name\":\"Bogdan Vrinceanu\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2abb37905303ef8f893d0591e93be5035fa7de23db3dc1e2d008bbaa7829f1bb?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2abb37905303ef8f893d0591e93be5035fa7de23db3dc1e2d008bbaa7829f1bb?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2abb37905303ef8f893d0591e93be5035fa7de23db3dc1e2d008bbaa7829f1bb?s=96&d=mm&r=g\",\"caption\":\"Bogdan Vrinceanu\"},\"url\":\"https:\\\/\\\/livresq.com\\\/en\\\/author\\\/bogdan-vrinceanu\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Inova\u021bie \u00een educa\u021bia digital\u0103: Asocia\u021bia Learning Innovation lanseaz\u0103 competi\u021bia na\u021bional\u0103\u00a0\u201eOlimpiada RED\u201d\u00a0pentru comunitatea cadrelor didactice - LIVRESQ","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/livresq.com\/en\/news\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\/","og_locale":"en_US","og_type":"article","og_title":"Inova\u021bie \u00een educa\u021bia digital\u0103: Asocia\u021bia Learning Innovation lanseaz\u0103 competi\u021bia na\u021bional\u0103\u00a0\u201eOlimpiada RED\u201d\u00a0pentru comunitatea cadrelor didactice - LIVRESQ","og_description":"LIVRESQ &#8211; Public\u0103 \u0219i Exploreaz\u0103 Biblioteca ComunitateBlogAcademicTrainingFAQCump\u0103r\u0103Despre noi Library English Contul Meu ComunitateBlogAcademicTrainingFAQCump\u0103r\u0103Despre noi English Contul Meu National Competition for Teachers Innovation in Digital Education: Learning Innovation Association Launches National Competition \u201cRED Olympiad\u201d for the Teaching Community Bucharest \u2013 06.08.2026 \u2022Learning Innovation Association &amp; LIVRESQ In the context of accelerating digital transformation across the educational [&hellip;]","og_url":"https:\/\/livresq.com\/en\/news\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\/","og_site_name":"LIVRESQ","article_published_time":"2026-08-06T11:44:19+00:00","article_modified_time":"2026-08-06T11:56:08+00:00","og_image":[{"width":1600,"height":1039,"url":"https:\/\/livresq.com\/wp-content\/uploads\/2026\/08\/Banner-articole-site-ASCENDIA-3.png","type":"image\/png"}],"author":"Bogdan Vrinceanu","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Bogdan Vrinceanu","Est. reading time":"37 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/livresq.com\/news\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\/#article","isPartOf":{"@id":"https:\/\/livresq.com\/news\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\/"},"author":{"name":"Bogdan Vrinceanu","@id":"https:\/\/livresq.com\/en\/#\/schema\/person\/875da9615a1d415268f346f83dd6c467"},"headline":"Inova\u021bie \u00een educa\u021bia digital\u0103: Asocia\u021bia Learning Innovation lanseaz\u0103 competi\u021bia na\u021bional\u0103\u00a0\u201eOlimpiada RED\u201d\u00a0pentru comunitatea cadrelor didactice","datePublished":"2026-08-06T11:44:19+00:00","dateModified":"2026-08-06T11:56:08+00:00","mainEntityOfPage":{"@id":"https:\/\/livresq.com\/news\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\/"},"wordCount":6538,"publisher":{"@id":"https:\/\/livresq.com\/en\/#organization"},"image":{"@id":"https:\/\/livresq.com\/news\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2026\/08\/Banner-articole-site-ASCENDIA-3.png?fit=1600%2C1039&ssl=1","articleSection":["News"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/livresq.com\/news\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\/","url":"https:\/\/livresq.com\/news\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\/","name":"Inova\u021bie \u00een educa\u021bia digital\u0103: Asocia\u021bia Learning Innovation lanseaz\u0103 competi\u021bia na\u021bional\u0103\u00a0\u201eOlimpiada RED\u201d\u00a0pentru comunitatea cadrelor didactice - LIVRESQ","isPartOf":{"@id":"https:\/\/livresq.com\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/livresq.com\/news\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\/#primaryimage"},"image":{"@id":"https:\/\/livresq.com\/news\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2026\/08\/Banner-articole-site-ASCENDIA-3.png?fit=1600%2C1039&ssl=1","datePublished":"2026-08-06T11:44:19+00:00","dateModified":"2026-08-06T11:56:08+00:00","breadcrumb":{"@id":"https:\/\/livresq.com\/news\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/livresq.com\/news\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/livresq.com\/news\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\/#primaryimage","url":"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2026\/08\/Banner-articole-site-ASCENDIA-3.png?fit=1600%2C1039&ssl=1","contentUrl":"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2026\/08\/Banner-articole-site-ASCENDIA-3.png?fit=1600%2C1039&ssl=1","width":1600,"height":1039},{"@type":"BreadcrumbList","@id":"https:\/\/livresq.com\/news\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Prima pagin\u0103","item":"https:\/\/livresq.com\/"},{"@type":"ListItem","position":2,"name":"Inova\u021bie \u00een educa\u021bia digital\u0103: Asocia\u021bia Learning Innovation lanseaz\u0103 competi\u021bia na\u021bional\u0103\u00a0\u201eOlimpiada RED\u201d\u00a0pentru comunitatea cadrelor didactice"}]},{"@type":"WebSite","@id":"https:\/\/livresq.com\/en\/#website","url":"https:\/\/livresq.com\/en\/","name":"LIVRESQ","description":"eLearning Authoring Tool","publisher":{"@id":"https:\/\/livresq.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/livresq.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/livresq.com\/en\/#organization","name":"LIVRESQ - Authoring Tool","url":"https:\/\/livresq.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/livresq.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2019\/07\/cropped-Logo.png?fit=1054%2C575&ssl=1","contentUrl":"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2019\/07\/cropped-Logo.png?fit=1054%2C575&ssl=1","width":1054,"height":575,"caption":"LIVRESQ - Authoring Tool"},"image":{"@id":"https:\/\/livresq.com\/en\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/livresq.com\/en\/#\/schema\/person\/875da9615a1d415268f346f83dd6c467","name":"Bogdan Vrinceanu","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/2abb37905303ef8f893d0591e93be5035fa7de23db3dc1e2d008bbaa7829f1bb?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/2abb37905303ef8f893d0591e93be5035fa7de23db3dc1e2d008bbaa7829f1bb?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/2abb37905303ef8f893d0591e93be5035fa7de23db3dc1e2d008bbaa7829f1bb?s=96&d=mm&r=g","caption":"Bogdan Vrinceanu"},"url":"https:\/\/livresq.com\/en\/author\/bogdan-vrinceanu\/"}]}},"_links":{"self":[{"href":"https:\/\/livresq.com\/en\/wp-json\/wp\/v2\/posts\/493091","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/livresq.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/livresq.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/livresq.com\/en\/wp-json\/wp\/v2\/users\/57747"}],"replies":[{"embeddable":true,"href":"https:\/\/livresq.com\/en\/wp-json\/wp\/v2\/comments?post=493091"}],"version-history":[{"count":4,"href":"https:\/\/livresq.com\/en\/wp-json\/wp\/v2\/posts\/493091\/revisions"}],"predecessor-version":[{"id":493098,"href":"https:\/\/livresq.com\/en\/wp-json\/wp\/v2\/posts\/493091\/revisions\/493098"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/livresq.com\/en\/wp-json\/wp\/v2\/media\/493093"}],"wp:attachment":[{"href":"https:\/\/livresq.com\/en\/wp-json\/wp\/v2\/media?parent=493091"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/livresq.com\/en\/wp-json\/wp\/v2\/categories?post=493091"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/livresq.com\/en\/wp-json\/wp\/v2\/tags?post=493091"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}