


{"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\/ro\/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<!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-3.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\">Rom\u00e2n\u0103<\/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)\"\/>Rom\u00e2n\u0103<\/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>Competi\u021bie Na\u021bional\u0103 Cadre Didactice<\/div><h1 class=\"text-3xl md:text-5xl lg:text-5xl font-heading font-black text-slate-900 leading-tight mb-6 tracking-tight\">Inova\u021bie \u00een educa\u021bia digital\u0103: Asocia\u021bia Learning Innovation lanseaz\u0103 competi\u021bia na\u021bional\u0103 <span class=\"text-[#D91278]\">\u201eOlimpiada RED\u201d<\/span> pentru comunitatea cadrelor didactice<\/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>Bucure\u0219ti \u2013 06.08.2026<\/span><\/div><span class=\"text-slate-300\">\u2022<\/span><span class=\"text-slate-600\">Asocia\u021bia Learning Innovation &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-3.png?w=800&#038;ssl=1\" alt=\"Olimpiada RED - 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\">\u00cen contextul acceler\u0103rii procesului de transformare digital\u0103 din sistemul educa\u021bional rom\u00e2nesc, <strong class=\"text-slate-900\">Asocia\u021bia Learning Innovation<\/strong> vine \u00een sprijinul comunit\u0103\u021bii de profesori prin lansarea oficial\u0103 a competi\u021biei na\u021bionale <strong class=\"text-[#D91278]\">\u201eOlimpiada RED\u201d<\/strong>. Aceast\u0103 ini\u021biativ\u0103 este conceput\u0103 special pentru a identifica, valorifica \u0219i recunoa\u0219te public m\u0103iestria cadrelor didactice care contribuie zi de zi la modernizarea \u0219colii rom\u00e2ne\u0219ti prin crearea de Resurse Educa\u021bionale Deschise (RED) interactive, relevante \u0219i u\u0219or de aplicat la clas\u0103.<\/p><\/div><p class=\"mb-10 text-slate-700 leading-relaxed text-lg reveal delay-150\">Competi\u021bia se adreseaz\u0103 tuturor profesorilor care \u00ee\u0219i doresc s\u0103 fac\u0103 trecerea de la statutul de consumatori de materiale didactice la cel de autori de con\u021binut digital interactiv. \u00cen cadrul \u00eentrecerii na\u021bionale, participan\u021bii proiecteaz\u0103 \u0219i \u00eenscriu resurse digitale originale create \u00een platforma <a href=\"https:\/\/livresq.com\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-[#D91278] hover:underline font-bold\">LIVRESQ<\/a> \u2014 precum lec\u021bii interactive, module de \u00eenv\u0103\u021bare sau scenarii pedagogice \u2014, av\u00e2nd oportunitatea de a ob\u021bine distinc\u021bii de excelen\u021b\u0103, premii valoroase \u0219i recunoa\u0219tere la nivel na\u021bional.<\/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\">Olimpiada RED: O competi\u021bie dedicat\u0103 profesorilor-creatori \u0219i pasiunii lor pentru educa\u021bie<\/h2><\/div><p class=\"mb-6 text-slate-700 leading-relaxed text-lg\">Olimpiada RED, proiect ini\u021biat de Asocia\u021bia Learning Innovation, a fost g\u00e2ndit\u0103 din dorin\u021ba de a pune reflectoarele pe dasc\u0103lii din Rom\u00e2nia \u0219i pe pasiunea nem\u0103surat\u0103 pe care o investesc \u00een fiecare lec\u021bie. Concursul aduce \u00een prim-plan profesorul-autor, cel care \u00ee\u0219i pune amprenta personal\u0103 pe materialele create, concep\u00e2nd resurse croite exact pe nevoile \u0219i ritmul elevilor s\u0103i.<\/p><p class=\"mb-6 text-slate-800 font-semibold text-lg\">Dincolo de provocarea creativ\u0103, competi\u021bia este despre aprecierea direct\u0103 a omului de la catedr\u0103:<\/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\">Premii \u0219i recunoa\u0219tere<\/h3><\/div><p class=\"text-slate-600 text-base leading-relaxed m-0\">Participan\u021bii au ocazia de a fi r\u0103spl\u0103ti\u021bi cu premii atractive \u0219i diplome oficiale de excelen\u021b\u0103, distinc\u021bii ce le confirm\u0103 m\u0103iestria pedagogic\u0103 \u0219i aduc o valoare real\u0103 portofoliului profesional.<\/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\">O scen\u0103 na\u021bional\u0103 pentru resursele tale<\/h3><\/div><p class=\"text-slate-600 text-base leading-relaxed m-0\">Olimpiada RED le ofer\u0103 profesorilor vizibilitatea pe care o merit\u0103. Materialele premiate devin o surs\u0103 continu\u0103 de inspira\u021bie pentru \u00eentreaga comunitate educa\u021bional\u0103, transform\u00e2ndu-i pe autori \u00een adev\u0103rate repere de urmat \u00een \u00eenv\u0103\u021b\u0103m\u00e2ntul rom\u00e2nesc.<\/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\">Comunitatea LIVRESQ \u00een cifre: Impactul resurselor create de profesori pentru profesori<\/h2><\/div><p class=\"text-slate-300 text-lg leading-relaxed mb-8\">Ecosistemul LIVRESQ continu\u0103 s\u0103 creasc\u0103 datorit\u0103 implic\u0103rii active a cadrelor didactice din \u00eentreaga \u021bar\u0103 care aleg s\u0103 creeze \u0219i s\u0103 partajeze con\u021binut interactiv. \u00cen prezent, biblioteca LIVRESQ reflect\u0103 o activitate impresionant\u0103 a comunit\u0103\u021bii:<\/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\">materiale totale \u00een bibliotec\u0103<\/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\">lec\u021bii aprobate \u0219i validate pentru utilizare la clas\u0103<\/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\">lec\u021bii cu surs\u0103 editabil\u0103, gata de desc\u0103rcat, adaptat \u0219i remixat<\/div><\/div><\/div><p class=\"text-slate-300 text-base leading-relaxed mb-0 italic border-l-2 border-[#D91278] pl-4\">Aceste cifre demonstreaz\u0103 for\u021ba comunit\u0103\u021bii LIVRESQ \u0219i dorin\u021ba profesorilor din Rom\u00e2nia de a colabora \u0219i de a construi o baz\u0103 solid\u0103 de resurse educa\u021bionale libere \u0219i de calitate.<\/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\">Inova\u021bie AI cu sprijinul Google<\/span><h2 class=\"text-2xl md:text-3xl font-heading font-bold text-white m-0\">LIVRESQ Companion: Asistentul pedagogic AI creat pentru profesorul rom\u00e2n<\/h2><\/div><\/div><p class=\"text-slate-200 text-lg leading-relaxed mb-6\">Un sprijin de baz\u0103 pentru cadrele didactice participante la competi\u021bie este <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>, asistentul pedagogic dezvoltat cu sprijinul Google. Proiectat special pentru a rezolva problema supra\u00eenc\u0103rc\u0103rii administrative \u0219i a birocra\u021biei care consum\u0103 din timpul dedicat elevilor, LIVRESQ Companion este nativ calibrat pe programa \u0219colar\u0103 din Rom\u00e2nia.<\/p><p class=\"text-slate-200 text-lg leading-relaxed mb-6\">Cu ajutorul acestui partener digital bazat pe inteligen\u021b\u0103 artificial\u0103, profesorii pot genera instant planuri de lec\u021bie structurate, fi\u0219e de lucru, propuneri de activit\u0103\u021bi interactive \u0219i chestionare de evaluare adaptate nivelului clasei.<\/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\">Prin personalizarea con\u021binutului pe disciplina \u0219i stilul de predare al fiec\u0103rui utilizator, <strong class=\"text-white\">LIVRESQ Companion economise\u0219te peste 15 ore de munc\u0103 pe s\u0103pt\u0103m\u00e2n\u0103<\/strong>, permi\u021b\u00e2ndu-le dasc\u0103lilor s\u0103 se concentreze pe predarea creativ\u0103 \u0219i pe interac\u021biunea direct\u0103 cu elevii la clas\u0103.<\/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>O viziune din interiorul comunit\u0103\u021bii<\/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\">\u201eSistemul educa\u021bional are nevoie de o baz\u0103 solid\u0103 de resurse interactive create de profesori, pentru profesori. Prin lansarea Olimpiadei RED \u0219i prin integrarea suitei de instrumente LIVRESQ \u00een cursurile noastre de formare, ne propunem s\u0103 le oferim cadrelor didactice nu doar recunoa\u0219terea meritului pedagogic, ci \u0219i tehnologia intuitiv\u0103 necesar\u0103 pentru a proiecta lec\u021bii captive, ancorate \u00een realitatea erei digitale.\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\">Director de Cercetare-Dezvoltare LIVRESQ \u0219i membru fondator al Asocia\u021biei Learning Innovation<\/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\">Sprijin direct prin cursuri de formare acreditate M.E.C. \u0219i Prima de Carier\u0103 Didactic\u0103<\/h2><\/div><p class=\"mb-6 text-slate-700 leading-relaxed text-lg\">Pentru a sus\u021bine dezvoltarea competen\u021belor digitale ale cadrelor didactice \u0219i pentru a facilita crearea de con\u021binut de \u00eenalt\u0103 calitate, Asocia\u021bia Learning Innovation pune la dispozi\u021bie pachete de formare continu\u0103 acreditate de Ministerul Educa\u021biei \u0219i Cercet\u0103rii (conform Ordinului de ministru nr. 4307 din 30.06.2026), creditate conform Sistemului European de Credite Transferabile (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\">\u201eProiectarea \u0219i Realizarea de Resurse Educa\u021bionale Deschise (RED) Interactive\u201d<\/h3><p class=\"text-slate-600 text-base m-0\"><strong>(50 ore, 2 credite ECTS)<\/strong> \u2013 axat pe crearea practic\u0103 de materiale didactice digitale moderne \u0219i interactive.<\/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\">\u201eConcepte \u0219i Instrumente Digitale Utile \u00een Contextul DigCompEdu\u201d<\/h3><p class=\"text-slate-600 text-base m-0\"><strong>(75 ore, 3 credite ECTS)<\/strong> \u2013 aliniat cadrului european al competen\u021belor digitale pentru profesori.<\/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>Beneficii speciale pentru cursan\u021bi:<\/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>Achizi\u021bie prin Prima de Carier\u0103 Didactic\u0103:<\/strong> Toate programele de formare pot fi achitate integral prin intermediul cardului de Prima de Carier\u0103 Didactic\u0103.<\/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>Acces gratuit la instrumente premium:<\/strong> Participan\u021bii la cursuri primesc acces gratuit la editorul de creare de con\u021binut <strong>LIVRESQ Pro<\/strong> \u0219i la asistentul pedagogic <strong>LIVRESQ Companion<\/strong>, optimiz\u00e2nd semnificativ timpul necesar realiz\u0103rii materialelor.<\/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\">\u00censcriere \u0219i informa\u021bii suplimentare<\/h2><p class=\"text-slate-700 text-lg leading-relaxed mb-6\">Cadrele didactice dornice s\u0103 \u00ee\u0219i valorifice crea\u021biile, s\u0103 participe la competi\u021bie \u0219i s\u0103 acceseze cursurile de formare acreditate pot consulta regulamentul complet \u0219i pa\u0219ii de \u00eenscriere pe paginile oficiale:<\/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\">Platforma competi\u021biei &amp; formare<\/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\">Platforma de creare &amp; resurse<\/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\">Informa\u021bii Asistent AI<\/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>Despre Asocia\u021bia Learning Innovation<\/h3><p class=\"text-slate-600 text-sm md:text-base leading-relaxed m-0\">Asocia\u021bia Learning Innovation este o organiza\u021bie non-guvernamental\u0103 \u0219i non-profit dedicat\u0103 sus\u021binerii cadrelor didactice din Rom\u00e2nia \u00een parcursul lor de dezvoltare profesional\u0103 continu\u0103. Prin cursuri de formare acreditate, workshop-uri \u0219i competi\u021bii na\u021bionale, asocia\u021bia construie\u0219te o comunitate educa\u021bional\u0103 bazat\u0103 pe inova\u021bie pedagogic\u0103, colaborare, solidaritate \u0219i acces echitabil la resurse digitale de calitate.<\/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>Despre Platforma LIVRESQ<\/h3><p class=\"text-slate-600 text-sm md:text-base leading-relaxed m-0\">LIVRESQ este cea mai extins\u0103 platform\u0103 rom\u00e2neasc\u0103 dedicat\u0103 profesorilor creatori de con\u021binut educa\u021bional digital. Cu un editor vizual intuitiv drag-and-drop \u0219i o bibliotec\u0103 public\u0103 \u00een continu\u0103 expansiune, LIVRESQ ofer\u0103 dasc\u0103lilor toate uneltele necesare pentru a transforma lec\u021biile tradi\u021bionale \u00een experien\u021be de \u00eenv\u0103\u021bare interactive, accesibile de pe orice dispozitiv.<\/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>Contact Comunitate &amp; Pres\u0103:<\/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\">Particip\u0103 la Olimpiada RED<\/span><h2 class=\"text-2xl md:text-4xl font-heading font-bold text-white mb-4\">E\u0219ti preg\u0103tit s\u0103 devii autor de con\u021binut digital interactiv?<\/h2><p class=\"mb-8 text-slate-300 leading-relaxed text-base md:text-lg\">Creeaz\u0103-\u021bi cont pe LIVRESQ, \u00eenscrie-te la competi\u021bia Olimpiada RED \u0219i transform\u0103 lec\u021biile tale \u00een experien\u021be captive pentru elevi!<\/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\">Deschide cont gratuit pe LIVRESQ<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\">Detalii Olimpiada RED<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\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>LIVRESQ &#8211; Public\u0103 \u0219i Exploreaz\u0103 Biblioteca ComunitateBlogAcademicTrainingFAQCump\u0103r\u0103Despre noi Library Rom\u00e2n\u0103 Contul Meu ComunitateBlogAcademicTrainingFAQCump\u0103r\u0103Despre noi Rom\u00e2n\u0103 Contul Meu Competi\u021bie Na\u021bional\u0103 Cadre Didactice Inova\u021bie \u00een educa\u021bia digital\u0103: Asocia\u021bia Learning Innovation lanseaz\u0103 competi\u021bia na\u021bional\u0103 \u201eOlimpiada RED\u201d pentru comunitatea cadrelor didactice Bucure\u0219ti \u2013 06.08.2026 \u2022Asocia\u021bia Learning Innovation &amp; LIVRESQ \u00cen contextul acceler\u0103rii procesului de transformare digital\u0103 din sistemul educa\u021bional [&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\/ro\/news\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\/\" \/>\n<meta property=\"og:locale\" content=\"ro_RO\" \/>\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 Rom\u00e2n\u0103 Contul Meu ComunitateBlogAcademicTrainingFAQCump\u0103r\u0103Despre noi Rom\u00e2n\u0103 Contul Meu Competi\u021bie Na\u021bional\u0103 Cadre Didactice Inova\u021bie \u00een educa\u021bia digital\u0103: Asocia\u021bia Learning Innovation lanseaz\u0103 competi\u021bia na\u021bional\u0103 \u201eOlimpiada RED\u201d pentru comunitatea cadrelor didactice Bucure\u0219ti \u2013 06.08.2026 \u2022Asocia\u021bia Learning Innovation &amp; LIVRESQ \u00cen contextul acceler\u0103rii procesului de transformare digital\u0103 din sistemul educa\u021bional [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/livresq.com\/ro\/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=\"Scris de\" \/>\n\t<meta name=\"twitter:data1\" content=\"Bogdan Vrinceanu\" \/>\n\t<meta name=\"twitter:label2\" content=\"Timp estimat pentru citire\" \/>\n\t<meta name=\"twitter:data2\" content=\"37 de minute\" \/>\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\":\"ro-RO\"},{\"@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\":\"ro-RO\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/livresq.com\\\/news\\\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"ro-RO\",\"@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\":\"ro-RO\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/livresq.com\\\/en\\\/#organization\",\"name\":\"LIVRESQ - Authoring Tool\",\"url\":\"https:\\\/\\\/livresq.com\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ro-RO\",\"@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\":\"ro-RO\",\"@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\\\/ro\\\/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\/ro\/news\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\/","og_locale":"ro_RO","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 Rom\u00e2n\u0103 Contul Meu ComunitateBlogAcademicTrainingFAQCump\u0103r\u0103Despre noi Rom\u00e2n\u0103 Contul Meu Competi\u021bie Na\u021bional\u0103 Cadre Didactice Inova\u021bie \u00een educa\u021bia digital\u0103: Asocia\u021bia Learning Innovation lanseaz\u0103 competi\u021bia na\u021bional\u0103 \u201eOlimpiada RED\u201d pentru comunitatea cadrelor didactice Bucure\u0219ti \u2013 06.08.2026 \u2022Asocia\u021bia Learning Innovation &amp; LIVRESQ \u00cen contextul acceler\u0103rii procesului de transformare digital\u0103 din sistemul educa\u021bional [&hellip;]","og_url":"https:\/\/livresq.com\/ro\/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":{"Scris de":"Bogdan Vrinceanu","Timp estimat pentru citire":"37 de minute"},"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":"ro-RO"},{"@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":"ro-RO","potentialAction":[{"@type":"ReadAction","target":["https:\/\/livresq.com\/news\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\/"]}]},{"@type":"ImageObject","inLanguage":"ro-RO","@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":"ro-RO"},{"@type":"Organization","@id":"https:\/\/livresq.com\/en\/#organization","name":"LIVRESQ - Authoring Tool","url":"https:\/\/livresq.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"ro-RO","@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":"ro-RO","@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\/ro\/author\/bogdan-vrinceanu\/"}]}},"_links":{"self":[{"href":"https:\/\/livresq.com\/ro\/wp-json\/wp\/v2\/posts\/493091","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/livresq.com\/ro\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/livresq.com\/ro\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/livresq.com\/ro\/wp-json\/wp\/v2\/users\/57747"}],"replies":[{"embeddable":true,"href":"https:\/\/livresq.com\/ro\/wp-json\/wp\/v2\/comments?post=493091"}],"version-history":[{"count":4,"href":"https:\/\/livresq.com\/ro\/wp-json\/wp\/v2\/posts\/493091\/revisions"}],"predecessor-version":[{"id":493098,"href":"https:\/\/livresq.com\/ro\/wp-json\/wp\/v2\/posts\/493091\/revisions\/493098"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/livresq.com\/ro\/wp-json\/wp\/v2\/media\/493093"}],"wp:attachment":[{"href":"https:\/\/livresq.com\/ro\/wp-json\/wp\/v2\/media?parent=493091"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/livresq.com\/ro\/wp-json\/wp\/v2\/categories?post=493091"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/livresq.com\/ro\/wp-json\/wp\/v2\/tags?post=493091"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}