


{"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-08-19T11:04:28","modified_gmt":"2026-08-19T08:04:28","slug":"%ce%b5%ce%ba%cf%80%ce%b1%ce%af%ce%b4%ce%b5%cf%85%cf%83%ce%b7","status":"publish","type":"page","link":"https:\/\/livresq.com\/gr\/training\/","title":{"rendered":"\u0395\u03ba\u03c0\u03b1\u03af\u03b4\u03b5\u03c5\u03c3\u03b7"},"content":{"rendered":"\n\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n\n\n<!DOCTYPE html>\n<html lang=\"el\" class=\"scroll-smooth\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>LIVRESQ &#8211; \u0395\u03ba\u03c0\u03b1\u03af\u03b4\u03b5\u03c5\u03c3\u03b7 &#038; \u03a0\u03cc\u03c1\u03bf\u03b9<\/title>\n    \n    <!-- Tailwind CSS (Play CDN for standalone portability) -->\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n    <script>\n        tailwind.config = {\n            theme: {\n                extend: {\n                    colors: {\n                        livresq: {\n                            fucsia: '#D91278',\n                            dark: '#080B10',\n                            navy: '#0F172A',\n                            accent: '#F43F5E'\n                        },\n                        midnight: '#06090e'\n                    },\n                    fontFamily: {\n                        sans: ['Plus Jakarta Sans', 'Inter', 'sans-serif'],\n                        heading: ['Cabinet Grotesk', 'Plus Jakarta Sans', 'sans-serif'],\n                    }\n                }\n            }\n        }\n    <\/script>\n    \n    <!-- Lucide Icons -->\n    <script src=\"https:\/\/unpkg.com\/lucide@latest\"><\/script>\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=Plus+Jakarta+Sans:wght@400;500;600;700;800&#038;display=swap\" rel=\"stylesheet\">\n    \n    <style>\n        body {\n            font-family: 'Plus Jakarta Sans', sans-serif;\n        }\n        \n        .bg-grid-overlay {\n            background-size: 40px 40px;\n            background-image: \n                linear-gradient(to right, rgba(255, 255, 255, 0.03) 1px, transparent 1px),\n                linear-gradient(to bottom, rgba(255, 255, 255, 0.03) 1px, transparent 1px);\n        }\n\n        .glass-panel-midnight {\n            background: rgba(15, 23, 42, 0.75);\n            backdrop-filter: blur(16px);\n            -webkit-backdrop-filter: blur(16px);\n            border: 1px solid rgba(255, 255, 255, 0.08);\n        }\n\n        .spotlight-card {\n            position: relative;\n            overflow: hidden;\n        }\n\n        .spotlight-card::before {\n            content: '';\n            position: absolute;\n            top: 0; left: 0; right: 0; bottom: 0;\n            background: radial-gradient(800px circle at var(--mouse-x, 0) var(--mouse-y, 0), rgba(217, 18, 120, 0.15), transparent 40%);\n            z-index: 1;\n            opacity: 0;\n            transition: opacity 0.5s;\n            pointer-events: none;\n        }\n\n        .spotlight-card:hover::before {\n            opacity: 1;\n        }\n\n        @keyframes 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\n        .animate-blob {\n            animation: blob 7s infinite;\n        }\n\n        .animation-delay-2000 {\n            animation-delay: 2s;\n        }\n\n        .reveal {\n            opacity: 0;\n            transform: translateY(20px);\n            transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);\n        }\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-20 pb-12 lg:pt-28\">\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.5 px-3.5 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.5 h-3.5 mr-2\"><\/i> \n                        \u039a\u0395\u039d\u03a4\u03a1\u039f \u0395\u039a\u03a0\u0391\u0399\u0394\u0395\u03a5\u03a3\u0397\u03a3\n                    <\/span>\n                    \n                    <!-- Main Headline -->\n                    <h1 class=\"text-4xl sm:text-5xl md:text-6xl font-heading font-black !text-slate-900 leading-[1.15] tracking-tight mb-6\">\n                        \u0395\u03ba\u03c0\u03b1\u03af\u03b4\u03b5\u03c5\u03c3\u03b7 <span class=\"!text-livresq-fucsia\">&#038; \u03a0\u03cc\u03c1\u03bf\u03b9<\/span>\n                    <\/h1>\n                    \n                    <!-- Description -->\n                    <p class=\"mt-4 text-lg md:text-xl !text-slate-600 leading-relaxed max-w-2xl mx-auto\">\n                        \u0392\u03c1\u03b5\u03af\u03c4\u03b5 \u03b5\u03ba\u03c0\u03b1\u03b9\u03b4\u03b5\u03c5\u03c4\u03b9\u03ba\u03bf\u03cd\u03c2 \u03c0\u03cc\u03c1\u03bf\u03c5\u03c2 \u03c0\u03bf\u03c5 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03ae\u03b8\u03b7\u03ba\u03b1\u03bd \u03b1\u03c0\u03cc \u03c4\u03b7\u03bd \u03bf\u03bc\u03ac\u03b4\u03b1 \u03c4\u03bf\u03c5 LIVRESQ \u03ba\u03b1\u03b9 \u03c4\u03b7\u03bd \u03ba\u03bf\u03b9\u03bd\u03cc\u03c4\u03b7\u03c4\u03ac \u03bc\u03b1\u03c2. \u0395\u03be\u03b5\u03c1\u03b5\u03c5\u03bd\u03ae\u03c3\u03c4\u03b5 \u03b4\u03b9\u03b1\u03b8\u03ad\u03c3\u03b9\u03bc\u03b1 \u03c3\u03b5\u03bc\u03b9\u03bd\u03ac\u03c1\u03b9\u03b1 \u03ba\u03b1\u03b9 \u03bf\u03b4\u03b7\u03b3\u03bf\u03cd\u03c2.\n                    <\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- ========================================== -->\n        <!-- 2. FEATURED LATEST WEBINAR SPOTLIGHT       -->\n        <!-- ========================================== -->\n        <section class=\"py-8 -mt-4 mb-4 relative z-20\">\n            <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\n                <div class=\"bg-gradient-to-br from-slate-900 via-slate-800 to-slate-900 border border-slate-700\/80 rounded-2xl md:rounded-3xl shadow-xl overflow-hidden text-white relative group reveal\">\n                    \n                    <!-- Subtle Glow Effects -->\n                    <div class=\"absolute -top-24 -right-24 w-80 h-80 bg-blue-500\/15 rounded-full blur-[90px] pointer-events-none\"><\/div>\n                    <div class=\"absolute -bottom-24 -left-24 w-80 h-80 bg-livresq-fucsia\/20 rounded-full blur-[90px] pointer-events-none\"><\/div>\n\n                    <div class=\"grid grid-cols-1 lg:grid-cols-12 gap-8 items-center p-6 sm:p-8 md:p-10 relative z-10\">\n                        \n                        <!-- Left\/Top: Video Preview Card -->\n                        <div class=\"lg:col-span-5 relative\">\n                            <a \n                                href=\"https:\/\/youtu.be\/89M6WoZATgI\" \n                                target=\"_blank\" \n                                rel=\"noopener noreferrer\" \n                                class=\"block relative aspect-video rounded-xl overflow-hidden border border-slate-700\/90 group\/video shadow-2xl bg-slate-950 !no-underline\"\n                            >\n                                <img data-recalc-dims=\"1\" decoding=\"async\" \n                                    src=\"https:\/\/i0.wp.com\/img.youtube.com\/vi\/89M6WoZATgI\/hqdefault.jpg?w=800&#038;ssl=1\" \n                                    alt=\"\u03a0\u03bb\u03ae\u03c1\u03b7\u03c2 \u03ad\u03bb\u03b5\u03b3\u03c7\u03bf\u03c2: \u0395\u03cd\u03ba\u03bf\u03bb\u03b7 \u03b5\u03be\u03b1\u03b3\u03c9\u03b3\u03ae \u03ba\u03b1\u03b9 \u03b1\u03bd\u03c4\u03b9\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u03ad\u03c1\u03b3\u03c9\u03bd\" \n                                    class=\"w-full h-full object-cover group-hover\/video:scale-105 transition-transform duration-500\"\n                                \/>\n                                \n                                <!-- Overlay & Big Play Button -->\n                                <div class=\"absolute inset-0 bg-slate-950\/40 group-hover\/video:bg-slate-950\/20 transition-colors flex items-center justify-center\">\n                                    <div class=\"w-14 h-14 sm:w-16 sm:h-16 rounded-full bg-[#D91278] text-white flex items-center justify-center shadow-xl group-hover\/video:scale-110 group-hover\/video:bg-[#ff1b90] transition-all\">\n                                        <i data-lucide=\"play\" class=\"w-6 h-6 sm:w-7 sm:h-7 fill-white ml-1\"><\/i>\n                                    <\/div>\n                                <\/div>\n\n                                <span class=\"absolute bottom-3 right-3 bg-black\/80 backdrop-blur-sm text-white text-[11px] font-bold px-2 py-0.5 rounded uppercase tracking-wider\">\n                                    HD \u0392\u03af\u03bd\u03c4\u03b5\u03bf\n                                <\/span>\n                            <\/a>\n                        <\/div>\n\n                        <!-- Right\/Content -->\n                        <div class=\"lg:col-span-7 flex flex-col justify-center\">\n                            <div class=\"flex flex-wrap items-center gap-2 mb-3\">\n                                <span class=\"inline-flex items-center gap-1.5 px-3 py-1 rounded-md text-xs font-black uppercase tracking-wider bg-livresq-fucsia\/20 text-[#ff5ca8] border border-livresq-fucsia\/30 shadow-xs\">\n                                    <i data-lucide=\"sparkles\" class=\"w-3.5 h-3.5\"><\/i>\n                                    \u03a0\u03a1\u039f\u03a3\u03a6\u0391\u03a4\u0397 \u0395\u039a\u0394\u039f\u03a3\u0397 \u00b7 \u03a3\u0395\u039c\u0399\u039d\u0391\u03a1\u0399\u039f #62\n                                <\/span>\n                                <span class=\"inline-flex items-center gap-1.5 px-2.5 py-1 rounded-md text-xs font-semibold bg-slate-800 text-slate-300 border border-slate-700\">\n                                    <i data-lucide=\"calendar\" class=\"w-3.5 h-3.5 text-slate-400\"><\/i>\n                                    30 \u0399\u03bf\u03c5\u03bb 2026\n                                <\/span>\n                            <\/div>\n\n                            <h2 class=\"text-2xl sm:text-3xl font-heading font-black text-white leading-tight mb-3\">\n                                \u03a0\u03bb\u03ae\u03c1\u03b7\u03c2 \u03ad\u03bb\u03b5\u03b3\u03c7\u03bf\u03c2: \u0395\u03cd\u03ba\u03bf\u03bb\u03b7 \u03b5\u03be\u03b1\u03b3\u03c9\u03b3\u03ae \u03ba\u03b1\u03b9 \u03b1\u03bd\u03c4\u03b9\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u03ad\u03c1\u03b3\u03c9\u03bd\n                            <\/h2>\n\n                            <p class=\"text-slate-300 text-sm sm:text-base leading-relaxed mb-6\">\n                                \u039c\u03ac\u03b8\u03b5\u03c4\u03b5 \u03c0\u03ce\u03c2 \u03bd\u03b1 \u03b5\u03be\u03ac\u03b3\u03b5\u03c4\u03b5 \u03b1\u03c0\u03c1\u03cc\u03c3\u03ba\u03bf\u03c0\u03c4\u03b1 \u03c4\u03b1 \u03ad\u03c1\u03b3\u03b1 \u03c3\u03b1\u03c2, \u03bd\u03b1 \u03b1\u03bd\u03c4\u03b9\u03ba\u03b1\u03b8\u03b9\u03c3\u03c4\u03ac\u03c4\u03b5 \u03c0\u03c1\u03bf\u03b7\u03b3\u03bf\u03cd\u03bc\u03b5\u03bd\u03b5\u03c2 \u03b5\u03ba\u03b4\u03cc\u03c3\u03b5\u03b9\u03c2 \u03ba\u03b1\u03b9 \u03bd\u03b1 \u03b4\u03b9\u03b1\u03c7\u03b5\u03b9\u03c1\u03af\u03b6\u03b5\u03c3\u03c4\u03b5 \u03c4\u03bf \u03b4\u03b9\u03b1\u03b4\u03c1\u03b1\u03c3\u03c4\u03b9\u03ba\u03cc \u03c0\u03b5\u03c1\u03b9\u03b5\u03c7\u03cc\u03bc\u03b5\u03bd\u03bf \u03bc\u03b5 \u03b1\u03c0\u03cc\u03bb\u03c5\u03c4\u03bf \u03ad\u03bb\u03b5\u03b3\u03c7\u03bf.\n                            <\/p>\n\n                            <div class=\"flex flex-wrap items-center gap-3\">\n                                <a \n                                    href=\"https:\/\/youtu.be\/89M6WoZATgI\" \n                                    target=\"_blank\" \n                                    rel=\"noopener noreferrer\"\n                                    class=\"inline-flex items-center justify-center gap-2 px-6 py-3 rounded-xl bg-[#D91278] hover:bg-[#ff1b90] text-white font-bold text-sm transition-all shadow-lg shadow-pink-900\/30 !no-underline group\"\n                                >\n                                    <i data-lucide=\"play-circle\" class=\"w-4 h-4\"><\/i>\n                                    <span>\u03a0\u03b1\u03c1\u03b1\u03ba\u03bf\u03bb\u03bf\u03c5\u03b8\u03ae\u03c3\u03c4\u03b5 \u03c4\u03bf \u03a3\u03b5\u03bc\u03b9\u03bd\u03ac\u03c1\u03b9\u03bf<\/span>\n                                    <i data-lucide=\"external-link\" class=\"w-3.5 h-3.5 opacity-75 ml-0.5\"><\/i>\n                                <\/a>\n\n                                <a \n                                    href=\"#webinars-archive\" \n                                    class=\"inline-flex items-center justify-center gap-2 px-5 py-3 rounded-xl bg-slate-800 hover:bg-slate-700 text-slate-200 hover:text-white border border-slate-700 font-semibold text-sm transition-all !no-underline\"\n                                >\n                                    <i data-lucide=\"arrow-down-circle\" class=\"w-4 h-4 text-slate-400\"><\/i>\n                                    <span>\u0394\u03b5\u03af\u03c4\u03b5 \u03cc\u03bb\u03bf \u03c4\u03bf \u0391\u03c1\u03c7\u03b5\u03af\u03bf<\/span>\n                                <\/a>\n                            <\/div>\n                        <\/div>\n\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- ========================================== -->\n        <!-- 3. WEBINARS LIST SECTION                   -->\n        <!-- ========================================== -->\n        <section class=\"py-20 bg-white border-t border-slate-200\" id=\"webinars-archive\">\n            <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\n                <div class=\"text-center mb-12\">\n                    <h2 class=\"text-3xl md:text-4xl font-heading font-black !text-slate-900 mb-4 tracking-tight\">\n                        \u0391\u03c1\u03c7\u03b5\u03af\u03bf \u03a3\u03b5\u03bc\u03b9\u03bd\u03b1\u03c1\u03af\u03c9\u03bd &#038; \u039f\u03b4\u03b7\u03b3\u03ce\u03bd\n                    <\/h2>\n                    <p class=\"text-lg !text-slate-600 max-w-2xl mx-auto leading-relaxed\">\n                        \u039c\u03b9\u03b1 \u03c0\u03bb\u03ae\u03c1\u03b7\u03c2 \u03bb\u03af\u03c3\u03c4\u03b1 \u03bc\u03b5 \u03c0\u03cc\u03c1\u03bf\u03c5\u03c2 \u03b2\u03af\u03bd\u03c4\u03b5\u03bf \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03b3\u03af\u03bd\u03b5\u03c4\u03b5 \u03b5\u03b9\u03b4\u03b9\u03ba\u03cc\u03c2 \u03c3\u03c4\u03bf LIVRESQ. \u0397 \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7 \u03b5\u03af\u03bd\u03b1\u03b9 \u03b5\u03bd\u03c4\u03b5\u03bb\u03ce\u03c2 \u03b4\u03c9\u03c1\u03b5\u03ac\u03bd.\n                    <\/p>\n                <\/div>\n\n                <!-- Search Bar -->\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=\"\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u03c3\u03b5\u03bc\u03b9\u03bd\u03b1\u03c1\u03af\u03bf\u03c5 \u03ba\u03b1\u03c4\u03ac \u03c4\u03af\u03c4\u03bb\u03bf \u03ae \u03b1\u03c1\u03b9\u03b8\u03bc\u03cc...\"\n                    \/>\n                <\/div>\n\n                <!-- Table Container -->\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\">\u0391\u03c1.<\/th>\n                                    <th scope=\"col\" class=\"px-6 py-4 text-left text-xs font-bold !text-slate-500 uppercase tracking-wider\">\u0397\u03bc\u03b5\u03c1\u03bf\u03bc\u03b7\u03bd\u03af\u03b1<\/th>\n                                    <th scope=\"col\" class=\"px-6 py-4 text-left text-xs font-bold !text-slate-500 uppercase tracking-wider\">\u0398\u03ad\u03bc\u03b1<\/th>\n                                    <th scope=\"col\" class=\"px-6 py-4 text-right text-xs font-bold !text-slate-500 uppercase tracking-wider\">\u0395\u03bd\u03ad\u03c1\u03b3\u03b5\u03b9\u03b1<\/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                            \u03a6\u03cc\u03c1\u03c4\u03c9\u03c3\u03b7&#8230;\n                        <\/span>\n                        <a href=\"https:\/\/www.youtube.com\/@LIVRESQ\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-sm font-bold text-blue-600 hover:text-blue-800 !no-underline flex items-center\">\n                            \u0394\u03b5\u03af\u03c4\u03b5 \u03c4\u03bf \u03c0\u03bb\u03ae\u03c1\u03b5\u03c2 \u03b1\u03c1\u03c7\u03b5\u03af\u03bf \u03c3\u03c4\u03bf YouTube <i data-lucide=\"external-link\" class=\"w-3.5 h-3.5 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-3xl md:text-4xl font-heading font-black !text-white mb-4 tracking-tight\">\n                        \u039a\u03bf\u03b9\u03bd\u03cc\u03c4\u03b7\u03c4\u03b5\u03c2 LIVRESQ\n                    <\/h2>\n                    <p class=\"text-lg md:text-xl !text-slate-400 max-w-2xl mx-auto leading-relaxed font-normal\">\n                        \u039f \u03c7\u03ce\u03c1\u03bf\u03c2 \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03b1\u03bd\u03b1\u03ba\u03b1\u03bb\u03cd\u03c8\u03b5\u03c4\u03b5 \u03bd\u03ad\u03bf\u03c5\u03c2 \u03c4\u03c1\u03cc\u03c0\u03bf\u03c5\u03c2 \u03c7\u03c1\u03ae\u03c3\u03b7\u03c2 \u03c4\u03bf\u03c5 LIVRESQ, \u03b1\u03c0\u03b5\u03c5\u03b8\u03b5\u03af\u03b1\u03c2 \u03b1\u03c0\u03cc \u03ac\u03bb\u03bb\u03bf\u03c5\u03c2 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b5\u03c2.\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=\"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\">\u0395\u03b9\u03b4\u03b9\u03ba\u03bf\u03af eLearning<\/h3>\n                        <p class=\"!text-slate-400 mb-8\">\u0393\u03b9\u03b1 \u03c3\u03c7\u03b5\u03b4\u03b9\u03b1\u03c3\u03c4\u03ad\u03c2 \u03b5\u03ba\u03c0\u03b1\u03af\u03b4\u03b5\u03c5\u03c3\u03b7\u03c2 \u03ba\u03b1\u03b9 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03bf\u03cd\u03c2 \u03b5\u03c4\u03b1\u03b9\u03c1\u03b9\u03ba\u03bf\u03cd \u03c0\u03b5\u03c1\u03b9\u03b5\u03c7\u03bf\u03bc\u03ad\u03bd\u03bf\u03c5.<\/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] hover:bg-[#006097] !text-white !no-underline font-bold rounded-md transition-colors shadow-lg shadow-blue-900\/30\">\n                            <i data-lucide=\"linkedin\" class=\"w-5 h-5 mr-2\"><\/i> \u03a3\u03cd\u03bd\u03b4\u03b5\u03c3\u03b7 \u03c3\u03c4\u03b7\u03bd \u03bf\u03bc\u03ac\u03b4\u03b1 LinkedIn\n                        <\/a>\n                    <\/div>\n\n                    <!-- Facebook 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-200\">\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\">\u0395\u03ba\u03c0\u03b1\u03b9\u03b4\u03b5\u03c5\u03c4\u03b9\u03ba\u03bf\u03af &#038; \u039a\u03b1\u03b8\u03b7\u03b3\u03b7\u03c4\u03ad\u03c2<\/h3>\n                        <p class=\"!text-slate-400 mb-8\">\u0397 \u03ba\u03bf\u03b9\u03bd\u03cc\u03c4\u03b7\u03c4\u03b1 \u03b5\u03ba\u03c0\u03b1\u03b9\u03b4\u03b5\u03c5\u03c4\u03b9\u03ba\u03ce\u03bd \u03c0\u03bf\u03c5 \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03bf\u03cd\u03bd \u03c4\u03bf LIVRESQ \u03c3\u03c4\u03b7\u03bd \u03c4\u03ac\u03be\u03b7.<\/p>\n                        <a href=\"https:\/\/www.facebook.com\/groups\/comunitatealivresq\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"inline-flex items-center justify-center w-full px-6 py-3 bg-[#1877f2] hover:bg-[#166fe5] !text-white !no-underline font-bold rounded-md transition-colors shadow-lg shadow-blue-900\/30\">\n                            <i data-lucide=\"facebook\" class=\"w-5 h-5 mr-2\"><\/i> \u03a3\u03cd\u03bd\u03b4\u03b5\u03c3\u03b7 \u03c3\u03c4\u03b7\u03bd \u03bf\u03bc\u03ac\u03b4\u03b1 Facebook\n                        <\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- ========================================== -->\n        <!-- 5. FREE ACCOUNT CTA 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            <!-- Content wrapper -->\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                    \u03a7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03c4\u03b5 <span class=\"text-transparent bg-clip-text bg-gradient-to-r from-livresq-fucsia to-pink-600\">\u0394\u03c9\u03c1\u03b5\u03ac\u03bd<\/span>\n                <\/h2>\n                \n                <p class=\"text-xl !text-slate-600 mb-10 leading-relaxed font-medium\">\n                    \u038c\u03bb\u03b1 \u03cc\u03c3\u03b1 \u03c7\u03c1\u03b5\u03b9\u03ac\u03b6\u03b5\u03c3\u03c4\u03b5 \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03ae\u03c3\u03b5\u03c4\u03b5 \u03ba\u03b1\u03b9 \u03bd\u03b1 \u03b4\u03b7\u03bc\u03bf\u03c3\u03b9\u03b5\u03cd\u03c3\u03b5\u03c4\u03b5 \u03b4\u03b9\u03b1\u03b4\u03c1\u03b1\u03c3\u03c4\u03b9\u03ba\u03ac \u03bc\u03b1\u03b8\u03ae\u03bc\u03b1\u03c4\u03b1.<br class=\"hidden md:block\"\/>\u0394\u03b5\u03bd \u03b1\u03c0\u03b1\u03b9\u03c4\u03b5\u03af\u03c4\u03b1\u03b9 \u03c0\u03b9\u03c3\u03c4\u03c9\u03c4\u03b9\u03ba\u03ae \u03ba\u03ac\u03c1\u03c4\u03b1 \u03b3\u03b9\u03b1 \u03c4\u03b7 \u03b4\u03c9\u03c1\u03b5\u03ac\u03bd \u03ad\u03ba\u03b4\u03bf\u03c3\u03b7.\n                <\/p>\n        \n                <div class=\"flex flex-col sm:flex-row gap-4 justify-center items-center relative z-20\">\n                    <a href=\"https:\/\/author.livresq.com\/signup\" 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> \u0395\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u039b\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf\u03cd\n                    <\/a>\n                    <a href=\"https:\/\/livresq.com\/ro\/preturi\/\" 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                        \u0394\u03b5\u03af\u03c4\u03b5 \u03c4\u03b1 \u03a0\u03b1\u03ba\u03ad\u03c4\u03b1 <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            \/\/ 1. Initialize Icons\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            \/\/ 2. Intersection Observer\n            const observer = new IntersectionObserver((entries) => {\n                entries.forEach(entry => {\n                    if (entry.isIntersecting) {\n                        entry.target.classList.add('active');\n                    }\n                });\n            }, {\n                threshold: 0,\n                rootMargin: \"0px 0px -50px 0px\"\n            });\n\n            document.querySelectorAll('.reveal').forEach(el => observer.observe(el));\n\n            \/\/ 3. Spotlight Effect\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            \/\/ 4. Webinars Archive Logic\n            const webinarsData = [\n                { id: 62, date: \"30 \u0399\u03bf\u03c5\u03bb 2026\", title: \"\u03a0\u03bb\u03ae\u03c1\u03b7\u03c2 \u03ad\u03bb\u03b5\u03b3\u03c7\u03bf\u03c2: \u0395\u03cd\u03ba\u03bf\u03bb\u03b7 \u03b5\u03be\u03b1\u03b3\u03c9\u03b3\u03ae \u03ba\u03b1\u03b9 \u03b1\u03bd\u03c4\u03b9\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u03ad\u03c1\u03b3\u03c9\u03bd\", link: \"https:\/\/youtu.be\/89M6WoZATgI\" },\n                { id: 61, date: \"16 \u0399\u03bf\u03c5\u03bb 2026\", title: \"\u03a7\u03c9\u03c1\u03af\u03c2 \u03c0\u03c1\u03bf\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1\u03c4\u03b9\u03c3\u03bc\u03cc, \u03ac\u03bc\u03b5\u03c3\u03b7 \u03bc\u03ac\u03b8\u03b7\u03c3\u03b7. \u0393\u03bd\u03c9\u03c1\u03af\u03c3\u03c4\u03b5 \u03c4\u03b9\u03c2 \u03bd\u03ad\u03b5\u03c2 \u03b5\u03bd\u03b7\u03bc\u03b5\u03c1\u03ce\u03c3\u03b5\u03b9\u03c2 \u03c4\u03bf\u03c5 LIVRESQ!\", link: \"https:\/\/youtu.be\/dYBZFIHIS7o\" },\n                { id: 60, date: \"18 \u0399\u03bf\u03c5\u03bd 2026\", title: \"\u03a0\u03ce\u03c2 \u03bd\u03b1 \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03c4\u03b5 \u03b1\u03ba\u03bf\u03c1\u03bd\u03c4\u03b5\u03cc\u03bd \u03ba\u03b1\u03b9 \u03ba\u03b1\u03c1\u03c4\u03ad\u03bb\u03b5\u03c2 \u03c3\u03c4\u03bf LIVRESQ;\", link: \"https:\/\/youtu.be\/bgfIHGNCNCs\" },\n                { id: 59, date: \"4 \u0399\u03bf\u03c5\u03bd 2026\", title: \"\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03ae\u03c3\u03c4\u03b5 \u03b1\u03c0\u03c1\u03cc\u03c3\u03ba\u03bf\u03c0\u03c4\u03b7 \u03c0\u03bb\u03bf\u03ae\u03b3\u03b7\u03c3\u03b7 \u03b3\u03b9\u03b1 \u03bc\u03b9\u03b1 \u03ba\u03b1\u03bb\u03cd\u03c4\u03b5\u03c1\u03b7 \u03bc\u03b1\u03b8\u03b7\u03c3\u03b9\u03b1\u03ba\u03ae \u03b5\u03bc\u03c0\u03b5\u03b9\u03c1\u03af\u03b1\", link: \"https:\/\/youtu.be\/aJ99Xq7Y3qc\" },\n                { id: 58, date: \"21 \u039c\u03b1\u0390 2026\", title: \"\u0394\u03b9\u03b1\u03b3\u03c9\u03bd\u03af\u03c3\u03bc\u03b1\u03c4\u03b1 \u03bc\u03b5 \u03c4\u03b5\u03c7\u03bd\u03b7\u03c4\u03ae \u03bd\u03bf\u03b7\u03bc\u03bf\u03c3\u03cd\u03bd\u03b7 \u03bc\u03b5 \u03b1\u03c0\u03bb\u03cc \u03c4\u03c1\u03cc\u03c0\u03bf\", link: \"https:\/\/youtu.be\/CMm0kAbG1ko\" },\n                { id: 57, date: \"7 \u039c\u03b1\u0390 2026\", title: \"\u03a0\u03ce\u03c2 \u03bd\u03b1 \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03c4\u03b5 \u03c4\u03bf AI \u03c3\u03c4\u03b1 \u03bc\u03b1\u03b8\u03ae\u03bc\u03b1\u03c4\u03b1 LIVRESQ \u03c3\u03b1\u03c2\", link: \"https:\/\/youtu.be\/vcmFaFO3LLk\" },\n                { id: 56, date: \"23 \u0391\u03c0\u03c1 2026\", title: \"\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03ae\u03c3\u03c4\u03b5 \u03b5\u03bb\u03ba\u03c5\u03c3\u03c4\u03b9\u03ba\u03ac \u03ba\u03bf\u03c5\u03af\u03b6 \u03bc\u03b5 \u03c4\u03b7 \u03b2\u03b9\u03b2\u03bb\u03b9\u03bf\u03b8\u03ae\u03ba\u03b7 \u03b5\u03c1\u03c9\u03c4\u03ae\u03c3\u03b5\u03c9\u03bd \u03c4\u03bf\u03c5 LIVRESQ\", link: \"https:\/\/youtu.be\/y7XYSgaYuLI\" },\n                { id: 55, date: \"9 \u0391\u03c0\u03c1 2026\", title: \"\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03ae\u03c3\u03c4\u03b5 \u03b4\u03c5\u03bd\u03b1\u03bc\u03b9\u03ba\u03cc \u03c0\u03b5\u03c1\u03b9\u03b5\u03c7\u03cc\u03bc\u03b5\u03bd\u03bf \u03bc\u03b5 \u03c4\u03b9\u03c2 \u03b5\u03bd\u03cc\u03c4\u03b7\u03c4\u03b5\u03c2 \u03c4\u03bf\u03c5 LIVRESQ\", link: \"https:\/\/youtu.be\/KVP6KPV76G8\" },\n                { id: 54, date: \"26 \u039c\u03b1\u03c1 2026\", title: \"\u0394\u03b9\u03b1\u03b4\u03c1\u03b1\u03c3\u03c4\u03b9\u03ba\u03ae \u03b1\u03c6\u03ae\u03b3\u03b7\u03c3\u03b7 \u03bc\u03b5 \u03c3\u03b5\u03bd\u03ac\u03c1\u03b9\u03b1 \u03b4\u03b9\u03b1\u03ba\u03bb\u03ac\u03b4\u03c9\u03c3\u03b7\u03c2 \u03c3\u03c4\u03bf LIVRESQ\", link: \"https:\/\/youtu.be\/yjH9SjuODcc\" },\n                { id: 53, date: \"12 \u039c\u03b1\u03c1 2026\", title: \"\u0392\u03b5\u03bb\u03c4\u03b9\u03c3\u03c4\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03c4\u03b5 \u03c4\u03b1 \u03ad\u03c1\u03b3\u03b1 eLearning \u03bc\u03b5 \u03c4\u03b9\u03c2 \u03c0\u03c1\u03bf\u03b7\u03b3\u03bc\u03ad\u03bd\u03b5\u03c2 \u03b4\u03c5\u03bd\u03b1\u03c4\u03cc\u03c4\u03b7\u03c4\u03b5\u03c2 \u03c4\u03bf\u03c5 LIVRESQ\", link: \"https:\/\/youtu.be\/gLZqkgcwogo\" },\n                { id: 52, date: \"12 \u03a6\u03b5\u03b2 2026\", title: \"\u0395\u03be\u03b5\u03c1\u03b5\u03c5\u03bd\u03ae\u03c3\u03c4\u03b5 \u03c4\u03b7\u03bd \u03b5\u03c5\u03b5\u03bb\u03b9\u03be\u03af\u03b1 \u03c4\u03c9\u03bd \u03c3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03c9\u03bd \u03c4\u03bf\u03c5 LIVRESQ\", link: \"https:\/\/youtu.be\/BnnCPLVoEvE\" },\n                { id: 51, date: \"29 \u0399\u03b1\u03bd 2026\", title: \"\u0394\u03bf\u03bc\u03ae\u03c3\u03c4\u03b5 \u03b1\u03c0\u03bf\u03c4\u03b5\u03bb\u03b5\u03c3\u03bc\u03b1\u03c4\u03b9\u03ba\u03ac \u03bc\u03b1\u03b8\u03b7\u03c3\u03b9\u03b1\u03ba\u03ac \u03c3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03b1 \u03ba\u03b1\u03b9 \u03c3\u03c7\u03b5\u03b4\u03b9\u03b1\u03c3\u03bc\u03cc\", link: \"https:\/\/youtu.be\/sUoWisrJKHQ\" },\n                { id: 50, date: \"15 \u0399\u03b1\u03bd 2026\", title: \"\u0392\u03b5\u03bb\u03c4\u03b9\u03ce\u03c3\u03c4\u03b5 \u03c4\u03b1 \u03bc\u03b1\u03b8\u03ae\u03bc\u03b1\u03c4\u03ac \u03c3\u03b1\u03c2 \u03bc\u03b5 \u03bf\u03c0\u03c4\u03b9\u03ba\u03ac \u03c3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03b1 \u03ba\u03b1\u03b9 \u03ae\u03c7\u03bf \u03c3\u03c4\u03bf LIVRESQ\", link: \"https:\/\/youtu.be\/a--inA4dIGQ?si=2wO1s9tcao-5WlFh\" },\n                { id: 49, date: \"18 \u0394\u03b5\u03ba 2025\", title: \"\u039a\u03b1\u03c4\u03b1\u03ba\u03c4\u03ae\u03c3\u03c4\u03b5 \u03c4\u03b1 \u03b2\u03b1\u03c3\u03b9\u03ba\u03ac \u03c4\u03bf\u03c5 LIVRESQ: \u03a0\u03cc\u03c1\u03bf\u03b9, \u0395\u03bd\u03cc\u03c4\u03b7\u03c4\u03b5\u03c2 \u03ba\u03b1\u03b9 \u0392\u03bf\u03b7\u03b8\u03bf\u03af\", link: \"https:\/\/youtu.be\/SEO3HQSe41Y?si=_dtyRFGpRGfrD4Ik\" },\n                { id: 48, date: \"4 \u0394\u03b5\u03ba 2025\", title: \"\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03ae\u03c3\u03c4\u03b5 \u03b5\u03cd\u03ba\u03bf\u03bb\u03b1 \u03b4\u03b9\u03b1\u03b4\u03c1\u03b1\u03c3\u03c4\u03b9\u03ba\u03ac \u03bc\u03b1\u03b8\u03ae\u03bc\u03b1\u03c4\u03b1 \u03bc\u03b5 \u03c4\u03bf\u03bd \u03b2\u03bf\u03b7\u03b8\u03cc \u03c4\u03bf\u03c5 LIVRESQ\", link: \"https:\/\/youtu.be\/3rWMxykGqF8?si=NNgVY4g4O0Wqdss4\" },\n                { id: 47, date: \"6 \u039d\u03bf\u03b5 2025\", title: \"\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03b4\u03b9\u03b1\u03b4\u03c1\u03b1\u03c3\u03c4\u03b9\u03ba\u03ce\u03bd \u03bc\u03b1\u03b8\u03b7\u03bc\u03ac\u03c4\u03c9\u03bd \u03b1\u03c0\u03cc \u03c4\u03bf \u03bc\u03b7\u03b4\u03ad\u03bd\", link: \"https:\/\/youtu.be\/tKrsw13YS4s?si=em7ZT2mQOYtBEp_8\" },\n                { id: 46, date: \"9 \u039f\u03ba\u03c4 2025\", title: \"\u0391\u03bd\u03b1\u03ba\u03b1\u03bb\u03cd\u03c8\u03c4\u03b5 \u03c4\u03b9\u03c2 \u03bd\u03ad\u03b5\u03c2 \u03b4\u03c5\u03bd\u03b1\u03c4\u03cc\u03c4\u03b7\u03c4\u03b5\u03c2 \u03c4\u03bf\u03c5 LIVRESQ: \u03a5\u03c0\u03bf\u03c3\u03c4\u03ae\u03c1\u03b9\u03be\u03b7 AI \u03ba\u03b1\u03b9 \u03ac\u03bb\u03bb\u03b1\", link: \"https:\/\/youtu.be\/6JslWkrwZts?si=-o5ous6QFNiVUq-1\" },\n                { id: 45, date: \"25 \u03a3\u03b5\u03c0 2025\", title: \"\u03a3\u03c5\u03bd\u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1 \u03c3\u03b5 \u03c0\u03c1\u03b1\u03b3\u03bc\u03b1\u03c4\u03b9\u03ba\u03cc \u03c7\u03c1\u03cc\u03bd\u03bf \u03c3\u03c4\u03bf LIVRESQ: \u03a7\u03c4\u03af\u03c3\u03c4\u03b5 \u03ba\u03b1\u03bb\u03cd\u03c4\u03b5\u03c1\u03b1 \u03bc\u03b1\u03b6\u03af\", link: \"https:\/\/youtu.be\/msb3zJ5Qv7U?si=tHmaEhAzwrAkdNiS\" },\n                { id: 44, date: \"11 \u03a3\u03b5\u03c0 2025\", title: \"\u0394\u03b7\u03bc\u03bf\u03c3\u03af\u03b5\u03c5\u03c3\u03b7 \u03ba\u03b1\u03b9 \u03ba\u03bf\u03b9\u03bd\u03ae \u03c7\u03c1\u03ae\u03c3\u03b7 \u03c0\u03b1\u03ba\u03ad\u03c4\u03c9\u03bd LIVRESQ: \u03a0\u03bb\u03ae\u03c1\u03b7\u03c2 \u03bf\u03b4\u03b7\u03b3\u03cc\u03c2\", link: \"https:\/\/youtu.be\/DGtKl7Rlecs?si=lMRlGVpwXc1Cjyh4\" },\n                { id: 43, date: \"28 \u0391\u03c5\u03b3 2025\", title: \"\u03a3\u03c7\u03b5\u03b4\u03b9\u03ac\u03c3\u03c4\u03b5 \u03ba\u03b1\u03b8\u03b7\u03bb\u03c9\u03c4\u03b9\u03ba\u03ad\u03c2 \u03bc\u03b1\u03b8\u03b7\u03c3\u03b9\u03b1\u03ba\u03ad\u03c2 \u03b5\u03bc\u03c0\u03b5\u03b9\u03c1\u03af\u03b5\u03c2 \u03bc\u03b5 \u03c4\u03bf LIVRESQ\", link: \"https:\/\/youtu.be\/rjAcyftn-DU?si=umKMnyvDC-ShmnHM\" },\n                { id: 42, date: \"31 \u0399\u03bf\u03c5\u03bb 2025\", title: \"\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03ae\u03c3\u03c4\u03b5 \u03b4\u03b9\u03b1\u03b4\u03c1\u03b1\u03c3\u03c4\u03b9\u03ba\u03ac \u03ba\u03bf\u03c5\u03af\u03b6 \u03b3\u03b9\u03b1 \u03b5\u03bd\u03b5\u03c1\u03b3\u03ae \u03bc\u03ac\u03b8\u03b7\u03c3\u03b7\", link: \"https:\/\/youtu.be\/CGIMpnXHMOM?si=Ngz8LCcWzkFHoLtJ\" },\n                { id: 41, date: \"17 \u0399\u03bf\u03c5\u03bb 2025\", title: \"\u039a\u03b1\u03c4\u03b1\u03ba\u03c4\u03ce\u03bd\u03c4\u03b1\u03c2 \u03c4\u03b1 \u03b4\u03b9\u03b1\u03b4\u03c1\u03b1\u03c3\u03c4\u03b9\u03ba\u03ac \u03bc\u03b1\u03b8\u03b7\u03c3\u03b9\u03b1\u03ba\u03ac \u03c3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03b1 \u03c3\u03c4\u03bf LIVRESQ\", link: \"https:\/\/youtu.be\/zkiApIsM9Bg?si=WfcllsfumBTjQ1yB\" },\n                { id: 40, date: \"19 \u0399\u03bf\u03c5\u03bd 2025\", title: \"\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c0\u03bb\u03bf\u03cd\u03c3\u03b9\u03bf\u03c5 \u03c0\u03b5\u03c1\u03b9\u03b5\u03c7\u03bf\u03bc\u03ad\u03bd\u03bf\u03c5 \u03c0\u03bf\u03bb\u03c5\u03bc\u03ad\u03c3\u03c9\u03bd \u03c3\u03c4\u03bf LIVRESQ\", link: \"https:\/\/youtu.be\/b7D_BKBPxf8?si=T4EplHeIjZtpYB7z\" },\n                { id: 39, date: \"5 \u0399\u03bf\u03c5\u03bd 2025\", title: \"\u03a0\u03c1\u03ce\u03c4\u03b1 \u03b2\u03ae\u03bc\u03b1\u03c4\u03b1 \u03bc\u03b5 \u03c4\u03bf LIVRESQ: \u0392\u03b1\u03c3\u03b9\u03ba\u03ad\u03c2 \u03b1\u03c1\u03c7\u03ad\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1\u03c2 \u03c0\u03b5\u03c1\u03b9\u03b5\u03c7\u03bf\u03bc\u03ad\u03bd\u03bf\u03c5\", link: \"https:\/\/youtu.be\/CD70HNmZhzY?si=DjllBQw6sOyo0Z5Y\" },\n                { id: 38, date: \"22 \u039c\u03b1\u0390 2025\", title: \"\u039a\u03b1\u03c4\u03b1\u03ba\u03c4\u03ce\u03bd\u03c4\u03b1\u03c2 \u03bc\u03b1\u03b8\u03b7\u03c3\u03b9\u03b1\u03ba\u03ac \u03c3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03b1 \u03bc\u03b5 \u03c0\u03c1\u03cc\u03c4\u03c5\u03c0\u03b1 \u03ba\u03b1\u03b9 \u03b8\u03ad\u03bc\u03b1\u03c4\u03b1 \u03c4\u03bf\u03c5 LIVRESQ\", link: \"https:\/\/youtu.be\/9AKbXGmfuf0?si=pKUHjrlJ_2uSQ1MV\" },\n                { id: 37, date: \"8 \u039c\u03b1\u0390 2025\", title: \"\u03a0\u03c1\u03bf\u03b7\u03b3\u03bc\u03ad\u03bd\u03b1 \u03b4\u03b9\u03b1\u03b4\u03c1\u03b1\u03c3\u03c4\u03b9\u03ba\u03ac \u03c3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03b1 \u03c3\u03c4\u03bf LIVRESQ\", link: \"https:\/\/youtu.be\/hUuebi2_k7I?si=-d49eEVmFviuJS2u\" },\n                { id: 36, date: \"24 \u0391\u03c0\u03c1 2025\", title: \"\u0392\u03b1\u03c3\u03b9\u03ba\u03ad\u03c2 \u03b1\u03c1\u03c7\u03ad\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1\u03c2 \u03c0\u03b5\u03c1\u03b9\u03b5\u03c7\u03bf\u03bc\u03ad\u03bd\u03bf\u03c5 \u03c3\u03c4\u03bf LIVRESQ\", link: \"https:\/\/youtu.be\/fKd7_lMyCiE?si=pM3mjeJlnnBCC6HQ\" },\n                { id: 35, date: \"27 \u039c\u03b1\u03c1 2025\", title: \"\u039a\u03b1\u03c4\u03b1\u03ba\u03c4\u03ce\u03bd\u03c4\u03b1\u03c2 \u03c4\u03b7 \u03b4\u03b9\u03b5\u03c0\u03b1\u03c6\u03ae \u03c4\u03bf\u03c5 LIVRESQ\", link: \"https:\/\/youtu.be\/oR1OCGPzfaA?si=rfvxELl7ZoKSD5tk\" },\n                { id: 34, date: \"27 \u03a6\u03b5\u03b2 2025\", title: \"\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c0\u03b5\u03c1\u03b9\u03b5\u03c7\u03bf\u03bc\u03ad\u03bd\u03bf\u03c5 \u03bc\u03b5 \u03c4\u03bf LIVRESQ: \u039f\u03b4\u03b7\u03b3\u03cc\u03c2 \u03b2\u03ae\u03bc\u03b1 \u03c0\u03c1\u03bf\u03c2 \u03b2\u03ae\u03bc\u03b1\", link: \"https:\/\/youtu.be\/J7Fb6on9wVA\" },\n                { id: 33, date: \"13 \u03a6\u03b5\u03b2 2025\", title: \"\u03a0\u03c1\u03bf\u03b7\u03b3\u03bc\u03ad\u03bd\u03b7 \u03b4\u03b9\u03b1\u03b4\u03c1\u03b1\u03c3\u03c4\u03b9\u03ba\u03cc\u03c4\u03b7\u03c4\u03b1 \u03c3\u03c4\u03bf LIVRESQ\", link: \"https:\/\/youtu.be\/t2mJ6A_vxi0\" },\n                { id: 32, date: \"30 \u0399\u03b1\u03bd 2025\", title: \"\u03a0\u03ce\u03c2 \u03bd\u03b1 \u03b5\u03b9\u03c3\u03b1\u03b3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03c0\u03b5\u03c1\u03b9\u03b5\u03c7\u03cc\u03bc\u03b5\u03bd\u03bf \u03c3\u03c4\u03bf LIVRESQ\", link: \"https:\/\/youtu.be\/YpkXTJFTNIg\" },\n                { id: 31, date: \"16 \u0399\u03b1\u03bd 2025\", title: \"\u0395\u03be\u03b5\u03c1\u03b5\u03c5\u03bd\u03ae\u03c3\u03c4\u03b5 \u03c4\u03b9\u03c2 \u03bd\u03ad\u03b5\u03c2 \u03b4\u03c5\u03bd\u03b1\u03c4\u03cc\u03c4\u03b7\u03c4\u03b5\u03c2 \u03c3\u03c4\u03bf LIVRESQ Author\", link: \"https:\/\/youtu.be\/x1LK2sVSN7Q\" },\n                { id: 30, date: \"19 \u0394\u03b5\u03ba 2024\", title: \"\u039f\u03c1\u03b3\u03ac\u03bd\u03c9\u03c3\u03b7 \u03b5\u03bd\u03bf\u03c4\u03ae\u03c4\u03c9\u03bd \u03ba\u03b1\u03b9 \u03c0\u03cc\u03c1\u03c9\u03bd \u03c3\u03c4\u03bf LIVRESQ\", link: \"https:\/\/youtu.be\/MqMYsgX1LBY\" },\n                { id: 29, date: \"5 \u0394\u03b5\u03ba 2024\", title: \"\u0391\u03bd\u03b1\u03b8\u03b5\u03c9\u03c1\u03ae\u03c3\u03c4\u03b5 \u03c4\u03bf \u03c0\u03b5\u03c1\u03b9\u03b5\u03c7\u03cc\u03bc\u03b5\u03bd\u03bf eLearning \u03b3\u03b9\u03b1 \u03bc\u03ad\u03b3\u03b9\u03c3\u03c4\u03bf \u03b1\u03bd\u03c4\u03af\u03ba\u03c4\u03c5\u03c0\u03bf\", link: \"https:\/\/youtu.be\/XkvLoIXRTCg\" },\n                { id: 28, date: \"21 \u039d\u03bf\u03b5 2024\", title: \"\u03a3\u03c5\u03bc\u03b2\u03bf\u03c5\u03bb\u03ad\u03c2 & \u03ba\u03cc\u03bb\u03c0\u03b1 \u03b3\u03b9\u03b1 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c0\u03b5\u03c1\u03b9\u03b5\u03c7\u03bf\u03bc\u03ad\u03bd\u03bf\u03c5 \u03c3\u03c4\u03bf LIVRESQ\", link: \"https:\/\/youtu.be\/AgybP8bydLA\" },\n                { id: 27, date: \"7 \u039d\u03bf\u03b5 2024\", title: \"\u039a\u03b1\u03c4\u03b1\u03bd\u03cc\u03b7\u03c3\u03b7 \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03b9\u03ce\u03bd LIVRESQ: \u0395\u03bd\u03cc\u03c4\u03b7\u03c4\u03b5\u03c2, \u03a0\u03cc\u03c1\u03bf\u03b9 \u03ba\u03b1\u03b9 \u0392\u03bf\u03b7\u03b8\u03bf\u03af\", link: \"https:\/\/youtu.be\/1hyEQ13nonY\" },\n                { id: 26, date: \"24 \u039f\u03ba\u03c4 2024\", title: \"\u03a0\u03ce\u03c2 \u03bd\u03b1 \u03bf\u03c1\u03b3\u03b1\u03bd\u03ce\u03c3\u03b5\u03c4\u03b5 \u03b1\u03c0\u03bf\u03c4\u03b5\u03bb\u03b5\u03c3\u03bc\u03b1\u03c4\u03b9\u03ba\u03ac \u03c4\u03bf \u03c0\u03b5\u03c1\u03b9\u03b5\u03c7\u03cc\u03bc\u03b5\u03bd\u03bf \u03c3\u03c4\u03bf LIVRESQ\", link: \"https:\/\/youtu.be\/JL__Cqpb7H4\" },\n                { id: 25, date: \"10 \u039f\u03ba\u03c4 2024\", title: \"\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03b4\u03b9\u03b1\u03b4\u03c1\u03b1\u03c3\u03c4\u03b9\u03ba\u03ce\u03bd \u03bc\u03b1\u03b8\u03b7\u03c3\u03b9\u03b1\u03ba\u03ce\u03bd \u03c3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03c9\u03bd \u03c3\u03c4\u03bf LIVRESQ\", link: \"https:\/\/youtu.be\/YjC9Y_y0LeE\" },\n                { id: 24, date: \"26 \u03a3\u03b5\u03c0 2024\", title: \"\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03ae\u03c3\u03c4\u03b5 \u03b5\u03cd\u03ba\u03bf\u03bb\u03b1 \u03b4\u03b9\u03b1\u03b4\u03c1\u03b1\u03c3\u03c4\u03b9\u03ba\u03ac \u03bc\u03b1\u03b8\u03ae\u03bc\u03b1\u03c4\u03b1 \u03bc\u03b5 \u03c4\u03bf\u03bd \u03b2\u03bf\u03b7\u03b8\u03cc \u03c4\u03bf\u03c5 LIVRESQ\", link: \"https:\/\/youtu.be\/SWcgOB_XzRE\" },\n                { id: 23, date: \"12 \u03a3\u03b5\u03c0 2024\", title: \"\u03a0\u03c1\u03bf\u03c3\u03b8\u03ae\u03ba\u03b7 \u03b5\u03bc\u03c0\u03bb\u03bf\u03c5\u03c4\u03b9\u03c3\u03bc\u03ad\u03bd\u03bf\u03c5 \u03c0\u03b5\u03c1\u03b9\u03b5\u03c7\u03bf\u03bc\u03ad\u03bd\u03bf\u03c5 \u03c0\u03bf\u03bb\u03c5\u03bc\u03ad\u03c3\u03c9\u03bd \u03c3\u03c4\u03bf LIVRESQ\", link: \"https:\/\/youtu.be\/z_SRT2SmCI0\" },\n                { id: 22, date: \"29 \u0391\u03c5\u03b3 2024\", title: \"\u0392\u03b1\u03c3\u03b9\u03ba\u03ad\u03c2 \u03b1\u03c1\u03c7\u03ad\u03c2 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1\u03c2 \u03c0\u03b5\u03c1\u03b9\u03b5\u03c7\u03bf\u03bc\u03ad\u03bd\u03bf\u03c5 \u03c3\u03c4\u03bf LIVRESQ\", link: \"https:\/\/youtu.be\/HZ7g-ST5KjU\" },\n                { id: 21, date: \"1 \u0391\u03c5\u03b3 2024\", title: \"\u039f\u03c1\u03b3\u03ac\u03bd\u03c9\u03c3\u03b7 \u03b5\u03bd\u03bf\u03c4\u03ae\u03c4\u03c9\u03bd \u03ba\u03b1\u03b9 \u03c0\u03cc\u03c1\u03c9\u03bd \u03c3\u03c4\u03bf LIVRESQ\", link: \"https:\/\/youtu.be\/EbN_jBZcbGk\" },\n                { id: 20, date: \"18 \u0399\u03bf\u03c5\u03bb 2024\", title: \"\u0392\u03b5\u03bb\u03c4\u03b9\u03ce\u03c3\u03c4\u03b5 \u03c4\u03b1 \u03bc\u03b1\u03b8\u03ae\u03bc\u03b1\u03c4\u03ac \u03c3\u03b1\u03c2 \u03bc\u03b5 \u03bf\u03c0\u03c4\u03b9\u03ba\u03ac \u03c3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03b1 \u03ba\u03b1\u03b9 \u03ae\u03c7\u03bf \u03c3\u03c4\u03bf LIVRESQ\", link: \"https:\/\/youtu.be\/YXtSvXR5m-A\" },\n                { id: 19, date: \"4 \u0399\u03bf\u03c5\u03bb 2024\", title: \"\u039a\u03b1\u03c4\u03b1\u03bd\u03cc\u03b7\u03c3\u03b7 \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03b9\u03ce\u03bd LIVRESQ: \u0395\u03bd\u03cc\u03c4\u03b7\u03c4\u03b5\u03c2, \u03a0\u03cc\u03c1\u03bf\u03b9 \u03ba\u03b1\u03b9 \u0392\u03bf\u03b7\u03b8\u03bf\u03af\", link: \"https:\/\/youtu.be\/tb_O3j1ZeVs\" },\n                { id: 18, date: \"20 \u0399\u03bf\u03c5\u03bd 2024\", title: \"\u0391\u03c0\u03bf\u03c4\u03b5\u03bb\u03b5\u03c3\u03bc\u03b1\u03c4\u03b9\u03ba\u03ae \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c0\u03b5\u03c1\u03b9\u03b5\u03c7\u03bf\u03bc\u03ad\u03bd\u03bf\u03c5 \u03bc\u03b5 \u03c4\u03bf LIVRESQ\", link: \"https:\/\/youtu.be\/hiYtbzANsFA\" },\n                { id: 17, date: \"6 \u0399\u03bf\u03c5\u03bd 2024\", title: \"\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c0\u03bb\u03bf\u03cd\u03c3\u03b9\u03bf\u03c5 \u03c0\u03b5\u03c1\u03b9\u03b5\u03c7\u03bf\u03bc\u03ad\u03bd\u03bf\u03c5 \u03c0\u03bf\u03bb\u03c5\u03bc\u03ad\u03c3\u03c9\u03bd \u03c3\u03c4\u03bf LIVRESQ\", link: \"https:\/\/youtu.be\/sDKI7aRYk0Y\" },\n                { id: 16, date: \"23 \u039c\u03b1\u0390 2024\", title: \"\u0394\u03b7\u03bc\u03bf\u03c3\u03af\u03b5\u03c5\u03c3\u03b7 \u03ba\u03b1\u03b9 \u03ba\u03bf\u03b9\u03bd\u03ae \u03c7\u03c1\u03ae\u03c3\u03b7 \u03c0\u03b1\u03ba\u03ad\u03c4\u03c9\u03bd LIVRESQ: \u03a0\u03bb\u03ae\u03c1\u03b7\u03c2 \u03bf\u03b4\u03b7\u03b3\u03cc\u03c2\", link: \"https:\/\/youtu.be\/QRW1T0bGxL8\" },\n                { id: 15, date: \"9 \u039c\u03b1\u0390 2024\", title: \"\u039f\u03c1\u03b3\u03ac\u03bd\u03c9\u03c3\u03b7 \u03b5\u03bd\u03bf\u03c4\u03ae\u03c4\u03c9\u03bd \u03ba\u03b1\u03b9 \u03c0\u03cc\u03c1\u03c9\u03bd \u03c3\u03c4\u03bf LIVRESQ\", link: \"https:\/\/youtu.be\/5eB48zpRyuY\" },\n                { id: 14, date: \"25 \u0391\u03c0\u03c1 2024\", title: \"\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03ae\u03c3\u03c4\u03b5 \u03b5\u03cd\u03ba\u03bf\u03bb\u03b1 \u03b4\u03b9\u03b1\u03b4\u03c1\u03b1\u03c3\u03c4\u03b9\u03ba\u03ac \u03bc\u03b1\u03b8\u03ae\u03bc\u03b1\u03c4\u03b1 \u03bc\u03b5 \u03c4\u03bf\u03bd \u03b2\u03bf\u03b7\u03b8\u03cc \u03c4\u03bf\u03c5 LIVRESQ\", link: \"https:\/\/youtu.be\/3uey_DtTzrY\" },\n                { id: 13, date: \"11 \u0391\u03c0\u03c1 2024\", title: \"\u0391\u03c0\u03bf\u03c4\u03b5\u03bb\u03b5\u03c3\u03bc\u03b1\u03c4\u03b9\u03ba\u03ae \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c0\u03b5\u03c1\u03b9\u03b5\u03c7\u03bf\u03bc\u03ad\u03bd\u03bf\u03c5 \u03bc\u03b5 \u03c4\u03bf LIVRESQ\", link: \"https:\/\/youtu.be\/ocDk6ukzTfo\" },\n                { id: 12, date: \"28 \u039c\u03b1\u03c1 2024\", title: \"\u0392\u03b5\u03bb\u03c4\u03b9\u03ce\u03c3\u03c4\u03b5 \u03c4\u03b1 \u03bc\u03b1\u03b8\u03ae\u03bc\u03b1\u03c4\u03ac \u03c3\u03b1\u03c2 \u03bc\u03b5 \u03bf\u03c0\u03c4\u03b9\u03ba\u03ac \u03c3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03b1 \u03ba\u03b1\u03b9 \u03ae\u03c7\u03bf \u03c3\u03c4\u03bf LIVRESQ\", link: \"https:\/\/youtu.be\/MlwsPAJKFzw\" },\n                { id: 11, date: \"14 \u039c\u03b1\u03c1 2024\", title: \"\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03b4\u03b9\u03b1\u03b4\u03c1\u03b1\u03c3\u03c4\u03b9\u03ba\u03ce\u03bd \u03bc\u03b1\u03b8\u03b7\u03bc\u03ac\u03c4\u03c9\u03bd \u03b1\u03c0\u03cc \u03c4\u03bf \u03bc\u03b7\u03b4\u03ad\u03bd\", link: \"https:\/\/youtu.be\/L-MZ-hgZfr4\" },\n                { id: 10, date: \"29 \u03a6\u03b5\u03b2 2024\", title: \"\u03a0\u03ce\u03c2 \u03bd\u03b1 \u03b5\u03b9\u03c3\u03b1\u03b3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03c0\u03b5\u03c1\u03b9\u03b5\u03c7\u03cc\u03bc\u03b5\u03bd\u03bf \u03c3\u03c4\u03bf LIVRESQ\", link: \"https:\/\/youtu.be\/mhO95k03dMs\" },\n                { id: 9, date: \"15 \u03a6\u03b5\u03b2 2024\", title: \"\u0391\u03bd\u03b1\u03b2\u03b1\u03b8\u03bc\u03af\u03c3\u03c4\u03b5 \u03c4\u03b1 \u03bc\u03b1\u03b8\u03ae\u03bc\u03b1\u03c4\u03ac \u03c3\u03b1\u03c2 \u03bc\u03b5 stock \u03b2\u03af\u03bd\u03c4\u03b5\u03bf \u03ba\u03b1\u03b9 \u03b5\u03b9\u03ba\u03cc\u03bd\u03b5\u03c2!\", link: \"https:\/\/youtu.be\/lzL9Q2Q7YRA\" },\n                { id: 8, date: \"1 \u03a6\u03b5\u03b2 2024\", title: \"\u03a0\u03b1\u03c1\u03bf\u03c5\u03c3\u03af\u03b1\u03c3\u03b7 \u03c4\u03b7\u03c2 \u0393\u03b5\u03bd\u03bd\u03ae\u03c4\u03c1\u03b9\u03b1\u03c2 \u039c\u03b1\u03b8\u03b7\u03bc\u03ac\u03c4\u03c9\u03bd AI \u03c4\u03bf\u03c5 LIVRESQ\", link: \"https:\/\/youtu.be\/uP1oKWZRLt4\" },\n                { id: 7, date: \"18 \u0399\u03b1\u03bd 2024\", title: \"\u03a4\u03b9 \u03b5\u03c4\u03bf\u03b9\u03bc\u03ac\u03c3\u03b1\u03bc\u03b5 \u03b3\u03b9\u03b1 \u03c4\u03bf \u03c3\u03c5\u03bd\u03ad\u03b4\u03c1\u03b9\u03bf BETT\", link: \"https:\/\/youtu.be\/-jjSLDBuUBY\" },\n                { id: 6, date: \"7 \u0394\u03b5\u03ba 2023\", title: \"\u0392\u03bf\u03c5\u03c4\u03ae\u03be\u03c4\u03b5 \u03c3\u03c4\u03bf\u03bd \u03ba\u03cc\u03c3\u03bc\u03bf \u03c4\u03c9\u03bd \u03ba\u03bf\u03c5\u03af\u03b6\", link: \"https:\/\/youtu.be\/IioYCSF7l4s\" },\n                { id: 5, date: \"23 \u039d\u03bf\u03b5 2023\", title: \"\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c0\u03b5\u03c1\u03b9\u03b5\u03c7\u03bf\u03bc\u03ad\u03bd\u03bf\u03c5 \u03bc\u03b5 \u03c0\u03c1\u03cc\u03c4\u03c5\u03c0\u03b1\", link: \"https:\/\/youtu.be\/iuReASD55w0\" },\n                { id: 4, date: \"9 \u039d\u03bf\u03b5 2023\", title: \"\u03a0\u03c1\u03bf\u03c3\u03b8\u03ad\u03c3\u03c4\u03b5 stock \u03c6\u03c9\u03c4\u03bf\u03b3\u03c1\u03b1\u03c6\u03af\u03b5\u03c2 \u03b1\u03c0\u03b5\u03c5\u03b8\u03b5\u03af\u03b1\u03c2 \u03b1\u03c0\u03cc \u03c4\u03bf LIVRESQ\", link: \"https:\/\/youtu.be\/l_zwaUdlSpM\" },\n                { id: 3, date: \"26 \u039f\u03ba\u03c4 2023\", title: \"\u03a3\u03c7\u03b5\u03b4\u03b9\u03ac\u03c3\u03c4\u03b5 \u03ba\u03b1\u03b9 \u03b4\u03bf\u03bc\u03ae\u03c3\u03c4\u03b5 \u03c4\u03bf \u03c0\u03b5\u03c1\u03b9\u03b5\u03c7\u03cc\u03bc\u03b5\u03bd\u03bf eLearning\", link: \"https:\/\/youtu.be\/1xaD6kZrEAk\" },\n                { id: 2, date: \"12 \u039f\u03ba\u03c4 2023\", title: \"LIVRESQ: \u0395\u03bd\u03b4\u03c5\u03bd\u03b1\u03bc\u03ce\u03c3\u03c4\u03b5 \u03c4\u03b7 \u03b4\u03b9\u03b4\u03b1\u03c3\u03ba\u03b1\u03bb\u03af\u03b1 \u03c3\u03b1\u03c2! AI \u03c3\u03c4\u03b7\u03bd \u03b5\u03ba\u03c0\u03b1\u03af\u03b4\u03b5\u03c5\u03c3\u03b7: \u03a3\u03c5\u03bc\u03b2\u03bf\u03c5\u03bb\u03ad\u03c2 & \u03ba\u03cc\u03bb\u03c0\u03b1\", link: \"https:\/\/youtu.be\/_FzaIw0u83M\" },\n                { id: 1, date: \"28 \u03a3\u03b5\u03c0 2023\", title: \"LIVRESQ: \u0395\u03bd\u03b4\u03c5\u03bd\u03b1\u03bc\u03ce\u03c3\u03c4\u03b5 \u03c4\u03b7 \u03b4\u03b9\u03b4\u03b1\u03c3\u03ba\u03b1\u03bb\u03af\u03b1 \u03c3\u03b1\u03c2!\", link: \"https:\/\/youtu.be\/uHLNX7nu8iA\" }\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(query = '') {\n                const term = query.toLowerCase().trim();\n                const filtered = webinarsData.filter(item => {\n                    return item.title.toLowerCase().includes(term) ||\n                           item.id.toString().includes(term) ||\n                           item.date.toLowerCase().includes(term);\n                });\n\n                countLabel.textContent = `\u0395\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7 ${filtered.length} \u03c3\u03b5\u03bc\u03b9\u03bd\u03b1\u03c1\u03af\u03c9\u03bd`;\n\n                if (filtered.length === 0) {\n                    tableBody.innerHTML = `\n                        <tr>\n                            <td colspan=\"4\" class=\"px-6 py-8 text-center text-sm !text-slate-500\">\n                                \u0394\u03b5\u03bd \u03b2\u03c1\u03ad\u03b8\u03b7\u03ba\u03b5 \u03ba\u03b1\u03bd\u03ad\u03bd\u03b1 \u03c3\u03b5\u03bc\u03b9\u03bd\u03ac\u03c1\u03b9\u03bf \u03c0\u03bf\u03c5 \u03bd\u03b1 \u03c4\u03b1\u03b9\u03c1\u03b9\u03ac\u03b6\u03b5\u03b9 \u03bc\u03b5 \u03c4\u03b7\u03bd \u03b1\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03ae \u03c3\u03b1\u03c2.\n                            <\/td>\n                        <\/tr>\n                    `;\n                    return;\n                }\n\n                tableBody.innerHTML = filtered.map(webinar => {\n                    let actionButton = '';\n                    if (webinar.link) {\n                        actionButton = `\n                            <a href=\"${webinar.link}\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"inline-flex items-center justify-center px-4 py-2 bg-blue-50 hover:bg-blue-100 text-[#1379D1] font-semibold text-xs rounded-md transition-colors shadow-xs group !no-underline\">\n                                <i data-lucide=\"play\" class=\"w-3.5 h-3.5 mr-1.5 fill-current\"><\/i>\n                                <span>\u03a0\u03b1\u03c1\u03b1\u03ba\u03bf\u03bb\u03bf\u03cd\u03b8\u03b7\u03c3\u03b7<\/span>\n                                <i data-lucide=\"external-link\" class=\"w-3 h-3 ml-1 opacity-70 group-hover:translate-x-0.5 transition-transform\"><\/i>\n                            <\/a>\n                        `;\n                    } else {\n                        actionButton = `<span class=\"text-xs !text-slate-400 italic\">\u03a4\u03bf \u03c3\u03b5\u03bc\u03b9\u03bd\u03ac\u03c1\u03b9\u03bf \u03b8\u03b1 \u03b1\u03bd\u03b1\u03c1\u03c4\u03b7\u03b8\u03b5\u03af \u03c3\u03cd\u03bd\u03c4\u03bf\u03bc\u03b1<\/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                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\n\n\n","protected":false},"excerpt":{"rendered":"<p>LIVRESQ &#8211; \u0395\u03ba\u03c0\u03b1\u03af\u03b4\u03b5\u03c5\u03c3\u03b7 &#038; \u03a0\u03cc\u03c1\u03bf\u03b9 \u039a\u0395\u039d\u03a4\u03a1\u039f \u0395\u039a\u03a0\u0391\u0399\u0394\u0395\u03a5\u03a3\u0397\u03a3 \u0395\u03ba\u03c0\u03b1\u03af\u03b4\u03b5\u03c5\u03c3\u03b7 &#038; \u03a0\u03cc\u03c1\u03bf\u03b9 \u0392\u03c1\u03b5\u03af\u03c4\u03b5 \u03b5\u03ba\u03c0\u03b1\u03b9\u03b4\u03b5\u03c5\u03c4\u03b9\u03ba\u03bf\u03cd\u03c2 \u03c0\u03cc\u03c1\u03bf\u03c5\u03c2 \u03c0\u03bf\u03c5 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03ae\u03b8\u03b7\u03ba\u03b1\u03bd \u03b1\u03c0\u03cc \u03c4\u03b7\u03bd \u03bf\u03bc\u03ac\u03b4\u03b1 \u03c4\u03bf\u03c5 LIVRESQ \u03ba\u03b1\u03b9 \u03c4\u03b7\u03bd \u03ba\u03bf\u03b9\u03bd\u03cc\u03c4\u03b7\u03c4\u03ac \u03bc\u03b1\u03c2. \u0395\u03be\u03b5\u03c1\u03b5\u03c5\u03bd\u03ae\u03c3\u03c4\u03b5 \u03b4\u03b9\u03b1\u03b8\u03ad\u03c3\u03b9\u03bc\u03b1 \u03c3\u03b5\u03bc\u03b9\u03bd\u03ac\u03c1\u03b9\u03b1 \u03ba\u03b1\u03b9 \u03bf\u03b4\u03b7\u03b3\u03bf\u03cd\u03c2. HD \u0392\u03af\u03bd\u03c4\u03b5\u03bf \u03a0\u03a1\u039f\u03a3\u03a6\u0391\u03a4\u0397 \u0395\u039a\u0394\u039f\u03a3\u0397 \u00b7 \u03a3\u0395\u039c\u0399\u039d\u0391\u03a1\u0399\u039f #62 30 \u0399\u03bf\u03c5\u03bb 2026 \u03a0\u03bb\u03ae\u03c1\u03b7\u03c2 \u03ad\u03bb\u03b5\u03b3\u03c7\u03bf\u03c2: \u0395\u03cd\u03ba\u03bf\u03bb\u03b7 \u03b5\u03be\u03b1\u03b3\u03c9\u03b3\u03ae \u03ba\u03b1\u03b9 \u03b1\u03bd\u03c4\u03b9\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u03ad\u03c1\u03b3\u03c9\u03bd \u039c\u03ac\u03b8\u03b5\u03c4\u03b5 \u03c0\u03ce\u03c2 \u03bd\u03b1 \u03b5\u03be\u03ac\u03b3\u03b5\u03c4\u03b5 \u03b1\u03c0\u03c1\u03cc\u03c3\u03ba\u03bf\u03c0\u03c4\u03b1 \u03c4\u03b1 \u03ad\u03c1\u03b3\u03b1 \u03c3\u03b1\u03c2, \u03bd\u03b1 [&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 v28.3 - 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\/gr\/\u03b5\u03ba\u03c0\u03b1\u03af\u03b4\u03b5\u03c5\u03c3\u03b7\/\" \/>\n<meta property=\"og:locale\" content=\"el_GR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Training - LIVRESQ\" \/>\n<meta property=\"og:description\" content=\"LIVRESQ &#8211; \u0395\u03ba\u03c0\u03b1\u03af\u03b4\u03b5\u03c5\u03c3\u03b7 &#038; \u03a0\u03cc\u03c1\u03bf\u03b9 \u039a\u0395\u039d\u03a4\u03a1\u039f \u0395\u039a\u03a0\u0391\u0399\u0394\u0395\u03a5\u03a3\u0397\u03a3 \u0395\u03ba\u03c0\u03b1\u03af\u03b4\u03b5\u03c5\u03c3\u03b7 &#038; \u03a0\u03cc\u03c1\u03bf\u03b9 \u0392\u03c1\u03b5\u03af\u03c4\u03b5 \u03b5\u03ba\u03c0\u03b1\u03b9\u03b4\u03b5\u03c5\u03c4\u03b9\u03ba\u03bf\u03cd\u03c2 \u03c0\u03cc\u03c1\u03bf\u03c5\u03c2 \u03c0\u03bf\u03c5 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03ae\u03b8\u03b7\u03ba\u03b1\u03bd \u03b1\u03c0\u03cc \u03c4\u03b7\u03bd \u03bf\u03bc\u03ac\u03b4\u03b1 \u03c4\u03bf\u03c5 LIVRESQ \u03ba\u03b1\u03b9 \u03c4\u03b7\u03bd \u03ba\u03bf\u03b9\u03bd\u03cc\u03c4\u03b7\u03c4\u03ac \u03bc\u03b1\u03c2. \u0395\u03be\u03b5\u03c1\u03b5\u03c5\u03bd\u03ae\u03c3\u03c4\u03b5 \u03b4\u03b9\u03b1\u03b8\u03ad\u03c3\u03b9\u03bc\u03b1 \u03c3\u03b5\u03bc\u03b9\u03bd\u03ac\u03c1\u03b9\u03b1 \u03ba\u03b1\u03b9 \u03bf\u03b4\u03b7\u03b3\u03bf\u03cd\u03c2. HD \u0392\u03af\u03bd\u03c4\u03b5\u03bf \u03a0\u03a1\u039f\u03a3\u03a6\u0391\u03a4\u0397 \u0395\u039a\u0394\u039f\u03a3\u0397 \u00b7 \u03a3\u0395\u039c\u0399\u039d\u0391\u03a1\u0399\u039f #62 30 \u0399\u03bf\u03c5\u03bb 2026 \u03a0\u03bb\u03ae\u03c1\u03b7\u03c2 \u03ad\u03bb\u03b5\u03b3\u03c7\u03bf\u03c2: \u0395\u03cd\u03ba\u03bf\u03bb\u03b7 \u03b5\u03be\u03b1\u03b3\u03c9\u03b3\u03ae \u03ba\u03b1\u03b9 \u03b1\u03bd\u03c4\u03b9\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u03ad\u03c1\u03b3\u03c9\u03bd \u039c\u03ac\u03b8\u03b5\u03c4\u03b5 \u03c0\u03ce\u03c2 \u03bd\u03b1 \u03b5\u03be\u03ac\u03b3\u03b5\u03c4\u03b5 \u03b1\u03c0\u03c1\u03cc\u03c3\u03ba\u03bf\u03c0\u03c4\u03b1 \u03c4\u03b1 \u03ad\u03c1\u03b3\u03b1 \u03c3\u03b1\u03c2, \u03bd\u03b1 [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/livresq.com\/gr\/\u03b5\u03ba\u03c0\u03b1\u03af\u03b4\u03b5\u03c5\u03c3\u03b7\/\" \/>\n<meta property=\"og:site_name\" content=\"LIVRESQ\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-19T08:04:28+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/img.youtube.com\/vi\/Yp03u_GzgEQ\/hqdefault.jpg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u0395\u03ba\u03c4\u03b9\u03bc\u03ce\u03bc\u03b5\u03bd\u03bf\u03c2 \u03c7\u03c1\u03cc\u03bd\u03bf\u03c2 \u03b1\u03bd\u03ac\u03b3\u03bd\u03c9\u03c3\u03b7\u03c2\" \/>\n\t<meta name=\"twitter:data1\" content=\"10 \u03bb\u03b5\u03c0\u03c4\u03ac\" \/>\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:\\\/\\\/img.youtube.com\\\/vi\\\/Yp03u_GzgEQ\\\/hqdefault.jpg\",\"datePublished\":\"2019-07-22T13:54:28+00:00\",\"dateModified\":\"2026-08-19T08:04:28+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/livresq.com\\\/training\\\/#breadcrumb\"},\"inLanguage\":\"el\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/livresq.com\\\/training\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"el\",\"@id\":\"https:\\\/\\\/livresq.com\\\/training\\\/#primaryimage\",\"url\":\"https:\\\/\\\/img.youtube.com\\\/vi\\\/Yp03u_GzgEQ\\\/hqdefault.jpg\",\"contentUrl\":\"https:\\\/\\\/img.youtube.com\\\/vi\\\/Yp03u_GzgEQ\\\/hqdefault.jpg\"},{\"@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\":\"el\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/livresq.com\\\/en\\\/#organization\",\"name\":\"LIVRESQ - Authoring Tool\",\"url\":\"https:\\\/\\\/livresq.com\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"el\",\"@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":"\u0395\u03ba\u03c0\u03b1\u03af\u03b4\u03b5\u03c5\u03c3\u03b7 - 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\/gr\/\u03b5\u03ba\u03c0\u03b1\u03af\u03b4\u03b5\u03c5\u03c3\u03b7\/","og_locale":"el_GR","og_type":"article","og_title":"Training - LIVRESQ","og_description":"LIVRESQ &#8211; \u0395\u03ba\u03c0\u03b1\u03af\u03b4\u03b5\u03c5\u03c3\u03b7 &#038; \u03a0\u03cc\u03c1\u03bf\u03b9 \u039a\u0395\u039d\u03a4\u03a1\u039f \u0395\u039a\u03a0\u0391\u0399\u0394\u0395\u03a5\u03a3\u0397\u03a3 \u0395\u03ba\u03c0\u03b1\u03af\u03b4\u03b5\u03c5\u03c3\u03b7 &#038; \u03a0\u03cc\u03c1\u03bf\u03b9 \u0392\u03c1\u03b5\u03af\u03c4\u03b5 \u03b5\u03ba\u03c0\u03b1\u03b9\u03b4\u03b5\u03c5\u03c4\u03b9\u03ba\u03bf\u03cd\u03c2 \u03c0\u03cc\u03c1\u03bf\u03c5\u03c2 \u03c0\u03bf\u03c5 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03ae\u03b8\u03b7\u03ba\u03b1\u03bd \u03b1\u03c0\u03cc \u03c4\u03b7\u03bd \u03bf\u03bc\u03ac\u03b4\u03b1 \u03c4\u03bf\u03c5 LIVRESQ \u03ba\u03b1\u03b9 \u03c4\u03b7\u03bd \u03ba\u03bf\u03b9\u03bd\u03cc\u03c4\u03b7\u03c4\u03ac \u03bc\u03b1\u03c2. \u0395\u03be\u03b5\u03c1\u03b5\u03c5\u03bd\u03ae\u03c3\u03c4\u03b5 \u03b4\u03b9\u03b1\u03b8\u03ad\u03c3\u03b9\u03bc\u03b1 \u03c3\u03b5\u03bc\u03b9\u03bd\u03ac\u03c1\u03b9\u03b1 \u03ba\u03b1\u03b9 \u03bf\u03b4\u03b7\u03b3\u03bf\u03cd\u03c2. HD \u0392\u03af\u03bd\u03c4\u03b5\u03bf \u03a0\u03a1\u039f\u03a3\u03a6\u0391\u03a4\u0397 \u0395\u039a\u0394\u039f\u03a3\u0397 \u00b7 \u03a3\u0395\u039c\u0399\u039d\u0391\u03a1\u0399\u039f #62 30 \u0399\u03bf\u03c5\u03bb 2026 \u03a0\u03bb\u03ae\u03c1\u03b7\u03c2 \u03ad\u03bb\u03b5\u03b3\u03c7\u03bf\u03c2: \u0395\u03cd\u03ba\u03bf\u03bb\u03b7 \u03b5\u03be\u03b1\u03b3\u03c9\u03b3\u03ae \u03ba\u03b1\u03b9 \u03b1\u03bd\u03c4\u03b9\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u03ad\u03c1\u03b3\u03c9\u03bd \u039c\u03ac\u03b8\u03b5\u03c4\u03b5 \u03c0\u03ce\u03c2 \u03bd\u03b1 \u03b5\u03be\u03ac\u03b3\u03b5\u03c4\u03b5 \u03b1\u03c0\u03c1\u03cc\u03c3\u03ba\u03bf\u03c0\u03c4\u03b1 \u03c4\u03b1 \u03ad\u03c1\u03b3\u03b1 \u03c3\u03b1\u03c2, \u03bd\u03b1 [&hellip;]","og_url":"https:\/\/livresq.com\/gr\/\u03b5\u03ba\u03c0\u03b1\u03af\u03b4\u03b5\u03c5\u03c3\u03b7\/","og_site_name":"LIVRESQ","article_modified_time":"2026-08-19T08:04:28+00:00","og_image":[{"url":"https:\/\/img.youtube.com\/vi\/Yp03u_GzgEQ\/hqdefault.jpg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"\u0395\u03ba\u03c4\u03b9\u03bc\u03ce\u03bc\u03b5\u03bd\u03bf\u03c2 \u03c7\u03c1\u03cc\u03bd\u03bf\u03c2 \u03b1\u03bd\u03ac\u03b3\u03bd\u03c9\u03c3\u03b7\u03c2":"10 \u03bb\u03b5\u03c0\u03c4\u03ac"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/livresq.com\/training\/","url":"https:\/\/livresq.com\/training\/","name":"\u0395\u03ba\u03c0\u03b1\u03af\u03b4\u03b5\u03c5\u03c3\u03b7 - LIVRESQ","isPartOf":{"@id":"https:\/\/livresq.com\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/livresq.com\/training\/#primaryimage"},"image":{"@id":"https:\/\/livresq.com\/training\/#primaryimage"},"thumbnailUrl":"https:\/\/img.youtube.com\/vi\/Yp03u_GzgEQ\/hqdefault.jpg","datePublished":"2019-07-22T13:54:28+00:00","dateModified":"2026-08-19T08:04:28+00:00","breadcrumb":{"@id":"https:\/\/livresq.com\/training\/#breadcrumb"},"inLanguage":"el","potentialAction":[{"@type":"ReadAction","target":["https:\/\/livresq.com\/training\/"]}]},{"@type":"ImageObject","inLanguage":"el","@id":"https:\/\/livresq.com\/training\/#primaryimage","url":"https:\/\/img.youtube.com\/vi\/Yp03u_GzgEQ\/hqdefault.jpg","contentUrl":"https:\/\/img.youtube.com\/vi\/Yp03u_GzgEQ\/hqdefault.jpg"},{"@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":"\u0395\u03c1\u03b3\u03b1\u03bb\u03b5\u03af\u03bf \u03c3\u03c5\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae\u03c2 eLearning","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":"el"},{"@type":"Organization","@id":"https:\/\/livresq.com\/en\/#organization","name":"LIVRESQ - \u0395\u03c1\u03b3\u03b1\u03bb\u03b5\u03af\u03bf \u03c3\u03c5\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae\u03c2","url":"https:\/\/livresq.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"el","@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\/gr\/wp-json\/wp\/v2\/pages\/15","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/livresq.com\/gr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/livresq.com\/gr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/livresq.com\/gr\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/livresq.com\/gr\/wp-json\/wp\/v2\/comments?post=15"}],"version-history":[{"count":129,"href":"https:\/\/livresq.com\/gr\/wp-json\/wp\/v2\/pages\/15\/revisions"}],"predecessor-version":[{"id":493187,"href":"https:\/\/livresq.com\/gr\/wp-json\/wp\/v2\/pages\/15\/revisions\/493187"}],"wp:attachment":[{"href":"https:\/\/livresq.com\/gr\/wp-json\/wp\/v2\/media?parent=15"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}