



{"id":15,"date":"2019-07-22T16:54:28","date_gmt":"2019-07-22T13:54:28","guid":{"rendered":"https:\/\/livresq.com\/?page_id=15"},"modified":"2026-05-04T14:05:59","modified_gmt":"2026-05-04T11:05:59","slug":"training","status":"publish","type":"page","link":"https:\/\/livresq.com\/ro\/training\/","title":{"rendered":"Training"},"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 Training &#038; Resurse<\/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 -->\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n    \n    <!-- Lucide Icons -->\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',\n                            'fucsia-dark': '#b00e60',\n                            albastru: '#6fccf0',\n                            blond: '#faed87',\n                            darkblue: '#2c3e50',\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        \/* --- WORDPRESS THEME OVERRIDES PROTECTION --- *\/\n        \n        #livresq-app-container {\n            font-family: 'Inter', sans-serif;\n            line-height: 1.5;\n            color: #334155; \n            background-color: #f8fafc; \/* bg-slate-50 *\/\n            width: 100%;\n            overflow-x: hidden;\n        }\n\n        \/* 1. Reset Links - EXCLUDING BUTTONS (.inline-flex) *\/\n        \/* This prevents the theme reset from stripping borders\/shadows from our buttons *\/\n        #livresq-app-container a:not(.inline-flex) {\n            text-decoration: none !important;\n            box-shadow: none !important;\n            border-bottom: none !important;\n            color: inherit; \n            transition: all 0.3s ease;\n        }\n        \n        \/* 2. Prevent Theme Hover Effects *\/\n        #livresq-app-container a:hover {\n            text-decoration: none !important;\n            color: inherit; \n        }\n\n        \/* 3. Reset Lists *\/\n        #livresq-app-container ul,\n        #livresq-app-container ol,\n        #livresq-app-container li {\n            list-style: none !important;\n            margin-left: 0 !important;\n            padding-left: 0 !important;\n            text-indent: 0 !important;\n            background: none !important; \/* prevent theme bullets *\/\n        }\n\n        \/* 4. Reset Inputs *\/\n        #livresq-app-container input[type=\"text\"] {\n            background-image: none !important;\n            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);\n            margin: 0 !important;\n            box-sizing: border-box !important;\n            color: #0F1623 !important;\n            height: auto !important;\n            padding-top: 0.75rem !important;\n            padding-bottom: 0.75rem !important;\n        }\n        #livresq-app-container input[type=\"text\"]:focus {\n            outline: 2px solid #D91278 !important;\n            outline-offset: -2px !important;\n            border-color: transparent !important;\n            box-shadow: none !important;\n        }\n\n        \/* 5. Force Colors for Critical Utility Classes *\/\n        #livresq-app-container .text-white { color: #ffffff !important; }\n        #livresq-app-container .text-slate-900 { color: #0F1623 !important; }\n        #livresq-app-container .text-livresq-fucsia { color: #D91278 !important; }\n        #livresq-app-container .text-amber-500 { color: #f59e0b !important; }\n        #livresq-app-container .bg-white { background-color: #ffffff !important; }\n        \n        \/* 6. Button Specifics *\/\n        #livresq-app-container .btn-outline-fucsia {\n            background-color: #ffffff !important;\n            border: 1px solid #D91278 !important;\n            color: #D91278 !important;\n            display: inline-flex !important;\n            align-items: center !important;\n        }\n        #livresq-app-container .btn-outline-fucsia:hover {\n            background-color: #D91278 !important;\n            color: #ffffff !important;\n        }\n        \n        \/* --- APP SPECIFIC STYLES --- *\/\n\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        .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-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 {\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    <\/style>\n<\/head>\n<body class=\"font-sans text-gray-700 antialiased bg-white selection:bg-livresq-fucsia selection:text-white\">\n\n    <div id=\"livresq-app-container\" class=\"min-h-screen bg-slate-50 flex flex-col font-sans\">\n        \n        <!-- ========================================== -->\n        <!-- 1. TRAINING HERO SECTION                   -->\n        <!-- ========================================== -->\n        <div class=\"relative bg-slate-50 overflow-hidden pt-24 pb-16 lg:pt-32\">\n            <!-- Abstract Background Shapes -->\n            <div class=\"absolute top-0 right-0 w-[600px] h-[600px] bg-blue-100\/50 rounded-full blur-[100px] animate-blob mix-blend-multiply filter pointer-events-none\"><\/div>\n            <div class=\"absolute bottom-0 left-0 w-[500px] h-[500px] bg-pink-100\/50 rounded-full blur-[100px] animate-blob animation-delay-2000 mix-blend-multiply filter pointer-events-none\"><\/div>\n\n            <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 relative z-10\">\n                <div class=\"text-center max-w-4xl mx-auto reveal\">\n                    <!-- Eyebrow Badge -->\n                    <span class=\"inline-flex items-center py-1 px-3 rounded-md border border-[#1379D1]\/20 bg-[#1379D1]\/5 text-[#1379D1] !text-[#1379D1] text-xs font-bold uppercase tracking-[0.2em] mb-6 shadow-sm transition-all hover:bg-[#1379D1]\/10 !no-underline\">\n                        <i data-lucide=\"graduation-cap\" class=\"w-3 h-3 mr-2\"><\/i> \n                        CENTRUL DE \u00ceNV\u0102\u021aARE\n                    <\/span>\n                    \n                    <!-- Main Headline -->\n                    <h1 class=\"text-5xl md:text-6xl font-heading font-black !text-slate-900 leading-[1.1] tracking-tight mb-6\">\n                        Training <span class=\"!text-livresq-fucsia\">&#038; Resurse<\/span>\n                    <\/h1>\n                    \n                    <!-- Description -->\n                    <p class=\"mt-4 text-xl !text-slate-600 leading-relaxed max-w-2xl mx-auto\">\n                        G\u0103se\u0219te resurse educa\u021bionale create at\u00e2t de c\u0103tre echipa LIVRESQ c\u00e2t \u0219i de c\u0103tre utilizatorii no\u0219tri. Exploreaz\u0103 cursurile \u0219i webinariile disponibile.\n                    <\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- ========================================== -->\n        <!-- 2. TRAINING COURSES SECTION                -->\n        <!-- ========================================== -->\n        <section class=\"py-24 bg-midnight bg-grid-overlay relative overflow-hidden spotlight-container\">\n            <!-- Background Decor -->\n            <div class=\"absolute top-0 right-0 w-[600px] h-[600px] bg-blue-600\/10 rounded-full blur-[100px] pointer-events-none translate-x-1\/2 -translate-y-1\/2 mix-blend-screen\"><\/div>\n            <div class=\"absolute bottom-0 left-0 w-[600px] h-[600px] bg-livresq-fucsia\/10 rounded-full blur-[100px] pointer-events-none -translate-x-1\/2 translate-y-1\/2 mix-blend-screen\"><\/div>\n            \n            <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 relative z-10\">\n                <div class=\"text-center mb-16 reveal\">\n                    <span class=\"inline-flex items-center py-1 px-3 rounded-md border border-livresq-fucsia\/30 bg-livresq-fucsia\/10 !text-livresq-fucsia text-xs font-bold uppercase tracking-[0.2em] mb-6 shadow-sm !no-underline\">\n                        <i data-lucide=\"book-open\" class=\"w-3 h-3 mr-2\"><\/i> \n                        ACADEMIA DIGITAL\u0102\n                    <\/span>\n                    <h2 class=\"text-4xl md:text-5xl font-heading font-black !text-white tracking-tight leading-tight\">\n                        Cursuri de Specializare\n                    <\/h2>\n                    <p class=\"mt-4 !text-slate-400 max-w-2xl mx-auto\">\n                        Parcursul t\u0103u complet de la ini\u021biere tehnic\u0103 la expertiz\u0103 certificat\u0103 \u00een pedagogie digital\u0103 \u0219i design instruc\u021bional.\n                    <\/p>\n                <\/div>\n\n                <!-- Standard Courses - 3 Column Grid -->\n                <div class=\"grid md:grid-cols-3 gap-8 mb-16\">\n                    \n                    <!-- Course 1 -->\n                    <div class=\"spotlight-card glass-panel-midnight group flex flex-col relative rounded-2xl overflow-hidden border border-white\/5 hover:border-livresq-fucsia\/50 transition-all duration-300 reveal delay-100\">\n                        <div class=\"aspect-video w-full overflow-hidden relative\">\n                            <img decoding=\"async\" src=\"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2021\/04\/Generic-Bazele-Utiliza%CC%86rii-LIVRESQ.jpg?fit=800%2C450&#038;ssl=1\" alt=\"Bazele Utiliz\u0103rii\" class=\"w-full h-full object-cover transform group-hover:scale-105 transition-transform duration-700\"\/>\n                            <div class=\"absolute inset-0 bg-gradient-to-t from-midnight via-midnight\/20 to-transparent opacity-90\"><\/div>\n                            <div class=\"absolute top-4 left-4\">\n                                <span class=\"px-3 py-1 bg-emerald-500 !text-white text-[10px] font-bold uppercase rounded-full tracking-widest shadow-lg flex items-center gap-1\">\n                                    Nivel \u00cencep\u0103tor\n                                <\/span>\n                            <\/div>\n                        <\/div>\n                        <div class=\"p-8 flex flex-col flex-grow relative -mt-6\">\n                            <div class=\"flex items-center gap-2 mb-3 text-xs font-bold !text-slate-400 uppercase tracking-wider\">\n                                <i data-lucide=\"clock\" class=\"w-3 h-3 text-livresq-fucsia\"><\/i> 4 S\u0103pt\u0103m\u00e2ni\n                            <\/div>\n                            <h3 class=\"text-xl font-bold !text-white mb-3 leading-snug group-hover:!text-livresq-fucsia transition-colors min-h-[84px]\">Bazele Utiliz\u0103rii LIVRESQ<\/h3>\n                            <p class=\"!text-slate-400 text-sm leading-relaxed mb-6 flex-grow border-b border-white\/5 pb-6\">Ideal pentru cei care iau contact prima dat\u0103 cu platforma. \u00cenva\u021b\u0103 pas cu pas interfa\u021ba editorului, cum s\u0103 construie\u0219ti structura unei lec\u021bii, s\u0103 adaugi elemente multimedia \u0219i s\u0103 publici primul t\u0103u proiect educa\u021bional func\u021bional.<\/p>\n                            <ul class=\"space-y-2 mb-8\">\n                                <li class=\"flex items-center text-xs !text-slate-300\"><i data-lucide=\"check-circle-2\" class=\"w-3 h-3 text-emerald-400 mr-2\"><\/i> Interfa\u021b\u0103 Editor<\/li>\n                                <li class=\"flex items-center text-xs !text-slate-300\"><i data-lucide=\"check-circle-2\" class=\"w-3 h-3 text-emerald-400 mr-2\"><\/i> Structur\u0103 Lec\u021bie<\/li>\n                                <li class=\"flex items-center text-xs !text-slate-300\"><i data-lucide=\"check-circle-2\" class=\"w-3 h-3 text-emerald-400 mr-2\"><\/i> Publicare<\/li>\n                            <\/ul>\n                            <a href=\"https:\/\/livresq.com\/ro\/curs-bazele-utilizarii-livresq\/\" class=\"inline-flex items-center justify-center w-full px-6 py-3 bg-white\/5 hover:bg-livresq-fucsia !text-white !no-underline font-bold text-sm rounded-lg border border-white\/10 hover:border-livresq-fucsia transition-all duration-300 group-hover:shadow-lg group-hover:shadow-pink-900\/20\">\n                                Vezi detalii curs <i data-lucide=\"arrow-right\" class=\"w-4 h-4 ml-2 transition-transform group-hover:translate-x-1\"><\/i>\n                            <\/a>\n                        <\/div>\n                    <\/div>\n\n                    <!-- Course 2 -->\n                    <div class=\"spotlight-card glass-panel-midnight group flex flex-col relative rounded-2xl overflow-hidden border border-white\/5 hover:border-livresq-fucsia\/50 transition-all duration-300 reveal delay-200\">\n                        <div class=\"aspect-video w-full overflow-hidden relative\">\n                            <img decoding=\"async\" src=\"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2021\/04\/Generic-PRLI.jpg?fit=800%2C450&#038;ssl=1\" alt=\"Design Instruc\u021bional\" class=\"w-full h-full object-cover transform group-hover:scale-105 transition-transform duration-700\"\/>\n                            <div class=\"absolute inset-0 bg-gradient-to-t from-midnight via-midnight\/20 to-transparent opacity-90\"><\/div>\n                            <div class=\"absolute top-4 left-4\">\n                                <span class=\"px-3 py-1 bg-blue-500 !text-white text-[10px] font-bold uppercase rounded-full tracking-widest shadow-lg flex items-center gap-1\">\n                                    Nivel Intermediar\n                                <\/span>\n                            <\/div>\n                        <\/div>\n                        <div class=\"p-8 flex flex-col flex-grow relative -mt-6\">\n                            <div class=\"flex items-center gap-2 mb-3 text-xs font-bold !text-slate-400 uppercase tracking-wider\">\n                                <i data-lucide=\"clock\" class=\"w-3 h-3 text-livresq-fucsia\"><\/i> 5 Module Intensive\n                            <\/div>\n                            <h3 class=\"text-xl font-bold !text-white mb-3 leading-snug group-hover:!text-livresq-fucsia transition-colors min-h-[84px]\">Proiectarea \u0219i realizarea lec\u021biilor interactive<\/h3>\n                            <p class=\"!text-slate-400 text-sm leading-relaxed mb-6 flex-grow border-b border-white\/5 pb-6\">Transform\u0103 cuno\u0219tin\u021bele tehnice \u00een experien\u021be de \u00eenv\u0103\u021bare. Acest curs intensiv de 5 zile te \u00eenva\u021b\u0103 metodologia de proiectare instruc\u021bional\u0103 pentru a crea scenarii didactice eficiente \u0219i lec\u021bii cu impact real la clas\u0103.<\/p>\n                            <ul class=\"space-y-2 mb-8\">\n                                <li class=\"flex items-center text-xs !text-slate-300\"><i data-lucide=\"check-circle-2\" class=\"w-3 h-3 text-emerald-400 mr-2\"><\/i> Design Instruc\u021bional<\/li>\n                                <li class=\"flex items-center text-xs !text-slate-300\"><i data-lucide=\"check-circle-2\" class=\"w-3 h-3 text-emerald-400 mr-2\"><\/i> Scenarii Didactice<\/li>\n                                <li class=\"flex items-center text-xs !text-slate-300\"><i data-lucide=\"check-circle-2\" class=\"w-3 h-3 text-emerald-400 mr-2\"><\/i> Proiect Practic<\/li>\n                            <\/ul>\n                            <a href=\"https:\/\/livresq.com\/ro\/curs-proiectarea-si-realizarea-lectiilor-interactive\/\" class=\"inline-flex items-center justify-center w-full px-6 py-3 bg-white\/5 hover:bg-livresq-fucsia !text-white !no-underline font-bold text-sm rounded-lg border border-white\/10 hover:border-livresq-fucsia transition-all duration-300 group-hover:shadow-lg group-hover:shadow-pink-900\/20\">\n                                Vezi detalii curs <i data-lucide=\"arrow-right\" class=\"w-4 h-4 ml-2 transition-transform group-hover:translate-x-1\"><\/i>\n                            <\/a>\n                        <\/div>\n                    <\/div>\n\n                    <!-- Course 3 -->\n                    <div class=\"spotlight-card glass-panel-midnight group flex flex-col relative rounded-2xl overflow-hidden border border-white\/5 hover:border-livresq-fucsia\/50 transition-all duration-300 reveal delay-300\">\n                        <div class=\"aspect-video w-full overflow-hidden relative\">\n                            <img decoding=\"async\" src=\"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2025\/07\/NewsLetter.png?fit=800%2C450&#038;ssl=1\" alt=\"RED\" class=\"w-full h-full object-cover transform group-hover:scale-105 transition-transform duration-700\"\/>\n                            <div class=\"absolute inset-0 bg-gradient-to-t from-midnight via-midnight\/20 to-transparent opacity-90\"><\/div>\n                            <div class=\"absolute top-4 left-4\">\n                                <span class=\"px-3 py-1 bg-livresq-fucsia !text-white text-[10px] font-bold uppercase rounded-full tracking-widest shadow-lg flex items-center gap-1\">\n                                    Nivel Intermediar\n                                <\/span>\n                            <\/div>\n                        <\/div>\n                        <div class=\"p-8 flex flex-col flex-grow relative -mt-6\">\n                            <div class=\"flex items-center gap-2 mb-3 text-xs font-bold !text-slate-400 uppercase tracking-wider\">\n                                <i data-lucide=\"clock\" class=\"w-3 h-3 text-livresq-fucsia\"><\/i> 3 S\u0103pt\u0103m\u00e2ni (52h)\n                            <\/div>\n                            <h3 class=\"text-xl font-bold !text-white mb-3 leading-snug group-hover:!text-livresq-fucsia transition-colors min-h-[84px]\">Proiectarea, realizarea \u0219i utilizarea Resurselor Educa\u021bionale Deschise (RED)<\/h3>\n                            <p class=\"!text-slate-400 text-sm leading-relaxed mb-6 flex-grow border-b border-white\/5 pb-6\">Masterclass pentru cadre didactice. Afl\u0103 cum s\u0103 dezvol\u021bi Resurse Educa\u021bionale Deschise (RED) conforme cu standardele DigCompEdu \u0219i SCORM. Include 12 ore sincron \u0219i 40 ore asincron de practic\u0103.<\/p>\n                            <ul class=\"space-y-2 mb-8\">\n                                <li class=\"flex items-center text-xs !text-slate-300\"><i data-lucide=\"check-circle-2\" class=\"w-3 h-3 text-emerald-400 mr-2\"><\/i> Standarde RED<\/li>\n                                <li class=\"flex items-center text-xs !text-slate-300\"><i data-lucide=\"check-circle-2\" class=\"w-3 h-3 text-emerald-400 mr-2\"><\/i> DigCompEdu<\/li>\n                                <li class=\"flex items-center text-xs !text-slate-300\"><i data-lucide=\"check-circle-2\" class=\"w-3 h-3 text-emerald-400 mr-2\"><\/i> Certificare<\/li>\n                            <\/ul>\n                            <a href=\"https:\/\/livresq.com\/ro\/pedagogie-digitala\/\" class=\"inline-flex items-center justify-center w-full px-6 py-3 bg-white\/5 hover:bg-livresq-fucsia !text-white !no-underline font-bold text-sm rounded-lg border border-white\/10 hover:border-livresq-fucsia transition-all duration-300 group-hover:shadow-lg group-hover:shadow-pink-900\/20\">\n                                Vezi detalii curs <i data-lucide=\"arrow-right\" class=\"w-4 h-4 ml-2 transition-transform group-hover:translate-x-1\"><\/i>\n                            <\/a>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- Featured Accredited Course -->\n                <div class=\"relative reveal delay-400 max-w-5xl mx-auto\">\n                    <!-- Glow Effect -->\n                    <div class=\"absolute -inset-1 bg-gradient-to-r from-amber-500\/20 to-transparent blur-2xl opacity-50 rounded-full\"><\/div>\n                    \n                    <div class=\"spotlight-card glass-panel-midnight group relative rounded-2xl overflow-hidden border border-amber-500\/30 hover:border-amber-500 transition-all duration-300 grid md:grid-cols-2 shadow-2xl shadow-amber-900\/20\">\n                        \n                        <!-- Image Side -->\n                        <div class=\"relative h-full min-h-[320px] bg-gradient-to-br from-white\/5 to-transparent flex items-center justify-center p-8 md:p-10 border-r border-white\/5\">\n                            <div class=\"absolute inset-0 bg-amber-500\/5 mix-blend-screen pointer-events-none\"><\/div>\n                            <div class=\"absolute top-1\/2 left-1\/2 -translate-x-1\/2 -translate-y-1\/2 w-3\/4 h-3\/4 bg-amber-500\/10 blur-[80px] rounded-full pointer-events-none\"><\/div>\n\n                            <img decoding=\"async\" src=\"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2025\/03\/Screenshot-2025-03-17-130317.png?w=582&#038;ssl=1\" alt=\"Designer Instruc\u021bional\" class=\"relative z-10 w-full h-auto rounded-lg shadow-2xl border border-white\/10 transform group-hover:scale-[1.02] transition-transform duration-500\" \/>\n                            \n                            <div class=\"absolute top-6 left-6 z-20\">\n                                <span class=\"px-4 py-1.5 bg-amber-500 !text-white text-xs font-bold uppercase rounded-full tracking-widest shadow-lg flex items-center gap-2\">\n                                    <i data-lucide=\"award\" class=\"w-4 h-4\"><\/i> Acreditare Minister\n                                <\/span>\n                            <\/div>\n                        <\/div>\n\n                        <!-- Content Side -->\n                        <div class=\"p-8 md:p-10 flex flex-col justify-center relative\">\n                            <div class=\"flex items-center gap-2 mb-4 text-xs font-bold !text-amber-400 uppercase tracking-wider\">\n                                <i data-lucide=\"clock\" class=\"w-3 h-3\"><\/i> 13 S\u0103pt\u0103m\u00e2ni\n                            <\/div>\n\n                            <h3 class=\"text-2xl md:text-3xl font-bold !text-white mb-4 leading-tight group-hover:!text-amber-400 transition-colors\">\n                                Curs acreditat Designer Instruc\u021bional &#8211; COR: 235904\n                            <\/h3>\n\n                            <p class=\"!text-slate-300 text-base leading-relaxed mb-8 border-b border-white\/10 pb-8\">\n                                Curs acreditat de dou\u0103 ministere: Ministerul Muncii \u0219i Ministerul Educa\u021biei. Program 100% online, cu 180 de ore de instruire. Formeaz\u0103-te ca specialist \u00een e-learning \u0219i proiecteaz\u0103 programe educa\u021bionale complexe.\n                            <\/p>\n\n                            <ul class=\"grid grid-cols-1 sm:grid-cols-2 gap-y-3 gap-x-6 mb-8\">\n                                <li class=\"flex items-center text-sm !text-slate-200\"><i data-lucide=\"check-circle-2\" class=\"w-4 h-4 text-amber-400 mr-2 flex-shrink-0\"><\/i> Diplom\u0103 Acreditat\u0103<\/li>\n                                <li class=\"flex items-center text-sm !text-slate-200\"><i data-lucide=\"check-circle-2\" class=\"w-4 h-4 text-amber-400 mr-2 flex-shrink-0\"><\/i> 180 Ore Instruire<\/li>\n                                <li class=\"flex items-center text-sm !text-slate-200\"><i data-lucide=\"check-circle-2\" class=\"w-4 h-4 text-amber-400 mr-2 flex-shrink-0\"><\/i> Competen\u021be E-learning<\/li>\n                            <\/ul>\n\n                            <a href=\"https:\/\/www.livresq.com\/ro\/curs-acreditat-designer-instructional\" class=\"inline-flex items-center justify-center w-full sm:w-auto px-8 py-4 bg-amber-500 hover:bg-amber-600 !text-white !no-underline font-bold text-sm rounded-lg shadow-lg hover:shadow-amber-500\/20 transition-all duration-300\">\n                                Vezi detalii program acreditat <i data-lucide=\"arrow-right\" class=\"w-4 h-4 ml-2 transition-transform group-hover:translate-x-1\"><\/i>\n                            <\/a>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- ========================================== -->\n        <!-- 3. WEBINARS LIST SECTION                   -->\n        <!-- ========================================== -->\n        <section class=\"py-24 bg-white border-t border-slate-200\">\n            <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\n                <!-- Removed reveal class to force visibility -->\n                <div class=\"text-center mb-12\">\n                    <h2 class=\"text-4xl font-heading font-black !text-slate-900 mb-4 tracking-tight\">\n                        Arhiv\u0103 Webinarii &#038; Tutoriale\n                    <\/h2>\n                    <p class=\"text-xl !text-slate-600 max-w-2xl mx-auto leading-relaxed\">\n                        O list\u0103 complet\u0103 de resurse video pentru a te ajuta s\u0103 devii expert \u00een LIVRESQ. Accesul este complet gratuit.\n                    <\/p>\n                <\/div>\n\n                <!-- Search Bar -->\n                <!-- Removed reveal class -->\n                <div class=\"max-w-xl mx-auto mb-10 relative\">\n                    <div class=\"absolute inset-y-0 left-0 pl-3 flex items-center pointer-events-none z-10\">\n                        <i data-lucide=\"search\" class=\"h-5 w-5 text-slate-400\"><\/i>\n                    <\/div>\n                    <input\n                        type=\"text\"\n                        id=\"webinar-search\"\n                        class=\"block w-full !pl-10 pr-3 py-3 border border-slate-300 rounded-md leading-5 bg-slate-50 placeholder-slate-400 focus:outline-none focus:ring-2 focus:ring-livresq-fucsia focus:border-transparent transition-shadow shadow-sm !text-slate-900\"\n                        placeholder=\"Caut\u0103 webinar dup\u0103 titlu sau num\u0103r...\"\n                    \/>\n                <\/div>\n\n                <!-- Table Container -->\n                <!-- Removed reveal and delay classes -->\n                <div class=\"bg-white rounded-lg shadow-sm border border-slate-200 overflow-hidden min-h-[300px]\">\n                    <div class=\"overflow-x-auto\">\n                        <table class=\"min-w-full divide-y divide-slate-200\">\n                            <thead class=\"bg-slate-50\">\n                                <tr>\n                                    <th scope=\"col\" class=\"px-6 py-4 text-left text-xs font-bold !text-slate-500 uppercase tracking-wider\">Nr.<\/th>\n                                    <th scope=\"col\" class=\"px-6 py-4 text-left text-xs font-bold !text-slate-500 uppercase tracking-wider\">Data<\/th>\n                                    <th scope=\"col\" class=\"px-6 py-4 text-left text-xs font-bold !text-slate-500 uppercase tracking-wider\">Subiect<\/th>\n                                    <th scope=\"col\" class=\"px-6 py-4 text-right text-xs font-bold !text-slate-500 uppercase tracking-wider\">Ac\u021biune<\/th>\n                                <\/tr>\n                            <\/thead>\n                            <tbody id=\"webinar-table-body\" class=\"bg-white divide-y divide-slate-200\">\n                                <!-- JS will populate this -->\n                            <\/tbody>\n                        <\/table>\n                    <\/div>\n                    \n                    <div class=\"px-6 py-4 bg-slate-50 border-t border-slate-200 flex justify-between items-center\">\n                        <span id=\"webinar-count\" class=\"text-sm !text-slate-500\">\n                            Se \u00eencarc\u0103&#8230;\n                        <\/span>\n                        <a href=\"https:\/\/www.youtube.com\/channel\/UC5QXjexch6DlnScx9CYPTXA\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-sm font-bold text-blue-600 hover:text-blue-800 !no-underline flex items-center\">\n                            Vezi arhiva complet\u0103 pe YouTube <i data-lucide=\"external-link\" class=\"w-3 h-3 ml-1\"><\/i>\n                        <\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- ========================================== -->\n        <!-- 4. COMMUNITY SECTION                       -->\n        <!-- ========================================== -->\n        <section class=\"py-24 bg-midnight bg-grid-overlay relative overflow-hidden spotlight-container\">\n             <!-- Background Decor -->\n            <div class=\"absolute top-0 right-0 w-[500px] h-[500px] bg-blue-900\/10 rounded-full blur-[100px] pointer-events-none mix-blend-screen\"><\/div>\n            <div class=\"absolute bottom-0 left-0 w-[500px] h-[500px] bg-livresq-fucsia\/5 rounded-full blur-[100px] pointer-events-none mix-blend-screen\"><\/div>\n\n            <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 relative z-10\">\n                <div class=\"text-center mb-16 reveal\">\n                    <h2 class=\"text-4xl font-heading font-black !text-white mb-4 tracking-tight\">\n                        Comunit\u0103\u021bile LIVRESQ\n                    <\/h2>\n                    <p class=\"text-xl !text-slate-400\">\n                        Locul unde descoperi noi moduri \u00een care s\u0103 folose\u0219ti LIVRESQ, direct de la al\u021bi utilizatori.\n                    <\/p>\n                <\/div>\n\n                <div class=\"grid md:grid-cols-2 gap-8 max-w-4xl mx-auto\">\n                    <!-- LinkedIn Card -->\n                    <div class=\"spotlight-card glass-panel-midnight group relative p-8 rounded-2xl hover:border-blue-500\/50 transition-all duration-300 reveal delay-100\">\n                        <div class=\"absolute top-0 right-0 p-6 opacity-5 group-hover:opacity-10 transition-opacity\">\n                            <i data-lucide=\"linkedin\" class=\"w-24 h-24 text-white\"><\/i>\n                        <\/div>\n                        <div class=\"relative z-10\">\n                            <div class=\"w-14 h-14 bg-blue-500\/10 border border-blue-500\/20 rounded-md flex items-center justify-center mb-6\">\n                                <i data-lucide=\"users\" class=\"w-7 h-7 text-blue-400\"><\/i>\n                            <\/div>\n                            <h3 class=\"text-2xl font-bold !text-white mb-2\">Speciali\u0219ti eLearning<\/h3>\n                            <p class=\"!text-slate-400 mb-8\">Pentru designeri instruc\u021bionali \u0219i creatori de con\u021binut corporate.<\/p>\n                            <a href=\"https:\/\/www.linkedin.com\/groups\/8425275\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"inline-flex items-center justify-center w-full px-6 py-3 bg-[#0077b5] !text-white !no-underline font-bold rounded-md hover:bg-[#006097] transition-colors shadow-lg shadow-blue-900\/30\">\n                                <i data-lucide=\"linkedin\" class=\"w-5 h-5 mr-2\"><\/i> Intr\u0103 \u00een grupul de LinkedIn\n                            <\/a>\n                        <\/div>\n                    <\/div>\n\n                    <!-- Facebook Card -->\n                    <div class=\"spotlight-card glass-panel-midnight group relative p-8 rounded-2xl hover:border-blue-600\/50 transition-all duration-300 reveal delay-200\">\n                        <div class=\"absolute top-0 right-0 p-6 opacity-5 group-hover:opacity-10 transition-opacity\">\n                            <i data-lucide=\"facebook\" class=\"w-24 h-24 text-white\"><\/i>\n                        <\/div>\n                        <div class=\"relative z-10\">\n                            <div class=\"w-14 h-14 bg-blue-600\/10 border border-blue-600\/20 rounded-md flex items-center justify-center mb-6\">\n                                <i data-lucide=\"users\" class=\"w-7 h-7 text-blue-500\"><\/i>\n                            <\/div>\n                            <h3 class=\"text-2xl font-bold !text-white mb-2\">Profesori \u0219i Educatori<\/h3>\n                            <p class=\"!text-slate-400 mb-8\">Comunitatea cadrelor didactice care folosesc LIVRESQ la clas\u0103.<\/p>\n                            <a href=\"https:\/\/www.facebook.com\/groups\/271356147081234\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"inline-flex items-center justify-center w-full px-6 py-3 bg-[#1877F2] !text-white !no-underline font-bold rounded-md hover:bg-[#1464cc] transition-colors shadow-lg shadow-blue-900\/30\">\n                                <i data-lucide=\"facebook\" class=\"w-5 h-5 mr-2\"><\/i> Intr\u0103 \u00een grupul de Facebook\n                            <\/a>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- ========================================== -->\n        <!-- 5. FREE ACCOUNT SECTION                    -->\n        <!-- ========================================== -->\n        <section class=\"bg-slate-50 relative overflow-hidden py-24 border-t border-slate-200 z-30\">\n            <!-- Abstract Shapes -->\n            <div class=\"absolute top-0 right-0 w-[600px] h-[600px] bg-blue-100\/60 rounded-full blur-[100px] pointer-events-none translate-x-1\/2 -translate-y-1\/2 mix-blend-multiply animate-float\"><\/div>\n            <div class=\"absolute bottom-0 left-0 w-[600px] h-[600px] bg-pink-100\/60 rounded-full blur-[100px] pointer-events-none -translate-x-1\/2 translate-y-1\/2 mix-blend-multiply animate-float\" style=\"animation-delay: 2s;\"><\/div>\n      \n            <!-- Increased Z-Index to 10 for content wrapper to sit above background blobs -->\n            <div class=\"max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 text-center relative z-10 reveal\">\n                <h2 class=\"text-4xl md:text-5xl font-heading font-black !text-slate-900 mb-8 tracking-tight\">\n                    Folose\u0219te <span class=\"text-transparent bg-clip-text bg-gradient-to-r from-livresq-fucsia to-pink-600\">Gratuit<\/span>\n                <\/h2>\n                \n                <p class=\"text-xl !text-slate-600 mb-10 leading-relaxed font-medium\">\n                    Este tot ceea ce ai nevoie pentru a crea \u0219i publica cursuri \u0219i lec\u021bii interactive.\n                    <br class=\"hidden md:block\"\/>\n                    Pentru a folosi gratuit, nu sunt cerute date legate de card bancar.\n                <\/p>\n        \n                <!-- Increased Z-Index to 20 for button wrapper to sit above everything else -->\n                <div class=\"flex flex-col sm:flex-row gap-4 justify-center items-center relative z-20\">\n                    <!-- Added relative z-50 to buttons themselves -->\n                    <a href=\"https:\/\/livresq.com\/ro\/contul-meu\/\" class=\"inline-flex items-center justify-center px-8 py-4 bg-[#D91278] hover:bg-[#b00e60] !text-white !no-underline font-bold text-lg rounded-md hover:scale-105 transition-all shadow-lg shadow-pink-200 border border-transparent relative z-50\">\n                        <i data-lucide=\"sparkles\" class=\"w-5 h-5 mr-2\"><\/i> Activeaz\u0103 Contul\n                    <\/a>\n                    <a href=\"https:\/\/livresq.com\/ro\/pricing\/\" class=\"inline-flex items-center justify-center px-8 py-4 bg-white border-2 border-slate-200 !text-slate-700 !no-underline font-bold text-lg rounded-md hover:bg-slate-50 hover:border-[#D91278] hover:text-[#D91278] transition-all relative z-50\">\n                        Vezi Abonamente <i data-lucide=\"arrow-right\" class=\"w-5 h-5 ml-2\"><\/i>\n                    <\/a>\n                <\/div>\n            <\/div>\n        <\/section>\n\n    <\/div>\n\n    <!-- APPLICATION LOGIC -->\n    <script>\n        document.addEventListener('DOMContentLoaded', () => {\n            \n            \/\/ ----------------------------------------------------\n            \/\/ 1. Initialize Icons with Safety Check\n            \/\/ ----------------------------------------------------\n            function initIcons() {\n                try {\n                    if (typeof lucide !== 'undefined' && lucide.createIcons) {\n                        lucide.createIcons();\n                    }\n                } catch (e) {\n                    console.warn(\"Lucide icons failed to load:\", e);\n                }\n            }\n            \n            initIcons();\n\n            \/\/ ----------------------------------------------------\n            \/\/ 2. Intersection Observer for Reveal Animation\n            \/\/ ----------------------------------------------------\n            const observer = new IntersectionObserver((entries) => {\n                entries.forEach(entry => {\n                    if (entry.isIntersecting) {\n                        entry.target.classList.add('active');\n                    }\n                });\n            }, {\n                \/\/ Set threshold to 0 to ensure elements trigger even if just barely visible\n                threshold: 0,\n                rootMargin: \"0px 0px -50px 0px\"\n            });\n\n            document.querySelectorAll('.reveal').forEach(el => observer.observe(el));\n\n            \/\/ ----------------------------------------------------\n            \/\/ 3. Spotlight Effect for Cards\n            \/\/ ----------------------------------------------------\n            const spotlightContainers = document.querySelectorAll('.spotlight-container');\n            \n            spotlightContainers.forEach(container => {\n                container.addEventListener('mousemove', (e) => {\n                    const cards = container.getElementsByClassName('spotlight-card');\n                    for (const card of cards) {\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            \/\/ ----------------------------------------------------\n            \/\/ 4. Webinars Logic (Search & Render)\n            \/\/ ----------------------------------------------------\n            const webinarsData = [\n                { id: 267, date: \"21 aprilie 2026\", title: \"Organizatorul LIVRESQ - func\u021bionalit\u0103\u021bi \u0219i organizare\", link: \"\" },\n                { id: 266, date: \"31 martie 2026\", title: \"Despre editorul de imagini din LIVRESQ\", link: \"\" },\n                { id: 265, date: \"24 martie 2026\", title: \"Resursa matrice\", link: \"\" },\n                { id: 264, date: \"17 martie 2026\", title: \"Resursa certificat\", link: \"\" },\n                { id: 263, date: \"10 martie 2026\", title: \"Despre ferestre pop-up \u00een LIVRESQ\", link: \"https:\/\/youtu.be\/Ypnr7_P-Sg4?si=LwYMX9P53jnPOr85\" },\n                { id: 262, date: \"3 martie 2026\", title: \"Op\u021biuni de navigare \u00eentre sec\u021biuni si ghidarea parcugerii unei RED\", link: \"https:\/\/youtu.be\/p3fIBlfFy00?si=RCuAjR_t8KNivWlQ\" },\n                { id: 261, date: \"24 februarie 2026\", title: \"Despre chestionare, din nou\", link: \"https:\/\/youtu.be\/06ZE85pxatM\" },\n                { id: 260, date: \"17 februarie 2026\", title: \"Export, publicare \u0219i suprascriere\", link: \"https:\/\/youtu.be\/Rhx1khZMndk\" },\n                { id: 259, date: \"10 februarie 2026\", title: \"Completarea metadate\", link: \"https:\/\/youtu.be\/GJyHko7dgoE\" },\n                { id: 258, date: \"3 februarie 2026\", title: \"Noii Avatari\", link: \"https:\/\/youtu.be\/uMqmXgqnsn0\" },\n                { id: 257, date: \"27 ianuarie 2026\", title: \"Semne de carte \u0219i cuprins\", link: \"https:\/\/youtu.be\/bGIxa6oIs8s\" },\n                { id: 256, date: \"20 ianuarie 2026\", title: \"Preferin\u021bele resurselor\", link: \"https:\/\/youtu.be\/dZu3o6hXuDc\" },\n                { id: 255, date: \"13 ianuarie 2026\", title: \"Interfata noua: separatoare si constructor\", link: \"https:\/\/youtu.be\/pvBpLSdZwGc\" },\n                { id: 254, date: \"9 decembrie 2025\", title: \"Interfata noua: chestionare \/ evaluare\", link: \"https:\/\/youtu.be\/Xjrt45woe40?si=VZ69vEgekudUawSd\" },\n                { id: 253, date: \"2 decembrie 2025\", title: \"Interfata noua: multimedia si interactiv\", link: \"https:\/\/youtu.be\/FABrwclI0Fw\" },\n                { id: 252, date: \"25 noiembrie 2025\", title: \"Interfata noua: imagini\", link: \"https:\/\/youtu.be\/_cC8BjssLwc?si=iEyi45rloF2N1enD\" },\n                { id: 251, date: \"18 noiembrie 2025\", title: \"Interfata noua: text si text avansat\", link: \"https:\/\/youtu.be\/jJ3unye0buI\" },\n                { id: 250, date: \"11 noiembrie 2025\", title: \"Interfata noua\", link: \"https:\/\/youtu.be\/5pf8TYqfV4c\" },\n                { id: 249, date: \"4 noiembrie 2025\", title: \"Propriet\u0103\u021bi \u0219i preferin\u021be \u00een LIVRESQ\", link: \"https:\/\/youtu.be\/83B5IcSApY4?si=4cLdLZM9ci-JKhbc\" },\n                { id: 248, date: \"28 octombrie 2025\", title: \"Resursa Text (AI mai ales)\", link: \"https:\/\/youtu.be\/HK9dNKcej5k?si=0TgfDzYxgmZbcsrc\" },\n                { id: 247, date: \"21 octombrie 2025\", title: \"Cum realizez cel mai repede \u0219i corect un RED?\", link: \"https:\/\/youtu.be\/-5rN4jNu47Y\" },\n                { id: 246, date: \"14 octombrie 2025\", title: \"Sabloane noi\", link: \"https:\/\/youtu.be\/HJ-3Bz3QJX4\" },\n                { id: 245, date: \"7 octombrie 2025\", title: \"Lucrul cu imagini \u00een LIVRESQ\", link: \"https:\/\/youtu.be\/g3grpE6Bpj0\" },\n                { id: 244, date: \"30 septembrie 2025\", title: \"Avatari si bariere\", link: \"https:\/\/youtu.be\/_sOBp3Gbazk\" },\n                { id: 243, date: \"23 septembrie 2025\", title: \"Erori \u00een realizarea cuprinsului\", link: \"https:\/\/youtu.be\/pBQDf7aVZ4o\" },\n                { id: 242, date: \"16 septembrie 2025\", title: \"Organizatorul LIVRESQ\", link: \"https:\/\/youtu.be\/XY1h_nu0R98\" },\n                { id: 241, date: \"9 septembrie 2025\", title: \"Folosirea chestionarelor\", link: \"https:\/\/youtu.be\/2xIsiEgAkns\" },\n                { id: 240, date: \"2 septembrie 2025\", title: \"Condi\u021bii de publicare \u00een Biblioteca\", link: \"https:\/\/youtu.be\/pKdN32FRg4U\" },\n                { id: 239, date: \"26 august 2025\", title: \"Crearea unei RED simple\", link: \"https:\/\/youtu.be\/EK2y_lckqFA?si=SzOkG1LlwtKeIH8H\" },\n                { id: 238, date: \"19 august 2025\", title: \"Verificarea materialelor (vizualizare)\", link: \"https:\/\/youtu.be\/CWM9KSUggDM?si=Af9dSMTlO1vAnAfv\" },\n                { id: 237, date: \"12 august 2025\", title: \"Powerpoint to LIVRESQ (de la prezentare statica la RED dinamic)\", link: \"https:\/\/youtu.be\/4bOLMZeIkoM\" },\n                { id: 236, date: \"5 august 2025\", title: \"Importan\u021ba interactivit\u0103\u021bii \u00een procesul de \u00eenv\u0103\u021bare digital\u0103\", link: \"https:\/\/youtu.be\/ji7zrCQOX_E\" },\n                { id: 235, date: \"29 iulie 2025\", title: \"Videoclipuri interactive (in video question, chestionare \u00een video, reurse in video)\", link: \"https:\/\/youtu.be\/V3vYzRurrjw?si=tQm5P4d3CJTKoDIM\" },\n                { id: 234, date: \"22 iulie 2025\", title: \"Totul despre integrarea aplicatiilor externe in LIVRESQ\", link: \"https:\/\/youtu.be\/70kJY7GWxqw\" },\n                { id: 233, date: \"15 iulie 2025\", title: \"Suprascrierea materialelor \u00een LIVRESQ.\", link: \"https:\/\/youtu.be\/hEQZ08QLHb0\" },\n                { id: 232, date: \"8 iulie 2025\", title: \"Cum folosim Biblioteca LIVRESQ\", link: \"https:\/\/youtu.be\/aYCv7DDioow?si=1GDot8Az8sX5p81f\" },\n                { id: 231, date: \"1 iulie 2025\", title: \"Cum putem gre\u0219i \u00een utilizarea chestionarelor\", link: \"https:\/\/youtu.be\/WlNqcqYokkU?si=-WHzwIfe5fsypNUG\" },\n                { id: 230, date: \"24 iunie 2025\", title: \"Cum te poate sprijini inteligen\u021ba artificial\u0103 \u00een procesul de creare \u0219i editare a Resurselor Educa\u021bionale Deschise (RED)\", link: \"https:\/\/youtu.be\/HdN6Gt9o4oc\" },\n                { id: 229, date: \"17 iunie 2025\", title: \"Despre eliminarea con\u021binutului implicit \u0219i alte motive de respingere a public\u0103rii\", link: \"https:\/\/youtu.be\/ZEekXfC253w\" },\n                { id: 228, date: \"10 iunie 2025\", title: \"Cum putem gre\u0219i \u00een utilizarea elementelor de structur\u0103\", link: \"https:\/\/youtu.be\/TFJK-Rbfe3Y\" },\n                { id: 227, date: \"3 iunie 2025\", title: \"De ce cre\u0103m resurse digitale. C\u00e2teva contra-exemple\", link: \"https:\/\/youtu.be\/RTeMT0E5FK0\" },\n                { id: 226, date: \"27 mai 2025\", title: \"Semnele de carte \u0219i cuprinsul\", link: \"https:\/\/youtu.be\/KKEa35iQT80\" },\n                { id: 225, date: \"20 mai 2025\", title: \"Cum utiliz\u0103m corect asistentul virtual (avatarul)\", link: \"https:\/\/youtu.be\/X82vD3CjVPU\" },\n                { id: 224, date: \"13 mai 2025\", title: \"Resursa text\", link: \"https:\/\/youtu.be\/bKJG_LCQh2A?si=zmGZL83syisSqLLo\" },\n                { id: 223, date: \"6 mai 2025\", title: \"Func\u021bii noi chestionare + export pdf\", link: \"https:\/\/youtu.be\/rsTCXEGTvt8?si=rFIrU5EWHxvqayf1\" },\n                { id: 222, date: \"29 aprilie 2025\", title: \"Personalizare \u0219abloane RED\", link: \"https:\/\/youtu.be\/fFEZ6bFWxBY\" },\n                { id: 220, date: \"15 aprilie 2025\", title: \"Despre condi\u021biile de publicare a unui material \u00een libr\u0103ria LIVRESQ\", link: \"https:\/\/youtu.be\/NKcjru5l7TE\" },\n                { id: 219, date: \"8 aprilie 2025\", title: \"Editarea eficient\u0103 \u00een LIVRESQ: eliminarea con\u021binutului implicit.\", link: \"https:\/\/youtu.be\/I4ROgKooXYA\" },\n                { id: 218, date: \"1 aprilie 2025\", title: \"Noile conditii de omologare a lectiilor\", link: \"https:\/\/youtu.be\/UucoFdBrZuc\" },\n                { id: 217, date: \"25 martie 2025\", title: \"Cum folosim imaginile in RED-uri?\", link: \"https:\/\/youtu.be\/cdXFIDiPUmI\" },\n                { id: 216, date: \"18 martie 2025\", title: \"Resursa de tip Etichete\", link: \"https:\/\/youtu.be\/CY-ZmvPDNmo?si=8iSUUeKW6gvTfUqV\" },\n                { id: 215, date: \"11 martie 2025\", title: \"Certificatul de creator de software educa\u021bional - schimbari \u0219i actualiz\u0103ri\", link: \"https:\/\/youtu.be\/3OuDRcO3FrY\" },\n                { id: 214, date: \"4 martie 2025\", title: \"Din nou despre chestionare\", link: \"https:\/\/youtu.be\/VFcwshtTuJ0\" },\n                { id: 213, date: \"25 februarie 2025\", title: \"Optiuni avansate de design grafic\", link: \"https:\/\/youtu.be\/1xR02cw0nOY\" },\n                { id: 212, date: \"18 februarie 2025\", title: \"Cum facem o RED pornind de la una existent\u0103 \u00een biblioteca LIVRESQ\", link: \"https:\/\/youtu.be\/UXWtrJNPpvg?si=gnrB2Qk-fe_wNgPC\" },\n                { id: 211, date: \"11 februarie 2025\", title: \"Video \u00een REDuri\", link: \"https:\/\/youtu.be\/ncwH27jxeVU\" },\n                { id: 210, date: \"4 februarie 2025\", title: \"Propriet\u0103\u021bi \u0219i preferin\u021be \u00een LIVRESQ\", link: \"https:\/\/youtu.be\/8XC3EvYwuv0\" },\n                { id: 209, date: \"28 ianuarie 2025\", title: \"Cum configur\u0103m \u0219i utiliz\u0103m textele ca resurs\u0103 de \u00eenv\u0103\u021bare\", link: \"https:\/\/youtu.be\/N2RCTKgiWBk?si=TAUgrxTjUyW3foyT\" },\n                { id: 208, date: \"21 ianuarie 2025\", title: \"Op\u021biuni avansate \u00een utilizarea chestionarelor\", link: \"https:\/\/youtu.be\/Ec8IkJ1gP7Q\" },\n                { id: 207, date: \"14 ianuarie 2025\", title: \"Moduri de utilizare ale barei principale\", link: \"https:\/\/youtu.be\/z-UDP2Fc2xs\" },\n                { id: 206, date: \"17 decembrie 2024\", title: \"Motivarea cursan\u021bilor: elemente de interactivitate si gamificare\", link: \"https:\/\/youtu.be\/hMi27FI9s0s?si=e95to_iYcyYc6V73\" },\n                { id: 205, date: \"10 decembrie 2024\", title: \"Schimb\u0103ri \u00een interfa\u021ba editorului. Ce sunt etichetele \u0219i cum le folosim?\", link: \"https:\/\/youtu.be\/xBDCU-1okCE?si=BilHcl8EVSb7Ck-8\" },\n                { id: 204, date: \"3 decembrie 2024\", title: \"Cum realiz\u0103m cel mai rapid o resurs\u0103 digital\u0103 interactiv\u0103\", link: \"https:\/\/www.youtube.com\/watch?v=UZnydyM0sf0\" },\n                { id: 203, date: \"26 noiembrie 2024\", title: \"Gre\u0219eli frecvente \u00een realizarea lec\u021biilor pentru Certificatul de Creator\", link: \"https:\/\/youtu.be\/pmadqj-0JHo\" },\n                { id: 202, date: \"19 noiembrie 2024\", title: \"Cum gener\u0103m voci \u0219i cum folosim vocile generate \u00een LIVRESQ\", link: \"https:\/\/youtu.be\/l6mFY6szFnw\" },\n                { id: 201, date: \"12 noiembrie 2024\", title: \"Despre RED-uri\", link: \"https:\/\/youtu.be\/7X2_x5uQN2s\" },\n                { id: 200, date: \"5 noiembrie 2024\", title: \"Invita\u021bi: Cosmin M\u0103lureanu, Ovidiu P\u00e2ni\u0219oar\u0103, Marcel Bartic\", link: \"https:\/\/youtu.be\/EBjk_maEmoA?si=Txg0auEgNqRKpfO-\" },\n                { id: 199, date: \"22 octombrie 2024\", title: \"Utilizarea instrumentelor de lucru colaborativ\", link: \"https:\/\/youtu.be\/K_yZBedlYIs\" },\n                { id: 198, date: \"15 octombrie 2024\", title: \"Moduri rapide de a realiza lec\u021bii \u00een LIVRESQ\", link: \"https:\/\/youtu.be\/hwxpv-YsdPM?si=ApsFQ697rQFU55ga\" },\n                { id: 197, date: \"8 octombrie 2024\", title: \"Certificatul de creator de software educa\u021bional - condi\u021bii \u0219i p\u0103reri\", link: \"https:\/\/youtu.be\/4ZZB8og_XDo?si=JwJPHiMDK5sbB4Hf\" },\n                { id: 196, date: \"1 octombrie 2024\", title: \"Cum structur\u0103m o lec\u021bie digital\u0103 interactiv\u0103: variante practice\", link: \"https:\/\/youtu.be\/ZWpRQBix4xU?si=vhvmAN3EEm5vBGiv\" },\n                { id: 195, date: \"24 septembrie 2024\", title: \"Integrarea resurselor Geogebra \u0219i Kahoot\", link: \"https:\/\/youtu.be\/eXLieQZ1BvY\" },\n                { id: 194, date: \"17 septembrie 2024\", title: \"Noi func\u021bionalit\u0103\u021bi AI\", link: \"https:\/\/youtu.be\/wimXGy446P4?si=fl83UgPPiqBjrI52\" },\n                { id: 193, date: \"10 septembrie 2024\", title: \"Cum folosim \u0219abloane \u00een LIVRESQ\", link: \"https:\/\/youtu.be\/DgC46OhZ2Ls?si=47MwlbDahU7cw15S\" },\n                { id: 192, date: \"3 septembrie 2024\", title: \"Suprascriere \u0219i matrice\", link: \"https:\/\/youtu.be\/alf1iB9ccAQ?si=mBrAiSazptxGIU_q\" },\n                { id: 191, date: \"27 august 2024\", title: \"Vom vorbi despre cum putem completa eficient zona de metadate cu informa\u021bii utile pentru elevi.\", link: \"https:\/\/youtu.be\/5HBDP5tW9_0\" },\n                { id: 190, date: \"20 august 2024\", title: \"Din nou despre structura unei sec\u021biuni: r\u00e2nduri, celule \u0219i resurse\", link: \"https:\/\/youtu.be\/4zBWh1-Hl_w?si=imk5cN7ZjpXPI6cQ\" },\n                { id: 189, date: \"13 august 2024\", title: \"Cum putem configura propriet\u0103\u021bile resurselor \u0219i elementelor din LIVRESQ, pentru a crea lec\u021bii atractive vizual \u0219i captivante pentru elevi.\", link: \"https:\/\/youtu.be\/CVB19jm-9ak?si=_uXvjfhouh5D4zmQ\" },\n                { id: 188, date: \"6 august 2024\", title: \"Nout\u0103\u021bi legate de generatorul de video cu AI + alte update-uri: interfa\u021b\u0103, avatar\", link: \"https:\/\/youtu.be\/l29fsaGmSUo?si=DXxtv7Sx2gDbQatx\" },\n                { id: 187, date: \"30 iulie 2024\", title: \"Importan\u021ba resursei de tip etichet\u0103 \u00eentr-o lectie digital\u0103\", link: \"https:\/\/youtu.be\/XpH8RSMsvNc?si=J4Yqgp-MFPX4haLc\" },\n                { id: 186, date: \"23 iulie 2024\", title: \"Despre ce \u00eenseamn\u0103 o resurs\u0103 digital\u0103 de calitate\", link: \"https:\/\/youtu.be\/vgMAvoSeRQE?si=rSlfxDL10GFPU-6T\" },\n                { id: 185, date: \"16 iulie 2024\", title: \"Despre resursa video\", link: \"https:\/\/youtu.be\/cKu53dYSiPA\" },\n                { id: 184, date: \"9 iulie 2024\", title: \"Informa\u021bii despre noua interfa\u021b\u0103 a resurselor de tip chestionar\", link: \"https:\/\/youtu.be\/0O8E1sxRWPE?si=1huB9PMOd8eE3aM9\" },\n                { id: 183, date: \"25 iunie 2024\", title: \"Cum s\u0103 folose\u0219ti resursele interactive din LIVRESQ pentru a crea lec\u021bii captivante \u0219i eficiente.\", link: \"https:\/\/youtu.be\/enJe2Plb1RY?si=RoJQHqRBQ4E1WFYM\" },\n                { id: 182, date: \"18 iunie 2024\", title: \"Generare imagini folosind AI\", link: \"https:\/\/youtu.be\/41oqVJjYEHw?si=JoXZOM5LpDnfiZlb\" },\n                { id: 181, date: \"11 iunie 2024\", title: \"Cum facem o lec\u021bie nou\u0103 pornind de la una existent\u0103 \u00een biblioteca LIVRESQ.\", link: \"https:\/\/youtu.be\/j71LQQLbdRA?si=BPx4eoKtvt6ndEdI\" },\n                { id: 180, date: \"4 iunie 2024\", title: \"Semnele de carte \u0219i utilizarea acestora\", link: \"https:\/\/youtu.be\/CGAe8Phl1ao\" },\n                { id: 179, date: \"28 mai 2024\", title: \"De unde pornim \u00een realizarea unei lec\u021bii \u0219i cum ne organiz\u0103m eficient materialele \u00een LIVRESQ?\", link: \"https:\/\/youtu.be\/cp3TWZKR4fc?si=1pCjdOYL84tAoED8\" },\n                { id: 178, date: \"14 mai 2024\", title: \"Editarea eficient\u0103 a preferin\u021belor proiectului \u0219i a modului de navigare din lec\u021biile LIVRESQ\", link: \"https:\/\/youtu.be\/gqFx6wDXzL0?si=zk7Jtx7_vl9dlfDB\" },\n                { id: 177, date: \"30 aprilie 2024\", title: \"Utilizarea resurselor editabile din bibliotec\u0103\", link: \"https:\/\/youtu.be\/pb2_4aQ1E_M?si=aJUmCVlUYmhlEeLI\" },\n                { id: 176, date: \"23 aprilie 2024\", title: \"Generarea de text cu ajutorul inteligen\u021bei artificiale\", link: \"https:\/\/youtu.be\/he1zRRWxF5M?si=OxceW481PITWbyDf\" },\n                { id: 175, date: \"16 aprilie 2024\", title: \"Ce este standardul SCORM \u0219i cum urm\u0103rim progresul elevilor \u00eentr-o lec\u021bie?\", link: \"https:\/\/youtu.be\/eEmWBggOR28?si=vCaPVwjfB0Cjk_Re\" },\n                { id: 174, date: \"9 aprilie 2024\", title: \"Utilizarea barierelor \u0219i mesajelor \u00een gestionarea parcursului elevilor\", link: \"https:\/\/youtu.be\/dB1G2S2kK0Y?si=bCnJjR1Z0tMv01GB\" },\n                { id: 173, date: \"2 aprilie 2024\", title: \"Utilizarea lec\u021biilor digitale pentru a-i sprijini pe elevi \u00een \u00eenv\u0103\u021bare. Invitat Mirela Antoche, profesor de biologie\", link: \"https:\/\/youtu.be\/mp3lnYRE-zU?si=YHQyeh17FWiflpN0\" },\n                { id: 172, date: \"26 martie 2024\", title: \"Specifica\u021biile optime pentru imaginile folosite \u00een LIVRESQ\", link: \"https:\/\/youtu.be\/CjGiTUt5Gb0?si=FASi6mziYAufE1-7\" },\n                { id: 171, date: \"19 martie 2024\", title: \"Cum trebuie s\u0103 fie lec\u021biile tale pentru a ob\u021bine Certificatul de creator?\", link: \"https:\/\/youtu.be\/wQhcXxog6G0?si=T3H_gMvbHvHeLtFv\" },\n                { id: 170, date: \"12 martie 2024\", title: \"Integrarea aplica\u021biilor externe \u0219i a resurselor interactive direct \u00een LIVRESQ\", link: \"https:\/\/youtu.be\/vvJbrSpgyQE?si=HaOgdhRFdoEpqh0A\" },\n                { id: 169, date: \"27 februarie 2024\", title: \"Cum cre\u0219tem productivitatea \u00een realizarea lec\u021biilor interactive?\", link: \"https:\/\/youtu.be\/rlLKt3CoB2s?si=6wktv-b7Y4m1zu4Y\" },\n                { id: 168, date: \"20 februarie 2024\", title: \"Chestionare \u0219i resurse interactive \u00een interiorul videoclipurilor\", link: \"https:\/\/youtu.be\/wtW-Vd7iGXY?si=kQX3JN91yAASzZQA\" },\n                { id: 167, date: \"13 februarie 2024\", title: \"Adaug\u0103 resurse stock (video \u0219i imagini) \u00een lec\u021biile tale!\", link: \"https:\/\/youtu.be\/2bGZGIz2-OM?si=Nx8I7ORQVnzAhr1a\" },\n                { id: 166, date: \"6 februarie 2024\", title: \"Crearea cuprinsului unei lec\u021bii \u00een LIVRESQ\", link: \"https:\/\/youtu.be\/MRbCmC2CfBM?si=R2NJJa5frvMY4phf\" },\n                { id: 165, date: \"30 ianuarie 2024\", title: \"Cum te poate ajuta Inteligen\u021ba Artificial\u0103 \u00een educa\u021bie?\", link: \"https:\/\/youtu.be\/hpM7hXOSqQo?si=alQW61gysdHSq-2k\" },\n                { id: 164, date: \"23 ianuarie 2024\", title: \"Genereaz\u0103 lec\u021bii \u00een LIVRESQ folosind inteligen\u021ba artificial\u0103\", link: \"https:\/\/youtu.be\/S7Vo1DsxCBQ?si=J4oksvuKkphn3n2A\" },\n                { id: 163, date: \"16 ianuarie 2024\", title: \"Configurarea propriet\u0103\u021bilor unui proiect \u00een LIVRESQ\", link: \"https:\/\/youtu.be\/zxzDgAUgEi0?si=fnKv4rCPJ6hrsGqi\" },\n                { id: 162, date: \"5 decembrie 2023\", title: \"Ce este butonul lansator \u00een LIVRESQ?\", link: \"https:\/\/youtu.be\/RrYT8-uvY_k?si=fpzYlz_3432CbDRu\" },\n                { id: 161, date: \"21 noiembrie 2023\", title: \"Crearea lec\u021biilor \u00een LIVRESQ pornind de la resursele existente \u00een bibliotec\u0103\", link: \"https:\/\/youtu.be\/m5uyq9Oii2w?si=-ybtnepiFZax5HUZ\" },\n                { id: 160, date: \"14 noiembrie 2023\", title: \"Cum folosesc semnele de carte \u00een LIVRESQ?\", link: \"https:\/\/youtu.be\/mtMEmHaRNKA?si=Q4M7E5ZrrzKxyDdm\" },\n                { id: 159, date: \"7 noiembrie 2023\", title: \"Cum folosesc resursele de tip acordeon \u0219i tab?\", link: \"https:\/\/youtu.be\/AimWrdn2P5U?si=SSyG5po2x_Xk0WEM\" },\n                { id: 158, date: \"31 octombrie 2023\", title: \"Cum adaugi imagini stoc direct din LIVRESQ?\", link: \"https:\/\/youtu.be\/vkRc4yU_teQ?si=2tboqEqr5zvP6EqY\" },\n                { id: 157, date: \"24 octombrie 2023\", title: \"Lec\u021bie digital\u0103 versus resurs\u0103 educa\u021bional\u0103 digital\u0103\", link: \"https:\/\/youtu.be\/2tP3w-Uqq4g?si=MWxRYDOuDWxnm8sD\" },\n                { id: 156, date: \"10 octombrie 2023\", title: \"Realizarea lec\u021biilor LIVRESQ din surse editabile\", link: \"https:\/\/youtu.be\/2pDij5ORlJ0?si=DEGkUNqIxcr7BZv4\" },\n                { id: 155, date: \"3 octombrie 2023\", title: \"\u00cenv\u0103\u021bare cu ajutorul tehnologiei (invitat Cosmin M\u0103lureanu)\", link: \"https:\/\/youtu.be\/ZYdV3dIc2zI?si=gjR-eHIX6L9wuAnk\" },\n                { id: 154, date: \"26 septembrie 2023\", title: \"Perspective ale \u00eenv\u0103\u021b\u0103rii cu ajutorul resurselor digitale\", link: \"https:\/\/youtu.be\/mIkSJmompXE?si=KoNjS0dEFYAyj5qO\" },\n                { id: 153, date: \"19 septembrie 2023\", title: \"Sfaturi practice despre parcurgerea lec\u021biei\", link: \"https:\/\/www.facebook.com\/share\/v\/D66iPtdVKMKuUGKt\/\" },\n                { id: 152, date: \"12 septembrie 2023\", title: \"Cum alegi contrastul potrivit dintre fundal \u0219i text\", link: \"https:\/\/www.facebook.com\/share\/v\/zgXzR6Y7aKFCdgfb\/\" },\n                { id: 151, date: \"5 septembrie 2023\", title: \"Stilizarea avansat\u0103 pentru ...\u00eencep\u0103tori\", link: \"https:\/\/www.facebook.com\/share\/v\/7iGb7L4tZxXxC4jA\/\" },\n                { id: 150, date: \"29 august 2023\", title: \"Cum modifici o lec\u021bie LIVRESQ exportat\u0103? Suprascriere sau publica\u021bie nou\u0103\", link: \"https:\/\/www.facebook.com\/share\/v\/6gzBan8esjSUPrTc\/\" },\n                { id: 149, date: \"8 august 2023\", title: \"Integrarea resurselor externe ca aplica\u021bii informatice\", link: \"https:\/\/www.facebook.com\/share\/v\/WKdjY36YmrLGUZ19\/\" },\n                { id: 148, date: \"25 iulie 2023\", title: \"Utilizarea imaginilor \u00een chestionare\", link: \"https:\/\/www.facebook.com\/livresq.romania\/videos\/737167298169015\/\" },\n                { id: 147, date: \"19 iulie 2023\", title: \"\u00cembun\u0103t\u0103\u021birea rezultatelor cursan\u021bilor la utilizarea lec\u021biilor digitale interactive. Invitat Conferen\u021biar Universitar Doctor C\u0103t\u0103lin VRABIE\", link: \"https:\/\/www.facebook.com\/livresq.romania\/posts\/pfbid0W4cBWtXDR285wKhS6qudhPYDkpJpkZXn6JKa2A1sjFZz3EvQo5E6UfQkD5TYNu8Zl\" },\n                { id: 146, date: \"4 iulie 2023\", title: \"Realizarea \u0219i utilizarea butoanelor \u00een lec\u021biile LIVRESQ\", link: \"https:\/\/www.facebook.com\/share\/v\/TEYRG1TnfVLHvme8\/\" },\n                { id: 145, date: \"27 iunie 2023\", title: \"Chestionare cu *r\u0103spuns liber* \u0219i cu *completare*\u201d\", link: \"https:\/\/www.facebook.com\/livresq.romania\/videos\/624038149688487\/\" },\n                { id: 144, date: \"20 iunie 2023\", title: \"Comenzi avansate pentru chestionare\", link: \"https:\/\/www.facebook.com\/share\/v\/KfSvyvhSqWi2VXJL\/\" },\n                { id: 143, date: \"13 iunie 2023\", title: \"De la zero: crearea chestionarelor \u00een LIVRESQ\", link: \"https:\/\/www.facebook.com\/share\/v\/NXFqKDcTu28Ry8e6\/\" },\n                { id: 142, date: \"23 mai 2023\", title: \"Nout\u0103\u021bi de la LIVRESQ! Acum po\u021bi desc\u0103rca \u0219i \u00eenc\u0103rca sursa proiectului!\", link: \"https:\/\/www.facebook.com\/share\/v\/oFD5TGWhMimKCkGN\/\" },\n                { id: 141, date: \"16 mai 2023\", title: \"Nout\u0103\u021bi de la LIVRESQ! Cum creezi materiale video cu chestionare integrate\", link: \"https:\/\/www.facebook.com\/share\/v\/NJkdRkv7rBCNwqwZ\/\" },\n                { id: 140, date: \"9 mai 2023\", title: \"De la zero: cum folose\u0219ti resurse audio \u0219i video\", link: \"https:\/\/www.facebook.com\/livresq.romania\/videos\/2535065683308436\/\" },\n                { id: 139, date: \"25 aprilie 2023\", title: \"Cum folose\u0219ti imagini \u0219i galerii de imagini\", link: \"https:\/\/www.facebook.com\/livresq.romania\/videos\/6168720633241405\/\" },\n                { id: 138, date: \"18 aprilie 2023\", title: \"De la zero: gestioneaz\u0103 propriet\u0103\u021bile resurselor pentru lec\u021bii atractive\", link: \"https:\/\/www.facebook.com\/share\/v\/s9svNahSJLjStehM\/\" },\n                { id: 137, date: \"11 aprilie 2023\", title: \"Folose\u0219te LIVRESQ gratuit \u2013 de la zero!\", link: \"https:\/\/www.facebook.com\/livresq.romania\/videos\/192633483591023\/\" },\n                { id: 136, date: \"4 aprilie 2023\", title: \"Cum integrezi activit\u0103\u021bile Wordwall \u00een LIVRESQ\", link: \"https:\/\/www.facebook.com\/livresq.romania\/videos\/252986750404425\/\" },\n                { id: 135, date: \"21 martie 2023\", title: \"Gestioneaz\u0103 eficient con\u021binutul \u00een LIVRESQ: lucrul cu r\u00e2nduri \u0219i celule\", link: \"https:\/\/www.facebook.com\/share\/v\/zFVBL4ivH85cE6mS\/\" },\n                { id: 134, date: \"14 martie 2023\", title: \"Utilizarea resurselor salvate individual\", link: \"https:\/\/www.facebook.com\/livresq.romania\/videos\/603294621287636\/\" },\n                { id: 133, date: \"7 martie 2023\", title: \"Lec\u021bii cu impact: folosirea mesajelor audio\", link: \"https:\/\/www.facebook.com\/share\/v\/cmafcNbgVXyjsfYQ\/\" },\n                { id: 132, date: \"28 februarie 2023\", title: \"Folosirea resurselor digitale \u00een predarea chimiei. Invitat: Lucian Daniel Irimie\", link: \"https:\/\/www.facebook.com\/livresq.romania\/videos\/902115624233069\/\" },\n                { id: 131, date: \"14 februarie 2023\", title: \"Cum lucr\u0103m cu \u0219abloane\", link: \"https:\/\/www.facebook.com\/share\/v\/7AiMKiEMXb3D8KTz\/\" },\n                { id: 130, date: \"7 februarie 2023\", title: \"Stilizarea con\u021binutului prin set\u0103rile conturului. Ivitat Otilia Peti\", link: \"https:\/\/www.facebook.com\/livresq.romania\/videos\/918882929564786\/\" },\n                { id: 129, date: \"31 ianuarie 2023\", title: \"Preferin\u021bele proiectului: func\u021bionalitate, eficien\u021b\u0103, atractivitate\", link: \"https:\/\/www.facebook.com\/share\/v\/savQF67UuEg7ei4n\/\" },\n                { id: 128, date: \"24 ianuarie 2023\", title: \"Elemente ascunse: cum utilizam resursele acordeon si tab\", link: \"https:\/\/www.facebook.com\/livresq.romania\/videos\/511435930877559\/\" },\n                { id: 127, date: \"17 ianuarie 2023\", title: \"Interactivitate: folosirea barierelor\", link: \"https:\/\/www.facebook.com\/share\/v\/axXri4WkLpGEeyL4\/\" },\n                { id: 126, date: \"10 ianuarie 2023\", title: \"Resurse interactive pentru lec\u021bii atractive! Invitat Florentina Stoian\", link: \"https:\/\/www.facebook.com\/livresq.romania\/videos\/474280581578048\/\" },\n                { id: 125, date: \"20 decembrie 2022\", title: \"Invitat special pe Mihaela Gula, formator CCD Suceava \u0219i utilizator experimentat al platformei noastre. Folosirea chestionarelor pentru evaluare.\", link: \"https:\/\/youtu.be\/h3x1KTKhCJ4?si=Jnjex3XcMaUKtJs0\" },\n                { id: 124, date: \"6 decembrie 2022\", title: \"Invitat special pe Gabriela Kri\u0219an, expert CRED \u0219i utilizator experimentat al platformei noastre. Instrumentele LIVRESQ pentru lucrul cu \u0219colarii mici.\", link: \"https:\/\/www.youtube.com\/watch?v=XWpTLqc2dgw\" },\n                { id: 123, date: \"29 noiembrie 2022\", title: \"Invitat special pe Andreia Camelia Timofte, profesor de limba englez\u0103 \u0219i utilizator experimentat al platformei noastre. Proiectarea resurselor educa\u021bionale realizate \u00een LIVRESQ.\", link: \"https:\/\/www.youtube.com\/watch?v=FfE8vgjCJwQ\" },\n                { id: 122, date: \"22 noiembrie 2022\", title: \"Cum inserez materiale educa\u021bionale \u00eentr-o nou\u0103 lec\u021bie LIVRESQ.\", link: \"https:\/\/www.youtube.com\/watch?v=8TL4n5meB8E\" },\n                { id: 121, date: \"15 noiembrie 2022\", title: \"Colectarea informa\u021biilor din chestionare \u00een LIVRESQ.\", link: \"https:\/\/www.youtube.com\/watch?v=lpV-gxPWphU\" },\n                { id: 120, date: \"8 noiembrie 2022\", title: \"Cum lucr\u0103m corect cu imaginile \u00een LIVRESQ.\", link: \"https:\/\/www.youtube.com\/watch?v=S5quXDIjhSU\" },\n                { id: 119, date: \"01 noiembrie 2022\", title: \"Actualizarea cuprinsului \u00een LIVRESQ.\", link: \"https:\/\/www.youtube.com\/watch?v=jZmbLZVAPDY\" },\n                { id: 118, date: \"25 octombrie 2022\", title: \"Ce alegi la \u201dPreferin\u021be\u201d c\u00e2nd realizezi un material LIVRESQ.\", link: \"https:\/\/www.youtube.com\/watch?v=13NKeLk5K9Y\" },\n                { id: 117, date: \"18 octombrie 2022\", title: \"Cum s\u0103 folose\u0219ti resurse externe \u00een materialele LIVRESQ.\", link: \"https:\/\/www.youtube.com\/watch?v=6kCxYJgx6VY\" },\n                { id: 116, date: \"11 octombrie 2022\", title: \"Cum creezi un buton de navigare \u00een bara principal\u0103.\", link: \"https:\/\/www.youtube.com\/watch?v=i-wLCDRI18A\" },\n                { id: 115, date: \"4 octombrie 2022\", title: \"Cum creezi con\u021binut \u00een LIVRESQ.\", link: \"https:\/\/www.youtube.com\/watch?v=8m7ddb0KKgI\" },\n                { id: 114, date: \"27 septembrie 2022\", title: \"Cum folosim asisten\u021bii noi.\", link: \"https:\/\/www.youtube.com\/watch?v=Swkim4gc6fw\" },\n                { id: 113, date: \"20 septembrie 2022\", title: \"Chestionarele ca suport de \u00eenv\u0103\u021bare.\", link: \"https:\/\/www.youtube.com\/watch?v=bFq2yKnES-8\" },\n                { id: 112, date: \"13 septembrie 2022\", title: \"Chenare \u0219i umbre \u00een LIVRESQ.\", link: \"https:\/\/www.youtube.com\/watch?v=EUI5vWruuXI\" },\n                { id: 111, date: \"06 septembrie 2022\", title: \"Realizarea corect\u0103 a suprascrierii \u00een LIVRESQ.\", link: \"https:\/\/www.youtube.com\/watch?v=Lk5zwe_nNqE\" },\n                { id: 110, date: \"30 august 2022\", title: \"Folosirea resurselor interactive ca bariere \u00een LIVRESQ.\", link: \"https:\/\/www.youtube.com\/watch?v=Zm4YzhXRMaM\" },\n                { id: 109, date: \"23 august 2022\", title: \"Lec\u021bii cu stil \u00een LIVRESQ.\", link: \"https:\/\/www.youtube.com\/watch?v=VikaAVwonw0\" },\n                { id: 108, date: \"16 august 2022\", title: \"Avantajele abonamentului PRO \u00een LIVRESQ.\", link: \"https:\/\/www.youtube.com\/watch?v=0dUQv0BoOY0\" },\n                { id: 107, date: \"09 august 2022\", title: \"Suprascrierea materialelor \u00een LIVRESQ.\", link: \"https:\/\/www.youtube.com\/watch?v=ypZa1ni6rGA\" },\n                { id: 106, date: \"02 august 2022\", title: \"Nout\u0103\u021bi \u00een platforma LIVRESQ.\", link: \"https:\/\/www.youtube.com\/watch?v=o-pISkr6t7U\" },\n                { id: 105, date: \"26 iulie 2022\", title: \"Cum ob\u021bin certificatul de creator de software educa\u021bional?\", link: \"https:\/\/www.youtube.com\/watch?v=z-xleSj5Bmc\" },\n                { id: 104, date: \"19 iulie 2022\", title: \"Folosirea chestionarelor cu plasare \u00een LIVRESQ.\", link: \"https:\/\/www.youtube.com\/watch?v=viPaBM3VI10\" },\n                { id: 103, date: \"12 iulie 2022\", title: \"Pa\u0219ii pentru realizarea cuprinsului \u00een LIVRESQ.\", link: \"https:\/\/www.youtube.com\/watch?v=ANqYVaqTgNc\" },\n                { id: 102, date: \"5 iulie 2022\", title: \"Completarea corect\u0103 a metadatelor \u00een lec\u021biile LIVRESQ.\", link: \"https:\/\/www.youtube.com\/watch?v=BOlRlxy8P2U\" },\n                { id: 101, date: \"28 iunie 2022\", title: \"Despre folosirea \u0219abloanelor \u00een LIVRESQ.\", link: \"https:\/\/www.youtube.com\/watch?v=G_lEvU7mwFU\" },\n                { id: 100, date: \"21 iunie 2022\", title: \"Un schimb de idei \u0219i impresii despre LIVRESQ.\", link: \"https:\/\/www.youtube.com\/watch?v=KooqjAzcbAE\" },\n                { id: 99, date: \"14 iunie 2022\", title: \"Despre utilizarea editorului de ecua\u021bii \u00een LIVRESQ.\", link: \"https:\/\/www.youtube.com\/watch?v=Eu_Mtgqs_mo\" },\n                { id: 98, date: \"7 iunie 2022\", title: \"Despre utilizarea tabelelor \u00een LIVRESQ.\", link: \"https:\/\/www.youtube.com\/watch?v=3yTo_AuRXFI\" },\n                { id: 97, date: \"31 mai 2022\", title: \"Despre utilizarea resursei \u201detichete\u201d \u00een LIVRESQ.\", link: \"https:\/\/www.youtube.com\/watch?v=QnBASKNGeoE\" },\n                { id: 96, date: \"24 mai 2022\", title: \"Despre utilizarea imaginilor \u00een LIVRESQ.\", link: \"https:\/\/www.youtube.com\/watch?v=lwajQRSPzP4\" },\n                { id: 95, date: \"17 mai 2022\", title: \"Despre utilizarea resurselor video \u00een LIVRESQ.\", link: \"https:\/\/www.youtube.com\/watch?v=4K2OSFaNdCc\" },\n                { id: 94, date: \"10 mai 2022\", title: \"Despre editorul de text din LIVRESQ.\", link: \"https:\/\/www.youtube.com\/watch?v=nQ_LwwoY_jI\" },\n                { id: 93, date: \"3 mai 2022\", title: \"Despre folosirea chestionarelor cu selectare din list\u0103 \u00een LIVRESQ.\", link: \"https:\/\/www.youtube.com\/watch?v=qCVY5AAy0ZI\" },\n                { id: 92, date: \"19 aprilie 2022\", title: \"Despre diferitele tipuri de resurse de con\u021binut disponibile \u00een LIVRESQ.\", link: \"https:\/\/www.youtube.com\/watch?v=NcC07NkA6nA\" },\n                { id: 91, date: \"12 aprilie 2022\", title: \"Despre o func\u021bie revolu\u021bionar\u0103, partajarea sursei unui material LIVRESQ.\", link: \"https:\/\/www.youtube.com\/watch?v=jeHuSr_5GcM\" },\n                { id: 90, date: \"5 aprilie 2022\", title: \"Despre utilizarea resursei acordeon \u00een LIVRESQ.\", link: \"https:\/\/www.youtube.com\/watch?v=rgKxnzYmuAA\" },\n                { id: 89, date: \"29 martie 2022\", title: \"Despre utilizarea \u0219abloanelor \u00een LIVRESQ.\", link: \"https:\/\/www.youtube.com\/watch?v=6YcRdN0phbc\" },\n                { id: 88, date: \"22 martie 2022\", title: \"Despre utilizarea materialelor LIVRESQ la clas\u0103.\", link: \"https:\/\/www.youtube.com\/watch?v=RvQI4Drd10w\" },\n                { id: 87, date: \"15 martie 2022\", title: \"Despre bariere \u0219i asisten\u021bi \u00een LIVRESQ.\", link: \"https:\/\/www.youtube.com\/watch?v=7O17JNdbI6k\" },\n                { id: 86, date: \"8 martie 2022\", title: \"Despre elemente de design \u00een LIVRESQ.\", link: \"https:\/\/www.youtube.com\/watch?v=21P9wJi-h0A\" },\n                { id: 85, date: \"1 martie 2022\", title: \"Despre crearea resurselor \u00een LIVRESQ.\", link: \"https:\/\/www.youtube.com\/watch?v=yzuzHfW7Cn8\" },\n                { id: 84, date: \"22 februarie 2022\", title: \"Despre lucrul cu sec\u021biuni \u00een LIVRESQ.\", link: \"https:\/\/www.youtube.com\/watch?v=VnS_5CT5T9c\" },\n                { id: 83, date: \"15 februarie 2022\", title: \"Despre set\u0103ri specifice navig\u0103rii \u00eentr-un material LIVRESQ.\", link: \"https:\/\/www.youtube.com\/watch?v=C-9Ups_9a1M\" },\n                { id: 82, date: \"8 februarie 2022\", title: \"Despre utilizarea chestionarelor \u00een LIVRESQ.\", link: \"https:\/\/www.youtube.com\/watch?v=hK_1ICz_AGQ\" },\n                { id: 81, date: \"1 februarie 2022\", title: \"Despre utilizarea cuprinsului \u00een LIVRESQ.\", link: \"https:\/\/www.youtube.com\/watch?v=jAFGoO3s2jw\" },\n                { id: 80, date: \"25 ianuarie 2022\", title: \"Despre \u0219abloane \u00een LIVRESQ.\", link: \"https:\/\/www.youtube.com\/watch?v=SWRpCD-a9e8\" },\n                { id: 79, date: \"18 ianuarie 2022\", title: \"Mai multe despre utilizarea imaginilor \u00een LIVRESQ.\", link: \"https:\/\/www.youtube.com\/watch?v=Q1OBEzflrQs\" },\n                { id: 78, date: \"11 ianuarie 2022\", title: \"Exemple de utilizare a resurselor interactive \u00een LIVRESQ.\", link: \"https:\/\/www.youtube.com\/watch?v=kVR2KGZvej8\" },\n                { id: 77, date: \"4 ianuarie 2022\", title: \"Exemple de utilizare a asisten\u021bilor \u00een LIVRESQ \u0219i problemele care pot s\u0103 apar\u0103.\", link: \"https:\/\/www.youtube.com\/watch?v=lrU3_-TwnIs\" },\n                { id: 76, date: \"21 decembrie 2021\", title: \"Exemple de utilizare creativ\u0103 a chestionarelor LIVRESQ.\", link: \"https:\/\/www.youtube.com\/watch?v=eeBXVYL6kHQ\" },\n                { id: 75, date: \"14 decembrie 2021\", title: \"Realizarea primei lec\u021bii LIVRESQ cu \u0219ablonul Prima\", link: \"https:\/\/www.youtube.com\/watch?v=lfiW7p0ht0Q\" },\n                { id: 74, date: \"7 decembrie 2021\", title: \"Utilizarea chestionarelor pentru \u0219colarii mici.\", link: \"https:\/\/www.youtube.com\/watch?v=DF79hacysO\" },\n                { id: 73, date: \"23 nioembrie 2021\", title: \"Integrarea \u00een lec\u021biile LIVRESQ a resurselor din alte platforme.\", link: \"https:\/\/www.youtube.com\/watch?v=ElMnFPPnGng\" },\n                { id: 72, date: \"16 nioembrie 2021\", title: \"Despre chenare, umbre \u0219i efecte \u00een LIVRESQ.\", link: \"https:\/\/www.youtube.com\/watch?v=Vlh8ADo8hJs\" },\n                { id: 71, date: \"09 nioembrie 2021\", title: \"Func\u021bionalit\u0103\u021bi avansate ale editorului de text \u00een LIVRESQ.\", link: \"https:\/\/www.youtube.com\/watch?v=HV_0JZ3-hac\" },\n                { id: 70, date: \"02 nioembrie 2021\", title: \"Cum realizez o lec\u021bie pas cu pas\", link: \"https:\/\/www.youtube.com\/watch?v=rVMYy16kaj4\" },\n                { id: 69, date: \"26 octombrie 2021\", title: \"Despre eliminarea elementelor implicite.\", link: \"https:\/\/www.youtube.com\/watch?v=mss9cn3ClH8\" },\n                { id: 68, date: \"19 octombrie 2021\", title: \"Utilizarea resurselor acordeon \u0219i tab.\", link: \"https:\/\/www.youtube.com\/watch?v=84urPSZZqRg\" },\n                { id: 67, date: \"12 octombrie 2021\", title: \"Cum transform \u00eentr-un film o prezentare PowerPoint cu anima\u021bie.\", link: \"https:\/\/www.youtube.com\/watch?v=D1DhgPaUNLI\" },\n                { id: 66, date: \"5 octombrie 2021\", title: \"Configurarea \u0219i utilizarea temei \u00een LIVRESQ.\", link: \"https:\/\/www.youtube.com\/watch?v=fqheItOYmaQ\" },\n                { id: 65, date: \"28 septembrie 2021\", title: \"Ce este branching-ul \u0219i cum \u00eel putem aplica \u00een LIVRESQ.\", link: \"https:\/\/www.youtube.com\/watch?v=80nuc7altuo\" },\n                { id: 64, date: \"21 septembrie 2021\", title: \"Lucrul cu resursa de tip Etichete \u00een LIVRESQ.\", link: \"https:\/\/www.youtube.com\/watch?v=14_kXANVlsY\" },\n                { id: 63, date: \"14 septembrie 2021\", title: \"Aproape totul despre sec\u021biuni.\", link: \"https:\/\/www.youtube.com\/watch?v=PkrxFF1RZHE\" },\n                { id: 62, date: \"7 septembrie 2021\", title: \"Lucrul cu imagini \u0219i video \u00een LIVRESQ.\", link: \"https:\/\/www.youtube.com\/watch?v=8nmWIbfcmgU\" },\n                { id: 61, date: \"31 august 2021\", title: \"Certificatul de creator \u0219i biblioteca LIVRESQ.\", link: \"https:\/\/www.youtube.com\/watch?v=NxNNQyu-5hM\" },\n                { id: 60, date: \"24 august 2021\", title: \"Despre chestionare \u0219i nu numai.\", link: \"https:\/\/www.youtube.com\/watch?v=L3y452HkFgs\" },\n                { id: 59, date: \"3 august 2021\", title: \"Ce este \u0219i cum se realizeaz\u0103 un tooltip.\", link: \"https:\/\/www.youtube.com\/watch?v=y2FvAUPTBeg\" },\n                { id: 58, date: \"20 iulie 2021\", title: \"Utilizarea subtitrarii, la acest seminar au fost r\u0103spunsuri pentru \u00eentreb\u0103ri puse de utilizatori.\", link: \"https:\/\/www.youtube.com\/watch?v=FpwznMkW1G4\" },\n                { id: 57, date: \"13 iulie 2021\", title: \"Cele mai frecvente erori \u00een lec\u021biile propuse pentru ob\u021binerea certificatului de creator de software educa\u021bional.\", link: \"https:\/\/www.youtube.com\/watch?v=kTQWWX7Figo\" },\n                { id: 56, date: \"6 iulie 2021\", title: \"Utilizarea barierelor \u0219i asisten\u021bilor \u00een LIVRESQ.\", link: \"https:\/\/www.youtube.com\/watch?v=Tqga5zdOSb8\" },\n                { id: 55, date: \"29 iunie 2021\", title: \"Utilizarea cuprinsului \u0219i a semnelor de carte \u00een LIVRESQ.\", link: \"https:\/\/www.youtube.com\/watch?v=2MPffOfQfn4\" },\n                { id: 54, date: \"22 iunie 2021\", title: \"Utilizarea resurselor audio \u0219i video \u00een LIVRESQ.\", link: \"https:\/\/www.youtube.com\/watch?v=B_i0_IHW0c8\" },\n                { id: 53, date: \"15 iunie 2021\", title: \"Utilizarea \u0219abloane \u00een LIVRESQ.\", link: \"https:\/\/www.youtube.com\/watch?v=7mbmgaGlTgc\" },\n                { id: 52, date: \"8 iunie 2021\", title: \"Despre chestionare \u00een LIVRESQ.\", link: \"https:\/\/www.youtube.com\/watch?v=ZKBkdHy6J5g\" },\n                { id: 51, date: \"25 mai 2021\", title: \"Modul de configurare al unui proiect LIVRESQ.\", link: \"https:\/\/www.youtube.com\/watch?v=B3nz7jOIey0\" },\n                { id: 50, date: \"18 mai 2021\", title: \"Utilizatorii LIVRESQ s\u0103 \u00ee\u0219i prezinta aprecierile cu privire la platform\u0103.\", link: \"https:\/\/www.youtube.com\/watch?v=2twzTjA-2_o\" },\n                { id: 49, date: \"11 mai 2021\", title: \"Un ghid rapid de utilizare a platformei LIVRESQ.\", link: \"https:\/\/www.youtube.com\/watch?v=dpzAuS5jT0A\" },\n                { id: 48, date: \"4 mai 2021\", title: \"Ce trebuie s\u0103 \u0219tii despre editorul de text din LIVRESQ.\", link: \"https:\/\/www.youtube.com\/watch?v=vdLBv5K5yaQ\" },\n                { id: 47, date: \"27 aprilie 2021\", title: \"Cum \u00eemi creez propria tem\u0103 grafic\u0103 \u00een LIVRESQ.\", link: \"https:\/\/www.youtube.com\/watch?v=S_UsNUoDTc0\" },\n                { id: 46, date: \"20 aprilie 2021\", title: \"Cum \u00eemi realizez propriul cod iframe.\", link: \"https:\/\/www.youtube.com\/watch?v=XD4F00mcLfI\" },\n                { id: 45, date: \"13 aprilie 2021\", title: \"Cinci moduri de valorificare a prezent\u0103rilor PPT \u00een LIVRESQ.\", link: \"https:\/\/www.youtube.com\/watch?v=fEq0jLI8a5A\" },\n                { id: 44, date: \"6 aprilie 2021\", title: \"Cum ob\u021bin certificatul de creator de software educa\u021bional.\", link: \"https:\/\/www.youtube.com\/watch?v=H2rR-OG7e-s\" },\n                { id: 43, date: \"23 martie 2021\", title: \"Utilizarea resursei Etichete \u00een LIVRESQ.\", link: \"https:\/\/www.youtube.com\/watch?v=AFddQgKpqlw\" },\n                { id: 42, date: \"16 martie 2021\", title: \"Nout\u0103\u021bile legate de generarea sau \u00eenregistrarea fi\u0219ierelor audio \u00een LIVRESQ.\", link: \"https:\/\/www.youtube.com\/watch?v=hh3oGOFS6qk\" },\n                { id: 41, date: \"9 martie 2021\", title: \"Utilizarea semnelor de carte \u00een LIVRESQ.\", link: \"https:\/\/www.youtube.com\/watch?v=b85DxKgz76I\" },\n                { id: 40, date: \"2 martie 2021\", title: \"Despre chestionarele LIVRESQ.\", link: \"https:\/\/www.youtube.com\/watch?v=WU8eF83895s\" },\n                { id: 39, date: \"23 februarie 2021\", title: \"Utilizarea corect\u0103 a resurselor acordeon \u0219i tab.\", link: \"https:\/\/www.youtube.com\/watch?v=4H_MqiGPeLk\" },\n                { id: 38, date: \"16 februarie 2021\", title: \"Nout\u0103\u021bile aduse de ultima versiune LIVRESQ.\", link: \"https:\/\/www.youtube.com\/watch?v=cjD1NVVPl-g\" },\n                { id: 37, date: \"9 februarie 2021\", title: \"Utilizarea barierelor \u0219i asisten\u021bilor \u00een LIVRESQ.\", link: \"https:\/\/www.youtube.com\/watch?v=1JL-Z8jOkWI\" },\n                { id: 36, date: \"2 februarie 2021\", title: \"Lucrul cu imagini \u00een LIVRESQ.\", link: \"https:\/\/www.youtube.com\/watch?v=ekMKAmDk_pQ\" },\n                { id: 35, date: \"26 ianuarie 2021\", title: \"Modul de realizare al unei lec\u021bii pentru ob\u021binerea certificatului de creator de software educa\u021bional.\", link: \"https:\/\/www.youtube.com\/watch?v=5YiM-GZIU-U\" },\n                { id: 34, date: \"19 ianuarie 2021\", title: \"Etapele de realizare ale unei lec\u021bii LIVRESQ.\", link: \"https:\/\/www.youtube.com\/watch?v=V6GP2Wmm59I\" },\n                { id: 33, date: \"12 ianuarie 2021\", title: \"Ce sunt elementele implicite \u0219i cum le putem elimina.\", link: \"https:\/\/www.youtube.com\/watch?v=PD6jdOwQkGk\" },\n                { id: 32, date: \"15 decembrie 2020\", title: \"Setarea corect\u0103 a func\u021biilor din panelul Preferin\u021be al unui proiect.\", link: \"https:\/\/www.youtube.com\/watch?v=ONO6ksc-R0Y\" },\n                { id: 31, date: \"8 decembrie 2020\", title: \"Utilizarea imaginilor \u00een materialele LIVRESQ.\", link: \"https:\/\/www.youtube.com\/watch?v=3HGFUya14Sg\" },\n                { id: 30, date: \"24 noiembrie 20\", title: \"Ce \u00eenseamn\u0103 op\u021biunea \u201dMo\u0219tene\u0219te\u201d de la func\u021biile existente \u00een panelul Propriet\u0103\u021bi.\", link: \"https:\/\/www.youtube.com\/watch?v=uviNO3MQg7Q\" },\n                { id: 29, date: \"17 noiembrie 2020\", title: \"Exemple practice de inserare \u00een lec\u021biile LIVRESQ a unor resurse realizate \u00een alte platforme.\", link: \"https:\/\/www.youtube.com\/watch?v=Zb4HiMxqOKE\" },\n                { id: 28, date: \"10 noiembrie 2020\", title: \"Uilizarea editorului de text LIVRESQ.\", link: \"https:\/\/www.youtube.com\/watch?v=Kh6Bbe6nxS4\" },\n                { id: 27, date: \"3 noiembrie 2020\", title: \"Linii, celule \u0219i resurse LIVRESQ.\", link: \"https:\/\/www.youtube.com\/watch?v=XH01l9lel68\" },\n                { id: 26, date: \"27 octombrie 2020\", title: \"Utilizarea editorului de imagini LIVRESQ.\", link: \"https:\/\/www.youtube.com\/watch?v=SQ4ReUUl4HI\" },\n                { id: 25, date: \"20 octombrie 2020\", title: \"Utilizarea resursei LIVRESQ de tip Etichete.\", link: \"https:\/\/www.youtube.com\/watch?v=Mdk7CJt9S_I\" },\n                { id: 24, date: \"13 octombrie 2020\", title: \"Realizarea unei lec\u021bii LIVRESQ pornind de la proiect.\", link: \"https:\/\/www.youtube.com\/watch?v=lVgMbEtAYNI\" },\n                { id: 23, date: \"6 octombrie 2020\", title: \"Omologarea lec\u021biilor LIVRESQ.\", link: \"https:\/\/www.youtube.com\/watch?v=TPRMLPe1018\" },\n                { id: 22, date: \"29 septembrie 2020\", title: \"Utilizarea resurselor tab \u0219i acordeon.\", link: \"https:\/\/www.youtube.com\/watch?v=wW6sjrD3YR0\" },\n                { id: 21, date: \"22 septembrie 2020\", title: \"Utilizarea semnelor de carte.\", link: \"https:\/\/www.youtube.com\/watch?v=5cmqMAxL_4s\" },\n                { id: 20, date: \"15 septembrie 2020\", title: \"Chenare \u0219i alte elemente de design.\", link: \"https:\/\/www.youtube.com\/watch?v=wjdGf2Trxps\" },\n                { id: 19, date: \"8 septembrie 2020\", title: \"Chestionarele LIVRESQ \u0219i folosirea lor corect\u0103.\", link: \"https:\/\/www.youtube.com\/watch?v=5IJWDdg7lms\" },\n                { id: 18, date: \"1 septembrie 2020\", title: \"Utilizarea asistentului \u00een lec\u021biile LIVRESQ.\", link: \"https:\/\/www.youtube.com\/watch?v=1Z1mBmcSryc\" },\n                { id: 17, date: \"25 august 2020\", title: \"Au fost date r\u0103spunsuri la numeroasele \u00eentreb\u0103ri puse de utilizatori.\", link: \"https:\/\/www.youtube.com\/watch?v=IOeN0hUmFEw\" },\n                { id: 16, date: \"18 august 2020\", title: \"Etapele realiz\u0103rii unei lec\u021bii \u00een LIVRESQ.\", link: \"https:\/\/www.youtube.com\/watch?v=3up6QQRoim8\" },\n                { id: 15, date: \"11 august 2020\", title: \"Lec\u021biile LIVRESQ din biblioteca public\u0103 \u0219i drepturile de proprietate intelectual\u0103.\", link: \"https:\/\/www.youtube.com\/watch?v=TzBmexaBXJE\" },\n                { id: 14, date: \"4 august 2020\", title: \"Elemente de design care fac o lec\u021bie LIVRESQ mai atr\u0103g\u0103toare.\", link: \"https:\/\/www.youtube.com\/watch?v=xdSY44Nmc8w\" },\n                { id: 13, date: \"28 iulie 2020\", title: \"Cele mai frecvente probleme la lec\u021biile propuse pentru certificatele LIVRESQ.\", link: \"https:\/\/www.youtube.com\/watch?v=sdT14hVNuuA\" },\n                { id: 12, date: \"21 iulie 2020\", title: \"Eliminarea elementelor de con\u021binut implicite.\", link: \"https:\/\/www.youtube.com\/watch?v=egLso404CuE\" },\n                { id: 11, date: \"14 iulie 2020\", title: \"Cum se creaz\u0103 o lec\u021bie de la zero.\", link: \"https:\/\/www.youtube.com\/watch?v=DSwXO6NMN8w\" },\n                { id: 10, date: \"7 iulie 2020\", title: \"Din nou despre chestionare\", link: \"https:\/\/www.youtube.com\/watch?v=xd8T2MfZwis\" },\n                { id: 9, date: \"30 iunie 2020\", title: \"Utilizarea ferestrelor pop-up \u0219i rezolvarea problemelor de dimensionare a imaginilor\", link: \"https:\/\/www.youtube.com\/watch?v=1xXaWTUtlDo\" },\n                { id: 8, date: \"23 iunie 2020\", title: \"Nout\u0103\u021bi \u00een chestionarele LIVRESQ \u0219i gre\u0219eli frecvente \u00een lec\u021biile LIVRESQ\", link: \"https:\/\/www.youtube.com\/watch?v=p6EaWMpzGv4\" },\n                { id: 7, date: \"16 iunie 2020\", title: \"Cum pot valorifica prezent\u0103rile Power Point cu LIVRESQ\", link: \"https:\/\/www.youtube.com\/watch?v=1xGrPQLKP-k\" },\n                { id: 6, date: \"9 iunie 2020\", title: \"Cum utilizez corect chestionarele \u00een LIVRESQ\", link: \"https:\/\/www.youtube.com\/watch?v=hkV5yBdR5-M\" },\n                { id: 5, date: \"2 iunie 2020\", title: \"Cum creez o lec\u021bie compatibil\u0103 cu condi\u021biile pentru acordarea diplomei LIVRESQ\", link: \"https:\/\/www.youtube.com\/watch?v=TPCzq_BjvCs\" },\n                { id: 4, date: \"26 mai 2020\", title: \"Tema propus\u0103 pentru aceast\u0103 \u00eent\u00e2lnire a fost crearea resurselor \u0219i structurarea unei sec\u021biuni.\", link: \"https:\/\/www.youtube.com\/watch?v=tjBGNmWZc6w\" },\n                { id: 3, date: \"19 mai 2020\", title: \"Tema propus\u0103 pentru aceast\u0103 \u00eent\u00e2lnire a fost utilizarea panelului Propriet\u0103\u021bi pentru diferite tipuri de resurse.\", link: \"https:\/\/www.youtube.com\/watch?v=syjfPsudnpA\" },\n                { id: 2, date: \"12 mai 2020\", title: \"\u00cen acest seminar sunt prezentate platforma LIVRESQ \u0219i to\u021bi pa\u0219ii necesari pentru realizarea unei lec\u021bii, plec\u00e2nd de la un \u0219ablon, p\u00e2n\u0103 la configurarea proiectului \u0219i exportul acesteia \u00een diferite variante.\", link: \"https:\/\/www.youtube.com\/watch?v=QQMP8ZpdNA0\" }\n            ];\n\n            const tableBody = document.getElementById('webinar-table-body');\n            const searchInput = document.getElementById('webinar-search');\n            const countLabel = document.getElementById('webinar-count');\n\n            function renderWebinars(filter = '') {\n                const lowerFilter = filter.toLowerCase();\n                const filtered = webinarsData.filter(webinar => \n                    webinar.title.toLowerCase().includes(lowerFilter) || \n                    webinar.id.toString().includes(lowerFilter)\n                );\n\n                countLabel.textContent = `Afi\u0219\u0103m ${filtered.length} din cele mai recente webinarii`;\n\n                if (filtered.length === 0) {\n                    tableBody.innerHTML = `\n                        <tr>\n                            <td colspan=\"4\" class=\"px-6 py-12 text-center text-slate-500\">\n                                Nu am g\u0103sit niciun webinar care s\u0103 corespund\u0103 c\u0103ut\u0103rii tale.\n                            <\/td>\n                        <\/tr>\n                    `;\n                    return;\n                }\n\n                tableBody.innerHTML = filtered.map(webinar => {\n                    let actionButton = '';\n                    if (webinar.link) {\n                        actionButton = `<a href=\"${webinar.link}\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"inline-flex items-center px-4 py-2 bg-white border border-[#D91278] text-[#D91278] hover:bg-[#D91278] hover:text-white text-xs font-bold rounded-md transition-all duration-300 shadow-sm !no-underline btn-outline-fucsia\">\n                                <i data-lucide=\"play-circle\" class=\"w-3 h-3 mr-1.5\"><\/i> Vizioneaz\u0103\n                            <\/a>`;\n                    } else {\n                        actionButton = `<span class=\"text-xs font-medium text-slate-500 italic block mt-2 whitespace-normal break-words max-w-[150px] ml-auto\">Webinarul urmeaz\u0103 s\u0103 fie \u00eencarcat<\/span>`;\n                    }\n                    \n                    return `\n                    <tr class=\"hover:bg-slate-50 transition-colors\">\n                        <td class=\"px-6 py-4 whitespace-nowrap text-sm font-medium !text-slate-900\">#${webinar.id}<\/td>\n                        <td class=\"px-6 py-4 whitespace-nowrap text-sm !text-slate-500\">\n                            <div class=\"flex items-center gap-2\">\n                                <i data-lucide=\"calendar\" class=\"w-4 h-4 text-slate-400\"><\/i>\n                                ${webinar.date}\n                            <\/div>\n                        <\/td>\n                        <td class=\"px-6 py-4 text-sm !text-slate-700 font-medium leading-relaxed\">${webinar.title}<\/td>\n                        <td class=\"px-6 py-4 text-right align-middle\">\n                            ${actionButton}\n                        <\/td>\n                    <\/tr>\n                `}).join('');\n                \n                \/\/ Re-initialize icons for newly added elements\n                initIcons();\n            }\n\n            \/\/ Initial Render\n            renderWebinars();\n\n            \/\/ Search Listener\n            searchInput.addEventListener('input', (e) => {\n                renderWebinars(e.target.value);\n            });\n        });\n    <\/script>\n<\/body>\n<\/html>\n\n\n\n\n\n<p><\/p>\n\n\n\n\n","protected":false},"excerpt":{"rendered":"<p>LIVRESQ Training &#038; Resurse CENTRUL DE \u00ceNV\u0102\u021aARE Training &#038; Resurse G\u0103se\u0219te resurse educa\u021bionale create at\u00e2t de c\u0103tre echipa LIVRESQ c\u00e2t \u0219i de c\u0103tre utilizatorii no\u0219tri. Exploreaz\u0103 cursurile \u0219i webinariile disponibile. ACADEMIA DIGITAL\u0102 Cursuri de Specializare Parcursul t\u0103u complet de la ini\u021biere tehnic\u0103 la expertiz\u0103 certificat\u0103 \u00een pedagogie digital\u0103 \u0219i design instruc\u021bional. Nivel \u00cencep\u0103tor 4 S\u0103pt\u0103m\u00e2ni [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-15","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Training - 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\/training\/\" \/>\n<meta property=\"og:locale\" content=\"ro_RO\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Training - LIVRESQ\" \/>\n<meta property=\"og:description\" content=\"LIVRESQ Training &#038; Resurse CENTRUL DE \u00ceNV\u0102\u021aARE Training &#038; Resurse G\u0103se\u0219te resurse educa\u021bionale create at\u00e2t de c\u0103tre echipa LIVRESQ c\u00e2t \u0219i de c\u0103tre utilizatorii no\u0219tri. Exploreaz\u0103 cursurile \u0219i webinariile disponibile. ACADEMIA DIGITAL\u0102 Cursuri de Specializare Parcursul t\u0103u complet de la ini\u021biere tehnic\u0103 la expertiz\u0103 certificat\u0103 \u00een pedagogie digital\u0103 \u0219i design instruc\u021bional. Nivel \u00cencep\u0103tor 4 S\u0103pt\u0103m\u00e2ni [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/livresq.com\/ro\/training\/\" \/>\n<meta property=\"og:site_name\" content=\"LIVRESQ\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-04T11:05:59+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2021\/04\/Generic-Bazele-Utiliza%CC%86rii-LIVRESQ.jpg?fit=800%2C450&ssl=1\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Timp estimat pentru citire\" \/>\n\t<meta name=\"twitter:data1\" content=\"10 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/livresq.com\/training\/\",\"url\":\"https:\/\/livresq.com\/training\/\",\"name\":\"Training - LIVRESQ\",\"isPartOf\":{\"@id\":\"https:\/\/livresq.com\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/livresq.com\/training\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/livresq.com\/training\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2021\/04\/Generic-Bazele-Utiliza%CC%86rii-LIVRESQ.jpg?fit=800%2C450&ssl=1\",\"datePublished\":\"2019-07-22T13:54:28+00:00\",\"dateModified\":\"2026-05-04T11:05:59+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/livresq.com\/training\/#breadcrumb\"},\"inLanguage\":\"ro-RO\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/livresq.com\/training\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"ro-RO\",\"@id\":\"https:\/\/livresq.com\/training\/#primaryimage\",\"url\":\"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2021\/04\/Generic-Bazele-Utiliza%CC%86rii-LIVRESQ.jpg?fit=800%2C450&ssl=1\",\"contentUrl\":\"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2021\/04\/Generic-Bazele-Utiliza%CC%86rii-LIVRESQ.jpg?fit=800%2C450&ssl=1\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/livresq.com\/training\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Prima pagin\u0103\",\"item\":\"https:\/\/livresq.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Training\"}]},{\"@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\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Training - 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\/training\/","og_locale":"ro_RO","og_type":"article","og_title":"Training - LIVRESQ","og_description":"LIVRESQ Training &#038; Resurse CENTRUL DE \u00ceNV\u0102\u021aARE Training &#038; Resurse G\u0103se\u0219te resurse educa\u021bionale create at\u00e2t de c\u0103tre echipa LIVRESQ c\u00e2t \u0219i de c\u0103tre utilizatorii no\u0219tri. Exploreaz\u0103 cursurile \u0219i webinariile disponibile. ACADEMIA DIGITAL\u0102 Cursuri de Specializare Parcursul t\u0103u complet de la ini\u021biere tehnic\u0103 la expertiz\u0103 certificat\u0103 \u00een pedagogie digital\u0103 \u0219i design instruc\u021bional. Nivel \u00cencep\u0103tor 4 S\u0103pt\u0103m\u00e2ni [&hellip;]","og_url":"https:\/\/livresq.com\/ro\/training\/","og_site_name":"LIVRESQ","article_modified_time":"2026-05-04T11:05:59+00:00","og_image":[{"url":"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2021\/04\/Generic-Bazele-Utiliza%CC%86rii-LIVRESQ.jpg?fit=800%2C450&ssl=1","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Timp estimat pentru citire":"10 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/livresq.com\/training\/","url":"https:\/\/livresq.com\/training\/","name":"Training - LIVRESQ","isPartOf":{"@id":"https:\/\/livresq.com\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/livresq.com\/training\/#primaryimage"},"image":{"@id":"https:\/\/livresq.com\/training\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2021\/04\/Generic-Bazele-Utiliza%CC%86rii-LIVRESQ.jpg?fit=800%2C450&ssl=1","datePublished":"2019-07-22T13:54:28+00:00","dateModified":"2026-05-04T11:05:59+00:00","breadcrumb":{"@id":"https:\/\/livresq.com\/training\/#breadcrumb"},"inLanguage":"ro-RO","potentialAction":[{"@type":"ReadAction","target":["https:\/\/livresq.com\/training\/"]}]},{"@type":"ImageObject","inLanguage":"ro-RO","@id":"https:\/\/livresq.com\/training\/#primaryimage","url":"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2021\/04\/Generic-Bazele-Utiliza%CC%86rii-LIVRESQ.jpg?fit=800%2C450&ssl=1","contentUrl":"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2021\/04\/Generic-Bazele-Utiliza%CC%86rii-LIVRESQ.jpg?fit=800%2C450&ssl=1"},{"@type":"BreadcrumbList","@id":"https:\/\/livresq.com\/training\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Prima pagin\u0103","item":"https:\/\/livresq.com\/"},{"@type":"ListItem","position":2,"name":"Training"}]},{"@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\/"}}]}},"_links":{"self":[{"href":"https:\/\/livresq.com\/ro\/wp-json\/wp\/v2\/pages\/15","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/livresq.com\/ro\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/livresq.com\/ro\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/livresq.com\/ro\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/livresq.com\/ro\/wp-json\/wp\/v2\/comments?post=15"}],"version-history":[{"count":123,"href":"https:\/\/livresq.com\/ro\/wp-json\/wp\/v2\/pages\/15\/revisions"}],"predecessor-version":[{"id":491504,"href":"https:\/\/livresq.com\/ro\/wp-json\/wp\/v2\/pages\/15\/revisions\/491504"}],"wp:attachment":[{"href":"https:\/\/livresq.com\/ro\/wp-json\/wp\/v2\/media?parent=15"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}