


{"id":272334,"date":"2022-08-09T17:57:07","date_gmt":"2022-08-09T14:57:07","guid":{"rendered":"https:\/\/livresq.com\/?p=272334"},"modified":"2026-09-03T11:17:07","modified_gmt":"2026-09-03T08:17:07","slug":"%ce%ba%ce%b1%cf%84%ce%ac%ce%bb%ce%bf%ce%b3%ce%bf%cf%82-%cf%81%ce%bf%cf%85%ce%bc%ce%b1%ce%bd%ce%b9%ce%ba%cf%8e%ce%bd-%ce%b5%ce%ba%cf%80%ce%b1%ce%b9%ce%b4%ce%b5%cf%85%cf%84%ce%b9%ce%ba%cf%8e%ce%bd","status":"publish","type":"post","link":"https:\/\/livresq.com\/gr\/news\/lista-platforme-educationale-romanesti\/","title":{"rendered":"\u039a\u03b1\u03c4\u03ac\u03bb\u03bf\u03b3\u03bf\u03c2 \u03c1\u03bf\u03c5\u03bc\u03b1\u03bd\u03b9\u03ba\u03ce\u03bd \u03b5\u03ba\u03c0\u03b1\u03b9\u03b4\u03b5\u03c5\u03c4\u03b9\u03ba\u03ce\u03bd \u03c0\u03bb\u03b1\u03c4\u03c6\u03bf\u03c1\u03bc\u03ce\u03bd"},"content":{"rendered":"\n\n\n\n\n<!DOCTYPE html>\n<html lang=\"el\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>\u039a\u03b1\u03c4\u03ac\u03bb\u03bf\u03b3\u03bf\u03c2 \u03a1\u03bf\u03c5\u03bc\u03b1\u03bd\u03b9\u03ba\u03ce\u03bd \u0395\u03ba\u03c0\u03b1\u03b9\u03b4\u03b5\u03c5\u03c4\u03b9\u03ba\u03ce\u03bd \u03a0\u03bb\u03b1\u03c4\u03c6\u03bf\u03c1\u03bc\u03ce\u03bd &#8211; LIVRESQ<\/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@400;500;700;900&#038;display=swap\" rel=\"stylesheet\">\n    \n    <!-- Global Compatibility Safeguards for WordPress, Elementor & Custom HTML Embeds -->\n    <script>\n        window.React = window.React || {};\n        window.ReactDOM = window.ReactDOM || {};\n        window.tailwind = window.tailwind || {};\n        window.tailwind.config = {\n            theme: {\n                extend: {\n                    colors: {\n                        midnight: '#0F1623',\n                        livresq: {\n                            fucsia: '#D91278',   \/\/ Primary Action\n                            'fucsia-dark': '#b00e60', \/\/ Hover State\n                            albastru: '#6fccf0', \/\/ Secondary \/ Light Blue\n                            blond: '#faed87',    \/\/ Highlight \/ Yellow\n                            darkblue: '#2c3e50', \/\/ Text \/ Footer\n                            light: '#f8f9fa',\n                            text: '#333333'\n                        },\n                        slate: {\n                            850: '#151e2e',\n                            900: '#0F1623' \n                        }\n                    },\n                    fontFamily: {\n                        sans: ['Inter', 'sans-serif'],\n                        heading: ['Roboto', 'sans-serif'],\n                    }\n                }\n            }\n        };\n    <\/script>\n    \n    <!-- Tailwind CSS (via CDN) -->\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n    \n    <!-- Lucide Icons (via CDN) -->\n    <script src=\"https:\/\/unpkg.com\/lucide@latest\"><\/script>\n\n    <style>\n        html { scroll-behavior: smooth; }\n        \n        \/* Grid Pattern *\/\n        .bg-grid-overlay {\n            background-size: 40px 40px;\n            background-image: linear-gradient(to right, rgba(255, 255, 255, 0.05) 1px, transparent 1px),\n                              linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 1px, transparent 1px);\n        }\n\n        \/* NATIVE ANIMATIONS *\/\n        @keyframes livresqFadeInUp {\n            0% { opacity: 0; transform: translateY(20px); }\n            100% { opacity: 1; transform: translateY(0); }\n        }\n\n        .livresq-animate-fade-in-up {\n            animation: livresqFadeInUp 0.2s ease-out forwards;\n        }\n\n        \/* Scrollbar hide utility *\/\n        .no-scrollbar::-webkit-scrollbar {\n            display: none;\n        }\n        .no-scrollbar {\n            -ms-overflow-style: none;\n            scrollbar-width: none;\n        }\n\n        \/* Card & Section Action Button Hover Protection (prevents WordPress\/Elementor a:hover dark blue #002244 override) *\/\n        a.card-action-btn,\n        a.card-action-btn:hover,\n        a.card-action-btn:focus,\n        a.card-action-btn:active,\n        a.card-action-btn *,\n        button.card-action-btn,\n        button.card-action-btn:hover,\n        button.card-action-btn:focus,\n        button.card-action-btn:active,\n        button.card-action-btn * {\n            color: #ffffff !important;\n            text-decoration: none !important;\n        }\n\n        a.card-action-btn-blue,\n        button.card-action-btn-blue {\n            background-color: #1379D1 !important;\n            color: #ffffff !important;\n        }\n        a.card-action-btn-blue:hover,\n        button.card-action-btn-blue:hover {\n            background-color: #0b5aa0 !important;\n            color: #ffffff !important;\n            box-shadow: 0 4px 14px rgba(19, 121, 209, 0.35) !important;\n            transform: translateY(-1px);\n        }\n\n        a.card-action-btn-fucsia,\n        button.card-action-btn-fucsia {\n            background-color: #D91278 !important;\n            color: #ffffff !important;\n        }\n        a.card-action-btn-fucsia:hover,\n        button.card-action-btn-fucsia:hover {\n            background-color: #b00e60 !important;\n            color: #ffffff !important;\n            box-shadow: 0 4px 14px rgba(217, 18, 120, 0.35) !important;\n            transform: translateY(-1px);\n        }\n\n        \/* Hero & tags hover color protection *\/\n        a.hero-breadcrumb-link:hover {\n            color: #ffffff !important;\n        }\n        a.hero-author-link:hover {\n            color: #6fccf0 !important;\n        }\n        a.article-tag:hover {\n            color: #1379D1 !important;\n            background-color: #e2e8f0 !important;\n        }\n    <\/style>\n<\/head>\n<body class=\"font-sans text-slate-800 antialiased bg-slate-50 selection:bg-[#D91278] selection:text-white\">\n\n    <!-- MAIN CONTENT (No header\/navbar for clean WordPress embed) -->\n    <main class=\"pt-0\">\n\n        <!-- ==========================================\n             HERO SECTION\n        =========================================== -->\n        <section class=\"relative bg-gradient-to-b from-slate-900 via-[#0F1623] to-[#1379D1]\/10 text-white overflow-hidden pt-20 pb-16 lg:pt-28 lg:pb-20\">\n            <div class=\"absolute top-0 right-0 w-[650px] h-[650px] bg-[#1379D1]\/20 rounded-full blur-[140px] pointer-events-none\"><\/div>\n            <div class=\"absolute bottom-0 left-0 w-[550px] h-[550px] bg-[#D91278]\/15 rounded-full blur-[130px] pointer-events-none\"><\/div>\n            <div class=\"absolute inset-0 bg-grid-overlay opacity-30 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                <nav class=\"flex items-center gap-2 text-xs font-semibold text-slate-400 mb-6 uppercase tracking-wider\">\n                    <a href=\"https:\/\/livresq.com\/\" class=\"hero-breadcrumb-link text-slate-400 hover:!text-white transition-colors\">Home<\/a>\n                    <span>\/<\/span>\n                    <a href=\"https:\/\/livresq.com\/blog\/\" class=\"hero-breadcrumb-link text-slate-400 hover:!text-white transition-colors\">News<\/a>\n                    <span>\/<\/span>\n                    <span class=\"text-[#6fccf0]\">\u039a\u03b1\u03c4\u03ac\u03bb\u03bf\u03b3\u03bf\u03c2 \u03c1\u03bf\u03c5\u03bc\u03b1\u03bd\u03b9\u03ba\u03ce\u03bd \u03b5\u03ba\u03c0\u03b1\u03b9\u03b4\u03b5\u03c5\u03c4\u03b9\u03ba\u03ce\u03bd \u03c0\u03bb\u03b1\u03c4\u03c6\u03bf\u03c1\u03bc\u03ce\u03bd<\/span>\n                <\/nav>\n\n                <div class=\"grid grid-cols-1 lg:grid-cols-12 gap-10 items-center\">\n                    <div class=\"lg:col-span-8 flex flex-col items-start\">\n                        <div class=\"inline-flex items-center gap-2 py-1.5 px-3.5 rounded-full border border-[#6fccf0]\/30 bg-[#1379D1]\/20 text-[#6fccf0] text-xs font-bold uppercase tracking-widest mb-6 backdrop-blur-md\">\n                            <i data-lucide=\"sparkles\" class=\"w-3.5 h-3.5 text-[#faed87]\"><\/i>\n                            <span>\u039f\u03b4\u03b7\u03b3\u03cc\u03c2 &#038; \u039a\u03b1\u03c4\u03ac\u03bb\u03bf\u03b3\u03bf\u03c2 EdTech \u03a1\u03bf\u03c5\u03bc\u03b1\u03bd\u03af\u03b1\u03c2<\/span>\n                            <span class=\"w-1.5 h-1.5 rounded-full bg-emerald-400 animate-ping\"><\/span>\n                        <\/div>\n\n                        <h1 class=\"text-3xl sm:text-4xl md:text-5xl lg:text-6xl font-heading font-black text-white leading-[1.15] tracking-tight mb-6\">\n                            \u039a\u03b1\u03c4\u03ac\u03bb\u03bf\u03b3\u03bf\u03c2 \u03c1\u03bf\u03c5\u03bc\u03b1\u03bd\u03b9\u03ba\u03ce\u03bd \u03b5\u03ba\u03c0\u03b1\u03b9\u03b4\u03b5\u03c5\u03c4\u03b9\u03ba\u03ce\u03bd \u03c0\u03bb\u03b1\u03c4\u03c6\u03bf\u03c1\u03bc\u03ce\u03bd\n                            <span class=\"block mt-2 text-transparent bg-clip-text bg-gradient-to-r from-[#D91278] via-[#f7529d] to-[#6fccf0]\">\n                                (\u03c3\u03b5 \u03c3\u03c5\u03bd\u03b5\u03c7\u03ae \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7)\n                            <\/span>\n                        <\/h1>\n\n                        <p class=\"text-lg sm:text-xl text-slate-300 leading-relaxed max-w-2xl mb-8\">\n                            \u039f\u03b9 \u03c3\u03b7\u03bc\u03b1\u03bd\u03c4\u03b9\u03ba\u03cc\u03c4\u03b5\u03c1\u03b5\u03c2 \u03c1\u03bf\u03c5\u03bc\u03b1\u03bd\u03b9\u03ba\u03ad\u03c2 \u03bb\u03cd\u03c3\u03b5\u03b9\u03c2 \u03ba\u03b1\u03b9 \u03c0\u03bb\u03b1\u03c4\u03c6\u03cc\u03c1\u03bc\u03b5\u03c2 \u03c8\u03b7\u03c6\u03b9\u03b1\u03ba\u03ae\u03c2 \u03b5\u03ba\u03c0\u03b1\u03af\u03b4\u03b5\u03c5\u03c3\u03b7\u03c2: \u03b1\u03c0\u03cc \u03c4\u03b7\u03bd \u03c0\u03c1\u03bf\u03c3\u03c7\u03bf\u03bb\u03b9\u03ba\u03ae \u03ba\u03b1\u03b9 \u03c0\u03c1\u03c9\u03c4\u03bf\u03b2\u03ac\u03b8\u03bc\u03b9\u03b1 \u03b5\u03ba\u03c0\u03b1\u03af\u03b4\u03b5\u03c5\u03c3\u03b7 \u03bc\u03ad\u03c7\u03c1\u03b9 \u03c4\u03bf \u03bb\u03cd\u03ba\u03b5\u03b9\u03bf, \u03c4\u03bf \u03c0\u03b1\u03bd\u03b5\u03c0\u03b9\u03c3\u03c4\u03ae\u03bc\u03b9\u03bf \u03ba\u03b1\u03b9 \u03c4\u03b7 \u03b4\u03b9\u03ac \u03b2\u03af\u03bf\u03c5 \u03bc\u03ac\u03b8\u03b7\u03c3\u03b7.\n                        <\/p>\n\n                        <!-- Author Box -->\n                        <div class=\"w-full max-w-2xl bg-slate-800\/60 backdrop-blur-md rounded-xl border border-slate-700\/60 p-4 sm:p-5 flex flex-wrap items-center justify-between gap-4 shadow-xl\">\n                            <div class=\"flex items-center gap-3.5\">\n                                <a href=\"https:\/\/www.linkedin.com\/in\/malureanu\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"relative group block\">\n                                    <img decoding=\"async\" src=\"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2020\/05\/Alex.jpeg?fit=232%2C217&#038;ssl=1\" alt=\"Alex Malureanu\" class=\"w-12 h-12 rounded-full object-cover border-2 border-[#D91278] group-hover:scale-105 transition-transform\">\n                                <\/a>\n                                <div>\n                                    <a href=\"https:\/\/www.linkedin.com\/in\/malureanu\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"hero-author-link text-white font-bold text-base hover:!text-[#6fccf0] transition-colors flex items-center gap-1.5\">\n                                        Alex M\u0103lureanu\n                                    <\/a>\n                                    <p class=\"text-xs text-slate-400 font-medium\">\u03a3\u03c5\u03bd\u03b9\u03b4\u03c1\u03c5\u03c4\u03ae\u03c2 Ascendia \/ LIVRESQ<\/p>\n                                <\/div>\n                            <\/div>\n\n                            <div class=\"flex items-center gap-4 text-xs font-semibold text-slate-300 border-t sm:border-t-0 sm:border-l border-slate-700 pt-2 sm:pt-0 sm:pl-4\">\n                                <div class=\"flex items-center gap-1.5\">\n                                    <i data-lucide=\"calendar\" class=\"w-4 h-4 text-[#6fccf0]\"><\/i>\n                                    <span>\u0395\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7 \u03a3\u03b5\u03c0\u03c4\u03ad\u03bc\u03b2\u03c1\u03b9\u03bf\u03c2 2026<\/span>\n                                <\/div>\n                                <div class=\"flex items-center gap-1.5\">\n                                    <i data-lucide=\"clock\" class=\"w-4 h-4 text-[#faed87]\"><\/i>\n                                    <span>6 \u03bb\u03b5\u03c0\u03c4\u03ac \u03b1\u03bd\u03ac\u03b3\u03bd\u03c9\u03c3\u03b7\u03c2<\/span>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n                    <!-- Right Column: Visual Card -->\n                    <div class=\"lg:col-span-4 flex flex-col items-center justify-center\">\n                        <div class=\"relative group w-full max-w-sm\">\n                            <div class=\"absolute -inset-1 bg-gradient-to-r from-[#1379D1] via-[#D91278] to-[#6fccf0] rounded-2xl blur-lg opacity-40 group-hover:opacity-70 transition duration-500\"><\/div>\n                            <div class=\"relative bg-slate-900 border border-slate-700\/80 rounded-2xl p-5 shadow-2xl overflow-hidden\">\n                                <div class=\"relative overflow-hidden rounded-xl mb-4 aspect-[4\/5] bg-slate-800\">\n                                    <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2026\/09\/LISTA-24-PLATFORME-ROMANESTI-PENTRU-EDUCATIE-Postare-Instagram-Editabila-4.png?w=800&#038;ssl=1\" alt=\"\u039a\u03b1\u03c4\u03ac\u03bb\u03bf\u03b3\u03bf\u03c2 \u03c1\u03bf\u03c5\u03bc\u03b1\u03bd\u03b9\u03ba\u03ce\u03bd \u03b5\u03ba\u03c0\u03b1\u03b9\u03b4\u03b5\u03c5\u03c4\u03b9\u03ba\u03ce\u03bd \u03c0\u03bb\u03b1\u03c4\u03c6\u03bf\u03c1\u03bc\u03ce\u03bd\" class=\"w-full h-full object-cover group-hover:scale-105 transition-transform duration-500\">\n                                <\/div>\n                                <div class=\"grid grid-cols-2 gap-2 text-center pt-1\">\n                                    <div class=\"bg-slate-800\/80 border border-slate-700\/50 p-2.5 rounded-lg\">\n                                        <span class=\"text-xl font-black text-[#6fccf0] font-heading block\">25<\/span>\n                                        <span class=\"text-[10px] uppercase font-bold text-slate-400\">\u039a\u03b1\u03c4\u03b1\u03c7\u03c9\u03c1\u03b7\u03bc\u03ad\u03bd\u03b5\u03c2 \u03a0\u03bb\u03b1\u03c4\u03c6\u03cc\u03c1\u03bc\u03b5\u03c2<\/span>\n                                    <\/div>\n                                    <div class=\"bg-slate-800\/80 border border-slate-700\/50 p-2.5 rounded-lg\">\n                                        <span class=\"text-xl font-black text-[#faed87] font-heading block\">194.754+<\/span>\n                                        <span class=\"text-[10px] uppercase font-bold text-slate-400\">\u0392\u03b9\u03b2\u03bb\u03b9\u03bf\u03b8\u03ae\u03ba\u03b7<\/span>\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- ==========================================\n             EDITORIAL & 5 PILLARS SECTION\n        =========================================== -->\n        <section class=\"py-14 bg-white border-b border-slate-200 relative\">\n            <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\n                \n                <div class=\"bg-gradient-to-r from-slate-50 via-blue-50\/40 to-pink-50\/30 rounded-2xl border border-slate-200\/80 p-6 sm:p-8 mb-12 shadow-sm\">\n                    <span class=\"text-xs font-black uppercase tracking-widest text-[#D91278] block mb-2 font-heading\">\n                        \u039c\u03ae\u03bd\u03c5\u03bc\u03b1 \u03c0\u03c1\u03bf\u03c2 \u03c4\u03b7\u03bd \u0395\u03ba\u03c0\u03b1\u03b9\u03b4\u03b5\u03c5\u03c4\u03b9\u03ba\u03ae \u039a\u03bf\u03b9\u03bd\u03cc\u03c4\u03b7\u03c4\u03b1\n                    <\/span>\n                    <h2 class=\"text-2xl sm:text-3xl font-heading font-black text-slate-900 tracking-tight mb-4\">\n                        \u0391\u03b3\u03b1\u03c0\u03b7\u03c4\u03bf\u03af \u03b5\u03ba\u03c0\u03b1\u03b9\u03b4\u03b5\u03c5\u03c4\u03b9\u03ba\u03bf\u03af, \u03b3\u03bf\u03bd\u03b5\u03af\u03c2 \u03ba\u03b1\u03b9 \u03bc\u03b1\u03b8\u03b7\u03c4\u03ad\u03c2,\n                    <\/h2>\n                    <p class=\"text-base sm:text-lg text-slate-700 leading-relaxed font-medium\">\n                        \u0393\u03b9\u03b1 \u03ad\u03bd\u03b1 \u03b4\u03c5\u03bd\u03b1\u03bc\u03b9\u03ba\u03cc \u03be\u03b5\u03ba\u03af\u03bd\u03b7\u03bc\u03b1 \u03c4\u03b7\u03c2 \u03c3\u03c7\u03bf\u03bb\u03b9\u03ba\u03ae\u03c2 \u03c7\u03c1\u03bf\u03bd\u03b9\u03ac\u03c2 \u03ba\u03b1\u03b9 \u03c4\u03b7 \u03b2\u03b9\u03ce\u03c3\u03b9\u03bc\u03b7 \u03c8\u03b7\u03c6\u03b9\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03c4\u03c9\u03bd \u03bc\u03b1\u03b8\u03b7\u03bc\u03ac\u03c4\u03c9\u03bd, \u03c3\u03c5\u03b3\u03ba\u03b5\u03bd\u03c4\u03c1\u03ce\u03c3\u03b1\u03bc\u03b5 \u03c4\u03b9\u03c2 \u03c3\u03b7\u03bc\u03b1\u03bd\u03c4\u03b9\u03ba\u03cc\u03c4\u03b5\u03c1\u03b5\u03c2 \u03b5\u03ba\u03c0\u03b1\u03b9\u03b4\u03b5\u03c5\u03c4\u03b9\u03ba\u03ad\u03c2 \u03c0\u03bb\u03b1\u03c4\u03c6\u03cc\u03c1\u03bc\u03b5\u03c2 \u03c3\u03c4\u03b7 \u03a1\u03bf\u03c5\u03bc\u03b1\u03bd\u03af\u03b1. \u0391\u03c5\u03c4\u03cc\u03c2 \u03bf \u03ba\u03b1\u03c4\u03ac\u03bb\u03bf\u03b3\u03bf\u03c2 \u03b1\u03c0\u03bf\u03c4\u03b5\u03bb\u03b5\u03af \u03ad\u03bd\u03b1 \u03b1\u03bd\u03bf\u03b9\u03c7\u03c4\u03cc \u03b5\u03c1\u03b3\u03b1\u03bb\u03b5\u03af\u03bf \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2 \u03b3\u03b9\u03b1 \u03ac\u03bc\u03b5\u03c3\u03b7 \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7 \u03c3\u03c4\u03b1 \u03ba\u03b1\u03c4\u03ac\u03bb\u03bb\u03b7\u03bb\u03b1 \u03c8\u03b7\u03c6\u03b9\u03b1\u03ba\u03ac \u03bc\u03ad\u03c3\u03b1.\n                    <\/p>\n                <\/div>\n\n                <div class=\"mb-4\">\n                    <div class=\"flex flex-col sm:flex-row sm:items-end justify-between mb-6 gap-4\">\n                        <div>\n                            <span class=\"text-xs font-bold uppercase tracking-widest text-[#1379D1]\">\u03a4\u03bf\u03bc\u03b5\u03af\u03c2 \u039a\u03ac\u03bb\u03c5\u03c8\u03b7\u03c2<\/span>\n                            <h3 class=\"text-xl sm:text-2xl font-heading font-black text-slate-900 mt-1\">\n                                \u039f \u03ba\u03b1\u03c4\u03ac\u03bb\u03bf\u03b3\u03bf\u03c2 \u03ba\u03b1\u03bb\u03cd\u03c0\u03c4\u03b5\u03b9 \u03cc\u03bb\u03b5\u03c2 \u03c4\u03b9\u03c2 \u03b2\u03b1\u03c3\u03b9\u03ba\u03ad\u03c2 \u03b5\u03ba\u03c0\u03b1\u03b9\u03b4\u03b5\u03c5\u03c4\u03b9\u03ba\u03ad\u03c2 \u03b1\u03bd\u03ac\u03b3\u03ba\u03b5\u03c2:\n                            <\/h3>\n                        <\/div>\n                        <span class=\"text-xs font-bold text-slate-400\">\u0395\u03c0\u03b9\u03bb\u03ad\u03be\u03c4\u03b5 \u03c0\u03c5\u03bb\u03ce\u03bd\u03b1 \u03b3\u03b9\u03b1 \u03b3\u03c1\u03ae\u03b3\u03bf\u03c1\u03bf \u03c6\u03b9\u03bb\u03c4\u03c1\u03ac\u03c1\u03b9\u03c3\u03bc\u03b1<\/span>\n                    <\/div>\n\n                    <div class=\"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 xl:grid-cols-5 gap-5\">\n                        \n                        <!-- Pillar 1 -->\n                        <div onclick=\"filterByPillar('management')\" class=\"group bg-slate-50\/70 hover:bg-white border border-slate-200 hover:border-[#1379D1]\/40 rounded-xl p-5 transition-all duration-300 hover:shadow-lg hover:-translate-y-1 cursor-pointer flex flex-col justify-between\">\n                            <div>\n                                <div class=\"flex items-center justify-between mb-3\">\n                                    <div class=\"p-2.5 bg-white rounded-lg shadow-sm border border-slate-200\/80 text-[#1379D1]\">\n                                        <i data-lucide=\"building-2\" class=\"w-6 h-6\"><\/i>\n                                    <\/div>\n                                    <span class=\"text-xs font-black text-slate-300 font-mono\">01<\/span>\n                                <\/div>\n                                <span class=\"inline-block text-[10px] font-bold px-2 py-0.5 rounded border mb-2.5 bg-blue-50 text-[#1379D1] border-blue-200\">\u03a3\u03c7\u03bf\u03bb\u03b9\u03ba\u03ae \u0394\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7<\/span>\n                                <h4 class=\"text-sm font-bold text-slate-900 mb-2 font-heading group-hover:text-[#1379D1] transition-colors\">\u0394\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7 \u03b8\u03b5\u03c3\u03bc\u03b9\u03ba\u03ce\u03bd \u03b4\u03b9\u03b1\u03b4\u03b9\u03ba\u03b1\u03c3\u03b9\u03ce\u03bd<\/h4>\n                                <p class=\"text-xs text-slate-600 leading-relaxed\">\u0397\u03bb\u03b5\u03ba\u03c4\u03c1\u03bf\u03bd\u03b9\u03ba\u03ac \u03b1\u03c0\u03bf\u03c5\u03c3\u03b9\u03bf\u03bb\u03cc\u03b3\u03b9\u03b1\/\u03b2\u03b1\u03b8\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03b1, \u03c8\u03b7\u03c6\u03b9\u03b1\u03ba\u03ae \u03b3\u03c1\u03b1\u03bc\u03bc\u03b1\u03c4\u03b5\u03af\u03b1, \u03b4\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7 \u03c4\u03ac\u03be\u03b7\u03c2, \u03c9\u03c1\u03bf\u03bb\u03cc\u03b3\u03b9\u03b1 \u03c0\u03c1\u03bf\u03b3\u03c1\u03ac\u03bc\u03bc\u03b1\u03c4\u03b1, \u03b1\u03c3\u03c6\u03b1\u03bb\u03ae\u03c2 \u03b5\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03af\u03b1.<\/p>\n                            <\/div>\n                            <div class=\"mt-4 pt-3 border-t border-slate-200\/60 flex items-center justify-between text-[11px] font-bold text-[#1379D1]\">\n                                <span>\u0394\u03b5\u03af\u03c4\u03b5 \u03c4\u03b9\u03c2 \u03c0\u03bb\u03b1\u03c4\u03c6\u03cc\u03c1\u03bc\u03b5\u03c2<\/span>\n                                <i data-lucide=\"arrow-right\" class=\"w-3.5 h-3.5\"><\/i>\n                            <\/div>\n                        <\/div>\n\n                        <!-- Pillar 2 -->\n                        <div onclick=\"filterByPillar('authoring')\" class=\"group bg-slate-50\/70 hover:bg-white border border-slate-200 hover:border-[#1379D1]\/40 rounded-xl p-5 transition-all duration-300 hover:shadow-lg hover:-translate-y-1 cursor-pointer flex flex-col justify-between\">\n                            <div>\n                                <div class=\"flex items-center justify-between mb-3\">\n                                    <div class=\"p-2.5 bg-white rounded-lg shadow-sm border border-slate-200\/80 text-[#D91278]\">\n                                        <i data-lucide=\"file-check-2\" class=\"w-6 h-6\"><\/i>\n                                    <\/div>\n                                    <span class=\"text-xs font-black text-slate-300 font-mono\">02<\/span>\n                                <\/div>\n                                <span class=\"inline-block text-[10px] font-bold px-2 py-0.5 rounded border mb-2.5 bg-pink-50 text-[#D91278] border-pink-200\">\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03c4\u03ae\u03c2 &#038; \u03a0\u03c1\u03cc\u03c4\u03c5\u03c0\u03b1<\/span>\n                                <h4 class=\"text-sm font-bold text-slate-900 mb-2 font-heading group-hover:text-[#1379D1] transition-colors\">\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 &#038; \u03b5\u03bd\u03c3\u03c9\u03bc\u03ac\u03c4\u03c9\u03c3\u03b7 \u03c5\u03bb\u03b9\u03ba\u03bf\u03cd SCORM<\/h4>\n                                <p class=\"text-xs text-slate-600 leading-relaxed\">\u0391\u03bd\u03bf\u03b9\u03ba\u03c4\u03bf\u03af \u0395\u03ba\u03c0\u03b1\u03b9\u03b4\u03b5\u03c5\u03c4\u03b9\u03ba\u03bf\u03af \u03a0\u03cc\u03c1\u03bf\u03b9 (OER), \u03c0\u03c1\u03bf\u03b7\u03b3\u03bc\u03ad\u03bd\u03bf\u03b9 \u03b4\u03b9\u03b1\u03b4\u03c1\u03b1\u03c3\u03c4\u03b9\u03ba\u03bf\u03af \u03b5\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03c4\u03ad\u03c2 \u03c3\u03c5\u03bc\u03b2\u03b1\u03c4\u03bf\u03af \u03bc\u03b5 SCORM \u03ba\u03b1\u03b9 \u03b2\u03bf\u03ae\u03b8\u03b5\u03b9\u03b1 AI.<\/p>\n                            <\/div>\n                            <div class=\"mt-4 pt-3 border-t border-slate-200\/60 flex items-center justify-between text-[11px] font-bold text-[#1379D1]\">\n                                <span>\u0394\u03b5\u03af\u03c4\u03b5 \u03c4\u03b9\u03c2 \u03c0\u03bb\u03b1\u03c4\u03c6\u03cc\u03c1\u03bc\u03b5\u03c2<\/span>\n                                <i data-lucide=\"arrow-right\" class=\"w-3.5 h-3.5\"><\/i>\n                            <\/div>\n                        <\/div>\n\n                        <!-- Pillar 3 -->\n                        <div onclick=\"filterByPillar('special_edu')\" class=\"group bg-slate-50\/70 hover:bg-white border border-slate-200 hover:border-[#1379D1]\/40 rounded-xl p-5 transition-all duration-300 hover:shadow-lg hover:-translate-y-1 cursor-pointer flex flex-col justify-between\">\n                            <div>\n                                <div class=\"flex items-center justify-between mb-3\">\n                                    <div class=\"p-2.5 bg-white rounded-lg shadow-sm border border-slate-200\/80 text-amber-600\">\n                                        <i data-lucide=\"heart-handshake\" class=\"w-6 h-6\"><\/i>\n                                    <\/div>\n                                    <span class=\"text-xs font-black text-slate-300 font-mono\">03<\/span>\n                                <\/div>\n                                <span class=\"inline-block text-[10px] font-bold px-2 py-0.5 rounded border mb-2.5 bg-amber-50 text-amber-700 border-amber-200\">\u03a3\u03c5\u03bc\u03c0\u03b5\u03c1\u03b9\u03bb\u03b7\u03c0\u03c4\u03b9\u03ba\u03ae &#038; \u0395\u03b9\u03b4\u03b9\u03ba\u03ae \u0391\u03b3\u03c9\u03b3\u03ae<\/span>\n                                <h4 class=\"text-sm font-bold text-slate-900 mb-2 font-heading group-hover:text-[#1379D1] transition-colors\">\u03a3\u03c5\u03bc\u03c0\u03b5\u03c1\u03b9\u03bb\u03b7\u03c0\u03c4\u03b9\u03ba\u03ae \u03b5\u03ba\u03c0\u03b1\u03af\u03b4\u03b5\u03c5\u03c3\u03b7 &#038; \u03bb\u03bf\u03b3\u03bf\u03b8\u03b5\u03c1\u03b1\u03c0\u03b5\u03af\u03b1 (\u0395\u0395\u0391)<\/h4>\n                                <p class=\"text-xs text-slate-600 leading-relaxed\">\u0388\u03bd\u03c4\u03b1\u03be\u03b7 \u03bc\u03b1\u03b8\u03b7\u03c4\u03ce\u03bd \u03bc\u03b5 \u03b5\u03b9\u03b4\u03b9\u03ba\u03ad\u03c2 \u03b5\u03ba\u03c0\u03b1\u03b9\u03b4\u03b5\u03c5\u03c4\u03b9\u03ba\u03ad\u03c2 \u03b1\u03bd\u03ac\u03b3\u03ba\u03b5\u03c2 (\u03c0.\u03c7. REI.PLUS), \u03b5\u03b3\u03ba\u03b5\u03ba\u03c1\u03b9\u03bc\u03ad\u03bd\u03b7 \u03bb\u03bf\u03b3\u03bf\u03b8\u03b5\u03c1\u03b1\u03c0\u03b5\u03af\u03b1, \u03c8\u03b7\u03c6\u03b9\u03b1\u03ba\u03ae \u03b8\u03b5\u03c1\u03b1\u03c0\u03b5\u03af\u03b1.<\/p>\n                            <\/div>\n                            <div class=\"mt-4 pt-3 border-t border-slate-200\/60 flex items-center justify-between text-[11px] font-bold text-[#1379D1]\">\n                                <span>\u0394\u03b5\u03af\u03c4\u03b5 \u03c4\u03b9\u03c2 \u03c0\u03bb\u03b1\u03c4\u03c6\u03cc\u03c1\u03bc\u03b5\u03c2<\/span>\n                                <i data-lucide=\"arrow-right\" class=\"w-3.5 h-3.5\"><\/i>\n                            <\/div>\n                        <\/div>\n\n                        <!-- Pillar 4 -->\n                        <div onclick=\"filterByPillar('video_learning')\" class=\"group bg-slate-50\/70 hover:bg-white border border-slate-200 hover:border-[#1379D1]\/40 rounded-xl p-5 transition-all duration-300 hover:shadow-lg hover:-translate-y-1 cursor-pointer flex flex-col justify-between\">\n                            <div>\n                                <div class=\"flex items-center justify-between mb-3\">\n                                    <div class=\"p-2.5 bg-white rounded-lg shadow-sm border border-slate-200\/80 text-emerald-600\">\n                                        <i data-lucide=\"share-2\" class=\"w-6 h-6\"><\/i>\n                                    <\/div>\n                                    <span class=\"text-xs font-black text-slate-300 font-mono\">04<\/span>\n                                <\/div>\n                                <span class=\"inline-block text-[10px] font-bold px-2 py-0.5 rounded border mb-2.5 bg-emerald-50 text-emerald-700 border-emerald-200\">\u0394\u03b9\u03b1\u03bd\u03bf\u03bc\u03ae &#038; \u0392\u03b9\u03b2\u03bb\u03b9\u03bf\u03b8\u03ae\u03ba\u03b5\u03c2<\/span>\n                                <h4 class=\"text-sm font-bold text-slate-900 mb-2 font-heading group-hover:text-[#1379D1] transition-colors\">\u0394\u03b9\u03ac\u03b4\u03bf\u03c3\u03b7 \u03b5\u03ba\u03c0\u03b1\u03b9\u03b4\u03b5\u03c5\u03c4\u03b9\u03ba\u03bf\u03cd \u03c5\u03bb\u03b9\u03ba\u03bf\u03cd<\/h4>\n                                <p class=\"text-xs text-slate-600 leading-relaxed\">\u0395\u03b8\u03bd\u03b9\u03ba\u03ad\u03c2 \u03b2\u03b9\u03b2\u03bb\u03b9\u03bf\u03b8\u03ae\u03ba\u03b5\u03c2 \u03c0\u03b5\u03c1\u03b9\u03b5\u03c7\u03bf\u03bc\u03ad\u03bd\u03bf\u03c5, \u03b4\u03b9\u03b1\u03b4\u03c1\u03b1\u03c3\u03c4\u03b9\u03ba\u03ac \u03b2\u03b9\u03bd\u03c4\u03b5\u03bf\u03bc\u03b1\u03b8\u03ae\u03bc\u03b1\u03c4\u03b1, \u03b5\u03ba\u03c0\u03b1\u03b9\u03b4\u03b5\u03c5\u03c4\u03b9\u03ba\u03ac \u03c0\u03b1\u03b9\u03c7\u03bd\u03af\u03b4\u03b9\u03b1, \u03c5\u03c0\u03bf\u03c3\u03c4\u03b7\u03c1\u03b9\u03ba\u03c4\u03b9\u03ba\u03ad\u03c2 \u03c0\u03bb\u03b1\u03c4\u03c6\u03cc\u03c1\u03bc\u03b5\u03c2.<\/p>\n                            <\/div>\n                            <div class=\"mt-4 pt-3 border-t border-slate-200\/60 flex items-center justify-between text-[11px] font-bold text-[#1379D1]\">\n                                <span>\u0394\u03b5\u03af\u03c4\u03b5 \u03c4\u03b9\u03c2 \u03c0\u03bb\u03b1\u03c4\u03c6\u03cc\u03c1\u03bc\u03b5\u03c2<\/span>\n                                <i data-lucide=\"arrow-right\" class=\"w-3.5 h-3.5\"><\/i>\n                            <\/div>\n                        <\/div>\n\n                        <!-- Pillar 5 -->\n                        <div onclick=\"filterByPillar('exams')\" class=\"group bg-slate-50\/70 hover:bg-white border border-slate-200 hover:border-[#1379D1]\/40 rounded-xl p-5 transition-all duration-300 hover:shadow-lg hover:-translate-y-1 cursor-pointer flex flex-col justify-between\">\n                            <div>\n                                <div class=\"flex items-center justify-between mb-3\">\n                                    <div class=\"p-2.5 bg-white rounded-lg shadow-sm border border-slate-200\/80 text-purple-600\">\n                                        <i data-lucide=\"bar-chart-3\" class=\"w-6 h-6\"><\/i>\n                                    <\/div>\n                                    <span class=\"text-xs font-black text-slate-300 font-mono\">05<\/span>\n                                <\/div>\n                                <span class=\"inline-block text-[10px] font-bold px-2 py-0.5 rounded border mb-2.5 bg-purple-50 text-purple-700 border-purple-200\">\u0391\u03be\u03b9\u03bf\u03bb\u03cc\u03b3\u03b7\u03c3\u03b7 &#038; \u0391\u03bd\u03b1\u03bb\u03c5\u03c4\u03b9\u03ba\u03ac \u03a3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03b1<\/span>\n                                <h4 class=\"text-sm font-bold text-slate-900 mb-2 font-heading group-hover:text-[#1379D1] transition-colors\">\u0391\u03bd\u03b1\u03c6\u03bf\u03c1\u03ad\u03c2 \u03b1\u03c0\u03bf\u03c4\u03b5\u03bb\u03b5\u03c3\u03bc\u03ac\u03c4\u03c9\u03bd, \u03c7\u03c1\u03cc\u03bd\u03bf\u03c2 &#038; \u03b2\u03b1\u03b8\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03b5\u03c2<\/h4>\n                                <p class=\"text-xs text-slate-600 leading-relaxed\">\u03a4\u03c5\u03c0\u03bf\u03c0\u03bf\u03b9\u03b7\u03bc\u03ad\u03bd\u03b7 \u03c8\u03b7\u03c6\u03b9\u03b1\u03ba\u03ae \u03b1\u03be\u03b9\u03bf\u03bb\u03cc\u03b3\u03b7\u03c3\u03b7, \u03c0\u03b1\u03c1\u03b1\u03ba\u03bf\u03bb\u03bf\u03cd\u03b8\u03b7\u03c3\u03b7 \u03c7\u03c1\u03cc\u03bd\u03bf\u03c5 \u03b5\u03be\u03ad\u03c4\u03b1\u03c3\u03b7\u03c2, \u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ad\u03c2 \u03c0\u03c1\u03bf\u03cc\u03b4\u03bf\u03c5 \u03ba\u03b1\u03b9 \u03b1\u03bd\u03c4\u03b9\u03ba\u03b5\u03b9\u03bc\u03b5\u03bd\u03b9\u03ba\u03ae \u03b1\u03be\u03b9\u03bf\u03bb\u03cc\u03b3\u03b7\u03c3\u03b7.<\/p>\n                            <\/div>\n                            <div class=\"mt-4 pt-3 border-t border-slate-200\/60 flex items-center justify-between text-[11px] font-bold text-[#1379D1]\">\n                                <span>\u0394\u03b5\u03af\u03c4\u03b5 \u03c4\u03b9\u03c2 \u03c0\u03bb\u03b1\u03c4\u03c6\u03cc\u03c1\u03bc\u03b5\u03c2<\/span>\n                                <i data-lucide=\"arrow-right\" class=\"w-3.5 h-3.5\"><\/i>\n                            <\/div>\n                        <\/div>\n\n                    <\/div>\n                <\/div>\n\n            <\/div>\n        <\/section>\n\n        <!-- ==========================================\n             PLATFORMS DIRECTORY\n        =========================================== -->\n        <section id=\"directory\" class=\"py-12 bg-slate-50 relative min-h-[600px]\">\n            <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\n                \n                <!-- Section Header -->\n                <div class=\"flex flex-col lg:flex-row lg:items-end justify-between gap-6 mb-8\">\n                    <div>\n                        <div class=\"flex items-center gap-2 mb-2\">\n                            <span class=\"inline-flex items-center px-2.5 py-0.5 rounded text-xs font-bold bg-[#1379D1]\/10 text-[#1379D1] uppercase tracking-wider\">\n                                \u039a\u03b5\u03bd\u03c4\u03c1\u03b9\u03ba\u03cc\u03c2 \u039a\u03b1\u03c4\u03ac\u03bb\u03bf\u03b3\u03bf\u03c2\n                            <\/span>\n                            <span id=\"platform-count-text\" class=\"text-xs text-slate-500 font-semibold\">\n                                25 \/ 25 \u03c0\u03bb\u03b1\u03c4\u03c6\u03cc\u03c1\u03bc\u03b5\u03c2 \u03b5\u03bc\u03c6\u03b1\u03bd\u03af\u03b6\u03bf\u03bd\u03c4\u03b1\u03b9\n                            <\/span>\n                        <\/div>\n                        <h2 class=\"text-2xl sm:text-3xl font-heading font-black text-slate-900 tracking-tight\">\n                            \u03a1\u03bf\u03c5\u03bc\u03b1\u03bd\u03b9\u03ba\u03ad\u03c2 \u0395\u03ba\u03c0\u03b1\u03b9\u03b4\u03b5\u03c5\u03c4\u03b9\u03ba\u03ad\u03c2 \u03a0\u03bb\u03b1\u03c4\u03c6\u03cc\u03c1\u03bc\u03b5\u03c2\n                        <\/h2>\n                    <\/div>\n\n                    <!-- Search & View Mode Switcher -->\n                    <div class=\"flex flex-wrap items-center gap-3\">\n                        <div class=\"relative min-w-[240px] sm:min-w-[280px]\">\n                            <i data-lucide=\"search\" class=\"w-4 h-4 text-slate-400 absolute left-3.5 top-1\/2 -translate-y-1\/2 pointer-events-none\"><\/i>\n                            <input\n                                id=\"directory-search-input\"\n                                type=\"text\"\n                                placeholder=\"\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u03bc\u03b5 \u03cc\u03bd\u03bf\u03bc\u03b1, \u03b4\u03c5\u03bd\u03b1\u03c4\u03cc\u03c4\u03b7\u03c4\u03b5\u03c2...\"\n                                class=\"w-full pl-10 pr-4 py-2 bg-white text-slate-900 placeholder:text-slate-400 rounded-lg border border-slate-300 focus:border-[#1379D1] focus:ring-2 focus:ring-[#1379D1]\/20 transition-all text-xs font-medium outline-none shadow-sm\"\n                            >\n                        <\/div>\n\n                        <div class=\"flex items-center bg-white border border-slate-300 rounded-lg p-0.5 shadow-sm\">\n                            <button id=\"view-grid-btn\" onclick=\"setViewMode('grid')\" class=\"flex items-center gap-1.5 px-3 py-1.5 rounded-md text-xs font-bold transition-all bg-[#1379D1] text-white shadow-sm\">\n                                <i data-lucide=\"layout-grid\" class=\"w-3.5 h-3.5\"><\/i>\n                                <span class=\"hidden sm:inline\">\u03a0\u03bb\u03ad\u03b3\u03bc\u03b1<\/span>\n                            <\/button>\n                            <button id=\"view-table-btn\" onclick=\"setViewMode('table')\" class=\"flex items-center gap-1.5 px-3 py-1.5 rounded-md text-xs font-bold transition-all text-slate-600 hover:text-slate-900 hover:bg-slate-100\">\n                                <i data-lucide=\"table\" class=\"w-3.5 h-3.5\"><\/i>\n                                <span class=\"hidden sm:inline\">\u03a0\u03af\u03bd\u03b1\u03ba\u03b1\u03c2<\/span>\n                            <\/button>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- Category Filter Pills Bar -->\n                <div id=\"category-pills-container\" class=\"flex items-center gap-2 overflow-x-auto pb-3 mb-8 no-scrollbar scroll-smooth\">\n                    <!-- Injected via JS -->\n                <\/div>\n\n                <!-- Platform Cards Grid Container -->\n                <div id=\"platforms-grid-view\" class=\"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6\">\n                    <!-- Injected via JS -->\n                <\/div>\n\n                <!-- Platform Table View Container -->\n                <div id=\"platforms-table-view\" class=\"hidden bg-white rounded-2xl border border-slate-200 shadow-sm overflow-hidden\">\n                    <div class=\"overflow-x-auto\">\n                        <table class=\"w-full text-left border-collapse text-xs\">\n                            <thead>\n                                <tr class=\"bg-slate-900 text-white font-heading uppercase text-[11px] tracking-wider border-b border-slate-800\">\n                                    <th class=\"py-4 px-4 font-bold text-center w-14\">\u0391\/\u0391<\/th>\n                                    <th class=\"py-4 px-5 font-bold w-48\">\u03a0\u03bb\u03b1\u03c4\u03c6\u03cc\u03c1\u03bc\u03b1<\/th>\n                                    <th class=\"py-4 px-5 font-bold\">\u03a3\u03cd\u03bd\u03c4\u03bf\u03bc\u03b7 \u03c0\u03b5\u03c1\u03b9\u03b3\u03c1\u03b1\u03c6\u03ae<\/th>\n                                    <th class=\"py-4 px-5 font-bold w-44\">\u0395\u03c0\u03af\u03c3\u03b7\u03bc\u03bf\u03c2 \u03a3\u03cd\u03bd\u03b4\u03b5\u03c3\u03bc\u03bf\u03c2<\/th>\n                                    <th class=\"py-4 px-5 font-bold w-36 text-center\">Social Media<\/th>\n                                <\/tr>\n                            <\/thead>\n                            <tbody id=\"platforms-table-body\" class=\"divide-y divide-slate-100\">\n                                <!-- Injected via JS -->\n                            <\/tbody>\n                        <\/table>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n        <\/section>\n\n        <!-- ==========================================\n             CALLOUT & TRIAL SECTION\n        =========================================== -->\n        <section class=\"py-14 bg-white border-t border-slate-200\">\n            <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\n                \n                <div class=\"relative rounded-3xl bg-gradient-to-r from-slate-900 via-[#0F1623] to-[#1379D1] text-white p-8 sm:p-12 overflow-hidden shadow-xl mb-12\">\n                    <div class=\"absolute top-0 right-0 w-96 h-96 bg-[#D91278]\/20 rounded-full blur-3xl pointer-events-none\"><\/div>\n                    <div class=\"absolute bottom-0 left-0 w-80 h-80 bg-[#1379D1]\/30 rounded-full blur-3xl pointer-events-none\"><\/div>\n                    <div class=\"absolute inset-0 bg-grid-overlay opacity-20 pointer-events-none\"><\/div>\n\n                    <div class=\"relative z-10 grid grid-cols-1 lg:grid-cols-12 gap-8 items-center\">\n                        <div class=\"lg:col-span-8\">\n                            <span class=\"inline-flex items-center gap-1.5 py-1 px-3 rounded-md bg-white\/10 text-[#6fccf0] text-xs font-bold uppercase tracking-widest mb-4 backdrop-blur-sm border border-white\/10\">\n                                <i data-lucide=\"plus-circle\" class=\"w-3.5 h-3.5\"><\/i>\n                                \u0391\u03bd\u03bf\u03b9\u03c7\u03c4\u03cc\u03c2 \u039a\u03b1\u03c4\u03ac\u03bb\u03bf\u03b3\u03bf\u03c2 &#038; \u03a3\u03c5\u03bd\u03b5\u03c7\u03ae\u03c2 \u0395\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7\n                            <\/span>\n\n                            <h3 class=\"text-2xl sm:text-3xl lg:text-4xl font-heading font-black tracking-tight text-white mb-4\">\n                                \u0388\u03c7\u03b5\u03c4\u03b5 \u03c1\u03bf\u03c5\u03bc\u03b1\u03bd\u03b9\u03ba\u03ae \u03b5\u03ba\u03c0\u03b1\u03b9\u03b4\u03b5\u03c5\u03c4\u03b9\u03ba\u03ae \u03c0\u03bb\u03b1\u03c4\u03c6\u03cc\u03c1\u03bc\u03b1 \u03c0\u03bf\u03c5 \u03bb\u03b5\u03af\u03c0\u03b5\u03b9 \u03b1\u03c0\u03cc \u03c4\u03b7 \u03bb\u03af\u03c3\u03c4\u03b1;\n                            <\/h3>\n\n                            <p class=\"text-sm sm:text-base text-slate-300 leading-relaxed max-w-2xl mb-6\">\n                                \u03a5\u03c0\u03bf\u03c3\u03c4\u03b7\u03c1\u03af\u03b6\u03bf\u03c5\u03bc\u03b5 \u03b5\u03bd\u03b5\u03c1\u03b3\u03ac \u03c4\u03b7\u03bd \u03c8\u03b7\u03c6\u03b9\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03b5\u03ba\u03c0\u03b1\u03b9\u03b4\u03b5\u03c5\u03c4\u03b9\u03ba\u03ce\u03bd \u03ad\u03c1\u03b3\u03c9\u03bd. \u03a3\u03c4\u03b5\u03af\u03bb\u03c4\u03b5 \u03bc\u03b1\u03c2 \u03c4\u03b1 \u03c3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03b1 \u03c4\u03b7\u03c2 \u03c0\u03bb\u03b1\u03c4\u03c6\u03cc\u03c1\u03bc\u03b1\u03c2 \u03c3\u03b1\u03c2 \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03c3\u03c5\u03bc\u03c0\u03b5\u03c1\u03b9\u03bb\u03b7\u03c6\u03b8\u03b5\u03af\u03c4\u03b5 \u03c3\u03c4\u03bf\u03bd \u03b5\u03b8\u03bd\u03b9\u03ba\u03cc \u03ba\u03b1\u03c4\u03ac\u03bb\u03bf\u03b3\u03bf.\n                            <\/p>\n\n                            <div class=\"flex flex-wrap items-center gap-4\">\n                                <a href=\"mailto:contact@livresq.com?subject=Educational%20platform%20proposal%20for%20LIVRESQ%20list\" class=\"card-action-btn card-action-btn-fucsia inline-flex items-center justify-center gap-2 px-6 py-3 rounded-xl font-bold text-sm transition-all duration-200 border border-white\/10 no-underline shadow-lg hover:-translate-y-0.5 active:translate-y-0 !text-white hover:!text-white\">\n                                    <i data-lucide=\"mail\" class=\"w-4 h-4 !text-white\"><\/i>\n                                    <span class=\"!text-white font-bold\">\u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae email \u03c3\u03c4\u03bf contact@livresq.com<\/span>\n                                <\/a>\n                            <\/div>\n                        <\/div>\n\n                        <div class=\"lg:col-span-4 flex justify-center lg:justify-end\">\n                            <div class=\"bg-slate-800\/80 backdrop-blur-md border border-slate-700\/80 rounded-2xl p-6 text-center max-w-xs w-full shadow-2xl\">\n                                <div class=\"w-12 h-12 rounded-xl bg-gradient-to-tr from-[#1379D1] to-[#D91278] text-white flex items-center justify-center mx-auto mb-3 shadow-md\">\n                                    <i data-lucide=\"award\" class=\"w-6 h-6\"><\/i>\n                                <\/div>\n                                <h4 class=\"text-base font-bold text-white mb-1 font-heading\">\n                                    \u039f\u03b9\u03ba\u03bf\u03c3\u03cd\u03c3\u03c4\u03b7\u03bc\u03b1 EdTech RO\n                                <\/h4>\n                                <p class=\"text-xs text-slate-400 mb-4\">\n                                    \u03a0\u03ac\u03bd\u03c9 \u03b1\u03c0\u03cc 194.754 \u03b4\u03b9\u03b1\u03b4\u03c1\u03b1\u03c3\u03c4\u03b9\u03ba\u03ac \u03bc\u03b1\u03b8\u03ae\u03bc\u03b1\u03c4\u03b1 \u03bc\u03b5 \u03c4\u03bf \u03c0\u03c1\u03cc\u03c4\u03c5\u03c0\u03bf SCORM.\n                                <\/p>\n                                <a href=\"https:\/\/author.livresq.com\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"card-action-btn card-action-btn-blue inline-flex items-center justify-center w-full py-2.5 rounded-lg text-xs font-bold transition-all duration-200 no-underline shadow-sm hover:-translate-y-0.5 active:translate-y-0 !text-white hover:!text-white\">\n                                    <span class=\"!text-white font-bold\">\u0386\u03bd\u03bf\u03b9\u03b3\u03bc\u03b1 LIVRESQ Editor<\/span>\n                                <\/a>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- Tags list -->\n                <div class=\"flex flex-wrap items-center gap-2 pt-4 border-t border-slate-100\">\n                    <span class=\"text-xs font-bold text-slate-500 flex items-center gap-1\">\n                        <i data-lucide=\"tag\" class=\"w-3.5 h-3.5 text-[#D91278]\"><\/i>\n                        \u0395\u03c4\u03b9\u03ba\u03ad\u03c4\u03b5\u03c2:\n                    <\/span>\n                    <a href=\"https:\/\/livresq.com\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"article-tag text-xs font-semibold text-slate-600 hover:!text-[#1379D1] bg-slate-100 hover:bg-slate-200\/80 px-2.5 py-1 rounded-md transition-colors no-underline\">#\u03bb\u03af\u03c3\u03c4\u03b1 \u03c0\u03bb\u03b1\u03c4\u03c6\u03bf\u03c1\u03bc\u03ce\u03bd<\/a>\n                    <a href=\"https:\/\/livresq.com\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"article-tag text-xs font-semibold text-slate-600 hover:!text-[#1379D1] bg-slate-100 hover:bg-slate-200\/80 px-2.5 py-1 rounded-md transition-colors no-underline\">#\u03c8\u03b7\u03c6\u03b9\u03b1\u03ba\u03ae \u03b5\u03ba\u03c0\u03b1\u03af\u03b4\u03b5\u03c5\u03c3\u03b7<\/a>\n                    <a href=\"https:\/\/livresq.com\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"article-tag text-xs font-semibold text-slate-600 hover:!text-[#1379D1] bg-slate-100 hover:bg-slate-200\/80 px-2.5 py-1 rounded-md transition-colors no-underline\">#\u03b5\u03ba\u03c0\u03b1\u03b9\u03b4\u03b5\u03c5\u03c4\u03b9\u03ba\u03bf\u03af \u03c0\u03cc\u03c1\u03bf\u03b9<\/a>\n                    <a href=\"https:\/\/livresq.com\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"article-tag text-xs font-semibold text-slate-600 hover:!text-[#1379D1] bg-slate-100 hover:bg-slate-200\/80 px-2.5 py-1 rounded-md transition-colors no-underline\">#LIVRESQ<\/a>\n                    <a href=\"https:\/\/livresq.com\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"article-tag text-xs font-semibold text-slate-600 hover:!text-[#1379D1] bg-slate-100 hover:bg-slate-200\/80 px-2.5 py-1 rounded-md transition-colors no-underline\">#REI.PLUS<\/a>\n                    <a href=\"https:\/\/livresq.com\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"article-tag text-xs font-semibold text-slate-600 hover:!text-[#1379D1] bg-slate-100 hover:bg-slate-200\/80 px-2.5 py-1 rounded-md transition-colors no-underline\">#SCORM<\/a>\n                <\/div>\n\n            <\/div>\n        <\/section>\n\n    <\/main>\n\n    <!-- ==========================================\n         JAVASCRIPT LOGIC & 25 PLATFORMS DATA\n    =========================================== -->\n    <script>\n        const PLATFORMS = [\n        {\n                \"id\": 1,\n                \"name\": \"LIVRESQ\",\n                \"url\": \"https:\/\/livresq.com\/ro\/\",\n                \"socialUrl\": \"https:\/\/www.facebook.com\/ascendia.livresq\",\n                \"category\": \"authoring\",\n                \"featured\": true,\n                \"hasAI\": true,\n                \"description\": \"\u03a0\u03c1\u03bf\u03b7\u03b3\u03bc\u03ad\u03bd\u03bf\u03c2 \u03b5\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03c4\u03ae\u03c2 \u03b1\u03bd\u03bf\u03b9\u03ba\u03c4\u03ce\u03bd \u03b5\u03ba\u03c0\u03b1\u03b9\u03b4\u03b5\u03c5\u03c4\u03b9\u03ba\u03ce\u03bd \u03c0\u03cc\u03c1\u03c9\u03bd \u03ba\u03b1\u03b9 \u03b4\u03b9\u03b1\u03b4\u03b9\u03ba\u03c4\u03c5\u03b1\u03ba\u03ce\u03bd \u03bc\u03b1\u03b8\u03b7\u03bc\u03ac\u03c4\u03c9\u03bd \u03bc\u03b5 \u03c4\u03bf \u03c0\u03c1\u03cc\u03c4\u03c5\u03c0\u03bf SCORM. \u03a4\u03bf \u03c0\u03b5\u03c1\u03b9\u03b5\u03c7\u03cc\u03bc\u03b5\u03bd\u03bf \u03b5\u03be\u03ac\u03b3\u03b5\u03c4\u03b1\u03b9 \u03c3\u03b5 \u03bf\u03c0\u03bf\u03b9\u03bf\u03b4\u03ae\u03c0\u03bf\u03c4\u03b5 LMS. \u03a0\u03b5\u03c1\u03b9\u03bb\u03b1\u03bc\u03b2\u03ac\u03bd\u03b5\u03b9 \u03c4\u03b7 \u03bc\u03b5\u03b3\u03b1\u03bb\u03cd\u03c4\u03b5\u03c1\u03b7 \u03c8\u03b7\u03c6\u03b9\u03b1\u03ba\u03ae \u03b5\u03ba\u03c0\u03b1\u03b9\u03b4\u03b5\u03c5\u03c4\u03b9\u03ba\u03ae \u03b2\u03b9\u03b2\u03bb\u03b9\u03bf\u03b8\u03ae\u03ba\u03b7 \u03c3\u03c4\u03b7 \u03a1\u03bf\u03c5\u03bc\u03b1\u03bd\u03af\u03b1 \u03bc\u03b5 \u03c0\u03ac\u03bd\u03c9 \u03b1\u03c0\u03cc 194.754 \u03bc\u03b1\u03b8\u03ae\u03bc\u03b1\u03c4\u03b1 \u03ba\u03b1\u03b9 \u03b5\u03bd\u03c3\u03c9\u03bc\u03b1\u03c4\u03c9\u03bc\u03ad\u03bd\u03bf AI.\",\n                \"categoryLabel\": \"\u0395\u03c0\u03b5\u03be\u03b5\u03c1\u03b3\u03b1\u03c3\u03c4\u03ae\u03c2 & SCORM \/ AI\",\n                \"tags\": [\n                        \"SCORM\",\n                        \"\u0391\u03bd\u03bf\u03b9\u03ba\u03c4\u03bf\u03af \u03a0\u03cc\u03c1\u03bf\u03b9\",\n                        \"\u0392\u03bf\u03b7\u03b8\u03cc\u03c2 AI\",\n                        \"Biblioteca 194.754+\",\n                        \"Multi-device\"\n                ]\n        },\n        {\n                \"id\": 2,\n                \"name\": \"Matejoaca\",\n                \"url\": \"https:\/\/matejoaca.ro\/\",\n                \"socialUrl\": \"https:\/\/www.facebook.com\/profile.php?id=61583401510996\",\n                \"category\": \"math_science\",\n                \"description\": \"\u0397 \u03c0\u03bb\u03b1\u03c4\u03c6\u03cc\u03c1\u03bc\u03b1 Matejoaca \u03c0\u03c1\u03bf\u03c3\u03c6\u03ad\u03c1\u03b5\u03b9 \u03c0\u03ac\u03bd\u03c9 \u03b1\u03c0\u03cc 214 \u03b4\u03b9\u03b1\u03b4\u03c1\u03b1\u03c3\u03c4\u03b9\u03ba\u03ac \u03bc\u03b1\u03b8\u03ae\u03bc\u03b1\u03c4\u03b1 \u03bc\u03b1\u03b8\u03b7\u03bc\u03b1\u03c4\u03b9\u03ba\u03ce\u03bd \u03bc\u03b5 \u03c0\u03b1\u03b9\u03b3\u03bd\u03b9\u03ce\u03b4\u03b7 \u03bc\u03bf\u03c1\u03c6\u03ae \u03c0\u03bf\u03c5 \u03ba\u03b1\u03bb\u03cd\u03c0\u03c4\u03bf\u03c5\u03bd \u03c0\u03bb\u03ae\u03c1\u03c9\u03c2 \u03c4\u03bf \u03b5\u03b8\u03bd\u03b9\u03ba\u03cc \u03c0\u03c1\u03cc\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1 \u03c3\u03c0\u03bf\u03c5\u03b4\u03ce\u03bd.\",\n                \"categoryLabel\": \"\u039c\u03b1\u03b8\u03b7\u03bc\u03b1\u03c4\u03b9\u03ba\u03ac & \u0395\u03c0\u03b9\u03c3\u03c4\u03ae\u03bc\u03b5\u03c2\",\n                \"tags\": [\n                        \"\u039c\u03b1\u03b8\u03b7\u03bc\u03b1\u03c4\u03b9\u03ba\u03ac\",\n                        \"214+ \u039c\u03b1\u03b8\u03ae\u03bc\u03b1\u03c4\u03b1\",\n                        \"\u03a0\u03c1\u03cc\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1 \u03a3\u03c0\u03bf\u03c5\u03b4\u03ce\u03bd\",\n                        \"\u0394\u03b9\u03b1\u03b4\u03c1\u03b1\u03c3\u03c4\u03b9\u03ba\u03cc\"\n                ]\n        },\n        {\n                \"id\": 3,\n                \"name\": \"Adservio\",\n                \"url\": \"https:\/\/www.adservio.ro\/ro\",\n                \"socialUrl\": \"https:\/\/www.facebook.com\/adservio.ro\",\n                \"category\": \"management\",\n                \"featured\": true,\n                \"description\": \"\u039f\u03bb\u03bf\u03ba\u03bb\u03b7\u03c1\u03c9\u03bc\u03ad\u03bd\u03b7 \u03c0\u03bb\u03b1\u03c4\u03c6\u03cc\u03c1\u03bc\u03b1 \u03c3\u03c7\u03bf\u03bb\u03b9\u03ba\u03ae\u03c2 \u03b4\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7\u03c2 \u03c0\u03bf\u03c5 \u03c3\u03c5\u03bd\u03b4\u03ad\u03b5\u03b9 \u03b4\u03b9\u03b5\u03c5\u03b8\u03c5\u03bd\u03c4\u03ad\u03c2, \u03b5\u03ba\u03c0\u03b1\u03b9\u03b4\u03b5\u03c5\u03c4\u03b9\u03ba\u03bf\u03cd\u03c2, \u03b3\u03c1\u03b1\u03bc\u03bc\u03b1\u03c4\u03b5\u03af\u03b1, \u03b3\u03bf\u03bd\u03b5\u03af\u03c2 \u03ba\u03b1\u03b9 \u03bc\u03b1\u03b8\u03b7\u03c4\u03ad\u03c2 \u03bc\u03b5 \u03b7\u03bb\u03b5\u03ba\u03c4\u03c1\u03bf\u03bd\u03b9\u03ba\u03cc \u03b2\u03b1\u03b8\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf \u03ba\u03b1\u03b9 \u03b1\u03c3\u03c6\u03b1\u03bb\u03ae \u03bc\u03b7\u03bd\u03cd\u03bc\u03b1\u03c4\u03b1.\",\n                \"categoryLabel\": \"\u03a3\u03c7\u03bf\u03bb\u03b9\u03ba\u03ae \u0394\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7\",\n                \"tags\": [\n                        \"\u0397\u03bb\u03b5\u03ba\u03c4\u03c1\u03bf\u03bd\u03b9\u03ba\u03cc \u0392\u03b1\u03b8\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf\",\n                        \"\u0393\u03c1\u03b1\u03bc\u03bc\u03b1\u03c4\u03b5\u03af\u03b1\",\n                        \"\u039c\u03b7\u03bd\u03cd\u03bc\u03b1\u03c4\u03b1\",\n                        \"\u0394\u03b9\u03b5\u03c5\u03b8\u03c5\u03bd\u03c4\u03ad\u03c2\",\n                        \"\u0393\u03bf\u03bd\u03b5\u03af\u03c2 & \u039c\u03b1\u03b8\u03b7\u03c4\u03ad\u03c2\"\n                ]\n        },\n        {\n                \"id\": 4,\n                \"name\": \"Proiectul CRED\",\n                \"url\": \"https:\/\/digital.educred.ro\/\",\n                \"socialUrl\": \"https:\/\/www.facebook.com\/ProiectulCRED\",\n                \"category\": \"authoring\",\n                \"isFree\": true,\n                \"description\": \"\u03a4\u03bf \u03ad\u03c1\u03b3\u03bf CRED \u03c0\u03b5\u03c1\u03b9\u03bb\u03b1\u03bc\u03b2\u03ac\u03bd\u03b5\u03b9 \u0391\u03bd\u03bf\u03b9\u03ba\u03c4\u03bf\u03cd\u03c2 \u0395\u03ba\u03c0\u03b1\u03b9\u03b4\u03b5\u03c5\u03c4\u03b9\u03ba\u03bf\u03cd\u03c2 \u03a0\u03cc\u03c1\u03bf\u03c5\u03c2 (OER) \u03c3\u03c7\u03b5\u03b4\u03b9\u03b1\u03c3\u03bc\u03ad\u03bd\u03bf\u03c5\u03c2 \u03b1\u03c0\u03cc \u03b5\u03ba\u03c0\u03b1\u03b9\u03b4\u03b5\u03c5\u03c4\u03b9\u03ba\u03bf\u03cd\u03c2 \u03b2\u03ac\u03c3\u03b5\u03b9 \u03c4\u03bf\u03c5 \u03c0\u03c1\u03bf\u03b3\u03c1\u03ac\u03bc\u03bc\u03b1\u03c4\u03bf\u03c2 \u03c3\u03c0\u03bf\u03c5\u03b4\u03ce\u03bd \u03c0\u03c1\u03c9\u03c4\u03bf\u03b2\u03ac\u03b8\u03bc\u03b9\u03b1\u03c2 \u03ba\u03b1\u03b9 \u03b4\u03b5\u03c5\u03c4\u03b5\u03c1\u03bf\u03b2\u03ac\u03b8\u03bc\u03b9\u03b1\u03c2 \u03b5\u03ba\u03c0\u03b1\u03af\u03b4\u03b5\u03c5\u03c3\u03b7\u03c2.\",\n                \"categoryLabel\": \"\u0391\u03bd\u03bf\u03b9\u03ba\u03c4\u03bf\u03af \u0395\u03ba\u03c0\u03b1\u03b9\u03b4\u03b5\u03c5\u03c4\u03b9\u03ba\u03bf\u03af \u03a0\u03cc\u03c1\u03bf\u03b9\",\n                \"tags\": [\n                        \"OER\",\n                        \"\u0395\u03b8\u03bd\u03b9\u03ba\u03cc \u03a0\u03c1\u03cc\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1\",\n                        \"\u0394\u03b7\u03bc\u03bf\u03c4\u03b9\u03ba\u03cc & \u0393\u03c5\u03bc\u03bd\u03ac\u03c3\u03b9\u03bf\",\n                        \"\u0394\u03c9\u03c1\u03b5\u03ac\u03bd\"\n                ]\n        },\n        {\n                \"id\": 5,\n                \"name\": \"Edus\",\n                \"url\": \"https:\/\/edus.ro\/\",\n                \"socialUrl\": \"https:\/\/www.facebook.com\/platformaEdus.ro\",\n                \"category\": \"management\",\n                \"description\": \"\u03a0\u03bb\u03b1\u03c4\u03c6\u03cc\u03c1\u03bc\u03b1 \u03b5\u03ba\u03c0\u03b1\u03b9\u03b4\u03b5\u03c5\u03c4\u03b9\u03ba\u03ae\u03c2 \u03b4\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7\u03c2 \u03bc\u03b5 \u03b7\u03bb\u03b5\u03ba\u03c4\u03c1\u03bf\u03bd\u03b9\u03ba\u03cc \u03b2\u03b1\u03b8\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf, \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b5\u03c2, online \u03b1\u03be\u03b9\u03bf\u03bb\u03bf\u03b3\u03ae\u03c3\u03b5\u03b9\u03c2, \u03b1\u03c3\u03c6\u03b1\u03bb\u03ae \u03c3\u03c5\u03c3\u03c4\u03ae\u03bc\u03b1\u03c4\u03b1 \u03b6\u03c9\u03bd\u03c4\u03b1\u03bd\u03ae\u03c2 \u03b4\u03b9\u03b4\u03b1\u03c3\u03ba\u03b1\u03bb\u03af\u03b1\u03c2 \u03ba\u03b1\u03b9 \u03c4\u03b7\u03bb\u03b5\u03b4\u03b9\u03b1\u03c3\u03ba\u03ad\u03c8\u03b5\u03b9\u03c2.\",\n                \"categoryLabel\": \"\u03a3\u03c7\u03bf\u03bb\u03b9\u03ba\u03ae \u0394\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7\",\n                \"tags\": [\n                        \"\u0397\u03bb\u03b5\u03ba\u03c4\u03c1\u03bf\u03bd\u03b9\u03ba\u03cc \u0392\u03b1\u03b8\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf\",\n                        \"\u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b5\u03c2 & \u03a4\u03b5\u03c3\u03c4\",\n                        \"\u03a4\u03b7\u03bb\u03b5\u03b4\u03b9\u03ac\u03c3\u03ba\u03b5\u03c8\u03b7\",\n                        \"\u0392\u03b9\u03b2\u03bb\u03b9\u03bf\u03b8\u03ae\u03ba\u03b7\"\n                ]\n        },\n        {\n                \"id\": 6,\n                \"name\": \"Kinderpedia\",\n                \"url\": \"https:\/\/www.kinderpedia.co\/ro\/\",\n                \"socialUrl\": \"https:\/\/www.facebook.com\/kinderpedia\",\n                \"category\": \"management\",\n                \"featured\": true,\n                \"description\": \"\u0388\u03be\u03c5\u03c0\u03bd\u03b7 \u03c0\u03bb\u03b1\u03c4\u03c6\u03cc\u03c1\u03bc\u03b1 \u03b4\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7\u03c2 \u03ba\u03b1\u03b9 \u03b5\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03af\u03b1\u03c2 \u03b3\u03b9\u03b1 \u03c3\u03c7\u03bf\u03bb\u03b5\u03af\u03b1 \u03ba\u03b1\u03b9 \u03bd\u03b7\u03c0\u03b9\u03b1\u03b3\u03c9\u03b3\u03b5\u03af\u03b1: \u03c9\u03c1\u03bf\u03bb\u03cc\u03b3\u03b9\u03b1 \u03c0\u03c1\u03bf\u03b3\u03c1\u03ac\u03bc\u03bc\u03b1\u03c4\u03b1, \u03b2\u03b1\u03b8\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf, \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b5\u03c2, \u03bf\u03b9\u03ba\u03bf\u03bd\u03bf\u03bc\u03b9\u03ba\u03ae \u03b4\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7 \u03ba\u03b1\u03b9 \u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ad\u03c2 \u03c0\u03c1\u03bf\u03cc\u03b4\u03bf\u03c5.\",\n                \"categoryLabel\": \"\u0394\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7 \u03a3\u03c7\u03bf\u03bb\u03b5\u03af\u03c9\u03bd & \u039d\u03b7\u03c0\u03b9\u03b1\u03b3\u03c9\u03b3\u03b5\u03af\u03c9\u03bd\",\n                \"tags\": [\n                        \"\u039d\u03b7\u03c0\u03b9\u03b1\u03b3\u03c9\u03b3\u03b5\u03af\u03bf & \u03a3\u03c7\u03bf\u03bb\u03b5\u03af\u03bf\",\n                        \"\u039f\u03b9\u03ba\u03bf\u03bd\u03bf\u03bc\u03b9\u03ba\u03ac\",\n                        \"\u03a0\u03c1\u03cc\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1 & \u0392\u03b1\u03b8\u03bc\u03bf\u03af\",\n                        \"\u0391\u03bd\u03b1\u03c6\u03bf\u03c1\u03ad\u03c2 \u03a0\u03c1\u03bf\u03cc\u03b4\u03bf\u03c5\"\n                ]\n        },\n        {\n                \"id\": 7,\n                \"name\": \"MyKoolio\",\n                \"url\": \"https:\/\/www.mykoolio.com\/\",\n                \"socialUrl\": \"https:\/\/www.facebook.com\/profesorulmykoolio\",\n                \"category\": \"early_childhood\",\n                \"description\": \"\u0394\u03b9\u03b1\u03b4\u03c1\u03b1\u03c3\u03c4\u03b9\u03ba\u03ae \u03b5\u03ba\u03c0\u03b1\u03b9\u03b4\u03b5\u03c5\u03c4\u03b9\u03ba\u03ae \u03c0\u03cd\u03bb\u03b7 \u03bc\u03b5 \u03c0\u03b1\u03b9\u03b3\u03bd\u03b9\u03ce\u03b4\u03b7 \u03bc\u03b1\u03b8\u03ae\u03bc\u03b1\u03c4\u03b1 \u03ba\u03b1\u03b9 \u03b5\u03c1\u03b3\u03b1\u03bb\u03b5\u03af\u03b1 \u03b4\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7\u03c2 \u03c4\u03ac\u03be\u03b7\u03c2: \u03b5\u03b9\u03ba\u03bf\u03bd\u03b9\u03ba\u03cc \u03b2\u03b1\u03b8\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf, \u03b4\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7 \u03b5\u03c1\u03b3\u03b1\u03c3\u03b9\u03ce\u03bd \u03ba\u03b1\u03b9 \u03b7\u03bc\u03b5\u03c1\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf.\",\n                \"categoryLabel\": \"\u0394\u03b9\u03b1\u03b4\u03c1\u03b1\u03c3\u03c4\u03b9\u03ba\u03ac \u039c\u03b1\u03b8\u03ae\u03bc\u03b1\u03c4\u03b1 & \u0394\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7\",\n                \"tags\": [\n                        \"\u0394\u03b9\u03b1\u03b4\u03c1\u03b1\u03c3\u03c4\u03b9\u03ba\u03ac \u039c\u03b1\u03b8\u03ae\u03bc\u03b1\u03c4\u03b1\",\n                        \"\u0395\u03b9\u03ba\u03bf\u03bd\u03b9\u03ba\u03cc \u0392\u03b1\u03b8\u03bc\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf\",\n                        \"\u03a4\u03ac\u03be\u03b5\u03b9\u03c2 & \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b5\u03c2\",\n                        \"\u0397\u03bc\u03b5\u03c1\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf\"\n                ]\n        },\n        {\n                \"id\": 8,\n                \"name\": \"Dacobots\",\n                \"url\": \"https:\/\/dacobots.com\/index_ro.html\",\n                \"socialUrl\": \"https:\/\/www.facebook.com\/dacobots\",\n                \"category\": \"early_childhood\",\n                \"isFree\": true,\n                \"description\": \"\u0394\u03c9\u03c1\u03b5\u03ac\u03bd \u03b5\u03ba\u03c0\u03b1\u03b9\u03b4\u03b5\u03c5\u03c4\u03b9\u03ba\u03ae \u03c0\u03cd\u03bb\u03b7 \u03bc\u03b5 \u03b4\u03b9\u03b1\u03b4\u03c1\u03b1\u03c3\u03c4\u03b9\u03ba\u03ac \u03bc\u03b1\u03b8\u03ae\u03bc\u03b1\u03c4\u03b1 \u03ba\u03b1\u03b9 \u03ba\u03b9\u03bd\u03bf\u03cd\u03bc\u03b5\u03bd\u03b1 \u03c3\u03c7\u03ad\u03b4\u03b9\u03b1 \u03b3\u03b9\u03b1 \u03c0\u03b1\u03b9\u03b4\u03b9\u03ac \u03c0\u03c1\u03bf\u03c3\u03c7\u03bf\u03bb\u03b9\u03ba\u03ae\u03c2 \u03b7\u03bb\u03b9\u03ba\u03af\u03b1\u03c2 \u03b2\u03b1\u03c3\u03b9\u03c3\u03bc\u03ad\u03bd\u03b7 \u03c3\u03c4\u03b7 \u03c3\u03c5\u03bb\u03bb\u03bf\u03b3\u03ae EduTeca.\",\n                \"categoryLabel\": \"\u03a0\u03c1\u03bf\u03c3\u03c7\u03bf\u03bb\u03b9\u03ba\u03ae \u0397\u03bb\u03b9\u03ba\u03af\u03b1 & \u039d\u03b7\u03c0\u03b9\u03b1\u03b3\u03c9\u03b3\u03b5\u03af\u03bf\",\n                \"tags\": [\n                        \"\u03a0\u03c1\u03bf\u03c3\u03c7\u03bf\u03bb\u03b9\u03ba\u03ae\",\n                        \"EduTeca\",\n                        \"\u03a0\u03b1\u03b9\u03c7\u03bd\u03af\u03b4\u03b9\u03b1 & \u039c\u03b1\u03b8\u03ae\u03bc\u03b1\u03c4\u03b1\",\n                        \"\u0394\u03c9\u03c1\u03b5\u03ac\u03bd\"\n                ]\n        },\n        {\n                \"id\": 9,\n                \"name\": \"CoffeeLMS\",\n                \"url\": \"https:\/\/coffeelms.com\/\",\n                \"category\": \"authoring\",\n                \"description\": \"\u03a3\u03cd\u03b3\u03c7\u03c1\u03bf\u03bd\u03bf \u03a3\u03cd\u03c3\u03c4\u03b7\u03bc\u03b1 \u0394\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7\u03c2 \u039c\u03ac\u03b8\u03b7\u03c3\u03b7\u03c2 (LMS) \u03b3\u03b9\u03b1 \u03b5\u03ba\u03c0\u03b1\u03b9\u03b4\u03b5\u03c5\u03c4\u03b9\u03ba\u03ac \u03b9\u03b4\u03c1\u03cd\u03bc\u03b1\u03c4\u03b1, \u039c\u039a\u039f \u03ba\u03b1\u03b9 \u03b5\u03c0\u03b9\u03c7\u03b5\u03b9\u03c1\u03ae\u03c3\u03b5\u03b9\u03c2 \u03b3\u03b9\u03b1 \u03b5\u03c0\u03b9\u03bc\u03cc\u03c1\u03c6\u03c9\u03c3\u03b7 \u03b5\u03ba\u03c0\u03b1\u03b9\u03b4\u03b5\u03c5\u03c4\u03b9\u03ba\u03ce\u03bd \u03ba\u03b1\u03b9 \u03c0\u03c1\u03bf\u03c3\u03c9\u03c0\u03b9\u03ba\u03bf\u03cd.\",\n                \"categoryLabel\": \"Learning Management System (LMS)\",\n                \"tags\": [\n                        \"LMS\",\n                        \"Online \u039c\u03b1\u03b8\u03ae\u03bc\u03b1\u03c4\u03b1\",\n                        \"\u039c\u039a\u039f & \u0395\u03c0\u03b9\u03c7\u03b5\u03b9\u03c1\u03ae\u03c3\u03b5\u03b9\u03c2\",\n                        \"\u0395\u03c0\u03b9\u03bc\u03cc\u03c1\u03c6\u03c9\u03c3\u03b7 \u0395\u03ba\u03c0\u03b1\u03b9\u03b4\u03b5\u03c5\u03c4\u03b9\u03ba\u03ce\u03bd\"\n                ]\n        },\n        {\n                \"id\": 10,\n                \"name\": \"Digitaliada\",\n                \"url\": \"https:\/\/www.digitaliada.ro\/\",\n                \"socialUrl\": \"https:\/\/www.facebook.com\/Digitaliada\",\n                \"category\": \"authoring\",\n                \"description\": \"\u039a\u03b5\u03bd\u03c4\u03c1\u03b9\u03ba\u03ae \u03b5\u03ba\u03c0\u03b1\u03b9\u03b4\u03b5\u03c5\u03c4\u03b9\u03ba\u03ae \u03c0\u03cd\u03bb\u03b7 \u03c8\u03b7\u03c6\u03b9\u03b1\u03ba\u03bf\u03cd \u03c5\u03bb\u03b9\u03ba\u03bf\u03cd \u03bc\u03b5 \u03b5\u03c4\u03ae\u03c3\u03b9\u03bf \u03c8\u03b7\u03c6\u03b9\u03b1\u03ba\u03cc \u03b4\u03b9\u03b1\u03b3\u03c9\u03bd\u03b9\u03c3\u03bc\u03cc \u03b3\u03b9\u03b1 \u03b5\u03ba\u03c0\u03b1\u03b9\u03b4\u03b5\u03c5\u03c4\u03b9\u03ba\u03bf\u03cd\u03c2. \u03a3\u03c5\u03bc\u03b2\u03b1\u03c4\u03ae \u03bc\u03b5 \u03c4\u03bf LIVRESQ.\",\n                \"categoryLabel\": \"\u039a\u03bf\u03b9\u03bd\u03cc\u03c4\u03b7\u03c4\u03b1 & \u03a8\u03b7\u03c6\u03b9\u03b1\u03ba\u03cc\u03c2 \u0394\u03b9\u03b1\u03b3\u03c9\u03bd\u03b9\u03c3\u03bc\u03cc\u03c2\",\n                \"tags\": [\n                        \"\u03a8\u03b7\u03c6\u03b9\u03b1\u03ba\u03cc \u03a5\u03bb\u03b9\u03ba\u03cc\",\n                        \"\u0394\u03b9\u03b1\u03b3\u03c9\u03bd\u03b9\u03c3\u03bc\u03cc\u03c2 \u0395\u03ba\u03c0\u03b1\u03b9\u03b4\u03b5\u03c5\u03c4\u03b9\u03ba\u03ce\u03bd\",\n                        \"\u039a\u03bf\u03b9\u03bd\u03cc\u03c4\u03b7\u03c4\u03b1\",\n                        \"\u03a3\u03c5\u03bc\u03b2\u03b1\u03c4\u03cc \u03bc\u03b5 LIVRESQ\"\n                ]\n        },\n        {\n                \"id\": 11,\n                \"name\": \"ASQ\",\n                \"url\": \"https:\/\/asq.ro\/\",\n                \"socialUrl\": \"https:\/\/www.facebook.com\/asq.romania\",\n                \"category\": \"exams\",\n                \"description\": \"\u0394\u03b9\u03b1\u03b4\u03c1\u03b1\u03c3\u03c4\u03b9\u03ba\u03ae \u03b5\u03ba\u03c0\u03b1\u03b9\u03b4\u03b5\u03c5\u03c4\u03b9\u03ba\u03ae \u03c0\u03cd\u03bb\u03b7 \u03bc\u03b5 \u03bc\u03b1\u03b8\u03ae\u03bc\u03b1\u03c4\u03b1 \u03ba\u03b1\u03b9 \u03bc\u03b7\u03c7\u03b1\u03bd\u03ae \u03b3\u03c1\u03ae\u03b3\u03bf\u03c1\u03c9\u03bd \u03ba\u03bf\u03c5\u03af\u03b6 \u03b3\u03b9\u03b1 \u03c3\u03c5\u03bd\u03b5\u03c7\u03ae \u03b4\u03b9\u03b1\u03bc\u03bf\u03c1\u03c6\u03c9\u03c4\u03b9\u03ba\u03ae \u03b1\u03be\u03b9\u03bf\u03bb\u03cc\u03b3\u03b7\u03c3\u03b7 \u03c4\u03c9\u03bd \u03bc\u03b1\u03b8\u03b7\u03c4\u03ce\u03bd.\",\n                \"categoryLabel\": \"\u039c\u03b1\u03b8\u03ae\u03bc\u03b1\u03c4\u03b1 & \u0393\u03c1\u03ae\u03b3\u03bf\u03c1\u03b1 \u03a4\u03b5\u03c3\u03c4\",\n                \"tags\": [\n                        \"\u0393\u03c1\u03ae\u03b3\u03bf\u03c1\u03b1 \u039a\u03bf\u03c5\u03af\u03b6\",\n                        \"\u0394\u03b9\u03b1\u03b4\u03c1\u03b1\u03c3\u03c4\u03b9\u03ba\u03ac \u039c\u03b1\u03b8\u03ae\u03bc\u03b1\u03c4\u03b1\",\n                        \"\u0391\u03be\u03b9\u03bf\u03bb\u03cc\u03b3\u03b7\u03c3\u03b7\",\n                        \"\u0394\u03b9\u03b1\u03bc\u03bf\u03c1\u03c6\u03c9\u03c4\u03b9\u03ba\u03ac \u03a4\u03b5\u03c3\u03c4\"\n                ]\n        },\n        {\n                \"id\": 12,\n                \"name\": \"123edu\",\n                \"url\": \"https:\/\/123edu.ro\/\",\n                \"socialUrl\": \"https:\/\/www.facebook.com\/123edu.ro\",\n                \"category\": \"early_childhood\",\n                \"description\": \"\u0394\u03b9\u03b1\u03b4\u03c1\u03b1\u03c3\u03c4\u03b9\u03ba\u03ae \u03c0\u03cd\u03bb\u03b7 \u03bc\u03ac\u03b8\u03b7\u03c3\u03b7\u03c2 \u03b5\u03b9\u03b4\u03b9\u03ba\u03ac \u03c3\u03c7\u03b5\u03b4\u03b9\u03b1\u03c3\u03bc\u03ad\u03bd\u03b7 \u03b3\u03b9\u03b1 \u03c4\u03b7\u03bd \u03c0\u03c1\u03bf\u03c0\u03b1\u03c1\u03b1\u03c3\u03ba\u03b5\u03c5\u03b1\u03c3\u03c4\u03b9\u03ba\u03ae \u03c4\u03ac\u03be\u03b7 \u03ba\u03b1\u03b9 \u03c4\u03b9\u03c2 \u03c4\u03ac\u03be\u03b5\u03b9\u03c2 \u0391' \u03ad\u03c9\u03c2 \u0394' \u0394\u03b7\u03bc\u03bf\u03c4\u03b9\u03ba\u03bf\u03cd \u03bc\u03b5 \u03b1\u03c3\u03ba\u03ae\u03c3\u03b5\u03b9\u03c2 \u03b2\u03ac\u03c3\u03b5\u03b9 \u03c0\u03c1\u03bf\u03b3\u03c1\u03ac\u03bc\u03bc\u03b1\u03c4\u03bf\u03c2.\",\n                \"categoryLabel\": \"\u03a0\u03c1\u03c9\u03c4\u03bf\u03b2\u03ac\u03b8\u03bc\u03b9\u03b1 \u0395\u03ba\u03c0\u03b1\u03af\u03b4\u03b5\u03c5\u03c3\u03b7\",\n                \"tags\": [\n                        \"\u03a0\u03c1\u03bf\u03c0\u03b1\u03c1\u03b1\u03c3\u03ba\u03b5\u03c5\u03b1\u03c3\u03c4\u03b9\u03ba\u03ae \u03a4\u03ac\u03be\u03b7\",\n                        \"\u03a4\u03ac\u03be\u03b5\u03b9\u03c2 \u0391-\u0394\",\n                        \"\u0394\u03b9\u03b1\u03b4\u03c1\u03b1\u03c3\u03c4\u03b9\u03ba\u03ac \u039c\u03b1\u03b8\u03ae\u03bc\u03b1\u03c4\u03b1\",\n                        \"\u0391\u03c3\u03ba\u03ae\u03c3\u03b5\u03b9\u03c2\"\n                ]\n        },\n        {\n                \"id\": 13,\n                \"name\": \"Kidibot\",\n                \"url\": \"https:\/\/www.kidibot.ro\/\",\n                \"socialUrl\": \"https:\/\/www.facebook.com\/kidibot\",\n                \"category\": \"early_childhood\",\n                \"description\": \"\u03a0\u03b1\u03b9\u03b3\u03bd\u03b9\u03ce\u03b4\u03b7\u03c2 \u03b5\u03ba\u03c0\u03b1\u03b9\u03b4\u03b5\u03c5\u03c4\u03b9\u03ba\u03ae \u03c0\u03bb\u03b1\u03c4\u03c6\u03cc\u03c1\u03bc\u03b1 \u03c0\u03bf\u03c5 \u03b5\u03bd\u03b8\u03b1\u03c1\u03c1\u03cd\u03bd\u03b5\u03b9 \u03c4\u03b1 \u03c0\u03b1\u03b9\u03b4\u03b9\u03ac \u03bd\u03b1 \u03b4\u03b9\u03b1\u03b2\u03ac\u03b6\u03bf\u03c5\u03bd \u03b2\u03b9\u03b2\u03bb\u03af\u03b1 \u03ba\u03b1\u03b9 \u03bd\u03b1 \u03bb\u03cd\u03bd\u03bf\u03c5\u03bd \u03ba\u03bf\u03c5\u03af\u03b6 \u03b3\u03bd\u03ce\u03c3\u03b5\u03c9\u03bd \u03bc\u03ad\u03c3\u03b1 \u03b1\u03c0\u03cc \u03b1\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ad\u03c2 \u03ba\u03b1\u03b9 \u03b1\u03bd\u03c4\u03b1\u03bc\u03bf\u03b9\u03b2\u03ad\u03c2.\",\n                \"categoryLabel\": \"\u03a6\u03b9\u03bb\u03b1\u03bd\u03b1\u03b3\u03bd\u03c9\u03c3\u03af\u03b1 & Gamification\",\n                \"tags\": [\n                        \"Gamification\",\n                        \"\u039a\u03af\u03bd\u03b7\u03c4\u03c1\u03bf \u0391\u03bd\u03ac\u03b3\u03bd\u03c9\u03c3\u03b7\u03c2\",\n                        \"\u039c\u03ac\u03c7\u03b5\u03c2 \u0393\u03bd\u03ce\u03c3\u03b5\u03c9\u03bd\",\n                        \"\u039a\u03bf\u03c5\u03af\u03b6\"\n                ]\n        },\n        {\n                \"id\": 14,\n                \"name\": \"VreauLa\",\n                \"url\": \"https:\/\/vreaula.ro\/\",\n                \"socialUrl\": \"https:\/\/www.facebook.com\/vreaula\",\n                \"category\": \"exams\",\n                \"description\": \"\u03a3\u03c4\u03bf\u03c7\u03b5\u03c5\u03bc\u03ad\u03bd\u03b7 \u03c0\u03bb\u03b1\u03c4\u03c6\u03cc\u03c1\u03bc\u03b1 \u03c0\u03c1\u03bf\u03b5\u03c4\u03bf\u03b9\u03bc\u03b1\u03c3\u03af\u03b1\u03c2 \u03b3\u03b9\u03b1 \u03bc\u03b1\u03b8\u03b7\u03c4\u03ad\u03c2 \u03bb\u03c5\u03ba\u03b5\u03af\u03bf\u03c5 \u03b3\u03b9\u03b1 \u03c4\u03b9\u03c2 \u03b1\u03c0\u03bf\u03bb\u03c5\u03c4\u03ae\u03c1\u03b9\u03b5\u03c2 \u03b5\u03be\u03b5\u03c4\u03ac\u03c3\u03b5\u03b9\u03c2 \u03ba\u03b1\u03b9 \u03c4\u03b7\u03bd \u03b5\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae \u03c3\u03c4\u03b7\u03bd \u03c4\u03c1\u03b9\u03c4\u03bf\u03b2\u03ac\u03b8\u03bc\u03b9\u03b1 \u03b5\u03ba\u03c0\u03b1\u03af\u03b4\u03b5\u03c5\u03c3\u03b7.\",\n                \"categoryLabel\": \"\u0391\u03c0\u03bf\u03bb\u03c5\u03c4\u03ae\u03c1\u03b9\u03bf & \u03a0\u03b1\u03bd\u03b5\u03c0\u03b9\u03c3\u03c4\u03ae\u03bc\u03b9\u03bf\",\n                \"tags\": [\n                        \"\u0391\u03c0\u03bf\u03bb\u03c5\u03c4\u03ae\u03c1\u03b9\u03bf\",\n                        \"\u0395\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae \u03a0\u03b1\u03bd\u03b5\u03c0\u03b9\u03c3\u03c4\u03b7\u03bc\u03af\u03bf\u03c5\",\n                        \"\u03a0\u03c1\u03bf\u03b5\u03c4\u03bf\u03b9\u03bc\u03b1\u03c3\u03af\u03b1\",\n                        \"\u039b\u03cd\u03ba\u03b5\u03b9\u03bf\"\n                ]\n        },\n        {\n                \"id\": 15,\n                \"name\": \"Brio.ro\",\n                \"url\": \"https:\/\/brio.ro\/\",\n                \"socialUrl\": \"https:\/\/www.facebook.com\/BrioRomania\",\n                \"category\": \"exams\",\n                \"featured\": true,\n                \"description\": \"\u03a0\u03bb\u03b1\u03c4\u03c6\u03cc\u03c1\u03bc\u03b1 \u03c4\u03c5\u03c0\u03bf\u03c0\u03bf\u03b9\u03b7\u03bc\u03ad\u03bd\u03b7\u03c2 \u03c8\u03b7\u03c6\u03b9\u03b1\u03ba\u03ae\u03c2 \u03b1\u03be\u03b9\u03bf\u03bb\u03cc\u03b3\u03b7\u03c3\u03b7\u03c2 \u03bc\u03b5 \u03c8\u03c5\u03c7\u03bf\u03bc\u03b5\u03c4\u03c1\u03b9\u03ba\u03ad\u03c2 \u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ad\u03c2 \u03b5\u03c0\u03b9\u03b4\u03cc\u03c3\u03b5\u03c9\u03bd \u03c3\u03c4\u03b1 \u03bc\u03b1\u03b8\u03b7\u03bc\u03b1\u03c4\u03b9\u03ba\u03ac \u03ba\u03b1\u03b9 \u03c4\u03b7 \u03b3\u03bb\u03ce\u03c3\u03c3\u03b1 \u03b3\u03b9\u03b1 \u03c4\u03b9\u03c2 \u03c4\u03ac\u03be\u03b5\u03b9\u03c2 1-12.\",\n                \"categoryLabel\": \"\u03a4\u03c5\u03c0\u03bf\u03c0\u03bf\u03b9\u03b7\u03bc\u03ad\u03bd\u03b7 \u0391\u03be\u03b9\u03bf\u03bb\u03cc\u03b3\u03b7\u03c3\u03b7\",\n                \"tags\": [\n                        \"\u03a4\u03c5\u03c0\u03bf\u03c0\u03bf\u03b9\u03b7\u03bc\u03ad\u03bd\u03b1 \u03a4\u03b5\u03c3\u03c4\",\n                        \"\u03a4\u03ac\u03be\u03b5\u03b9\u03c2 1-12\",\n                        \"\u03a8\u03c5\u03c7\u03bf\u03bc\u03b5\u03c4\u03c1\u03b9\u03ba\u03ad\u03c2 \u0391\u03bd\u03b1\u03c6\u03bf\u03c1\u03ad\u03c2\",\n                        \"\u0395\u03c0\u03b9\u03b4\u03cc\u03c3\u03b5\u03b9\u03c2\"\n                ]\n        },\n        {\n                \"id\": 16,\n                \"name\": \"\u0218coala Intuitext\",\n                \"url\": \"https:\/\/www.scoalaintuitext.ro\/\",\n                \"socialUrl\": \"https:\/\/www.facebook.com\/ScoalaINTUITEXT\",\n                \"category\": \"early_childhood\",\n                \"description\": \"\u0394\u03b9\u03b1\u03b4\u03c1\u03b1\u03c3\u03c4\u03b9\u03ba\u03ae \u03c0\u03cd\u03bb\u03b7 \u03b3\u03b9\u03b1 \u03c4\u03bf \u03b4\u03b7\u03bc\u03bf\u03c4\u03b9\u03ba\u03cc \u03c3\u03c7\u03bf\u03bb\u03b5\u03af\u03bf \u03bc\u03b5 \u03b4\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7 \u03c4\u03ac\u03be\u03b7\u03c2, \u03b1\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b7 \u03b1\u03bd\u03ac\u03b8\u03b5\u03c3\u03b7 \u03b5\u03c1\u03b3\u03b1\u03c3\u03b9\u03ce\u03bd \u03ba\u03b1\u03b9 \u03b1\u03bd\u03b1\u03c6\u03bf\u03c1\u03ad\u03c2 \u03bc\u03b1\u03b8\u03b7\u03c3\u03b9\u03b1\u03ba\u03ae\u03c2 \u03c0\u03c1\u03bf\u03cc\u03b4\u03bf\u03c5.\",\n                \"categoryLabel\": \"\u039c\u03b1\u03b8\u03ae\u03bc\u03b1\u03c4\u03b1 & \u0394\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7 \u03a4\u03ac\u03be\u03b7\u03c2\",\n                \"tags\": [\n                        \"\u0394\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7 \u0395\u03c1\u03b3\u03b1\u03c3\u03b9\u03ce\u03bd\",\n                        \"\u0392\u03b1\u03b8\u03bc\u03bf\u03bb\u03bf\u03b3\u03af\u03b5\u03c2 & \u0391\u03bd\u03b1\u03c6\u03bf\u03c1\u03ad\u03c2\",\n                        \"\u03a4\u03ac\u03be\u03b5\u03b9\u03c2 \u0391-\u0394\",\n                        \"\u03a8\u03b7\u03c6\u03b9\u03b1\u03ba\u03ac \u039c\u03b1\u03b8\u03ae\u03bc\u03b1\u03c4\u03b1\"\n                ]\n        },\n        {\n                \"id\": 17,\n                \"name\": \"Voxi Clinic\",\n                \"url\": \"https:\/\/voxikids.com\/\",\n                \"socialUrl\": \"https:\/\/www.facebook.com\/VoxiKids\",\n                \"category\": \"special_edu\",\n                \"description\": \"\u0395\u03be\u03b5\u03b9\u03b4\u03b9\u03ba\u03b5\u03c5\u03bc\u03ad\u03bd\u03b7 \u03c0\u03bb\u03b1\u03c4\u03c6\u03cc\u03c1\u03bc\u03b1 \u03bb\u03bf\u03b3\u03bf\u03b8\u03b5\u03c1\u03b1\u03c0\u03b5\u03af\u03b1\u03c2 \u03ba\u03b1\u03b9 \u03b5\u03b9\u03b4\u03b9\u03ba\u03ae\u03c2 \u03b1\u03b3\u03c9\u03b3\u03ae\u03c2 \u03bc\u03b5 \u03b4\u03b9\u03b1\u03b4\u03c1\u03b1\u03c3\u03c4\u03b9\u03ba\u03ad\u03c2 \u03b1\u03c3\u03ba\u03ae\u03c3\u03b5\u03b9\u03c2 \u03c0\u03bf\u03bb\u03bb\u03b1\u03c0\u03bb\u03ce\u03bd \u03c7\u03c1\u03b7\u03c3\u03c4\u03ce\u03bd, \u03b4\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7 \u03c0\u03b5\u03bb\u03b1\u03c4\u03ce\u03bd \u03ba\u03b1\u03b9 \u03c3\u03b7\u03bc\u03b5\u03b9\u03ce\u03c3\u03b5\u03b9\u03c2 \u03c0\u03c1\u03bf\u03cc\u03b4\u03bf\u03c5.\",\n                \"categoryLabel\": \"\u0395\u03b9\u03b4\u03b9\u03ba\u03ae \u0391\u03b3\u03c9\u03b3\u03ae & \u039b\u03bf\u03b3\u03bf\u03b8\u03b5\u03c1\u03b1\u03c0\u03b5\u03af\u03b1\",\n                \"tags\": [\n                        \"\u039b\u03bf\u03b3\u03bf\u03b8\u03b5\u03c1\u03b1\u03c0\u03b5\u03af\u03b1\",\n                        \"\u0395\u03b9\u03b4\u03b9\u03ba\u03ad\u03c2 \u0391\u03bd\u03ac\u03b3\u03ba\u03b5\u03c2\",\n                        \"Online \u0398\u03b5\u03c1\u03b1\u03c0\u03b5\u03af\u03b1\",\n                        \"\u03a1\u03b1\u03bd\u03c4\u03b5\u03b2\u03bf\u03cd\"\n                ]\n        },\n        {\n                \"id\": 18,\n                \"name\": \"Timlogo\",\n                \"url\": \"https:\/\/timlogo.ro\/\",\n                \"socialUrl\": \"https:\/\/www.facebook.com\/ascendia.timlogo\",\n                \"category\": \"special_edu\",\n                \"featured\": true,\n                \"description\": \"\u039b\u03bf\u03b3\u03bf\u03b8\u03b5\u03c1\u03b1\u03c0\u03b5\u03c5\u03c4\u03b9\u03ba\u03ae \u03c0\u03bb\u03b1\u03c4\u03c6\u03cc\u03c1\u03bc\u03b1 \u03b5\u03b3\u03ba\u03b5\u03ba\u03c1\u03b9\u03bc\u03ad\u03bd\u03b7 \u03b1\u03c0\u03cc \u03c4\u03bf \u03a5\u03c0\u03bf\u03c5\u03c1\u03b3\u03b5\u03af\u03bf \u03a0\u03b1\u03b9\u03b4\u03b5\u03af\u03b1\u03c2 \u03b3\u03b9\u03b1 \u03c0\u03b1\u03b9\u03b4\u03b9\u03ac \u03bc\u03b5 \u03b4\u03c5\u03c3\u03ba\u03bf\u03bb\u03af\u03b5\u03c2 \u03bb\u03cc\u03b3\u03bf\u03c5 \u03c3\u03b5 \u03c0\u03c1\u03bf\u03c3\u03c7\u03bf\u03bb\u03b9\u03ba\u03cc \u03ba\u03b1\u03b9 \u03c3\u03c7\u03bf\u03bb\u03b9\u03ba\u03cc \u03b5\u03c0\u03af\u03c0\u03b5\u03b4\u03bf.\",\n                \"categoryLabel\": \"\u0395\u03b3\u03ba\u03b5\u03ba\u03c1\u03b9\u03bc\u03ad\u03bd\u03bf \u03b1\u03c0\u03cc \u03c4\u03bf \u03a5\u03c0\u03bf\u03c5\u03c1\u03b3\u03b5\u03af\u03bf\",\n                \"tags\": [\n                        \"\u0388\u03b3\u03ba\u03c1\u03b9\u03c3\u03b7 \u03a5\u03c0\u03bf\u03c5\u03c1\u03b3\u03b5\u03af\u03bf\u03c5\",\n                        \"\u039b\u03bf\u03b3\u03bf\u03b8\u03b5\u03c1\u03b1\u03c0\u03b5\u03af\u03b1\",\n                        \"\u03a8\u03c5\u03c7\u03bf\u03c0\u03b1\u03b9\u03b4\u03b1\u03b3\u03c9\u03b3\u03b9\u03ba\u03ae\",\n                        \"\u0391\u03c3\u03ba\u03ae\u03c3\u03b5\u03b9\u03c2 \u0389\u03c7\u03bf\u03c5-\u0392\u03af\u03bd\u03c4\u03b5\u03bf\"\n                ]\n        },\n        {\n                \"id\": 19,\n                \"name\": \"Naradix\",\n                \"url\": \"https:\/\/naradix.ro\/\",\n                \"socialUrl\": \"https:\/\/www.facebook.com\/naradapentrueducatie\",\n                \"category\": \"video_learning\",\n                \"isFree\": true,\n                \"description\": \"\u03a0\u03bb\u03b1\u03c4\u03c6\u03cc\u03c1\u03bc\u03b1 \u03c5\u03c0\u03bf\u03c3\u03c4\u03b7\u03c1\u03b9\u03ba\u03c4\u03b9\u03ba\u03ae\u03c2 \u03b4\u03b9\u03b4\u03b1\u03c3\u03ba\u03b1\u03bb\u03af\u03b1\u03c2 \u03bc\u03b5 \u03b4\u03c9\u03c1\u03b5\u03ac\u03bd \u03b4\u03b9\u03b1\u03b4\u03c1\u03b1\u03c3\u03c4\u03b9\u03ba\u03ac \u03bc\u03b1\u03b8\u03ae\u03bc\u03b1\u03c4\u03b1 \u03b3\u03b9\u03b1 \u03c4\u03b9\u03c2 \u03c4\u03ac\u03be\u03b5\u03b9\u03c2 0-8 \u03bc\u03b5 \u03c3\u03c4\u03cc\u03c7\u03bf \u03c4\u03b7 \u03bc\u03b5\u03af\u03c9\u03c3\u03b7 \u03c4\u03c9\u03bd \u03b5\u03ba\u03c0\u03b1\u03b9\u03b4\u03b5\u03c5\u03c4\u03b9\u03ba\u03ce\u03bd \u03b1\u03bd\u03b9\u03c3\u03bf\u03c4\u03ae\u03c4\u03c9\u03bd.\",\n                \"categoryLabel\": \"\u03a5\u03c0\u03bf\u03c3\u03c4\u03b7\u03c1\u03b9\u03ba\u03c4\u03b9\u03ba\u03ae \u0394\u03b9\u03b4\u03b1\u03c3\u03ba\u03b1\u03bb\u03af\u03b1\",\n                \"tags\": [\n                        \"\u03a5\u03c0\u03bf\u03c3\u03c4\u03b7\u03c1\u03b9\u03ba\u03c4\u03b9\u03ba\u03ae \u0395\u03ba\u03c0\u03b1\u03af\u03b4\u03b5\u03c5\u03c3\u03b7\",\n                        \"\u03a4\u03ac\u03be\u03b5\u03b9\u03c2 0-8\",\n                        \"\u0394\u03c9\u03c1\u03b5\u03ac\u03bd \u039c\u03b1\u03b8\u03ae\u03bc\u03b1\u03c4\u03b1\",\n                        \"\u039a\u03bf\u03b9\u03bd\u03c9\u03bd\u03b9\u03ba\u03cc \u0388\u03c1\u03b3\u03bf\"\n                ]\n        },\n        {\n                \"id\": 20,\n                \"name\": \"Vboard\",\n                \"url\": \"https:\/\/vboard.ro\/\",\n                \"socialUrl\": \"https:\/\/www.facebook.com\/Virtual-Board-104068774768862\/\",\n                \"category\": \"management\",\n                \"description\": \"\u03a3\u03c5\u03bd\u03b5\u03c1\u03b3\u03b1\u03c4\u03b9\u03ba\u03cc\u03c2 \u03b4\u03b9\u03b1\u03b4\u03c1\u03b1\u03c3\u03c4\u03b9\u03ba\u03cc\u03c2 \u03c0\u03af\u03bd\u03b1\u03ba\u03b1\u03c2 \u03c0\u03c1\u03b1\u03b3\u03bc\u03b1\u03c4\u03b9\u03ba\u03bf\u03cd \u03c7\u03c1\u03cc\u03bd\u03bf\u03c5 \u03b3\u03b9\u03b1 \u03b6\u03c9\u03bd\u03c4\u03b1\u03bd\u03ae \u03b4\u03b9\u03b4\u03b1\u03c3\u03ba\u03b1\u03bb\u03af\u03b1 \u03bc\u03b5 \u03b5\u03bd\u03c3\u03c9\u03bc\u03b1\u03c4\u03c9\u03bc\u03ad\u03bd\u03bf \u03ae\u03c7\u03bf\/\u03b2\u03af\u03bd\u03c4\u03b5\u03bf \u03ba\u03b1\u03b9 \u03b1\u03c4\u03bf\u03bc\u03b9\u03ba\u03bf\u03cd\u03c2 \u03c0\u03af\u03bd\u03b1\u03ba\u03b5\u03c2 \u03bc\u03b1\u03b8\u03b7\u03c4\u03ce\u03bd.\",\n                \"categoryLabel\": \"\u0394\u03b9\u03b1\u03b4\u03c1\u03b1\u03c3\u03c4\u03b9\u03ba\u03cc\u03c2 \u03a0\u03af\u03bd\u03b1\u03ba\u03b1\u03c2 Live\",\n                \"tags\": [\n                        \"\u0394\u03b9\u03b1\u03b4\u03c1\u03b1\u03c3\u03c4\u03b9\u03ba\u03cc\u03c2 \u03a0\u03af\u03bd\u03b1\u03ba\u03b1\u03c2\",\n                        \"\u0396\u03c9\u03bd\u03c4\u03b1\u03bd\u03ae \u0394\u03b9\u03b4\u03b1\u03c3\u03ba\u03b1\u03bb\u03af\u03b1\",\n                        \"\u0389\u03c7\u03bf\u03c2-\u0392\u03af\u03bd\u03c4\u03b5\u03bf\",\n                        \"\u0391\u03c4\u03bf\u03bc\u03b9\u03ba\u03bf\u03af \u03a0\u03af\u03bd\u03b1\u03ba\u03b5\u03c2\"\n                ]\n        },\n        {\n                \"id\": 21,\n                \"name\": \"Super\u0218coala\",\n                \"url\": \"https:\/\/superscoala.ro\/\",\n                \"socialUrl\": \"https:\/\/www.facebook.com\/superscoalaonline\",\n                \"category\": \"video_learning\",\n                \"description\": \"\u03a0\u03bb\u03b1\u03c4\u03c6\u03cc\u03c1\u03bc\u03b1 \u03bc\u03b5 \u03b2\u03b9\u03bd\u03c4\u03b5\u03bf\u03bc\u03b1\u03b8\u03ae\u03bc\u03b1\u03c4\u03b1 \u03b2\u03ac\u03c3\u03b5\u03b9 \u03b1\u03bd\u03b1\u03bb\u03c5\u03c4\u03b9\u03ba\u03bf\u03cd \u03c0\u03c1\u03bf\u03b3\u03c1\u03ac\u03bc\u03bc\u03b1\u03c4\u03bf\u03c2 \u03b1\u03c0\u03cc \u03ad\u03bc\u03c0\u03b5\u03b9\u03c1\u03bf\u03c5\u03c2 \u03b5\u03ba\u03c0\u03b1\u03b9\u03b4\u03b5\u03c5\u03c4\u03b9\u03ba\u03bf\u03cd\u03c2, \u03bc\u03b5 \u03c6\u03cd\u03bb\u03bb\u03b1 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2 \u03ba\u03b1\u03b9 \u03b4\u03b9\u03b1\u03b4\u03c1\u03b1\u03c3\u03c4\u03b9\u03ba\u03ac \u03c0\u03b1\u03b9\u03c7\u03bd\u03af\u03b4\u03b9\u03b1 \u03b5\u03bc\u03c0\u03ad\u03b4\u03c9\u03c3\u03b7\u03c2.\",\n                \"categoryLabel\": \"\u0392\u03b9\u03bd\u03c4\u03b5\u03bf\u03bc\u03b1\u03b8\u03ae\u03bc\u03b1\u03c4\u03b1 & \u0395\u03bc\u03c0\u03ad\u03b4\u03c9\u03c3\u03b7\",\n                \"tags\": [\n                        \"\u0392\u03b9\u03bd\u03c4\u03b5\u03bf\u03bc\u03b1\u03b8\u03ae\u03bc\u03b1\u03c4\u03b1\",\n                        \"\u0395\u03b9\u03b4\u03b9\u03ba\u03bf\u03af \u0395\u03ba\u03c0\u03b1\u03b9\u03b4\u03b5\u03c5\u03c4\u03b9\u03ba\u03bf\u03af\",\n                        \"\u03a6\u03cd\u03bb\u03bb\u03b1 \u0395\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2\",\n                        \"\u0394\u03b9\u03b1\u03b4\u03c1\u03b1\u03c3\u03c4\u03b9\u03ba\u03ac \u03a0\u03b1\u03b9\u03c7\u03bd\u03af\u03b4\u03b9\u03b1\"\n                ]\n        },\n        {\n                \"id\": 22,\n                \"name\": \"edu.sellification\",\n                \"url\": \"https:\/\/edu.sellification.org\/\",\n                \"socialUrl\": \"https:\/\/www.facebook.com\/groups\/EducatoriSellification\",\n                \"category\": \"video_learning\",\n                \"description\": \"\u03a0\u03bb\u03b1\u03c4\u03c6\u03cc\u03c1\u03bc\u03b1 \u03bc\u03b5 \u03b5\u03ba\u03b1\u03c4\u03bf\u03bd\u03c4\u03ac\u03b4\u03b5\u03c2 \u03ce\u03c1\u03b5\u03c2 \u03b5\u03c0\u03b9\u03bc\u03bf\u03c1\u03c6\u03c9\u03c4\u03b9\u03ba\u03ce\u03bd \u03b2\u03af\u03bd\u03c4\u03b5\u03bf \u03ba\u03b1\u03b9 \u03c0\u03b1\u03b9\u03b4\u03b1\u03b3\u03c9\u03b3\u03b9\u03ba\u03ac \u03b2\u03b9\u03b2\u03bb\u03af\u03b1 \u03b3\u03b9\u03b1 \u03bc\u03b5\u03b8\u03cc\u03b4\u03bf\u03c5\u03c2 \u03b5\u03bd\u03b5\u03c1\u03b3\u03b7\u03c4\u03b9\u03ba\u03ae\u03c2 \u03bc\u03ac\u03b8\u03b7\u03c3\u03b7\u03c2 \u03ba\u03b1\u03b9 \u03b5\u03bb\u03ba\u03c5\u03c3\u03c4\u03b9\u03ba\u03ae\u03c2 \u03b4\u03b9\u03b4\u03b1\u03c3\u03ba\u03b1\u03bb\u03af\u03b1\u03c2.\",\n                \"categoryLabel\": \"\u039c\u03ad\u03b8\u03bf\u03b4\u03bf\u03b9 \u0395\u03bd\u03b5\u03c1\u03b3\u03b7\u03c4\u03b9\u03ba\u03ae\u03c2 \u039c\u03ac\u03b8\u03b7\u03c3\u03b7\u03c2\",\n                \"tags\": [\n                        \"\u0395\u03c0\u03b9\u03bc\u03cc\u03c1\u03c6\u03c9\u03c3\u03b7\",\n                        \"\u0395\u03bb\u03ba\u03c5\u03c3\u03c4\u03b9\u03ba\u03ae \u0395\u03ba\u03c0\u03b1\u03af\u03b4\u03b5\u03c5\u03c3\u03b7\",\n                        \"\u0392\u03af\u03bd\u03c4\u03b5\u03bf & \u0392\u03b9\u03b2\u03bb\u03af\u03b1\",\n                        \"\u039a\u03bf\u03b9\u03bd\u03cc\u03c4\u03b7\u03c4\u03b1 \u0395\u03ba\u03c0\u03b1\u03b9\u03b4\u03b5\u03c5\u03c4\u03b9\u03ba\u03ce\u03bd\"\n                ]\n        },\n        {\n                \"id\": 23,\n                \"name\": \"red-religie.ro\",\n                \"url\": \"https:\/\/red-religie.ro\/\",\n                \"socialUrl\": \"https:\/\/www.facebook.com\/redreligie\",\n                \"category\": \"video_learning\",\n                \"isFree\": true,\n                \"description\": \"\u0394\u03b9\u03b1\u03b4\u03b9\u03ba\u03c4\u03c5\u03b1\u03ba\u03ae \u03c0\u03bb\u03b1\u03c4\u03c6\u03cc\u03c1\u03bc\u03b1 \u03b3\u03b9\u03b1 \u03c4\u03bf \u03bc\u03ac\u03b8\u03b7\u03bc\u03b1 \u03c4\u03c9\u03bd \u0398\u03c1\u03b7\u03c3\u03ba\u03b5\u03c5\u03c4\u03b9\u03ba\u03ce\u03bd \u03bc\u03b5 \u03c8\u03b7\u03c6\u03b9\u03b1\u03ba\u03ac \u03bc\u03b1\u03b8\u03b7\u03c3\u03b9\u03b1\u03ba\u03ac \u03b1\u03bd\u03c4\u03b9\u03ba\u03b5\u03af\u03bc\u03b5\u03bd\u03b1, \u03bf\u03c0\u03c4\u03b9\u03ba\u03bf\u03b1\u03ba\u03bf\u03c5\u03c3\u03c4\u03b9\u03ba\u03cc \u03c5\u03bb\u03b9\u03ba\u03cc \u03ba\u03b1\u03b9 \u03c6\u03cd\u03bb\u03bb\u03b1 \u03b1\u03be\u03b9\u03bf\u03bb\u03cc\u03b3\u03b7\u03c3\u03b7\u03c2.\",\n                \"categoryLabel\": \"\u03a0\u03cc\u03c1\u03bf\u03b9 \u0398\u03c1\u03b7\u03c3\u03ba\u03b5\u03c5\u03c4\u03b9\u03ba\u03ae\u03c2 \u0391\u03b3\u03c9\u03b3\u03ae\u03c2\",\n                \"tags\": [\n                        \"\u039c\u03ac\u03b8\u03b7\u03bc\u03b1 \u0398\u03c1\u03b7\u03c3\u03ba\u03b5\u03c5\u03c4\u03b9\u03ba\u03ce\u03bd\",\n                        \"\u0394\u03b9\u03b4\u03b1\u03ba\u03c4\u03b9\u03ba\u03bf\u03af \u03a0\u03cc\u03c1\u03bf\u03b9\",\n                        \"\u0389\u03c7\u03bf\u03c2-\u0392\u03af\u03bd\u03c4\u03b5\u03bf\",\n                        \"\u03a1\u03bf\u03c5\u03bc\u03b1\u03bd\u03af\u03b1 & \u0394\u03b9\u03b1\u03c3\u03c0\u03bf\u03c1\u03ac\"\n                ]\n        },\n        {\n                \"id\": 24,\n                \"name\": \"Edu For Life\",\n                \"url\": \"https:\/\/edu.forlife.ro\/\",\n                \"socialUrl\": \"https:\/\/www.facebook.com\/ForLife.ro\",\n                \"category\": \"exams\",\n                \"isFree\": true,\n                \"description\": \"\u039a\u03bf\u03b9\u03bd\u03bf\u03c4\u03b9\u03ba\u03ae \u03c4\u03c1\u03ac\u03c0\u03b5\u03b6\u03b1 \u03b8\u03b5\u03bc\u03ac\u03c4\u03c9\u03bd \u03ba\u03b1\u03b9 \u03ba\u03ad\u03bd\u03c4\u03c1\u03bf \u03c0\u03cc\u03c1\u03c9\u03bd \u03bc\u03b5 \u03c7\u03b9\u03bb\u03b9\u03ac\u03b4\u03b5\u03c2 \u03b5\u03c1\u03c9\u03c4\u03ae\u03c3\u03b5\u03b9\u03c2 \u03b1\u03be\u03b9\u03bf\u03bb\u03cc\u03b3\u03b7\u03c3\u03b7\u03c2, \u03b1\u03c1\u03c7\u03b5\u03af\u03b1 PDF \u03ba\u03b1\u03b9 \u03b2\u03b9\u03bd\u03c4\u03b5\u03bf\u03bc\u03b1\u03b8\u03ae\u03bc\u03b1\u03c4\u03b1 \u03b3\u03b9\u03b1 \u03cc\u03bb\u03b1 \u03c4\u03b1 \u03c3\u03c7\u03bf\u03bb\u03b9\u03ba\u03ac \u03bc\u03b1\u03b8\u03ae\u03bc\u03b1\u03c4\u03b1.\",\n                \"categoryLabel\": \"\u03a4\u03c1\u03ac\u03c0\u03b5\u03b6\u03b1 \u0398\u03b5\u03bc\u03ac\u03c4\u03c9\u03bd & \u039a\u03bf\u03b9\u03bd\u03cc\u03c4\u03b7\u03c4\u03b1\",\n                \"tags\": [\n                        \"\u03a4\u03c1\u03ac\u03c0\u03b5\u03b6\u03b1 \u0398\u03b5\u03bc\u03ac\u03c4\u03c9\u03bd\",\n                        \"\u038c\u03bb\u03b1 \u03c4\u03b1 \u039c\u03b1\u03b8\u03ae\u03bc\u03b1\u03c4\u03b1\",\n                        \"PDF & \u0392\u03af\u03bd\u03c4\u03b5\u03bf\",\n                        \"\u039a\u03bf\u03b9\u03bd\u03cc\u03c4\u03b7\u03c4\u03b1 FOR LIFE\"\n                ]\n        },\n        {\n                \"id\": 25,\n                \"name\": \"REI.PLUS\",\n                \"url\": \"https:\/\/www.rei.plus\/\",\n                \"category\": \"special_edu\",\n                \"isFree\": true,\n                \"isNew\": true,\n                \"description\": \"\u0388\u03c1\u03b3\u03bf \u03b3\u03b9\u03b1 \u03c4\u03b7 \u03a3\u03c5\u03bc\u03c0\u03b5\u03c1\u03b9\u03bb\u03b7\u03c0\u03c4\u03b9\u03ba\u03ae \u0395\u03ba\u03c0\u03b1\u03af\u03b4\u03b5\u03c5\u03c3\u03b7 \u03c0\u03bf\u03c5 \u03c0\u03b1\u03c1\u03ad\u03c7\u03b5\u03b9 \u03c0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf \u03b4\u03b9\u03b4\u03b1\u03ba\u03c4\u03b9\u03ba\u03cc \u03c5\u03bb\u03b9\u03ba\u03cc, \u03b4\u03b9\u03b1\u03c6\u03bf\u03c1\u03bf\u03c0\u03bf\u03b9\u03b7\u03bc\u03ad\u03bd\u03b1 \u03c6\u03cd\u03bb\u03bb\u03b1 \u03b5\u03c1\u03b3\u03b1\u03c3\u03af\u03b1\u03c2 \u03ba\u03b1\u03b9 \u03bf\u03b4\u03b7\u03b3\u03bf\u03cd\u03c2 \u03b1\u03be\u03b9\u03bf\u03bb\u03cc\u03b3\u03b7\u03c3\u03b7\u03c2 \u03b3\u03b9\u03b1 \u03bc\u03b1\u03b8\u03b7\u03c4\u03ad\u03c2 \u03bc\u03b5 \u0395\u0395\u0391.\",\n                \"categoryLabel\": \"\u03a3\u03c5\u03bc\u03c0\u03b5\u03c1\u03b9\u03bb\u03b7\u03c0\u03c4\u03b9\u03ba\u03ae \u0391\u03b3\u03c9\u03b3\u03ae & \u0395\u0395\u0391\",\n                \"tags\": [\n                        \"\u03a3\u03c5\u03bc\u03c0\u03b5\u03c1\u03b9\u03bb\u03b7\u03c0\u03c4\u03b9\u03ba\u03ae \u0395\u03ba\u03c0\u03b1\u03af\u03b4\u03b5\u03c5\u03c3\u03b7\",\n                        \"\u039c\u03b1\u03b8\u03b7\u03c4\u03ad\u03c2 \u03bc\u03b5 \u0395\u0395\u0391\",\n                        \"\u03a0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03bf\u03c3\u03bc\u03ad\u03bd\u03bf \u03a5\u03bb\u03b9\u03ba\u03cc\",\n                        \"\u039c\u03b5\u03b8\u03bf\u03b4\u03bf\u03bb\u03bf\u03b3\u03b9\u03ba\u03bf\u03af \u039f\u03b4\u03b7\u03b3\u03bf\u03af\",\n                        \"\u0394\u03b9\u03b1\u03c6\u03bf\u03c1\u03bf\u03c0\u03bf\u03b9\u03b7\u03bc\u03ad\u03bd\u03b1 \u03a6\u03cd\u03bb\u03bb\u03b1\"\n                ]\n        }\n];\n\n        const CATEGORIES = [\n          {\n                    \"id\": \"all\",\n                    \"label\": \"\u038c\u03bb\u03b5\u03c2 \u03bf\u03b9 \u03c0\u03bb\u03b1\u03c4\u03c6\u03cc\u03c1\u03bc\u03b5\u03c2\"\n          },\n          {\n                    \"id\": \"authoring\",\n                    \"label\": \"\u0394\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 & RED \/ \u039c\u03b1\u03b8\u03ae\u03bc\u03b1\u03c4\u03b1\"\n          },\n          {\n                    \"id\": \"management\",\n                    \"label\": \"\u03a3\u03c7\u03bf\u03bb\u03b9\u03ba\u03ae \u0394\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7\"\n          },\n          {\n                    \"id\": \"math_science\",\n                    \"label\": \"\u039c\u03b1\u03b8\u03b7\u03bc\u03b1\u03c4\u03b9\u03ba\u03ac & \u0395\u03c0\u03b9\u03c3\u03c4\u03ae\u03bc\u03b5\u03c2\"\n          },\n          {\n                    \"id\": \"early_childhood\",\n                    \"label\": \"\u03a0\u03c1\u03bf\u03c3\u03c7\u03bf\u03bb\u03b9\u03ba\u03ae & \u0394\u03b7\u03bc\u03bf\u03c4\u03b9\u03ba\u03cc\"\n          },\n          {\n                    \"id\": \"exams\",\n                    \"label\": \"\u03a0\u03c1\u03bf\u03b5\u03c4\u03bf\u03b9\u03bc\u03b1\u03c3\u03af\u03b1 \u0395\u03be\u03b5\u03c4\u03ac\u03c3\u03b5\u03c9\u03bd\"\n          },\n          {\n                    \"id\": \"special_edu\",\n                    \"label\": \"\u0395\u03b9\u03b4\u03b9\u03ba\u03ae & \u03a3\u03c5\u03bc\u03c0\u03b5\u03c1\u03b9\u03bb\u03b7\u03c0\u03c4\u03b9\u03ba\u03ae \u0391\u03b3\u03c9\u03b3\u03ae\"\n          },\n          {\n                    \"id\": \"video_learning\",\n                    \"label\": \"\u0392\u03b9\u03bd\u03c4\u03b5\u03bf\u03bc\u03b1\u03b8\u03ae\u03bc\u03b1\u03c4\u03b1 & \u03a0\u03cc\u03c1\u03bf\u03b9\"\n          }\n];\n\n        let currentCategory = 'all';\n        let currentSearch = '';\n        let currentView = 'grid';\n\n        function safeCreateIcons() {\n            if (window.lucide && typeof window.lucide.createIcons === 'function') {\n                window.lucide.createIcons();\n            }\n        }\n\n        function initApp() {\n            renderPills();\n            renderPlatforms();\n            safeCreateIcons();\n            \n            setTimeout(safeCreateIcons, 200);\n            setTimeout(safeCreateIcons, 1000);\n            \n            const searchInput = document.getElementById('directory-search-input');\n            if(searchInput) {\n                searchInput.addEventListener('input', (e) => {\n                    currentSearch = e.target.value.toLowerCase().trim();\n                    renderPlatforms();\n                });\n            }\n        }\n\n        function copyLink(url) {\n            if (navigator.clipboard && navigator.clipboard.writeText) {\n                navigator.clipboard.writeText(url).then(() => {\n                    showToast(`\u039f \u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03bc\u03bf\u03c2 \u03b1\u03bd\u03c4\u03b9\u03b3\u03c1\u03ac\u03c6\u03b7\u03ba\u03b5: ${url}`);\n                }).catch(() => {\n                    prompt(\"\u039f \u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03bc\u03bf\u03c2 \u03b1\u03bd\u03c4\u03b9\u03b3\u03c1\u03ac\u03c6\u03b7\u03ba\u03b5:\", url);\n                });\n            } else {\n                prompt(\"\u039f \u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03bc\u03bf\u03c2 \u03b1\u03bd\u03c4\u03b9\u03b3\u03c1\u03ac\u03c6\u03b7\u03ba\u03b5:\", url);\n            }\n        }\n\n        function showToast(msg) {\n            let toast = document.getElementById('livresq-toast');\n            if (!toast) {\n                toast = document.createElement('div');\n                toast.id = 'livresq-toast';\n                toast.className = 'fixed bottom-6 right-6 z-[100000] bg-slate-900 text-white text-xs font-bold px-4 py-3 rounded-xl shadow-2xl border border-slate-700 flex items-center gap-2 transition-all duration-300 opacity-0 translate-y-2 pointer-events-none';\n                document.body.appendChild(toast);\n            }\n            toast.textContent = msg;\n            toast.classList.remove('opacity-0', 'translate-y-2', 'pointer-events-none');\n            toast.classList.add('opacity-100', 'translate-y-0');\n            setTimeout(() => {\n                toast.classList.remove('opacity-100', 'translate-y-0');\n                toast.classList.add('opacity-0', 'translate-y-2', 'pointer-events-none');\n            }, 2500);\n        }\n\n        function renderPills() {\n            const container = document.getElementById('category-pills-container');\n            if (!container) return;\n            container.innerHTML = CATEGORIES.map(cat => {\n                const isActive = currentCategory === cat.id;\n                return `\n                    <button\n                        onclick=\"setCategory('${cat.id}')\"\n                        class=\"px-4 py-2 rounded-full text-xs font-bold whitespace-nowrap transition-all duration-200 border cursor-pointer ${\n                            isActive\n                                ? 'bg-[#1379D1] text-white border-[#1379D1] shadow-md shadow-[#1379D1]\/20 scale-105'\n                                : 'bg-white text-slate-600 border-slate-200 hover:border-slate-300 hover:bg-slate-50'\n                        }\"\n                    >\n                        ${cat.label}\n                    <\/button>\n                `;\n            }).join('');\n        }\n\n        function setCategory(id) {\n            currentCategory = id;\n            renderPills();\n            renderPlatforms();\n        }\n\n        function filterByPillar(catId) {\n            setCategory(catId);\n            const directoryEl = document.getElementById('directory');\n            if (directoryEl) {\n                directoryEl.scrollIntoView({ behavior: 'smooth' });\n            }\n        }\n\n        function setViewMode(mode) {\n            currentView = mode;\n            const gridBtn = document.getElementById('view-grid-btn');\n            const tableBtn = document.getElementById('view-table-btn');\n            const gridView = document.getElementById('platforms-grid-view');\n            const tableView = document.getElementById('platforms-table-view');\n\n            if (mode === 'grid') {\n                gridBtn.className = 'flex items-center gap-1.5 px-3 py-1.5 rounded-md text-xs font-bold transition-all bg-[#1379D1] text-white shadow-sm';\n                tableBtn.className = 'flex items-center gap-1.5 px-3 py-1.5 rounded-md text-xs font-bold transition-all text-slate-600 hover:text-slate-900 hover:bg-slate-100';\n                gridView.classList.remove('hidden');\n                tableView.classList.add('hidden');\n            } else {\n                tableBtn.className = 'flex items-center gap-1.5 px-3 py-1.5 rounded-md text-xs font-bold transition-all bg-[#1379D1] text-white shadow-sm';\n                gridBtn.className = 'flex items-center gap-1.5 px-3 py-1.5 rounded-md text-xs font-bold transition-all text-slate-600 hover:text-slate-900 hover:bg-slate-100';\n                gridView.classList.add('hidden');\n                tableView.classList.remove('hidden');\n            }\n            safeCreateIcons();\n        }\n\n        function renderPlatforms() {\n            const filtered = PLATFORMS.filter(item => {\n                const matchesCategory = currentCategory === 'all' || item.category === currentCategory;\n                const matchesSearch = item.name.toLowerCase().includes(currentSearch) ||\n                                      item.description.toLowerCase().includes(currentSearch) ||\n                                      item.categoryLabel.toLowerCase().includes(currentSearch) ||\n                                      item.tags.some(t => t.toLowerCase().includes(currentSearch));\n                return matchesCategory && matchesSearch;\n            });\n\n            const countEl = document.getElementById('platform-count-text');\n            if (countEl) {\n                countEl.textContent = `${filtered.length} \/ ${PLATFORMS.length} \u03c0\u03bb\u03b1\u03c4\u03c6\u03cc\u03c1\u03bc\u03b5\u03c2 \u03b5\u03bc\u03c6\u03b1\u03bd\u03af\u03b6\u03bf\u03bd\u03c4\u03b1\u03b9`;\n            }\n\n            \/\/ Render Grid\n            const gridView = document.getElementById('platforms-grid-view');\n            if (gridView) {\n                if (filtered.length === 0) {\n                    gridView.innerHTML = `\n                        <div class=\"col-span-full py-16 text-center bg-white rounded-2xl border border-dashed border-slate-300\">\n                            <i data-lucide=\"search-x\" class=\"w-12 h-12 text-slate-300 mx-auto mb-3\"><\/i>\n                            <h4 class=\"text-base font-bold text-slate-700 font-heading\">No platforms found<\/h4>\n                            <p class=\"text-xs text-slate-400 mt-1\">Try another search or select a different category.<\/p>\n                        <\/div>\n                    `;\n                } else {\n                    gridView.innerHTML = filtered.map(item => `\n                        <div class=\"group relative bg-white rounded-2xl border transition-all duration-300 flex flex-col justify-between overflow-hidden ${\n                            item.featured \n                                ? 'border-[#1379D1]\/40 hover:border-[#1379D1] shadow-md shadow-[#1379D1]\/5 hover:shadow-xl hover:-translate-y-1' \n                                : 'border-slate-200\/80 hover:border-[#1379D1]\/30 hover:shadow-lg hover:-translate-y-1'\n                        }\">\n                            ${item.featured ? `\n                                <div class=\"absolute top-0 right-0 w-24 h-24 overflow-hidden pointer-events-none z-10\">\n                                    <div class=\"absolute transform rotate-45 bg-gradient-to-r from-[#1379D1] to-[#D91278] text-white font-black text-[9px] uppercase tracking-wider py-0.5 right-[-35px] top-[18px] w-[120px] text-center shadow-sm\">\n                                        Top EdTech\n                                    <\/div>\n                                <\/div>\n                            ` : ''}\n\n                            <div class=\"p-6\">\n                                <div class=\"flex items-center justify-between gap-3 mb-4\">\n                                    <span class=\"inline-flex items-center gap-1 text-[11px] font-bold px-2.5 py-1 rounded-md border ${\n                                        item.featured \n                                            ? 'bg-blue-50 text-[#1379D1] border-blue-200' \n                                            : 'bg-slate-50 text-slate-600 border-slate-200'\n                                    }\">\n                                        ${item.categoryLabel}\n                                    <\/span>\n                                    <span class=\"text-xs font-black text-slate-300 font-mono\">#${item.id < 10 ? '0' + item.id : item.id}<\/span>\n                                <\/div>\n\n                                <h3 class=\"text-xl font-heading font-black text-slate-900 group-hover:text-[#1379D1] transition-colors mb-3 flex items-center gap-2\">\n                                    <span>${item.name}<\/span>\n                                    ${item.isNew ? '<span class=\"inline-flex items-center gap-1 px-2 py-0.5 rounded text-[9px] font-black uppercase tracking-wider bg-gradient-to-r from-[#D91278] to-pink-500 text-white shadow-xs\"><span class=\"w-1.5 h-1.5 rounded-full bg-white animate-pulse\"><\/span> ' + (item.newBadge || 'NEW') + '<\/span>' : ''}\n                                    ${item.hasAI ? '<span class=\"inline-flex items-center px-1.5 py-0.5 rounded text-[9px] font-extrabold bg-gradient-to-r from-purple-600 to-indigo-600 text-white\">AI<\/span>' : ''}\n                                    ${item.isFree ? '<span class=\"inline-flex items-center px-1.5 py-0.5 rounded text-[9px] font-extrabold bg-emerald-100 text-emerald-800\">FREE<\/span>' : ''}\n                                <\/h3>\n\n                                <p class=\"text-xs sm:text-sm text-slate-600 leading-relaxed line-clamp-4 mb-5\">\n                                    ${item.description}\n                                <\/p>\n\n                                <div class=\"flex flex-wrap gap-1.5 mb-2\">\n                                    ${item.tags.map(tag => `\n                                        <span class=\"text-[10px] font-medium bg-slate-100 text-slate-600 px-2 py-0.5 rounded border border-slate-200\/60\">\n                                            ${tag}\n                                        <\/span>\n                                    `).join('')}\n                                <\/div>\n                            <\/div>\n\n                            <div class=\"px-6 py-4 bg-slate-50\/80 border-t border-slate-100 flex items-center justify-between gap-3\">\n                                <a\n                                    href=\"${item.url}\"\n                                    target=\"_blank\"\n                                    rel=\"noopener noreferrer\"\n                                    class=\"card-action-btn ${item.name === 'LIVRESQ' ? 'card-action-btn-fucsia' : 'card-action-btn-blue'} flex-1 inline-flex items-center justify-center gap-2 px-4 py-2.5 rounded-lg text-xs font-bold transition-all !text-white hover:!text-white hover:-translate-y-0.5 active:translate-y-0 shadow-sm no-underline\"\n                                >\n                                    <span class=\"!text-white font-bold\">\u0395\u03c0\u03af\u03c3\u03ba\u03b5\u03c8\u03b7 \u0399\u03c3\u03c4\u03cc\u03c4\u03bf\u03c0\u03bf\u03c5<\/span>\n                                    <i data-lucide=\"external-link\" class=\"w-3.5 h-3.5 !text-white\"><\/i>\n                                <\/a>\n\n                                <div class=\"flex items-center gap-1.5\">\n                                    ${item.socialUrl ? `\n                                        <a\n                                            href=\"${item.socialUrl}\"\n                                            target=\"_blank\"\n                                            rel=\"noopener noreferrer\"\n                                            class=\"p-2.5 bg-white hover:bg-blue-50 text-slate-600 hover:text-[#1877F2] rounded-lg border border-slate-200 transition-colors flex items-center justify-center\"\n                                            title=\"Facebook\"\n                                        >\n                                            <svg class=\"w-4 h-4\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z\"><\/path><\/svg>\n                                        <\/a>\n                                    ` : ''}\n                                    <button onclick=\"copyLink('${item.url}')\" class=\"p-2.5 bg-white hover:bg-slate-100 text-slate-600 rounded-lg border border-slate-200 transition-colors flex items-center justify-center cursor-pointer\" title=\"Copy Link\">\n                                        <i data-lucide=\"copy\" class=\"w-4 h-4\"><\/i>\n                                    <\/button>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                    `).join('');\n                }\n            }\n\n            \/\/ Render Table\n            const tableBody = document.getElementById('platforms-table-body');\n            if (tableBody) {\n                tableBody.innerHTML = filtered.map(item => {\n                    const domain = item.url.replace('https:\/\/', '').replace('http:\/\/', '').replace('www.', '').replace('\/ro\/', '').replace('\/index_ro.html', '').replace('\/', '');\n                    return `\n                        <tr class=\"hover:bg-blue-50\/40 transition-colors\">\n                            <td class=\"py-3 px-4 font-mono font-bold text-slate-400 text-center\">\n                                ${item.id < 10 ? '0' + item.id : item.id}\n                            <\/td>\n                            <td class=\"py-3 px-5\">\n                                <div class=\"flex items-center gap-2\">\n                                    <span class=\"font-bold text-slate-900 text-sm font-heading\">${item.name}<\/span>\n                                    ${item.isNew ? '<span class=\"px-1.5 py-0.5 rounded text-[9px] font-black uppercase tracking-wider bg-gradient-to-r from-[#D91278] to-pink-500 text-white shadow-xs\">' + (item.newBadge || 'NEW') + '<\/span>' : ''}\n                                    ${item.featured ? '<span class=\"px-1.5 py-0.5 rounded text-[9px] font-extrabold bg-blue-100 text-[#1379D1]\">TOP<\/span>' : ''}\n                                <\/div>\n                                <span class=\"text-[10px] text-slate-500 font-semibold block\">${item.categoryLabel}<\/span>\n                            <\/td>\n                            <td class=\"py-3 px-5 text-slate-600 text-xs leading-relaxed max-w-md\">\n                                ${item.description}\n                            <\/td>\n                            <td class=\"py-3 px-5\">\n                                <a\n                                    href=\"${item.url}\"\n                                    target=\"_blank\"\n                                    rel=\"noopener noreferrer\"\n                                    class=\"inline-flex items-center gap-1.5 text-xs font-bold text-[#1379D1] hover:underline no-underline\"\n                                >\n                                    <span>${domain}<\/span>\n                                    <i data-lucide=\"external-link\" class=\"w-3.5 h-3.5\"><\/i>\n                                <\/a>\n                            <\/td>\n                            <td class=\"py-3 px-5 text-center\">\n                                ${item.socialUrl ? `\n                                    <a\n                                        href=\"${item.socialUrl}\"\n                                        target=\"_blank\"\n                                        rel=\"noopener noreferrer\"\n                                        class=\"inline-flex p-1.5 text-slate-400 hover:text-[#1877F2] transition-colors\"\n                                    >\n                                        <svg class=\"w-4 h-4\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z\"><\/path><\/svg>\n                                    <\/a>\n                                ` : '<span class=\"text-slate-300\">-<\/span>'}\n                            <\/td>\n                        <\/tr>\n                    `;\n                }).join('');\n            }\n\n            safeCreateIcons();\n        }\n\n        if (document.readyState === 'loading') {\n            document.addEventListener('DOMContentLoaded', initApp);\n        } else {\n            initApp();\n        }\n    <\/script>\n<\/body>\n<\/html>\n\n\n\n\n\n\n\n\n\n\n","protected":false},"excerpt":{"rendered":"<p>\u03a3\u03b5 \u03b1\u03c5\u03c4\u03cc\u03bd \u03c4\u03bf\u03bd \u03ba\u03b1\u03c4\u03ac\u03bb\u03bf\u03b3\u03bf \u03b8\u03b1 \u03b2\u03c1\u03b5\u03af\u03c4\u03b5 \u03c4\u03b9\u03c2 \u03c0\u03b9\u03bf \u03c3\u03b7\u03bc\u03b1\u03bd\u03c4\u03b9\u03ba\u03ad\u03c2 \u03c1\u03bf\u03c5\u03bc\u03b1\u03bd\u03b9\u03ba\u03ad\u03c2 \u03c0\u03bb\u03b1\u03c4\u03c6\u03cc\u03c1\u03bc\u03b5\u03c2 \u03c0\u03bf\u03c5 \u03c5\u03c0\u03bf\u03c3\u03c4\u03b7\u03c1\u03af\u03b6\u03bf\u03c5\u03bd \u03c4\u03b7\u03bd \u03b5\u03ba\u03c0\u03b1\u03af\u03b4\u03b5\u03c5\u03c3\u03b7 \u03c3\u03c4\u03b7 \u03c7\u03ce\u03c1\u03b1 \u03bc\u03b1\u03c2. \u0391\u03c0\u03cc \u03c4\u03b7\u03bd \u03c0\u03c1\u03bf\u03c3\u03c7\u03bf\u03bb\u03b9\u03ba\u03ae \u03b7\u03bb\u03b9\u03ba\u03af\u03b1 \u03ad\u03c9\u03c2 \u03c4\u03bf \u03c0\u03b1\u03bd\u03b5\u03c0\u03b9\u03c3\u03c4\u03b7\u03bc\u03b9\u03b1\u03ba\u03cc \u03b5\u03c0\u03af\u03c0\u03b5\u03b4\u03bf \u03ba\u03b1\u03b9 \u03c0\u03ad\u03c1\u03b1 \u03b1\u03c0\u03cc \u03b1\u03c5\u03c4\u03cc.<\/p>","protected":false},"author":2,"featured_media":493463,"comment_status":"closed","ping_status":"open","sticky":false,"template":"elementor_header_footer","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[80],"class_list":["post-272334","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-news","tag-lista-platforme"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>List\u0103 platforme educa\u021bionale rom\u00e2ne\u0219ti - LIVRESQ<\/title>\n<meta name=\"description\" content=\"Cele mai importante platforme rom\u00e2ne\u0219ti ce sus\u021bin educa\u021bia din \u021bara noastr\u0103. De la nivel prescolar p\u00e2n\u0103 la nivel universitar \u0219i mai departe.\" \/>\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\u03b9\u03b4\u03ae\u03c3\u03b5\u03b9\u03c2\/\u03ba\u03b1\u03c4\u03ac\u03bb\u03bf\u03b3\u03bf\u03c2-\u03c1\u03bf\u03c5\u03bc\u03b1\u03bd\u03b9\u03ba\u03ce\u03bd-\u03b5\u03ba\u03c0\u03b1\u03b9\u03b4\u03b5\u03c5\u03c4\u03b9\u03ba\u03ce\u03bd\/\" \/>\n<meta property=\"og:locale\" content=\"el_GR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"List\u0103 platfome educa\u021bionale rom\u00e2ne\u0219ti pentru educa\u021bie\" \/>\n<meta property=\"og:description\" content=\"\u00cen aceast\u0103 list\u0103 ve\u021bi g\u0103si cele mai importante platforme rom\u00e2ne\u0219ti ce sus\u021bin educa\u021bia din \u021bara noastr\u0103. De la nivel prescolar p\u00e2n\u0103 la nivel universitar \u0219i mai departe.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/livresq.com\/gr\/\u03b5\u03b9\u03b4\u03ae\u03c3\u03b5\u03b9\u03c2\/\u03ba\u03b1\u03c4\u03ac\u03bb\u03bf\u03b3\u03bf\u03c2-\u03c1\u03bf\u03c5\u03bc\u03b1\u03bd\u03b9\u03ba\u03ce\u03bd-\u03b5\u03ba\u03c0\u03b1\u03b9\u03b4\u03b5\u03c5\u03c4\u03b9\u03ba\u03ce\u03bd\/\" \/>\n<meta property=\"og:site_name\" content=\"LIVRESQ\" \/>\n<meta property=\"article:published_time\" content=\"2022-08-09T14:57:07+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-03T08:17:07+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/livresq.com\/wp-content\/uploads\/2022\/08\/Romanesti_livresq.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"848\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"victoria\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u03a3\u03c5\u03bd\u03c4\u03ac\u03c7\u03b8\u03b7\u03ba\u03b5 \u03b1\u03c0\u03cc\" \/>\n\t<meta name=\"twitter:data1\" content=\"victoria\" \/>\n\t<meta name=\"twitter:label2\" 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:data2\" content=\"15 \u03bb\u03b5\u03c0\u03c4\u03ac\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/livresq.com\\\/news\\\/lista-platforme-educationale-romanesti\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/livresq.com\\\/news\\\/lista-platforme-educationale-romanesti\\\/\"},\"author\":{\"name\":\"victoria\",\"@id\":\"https:\\\/\\\/livresq.com\\\/en\\\/#\\\/schema\\\/person\\\/34f3e270f74ce1f3628f20c1273e3cc6\"},\"headline\":\"List\u0103 platforme educa\u021bionale rom\u00e2ne\u0219ti\",\"datePublished\":\"2022-08-09T14:57:07+00:00\",\"dateModified\":\"2026-09-03T08:17:07+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/livresq.com\\\/news\\\/lista-platforme-educationale-romanesti\\\/\"},\"wordCount\":2654,\"publisher\":{\"@id\":\"https:\\\/\\\/livresq.com\\\/en\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/livresq.com\\\/news\\\/lista-platforme-educationale-romanesti\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/i0.wp.com\\\/livresq.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/LISTA-24-PLATFORME-ROMANESTI-PENTRU-EDUCATIE-Postare-Instagram-Editabila-4.png?fit=1080%2C1350&ssl=1\",\"keywords\":[\"lista platforme\"],\"articleSection\":[\"News\"],\"inLanguage\":\"el\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/livresq.com\\\/news\\\/lista-platforme-educationale-romanesti\\\/\",\"url\":\"https:\\\/\\\/livresq.com\\\/news\\\/lista-platforme-educationale-romanesti\\\/\",\"name\":\"List\u0103 platforme educa\u021bionale rom\u00e2ne\u0219ti - LIVRESQ\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/livresq.com\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/livresq.com\\\/news\\\/lista-platforme-educationale-romanesti\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/livresq.com\\\/news\\\/lista-platforme-educationale-romanesti\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/i0.wp.com\\\/livresq.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/LISTA-24-PLATFORME-ROMANESTI-PENTRU-EDUCATIE-Postare-Instagram-Editabila-4.png?fit=1080%2C1350&ssl=1\",\"datePublished\":\"2022-08-09T14:57:07+00:00\",\"dateModified\":\"2026-09-03T08:17:07+00:00\",\"description\":\"Cele mai importante platforme rom\u00e2ne\u0219ti ce sus\u021bin educa\u021bia din \u021bara noastr\u0103. De la nivel prescolar p\u00e2n\u0103 la nivel universitar \u0219i mai departe.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/livresq.com\\\/news\\\/lista-platforme-educationale-romanesti\\\/#breadcrumb\"},\"inLanguage\":\"el\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/livresq.com\\\/news\\\/lista-platforme-educationale-romanesti\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"el\",\"@id\":\"https:\\\/\\\/livresq.com\\\/news\\\/lista-platforme-educationale-romanesti\\\/#primaryimage\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/livresq.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/LISTA-24-PLATFORME-ROMANESTI-PENTRU-EDUCATIE-Postare-Instagram-Editabila-4.png?fit=1080%2C1350&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/livresq.com\\\/wp-content\\\/uploads\\\/2026\\\/09\\\/LISTA-24-PLATFORME-ROMANESTI-PENTRU-EDUCATIE-Postare-Instagram-Editabila-4.png?fit=1080%2C1350&ssl=1\",\"width\":1080,\"height\":1350},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/livresq.com\\\/news\\\/lista-platforme-educationale-romanesti\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Prima pagin\u0103\",\"item\":\"https:\\\/\\\/livresq.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"List\u0103 platforme educa\u021bionale rom\u00e2ne\u0219ti\"}]},{\"@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\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/livresq.com\\\/en\\\/#\\\/schema\\\/person\\\/34f3e270f74ce1f3628f20c1273e3cc6\",\"name\":\"victoria\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"el\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/3fd1a698d101c872b6cac55bda151cf5eb7b64254e07c8792ce8dffbe9003763?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/3fd1a698d101c872b6cac55bda151cf5eb7b64254e07c8792ce8dffbe9003763?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/3fd1a698d101c872b6cac55bda151cf5eb7b64254e07c8792ce8dffbe9003763?s=96&d=mm&r=g\",\"caption\":\"victoria\"},\"url\":\"https:\\\/\\\/livresq.com\\\/gr\\\/author\\\/victoria\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u039a\u03b1\u03c4\u03ac\u03bb\u03bf\u03b3\u03bf\u03c2 \u03c1\u03bf\u03c5\u03bc\u03b1\u03bd\u03b9\u03ba\u03ce\u03bd \u03b5\u03ba\u03c0\u03b1\u03b9\u03b4\u03b5\u03c5\u03c4\u03b9\u03ba\u03ce\u03bd \u03c0\u03bb\u03b1\u03c4\u03c6\u03bf\u03c1\u03bc\u03ce\u03bd - LIVRESQ","description":"\u039f\u03b9 \u03c3\u03b7\u03bc\u03b1\u03bd\u03c4\u03b9\u03ba\u03cc\u03c4\u03b5\u03c1\u03b5\u03c2 \u03c1\u03bf\u03c5\u03bc\u03b1\u03bd\u03b9\u03ba\u03ad\u03c2 \u03c0\u03bb\u03b1\u03c4\u03c6\u03cc\u03c1\u03bc\u03b5\u03c2 \u03c0\u03bf\u03c5 \u03c5\u03c0\u03bf\u03c3\u03c4\u03b7\u03c1\u03af\u03b6\u03bf\u03c5\u03bd \u03c4\u03b7\u03bd \u03b5\u03ba\u03c0\u03b1\u03af\u03b4\u03b5\u03c5\u03c3\u03b7 \u03c3\u03c4\u03b7 \u03c7\u03ce\u03c1\u03b1 \u03bc\u03b1\u03c2. \u0391\u03c0\u03cc \u03c4\u03b7\u03bd \u03c0\u03c1\u03bf\u03c3\u03c7\u03bf\u03bb\u03b9\u03ba\u03ae \u03b7\u03bb\u03b9\u03ba\u03af\u03b1 \u03ad\u03c9\u03c2 \u03c4\u03bf \u03c0\u03b1\u03bd\u03b5\u03c0\u03b9\u03c3\u03c4\u03b7\u03bc\u03b9\u03b1\u03ba\u03cc \u03b5\u03c0\u03af\u03c0\u03b5\u03b4\u03bf \u03ba\u03b1\u03b9 \u03c0\u03ad\u03c1\u03b1 \u03b1\u03c0\u03cc \u03b1\u03c5\u03c4\u03cc.","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\u03b9\u03b4\u03ae\u03c3\u03b5\u03b9\u03c2\/\u03ba\u03b1\u03c4\u03ac\u03bb\u03bf\u03b3\u03bf\u03c2-\u03c1\u03bf\u03c5\u03bc\u03b1\u03bd\u03b9\u03ba\u03ce\u03bd-\u03b5\u03ba\u03c0\u03b1\u03b9\u03b4\u03b5\u03c5\u03c4\u03b9\u03ba\u03ce\u03bd\/","og_locale":"el_GR","og_type":"article","og_title":"List\u0103 platfome educa\u021bionale rom\u00e2ne\u0219ti pentru educa\u021bie","og_description":"\u00cen aceast\u0103 list\u0103 ve\u021bi g\u0103si cele mai importante platforme rom\u00e2ne\u0219ti ce sus\u021bin educa\u021bia din \u021bara noastr\u0103. De la nivel prescolar p\u00e2n\u0103 la nivel universitar \u0219i mai departe.","og_url":"https:\/\/livresq.com\/gr\/\u03b5\u03b9\u03b4\u03ae\u03c3\u03b5\u03b9\u03c2\/\u03ba\u03b1\u03c4\u03ac\u03bb\u03bf\u03b3\u03bf\u03c2-\u03c1\u03bf\u03c5\u03bc\u03b1\u03bd\u03b9\u03ba\u03ce\u03bd-\u03b5\u03ba\u03c0\u03b1\u03b9\u03b4\u03b5\u03c5\u03c4\u03b9\u03ba\u03ce\u03bd\/","og_site_name":"LIVRESQ","article_published_time":"2022-08-09T14:57:07+00:00","article_modified_time":"2026-09-03T08:17:07+00:00","og_image":[{"width":1200,"height":848,"url":"https:\/\/livresq.com\/wp-content\/uploads\/2022\/08\/Romanesti_livresq.jpg","type":"image\/jpeg"}],"author":"victoria","twitter_card":"summary_large_image","twitter_misc":{"\u03a3\u03c5\u03bd\u03c4\u03ac\u03c7\u03b8\u03b7\u03ba\u03b5 \u03b1\u03c0\u03cc":"victoria","\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":"15 \u03bb\u03b5\u03c0\u03c4\u03ac"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/livresq.com\/news\/lista-platforme-educationale-romanesti\/#article","isPartOf":{"@id":"https:\/\/livresq.com\/news\/lista-platforme-educationale-romanesti\/"},"author":{"name":"victoria","@id":"https:\/\/livresq.com\/en\/#\/schema\/person\/34f3e270f74ce1f3628f20c1273e3cc6"},"headline":"List\u0103 platforme educa\u021bionale rom\u00e2ne\u0219ti","datePublished":"2022-08-09T14:57:07+00:00","dateModified":"2026-09-03T08:17:07+00:00","mainEntityOfPage":{"@id":"https:\/\/livresq.com\/news\/lista-platforme-educationale-romanesti\/"},"wordCount":2654,"publisher":{"@id":"https:\/\/livresq.com\/en\/#organization"},"image":{"@id":"https:\/\/livresq.com\/news\/lista-platforme-educationale-romanesti\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2026\/09\/LISTA-24-PLATFORME-ROMANESTI-PENTRU-EDUCATIE-Postare-Instagram-Editabila-4.png?fit=1080%2C1350&ssl=1","keywords":["lista platforme"],"articleSection":["News"],"inLanguage":"el"},{"@type":"WebPage","@id":"https:\/\/livresq.com\/news\/lista-platforme-educationale-romanesti\/","url":"https:\/\/livresq.com\/news\/lista-platforme-educationale-romanesti\/","name":"\u039a\u03b1\u03c4\u03ac\u03bb\u03bf\u03b3\u03bf\u03c2 \u03c1\u03bf\u03c5\u03bc\u03b1\u03bd\u03b9\u03ba\u03ce\u03bd \u03b5\u03ba\u03c0\u03b1\u03b9\u03b4\u03b5\u03c5\u03c4\u03b9\u03ba\u03ce\u03bd \u03c0\u03bb\u03b1\u03c4\u03c6\u03bf\u03c1\u03bc\u03ce\u03bd - LIVRESQ","isPartOf":{"@id":"https:\/\/livresq.com\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/livresq.com\/news\/lista-platforme-educationale-romanesti\/#primaryimage"},"image":{"@id":"https:\/\/livresq.com\/news\/lista-platforme-educationale-romanesti\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2026\/09\/LISTA-24-PLATFORME-ROMANESTI-PENTRU-EDUCATIE-Postare-Instagram-Editabila-4.png?fit=1080%2C1350&ssl=1","datePublished":"2022-08-09T14:57:07+00:00","dateModified":"2026-09-03T08:17:07+00:00","description":"\u039f\u03b9 \u03c3\u03b7\u03bc\u03b1\u03bd\u03c4\u03b9\u03ba\u03cc\u03c4\u03b5\u03c1\u03b5\u03c2 \u03c1\u03bf\u03c5\u03bc\u03b1\u03bd\u03b9\u03ba\u03ad\u03c2 \u03c0\u03bb\u03b1\u03c4\u03c6\u03cc\u03c1\u03bc\u03b5\u03c2 \u03c0\u03bf\u03c5 \u03c5\u03c0\u03bf\u03c3\u03c4\u03b7\u03c1\u03af\u03b6\u03bf\u03c5\u03bd \u03c4\u03b7\u03bd \u03b5\u03ba\u03c0\u03b1\u03af\u03b4\u03b5\u03c5\u03c3\u03b7 \u03c3\u03c4\u03b7 \u03c7\u03ce\u03c1\u03b1 \u03bc\u03b1\u03c2. \u0391\u03c0\u03cc \u03c4\u03b7\u03bd \u03c0\u03c1\u03bf\u03c3\u03c7\u03bf\u03bb\u03b9\u03ba\u03ae \u03b7\u03bb\u03b9\u03ba\u03af\u03b1 \u03ad\u03c9\u03c2 \u03c4\u03bf \u03c0\u03b1\u03bd\u03b5\u03c0\u03b9\u03c3\u03c4\u03b7\u03bc\u03b9\u03b1\u03ba\u03cc \u03b5\u03c0\u03af\u03c0\u03b5\u03b4\u03bf \u03ba\u03b1\u03b9 \u03c0\u03ad\u03c1\u03b1 \u03b1\u03c0\u03cc \u03b1\u03c5\u03c4\u03cc.","breadcrumb":{"@id":"https:\/\/livresq.com\/news\/lista-platforme-educationale-romanesti\/#breadcrumb"},"inLanguage":"el","potentialAction":[{"@type":"ReadAction","target":["https:\/\/livresq.com\/news\/lista-platforme-educationale-romanesti\/"]}]},{"@type":"ImageObject","inLanguage":"el","@id":"https:\/\/livresq.com\/news\/lista-platforme-educationale-romanesti\/#primaryimage","url":"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2026\/09\/LISTA-24-PLATFORME-ROMANESTI-PENTRU-EDUCATIE-Postare-Instagram-Editabila-4.png?fit=1080%2C1350&ssl=1","contentUrl":"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2026\/09\/LISTA-24-PLATFORME-ROMANESTI-PENTRU-EDUCATIE-Postare-Instagram-Editabila-4.png?fit=1080%2C1350&ssl=1","width":1080,"height":1350},{"@type":"BreadcrumbList","@id":"https:\/\/livresq.com\/news\/lista-platforme-educationale-romanesti\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Prima pagin\u0103","item":"https:\/\/livresq.com\/"},{"@type":"ListItem","position":2,"name":"List\u0103 platforme educa\u021bionale rom\u00e2ne\u0219ti"}]},{"@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\/"}},{"@type":"Person","@id":"https:\/\/livresq.com\/en\/#\/schema\/person\/34f3e270f74ce1f3628f20c1273e3cc6","name":"victoria","image":{"@type":"ImageObject","inLanguage":"el","@id":"https:\/\/secure.gravatar.com\/avatar\/3fd1a698d101c872b6cac55bda151cf5eb7b64254e07c8792ce8dffbe9003763?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/3fd1a698d101c872b6cac55bda151cf5eb7b64254e07c8792ce8dffbe9003763?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/3fd1a698d101c872b6cac55bda151cf5eb7b64254e07c8792ce8dffbe9003763?s=96&d=mm&r=g","caption":"victoria"},"url":"https:\/\/livresq.com\/gr\/author\/victoria\/"}]}},"_links":{"self":[{"href":"https:\/\/livresq.com\/gr\/wp-json\/wp\/v2\/posts\/272334","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/livresq.com\/gr\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/livresq.com\/gr\/wp-json\/wp\/v2\/types\/post"}],"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=272334"}],"version-history":[{"count":42,"href":"https:\/\/livresq.com\/gr\/wp-json\/wp\/v2\/posts\/272334\/revisions"}],"predecessor-version":[{"id":493491,"href":"https:\/\/livresq.com\/gr\/wp-json\/wp\/v2\/posts\/272334\/revisions\/493491"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/livresq.com\/gr\/wp-json\/wp\/v2\/media\/493463"}],"wp:attachment":[{"href":"https:\/\/livresq.com\/gr\/wp-json\/wp\/v2\/media?parent=272334"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/livresq.com\/gr\/wp-json\/wp\/v2\/categories?post=272334"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/livresq.com\/gr\/wp-json\/wp\/v2\/tags?post=272334"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}