



{"id":21,"date":"2019-07-22T16:56:43","date_gmt":"2019-07-22T13:56:43","guid":{"rendered":"https:\/\/livresq.com\/?page_id=21"},"modified":"2026-03-11T10:52:03","modified_gmt":"2026-03-11T08:52:03","slug":"publish-library","status":"publish","type":"page","link":"https:\/\/livresq.com\/ro\/publish-library\/","title":{"rendered":""},"content":{"rendered":"\n<p><\/p>\n\n\n\n<!DOCTYPE html>\n<html lang=\"ro\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>LIVRESQ &#8211; Public\u0103 \u0219i Exploreaz\u0103 Biblioteca<\/title>\n    \n    <!-- Google Fonts -->\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800&#038;family=Roboto:wght@700;900&#038;display=swap\" rel=\"stylesheet\">\n    \n    <!-- Tailwind CSS (via CDN) -->\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n    \n    <!-- Lucide Icons (via CDN) -->\n    <script src=\"https:\/\/unpkg.com\/lucide@latest\"><\/script>\n\n    <!-- Tailwind Configuration -->\n    <script>\n        tailwind.config = {\n            theme: {\n                extend: {\n                    colors: {\n                        midnight: '#0F1623',\n                        livresq: {\n                            fucsia: '#D91278',   \/\/ Primary Action\n                            'fucsia-dark': '#b00e60', \/\/ Hover State\n                            albastru: '#6fccf0', \/\/ Secondary \/ Light Blue\n                            blond: '#faed87',    \/\/ Highlight \/ Yellow\n                            darkblue: '#2c3e50', \/\/ Text \/ Footer\n                            light: '#f8f9fa',\n                            text: '#333333'\n                        },\n                        slate: {\n                            850: '#151e2e',\n                            900: '#0F1623' \n                        }\n                    },\n                    fontFamily: {\n                        sans: ['Inter', 'sans-serif'],\n                        heading: ['Roboto', 'sans-serif'],\n                    },\n                    animation: {\n                        'blob': 'blob 7s infinite',\n                        'float': 'float 6s ease-in-out infinite',\n                        'shimmer': 'shimmer 2.5s cubic-bezier(0.4, 0, 0.6, 1) infinite',\n                    },\n                    keyframes: {\n                        blob: {\n                            '0%': { transform: 'translate(0px, 0px) scale(1)' },\n                            '33%': { transform: 'translate(30px, -50px) scale(1.1)' },\n                            '66%': { transform: 'translate(-20px, 20px) scale(0.9)' },\n                            '100%': { transform: 'translate(0px, 0px) scale(1)' },\n                        },\n                        float: {\n                            '0%, 100%': { transform: 'translateY(0)' },\n                            '50%': { transform: 'translateY(-20px)' },\n                        },\n                        shimmer: {\n                            '0%': { transform: 'translateX(-150%) skewX(-45deg)' },\n                            '100%': { transform: 'translateX(150%) skewX(-45deg)' }\n                        }\n                    }\n                }\n            }\n        }\n    <\/script>\n\n    <style>\n        html { scroll-behavior: smooth; }\n        \n        \/* Grid Pattern *\/\n        .bg-grid-overlay {\n            background-size: 40px 40px;\n            background-image: linear-gradient(to right, rgba(255, 255, 255, 0.05) 1px, transparent 1px),\n                              linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 1px, transparent 1px);\n        }\n\n        \/* Midnight Glass *\/\n        .glass-panel-midnight {\n            background: rgba(15, 22, 35, 0.6);\n            backdrop-filter: blur(12px);\n            -webkit-backdrop-filter: blur(12px);\n            border: 1px solid rgba(255, 255, 255, 0.1);\n        }\n\n        \/* Spotlight Effect *\/\n        .spotlight-card {\n            position: relative;\n            overflow: hidden;\n        }\n        .spotlight-card::before {\n            content: \"\";\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: radial-gradient(\n                600px circle at var(--mouse-x, 50%) var(--mouse-y, 50%),\n                rgba(255, 255, 255, 0.06),\n                transparent 40%\n            );\n            opacity: 0;\n            transition: opacity 0.5s;\n            pointer-events: none;\n            z-index: 2;\n        }\n        .spotlight-card:hover::before {\n            opacity: 1;\n        }\n\n        \/* Reveal Animation *\/\n        .reveal {\n            opacity: 0;\n            transform: translateY(30px);\n            transition: all 0.8s cubic-bezier(0.5, 0, 0, 1);\n        }\n        .reveal.active {\n            opacity: 1;\n            transform: translateY(0);\n        }\n        \n        .delay-100 { transition-delay: 100ms; }\n        .delay-200 { transition-delay: 200ms; }\n        .delay-300 { transition-delay: 300ms; }\n        .delay-400 { transition-delay: 400ms; }\n\n        \/* =========================================\n           WORDPRESS COMPATIBILITY OVERRIDES \n           ========================================= *\/\n        \n        \/* Scoped to ID to ensure specificity over Theme Styles *\/\n        \n        \/* 1. General Link Resets *\/\n        #livresq-landing-page a {\n            text-decoration: none !important;\n        }\n\n        \/* 2. Text Links Only (Protect Buttons) *\/\n        \/* We exclude elements with .inline-flex which is used by our buttons *\/\n        #livresq-landing-page a:not(.inline-flex) {\n            border-bottom: none !important;\n            box-shadow: none !important;\n        }\n\n        \/* 3. Button Specific Enforcement *\/\n        #livresq-landing-page a.inline-flex {\n            display: inline-flex !important;\n            text-decoration: none !important;\n            \/* Ensure borders and shadows are respected *\/\n            border-bottom-style: solid !important; \n        }\n\n        \/* Force Primary Button Text Color *\/\n        #livresq-landing-page .text-white {\n            color: #ffffff !important;\n        }\n\n        \/* Force Secondary Button Text Color *\/\n        #livresq-landing-page .text-slate-700 {\n            color: #334155 !important;\n        }\n\n        \/* Force Footer\/Muted Text Colors *\/\n        #livresq-landing-page .text-slate-400 {\n            color: #94a3b8 !important;\n        }\n        #livresq-landing-page .text-slate-500 {\n            color: #64748b !important;\n        }\n        #livresq-landing-page .text-blue-600 {\n            color: #2563eb !important;\n        }\n        #livresq-landing-page .text-livresq-fucsia {\n            color: #D91278 !important;\n        }\n\n        \/* Force Hover Colors (Crucial for Interactive Elements) *\/\n        #livresq-landing-page .hover\\:text-white:hover {\n            color: #ffffff !important;\n        }\n        #livresq-landing-page .hover\\:text-livresq-fucsia:hover {\n            color: #D91278 !important;\n        }\n        #livresq-landing-page .hover\\:text-\\[\\#D91278\\]:hover {\n            color: #D91278 !important;\n        }\n        \/* Fix for secondary button hover *\/\n        #livresq-landing-page a.bg-white:hover {\n            color: #D91278 !important; \n        }\n\n        \/* Remove any default list styles that might bleed in *\/\n        #livresq-landing-page ul {\n            list-style: none !important;\n            padding-left: 0 !important;\n            margin-left: 0 !important;\n        }\n    <\/style>\n<\/head>\n<body class=\"font-sans text-gray-700 antialiased bg-white selection:bg-livresq-fucsia selection:text-white\">\n\n    <!-- Added ID 'livresq-landing-page' for CSS Scoping -->\n    <div id=\"livresq-landing-page\" class=\"min-h-screen bg-slate-50\">\n        \n        <!-- ========================= HERO SECTION ========================= -->\n        <div class=\"relative bg-slate-50 overflow-hidden pt-24 pb-16 lg:pt-32\">\n            <!-- Abstract Background Shapes -->\n            <div class=\"absolute top-0 right-0 w-[600px] h-[600px] bg-blue-100\/50 rounded-full blur-[100px] animate-blob mix-blend-multiply filter pointer-events-none\"><\/div>\n            <div class=\"absolute bottom-0 left-0 w-[500px] h-[500px] bg-pink-100\/50 rounded-full blur-[100px] animate-blob animation-delay-2000 mix-blend-multiply filter pointer-events-none\"><\/div>\n      \n            <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 relative z-10\">\n              <div class=\"text-center reveal max-w-4xl mx-auto\">\n                  <span class=\"inline-flex items-center py-1 px-3 rounded-md border border-[#1379D1]\/20 bg-[#1379D1]\/5 text-[#1379D1] text-xs font-bold uppercase tracking-[0.2em] mb-6 shadow-sm transition-all hover:bg-[#1379D1]\/10\">\n                    <i data-lucide=\"trending-up\" class=\"w-3 h-3 mr-2\"><\/i>\n                    HUB-UL RESURSELOR DIGITALE\n                  <\/span>\n                  \n                  <h1 class=\"text-5xl md:text-6xl font-heading font-black text-slate-900 leading-[1.1] tracking-tight mb-6\">\n                    Biblioteca LIVRESQ:<br\/>\n                    <span class=\"text-livresq-fucsia\">\n                      Centrul Global pentru Educa\u021bie Interactiv\u0103.\n                    <\/span>\n                  <\/h1>\n                  \n                  <p class=\"mt-4 text-xl text-slate-600 leading-relaxed max-w-2xl mx-auto\">\n                    Exploreaz\u0103 cea mai vibrant\u0103 comunitate educa\u021bional\u0103. Acceseaz\u0103 mii de lec\u021bii, manuale \u0219i cursuri validate de pia\u021b\u0103 \u0219i utilizate de profesori \u0219i elevi din toat\u0103 lumea.\n                  <\/p>\n                  \n                  <!-- Added 'relative z-20' to ensure buttons are clickable and visually on top -->\n                  <div class=\"mt-10 flex flex-col sm:flex-row gap-4 justify-center relative z-20\">\n                    <!-- Primary Button -->\n                    <a href=\"https:\/\/library.livresq.com\/\" class=\"inline-flex items-center justify-center px-8 py-3 bg-[#D91278] hover:bg-[#b00e60] text-white font-bold text-lg rounded-md shadow-md hover:shadow-lg transition-all duration-300 border border-white\/10\">\n                        <i data-lucide=\"search\" class=\"w-5 h-5 mr-2\"><\/i>\n                        Acceseaz\u0103 Biblioteca\n                    <\/a>\n                    \n                    <!-- Secondary Button -->\n                    <a href=\"#requirements\" class=\"inline-flex items-center justify-center px-8 py-3 bg-white hover:bg-slate-50 text-slate-700 hover:text-[#D91278] font-bold text-lg rounded-md shadow-sm border border-slate-200 hover:border-[#D91278] transition-all duration-300\">\n                        <i data-lucide=\"book-open\" class=\"w-5 h-5 mr-2\"><\/i>\n                        Ghid de Publicare\n                    <\/a>\n                  <\/div>\n      \n                  <div class=\"mt-12 flex items-center justify-center gap-4 text-sm font-bold text-slate-400 uppercase tracking-widest\">\n                      <span class=\"hidden sm:block h-px w-8 bg-slate-300\"><\/span>\n                      VALIDAT DE ECOSISTEMUL EUROPEAN DE INOVARE\n                      <span class=\"hidden sm:block h-px w-8 bg-slate-300\"><\/span>\n                  <\/div>\n              <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- ========================= GLOBE SECTION ========================= -->\n        <section class=\"bg-midnight py-24 overflow-hidden relative border-t border-slate-800 spotlight-section\">\n            <!-- Texture -->\n            <div class=\"absolute inset-0 bg-grid-overlay opacity-50 pointer-events-none\"><\/div>\n            \n            <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 relative z-10\">\n              <div class=\"grid lg:grid-cols-2 gap-12 items-center\">\n                <!-- Text Content -->\n                <div class=\"text-left text-white order-2 lg:order-1 relative z-20 reveal\">\n                  <span class=\"inline-flex items-center py-1 px-3 rounded-md border border-white\/10 bg-white\/5 text-blue-200 text-xs font-bold uppercase tracking-[0.2em] mb-6 shadow-sm backdrop-blur-sm\">\n                      <i data-lucide=\"globe\" class=\"w-3 h-3 mr-2\"><\/i>\n                      Impact Global\n                  <\/span>\n      \n                  <h2 class=\"text-4xl md:text-5xl font-heading font-black mb-6 leading-tight drop-shadow-xl\">\n                    Peste <span class=\"text-transparent bg-clip-text bg-gradient-to-r from-livresq-fucsia to-livresq-blond\">1.5 Milioane<\/span> de Vizite Lunare\n                  <\/h2>\n                  <p class=\"text-slate-400 text-lg mb-8 leading-relaxed font-light\">\n                    LIVRESQ transform\u0103 educa\u021bia digital\u0103 \u00eentr-o experien\u021b\u0103 conectat\u0103. Con\u021binutul nostru traverseaz\u0103 grani\u021bele fizice, cre\u00e2nd o re\u021bea vast\u0103 de cunoa\u0219tere accesibil\u0103 oric\u00e2nd, oriunde.\n                  <\/p>\n                  \n                  <div class=\"grid grid-cols-2 gap-6\">\n                    <div class=\"spotlight-card glass-panel-midnight p-4 rounded-xl border-l-4 border-livresq-fucsia\">\n                      <p class=\"text-3xl font-black text-white drop-shadow-md\">162k+<\/p>\n                      <p class=\"text-sm text-slate-400 font-bold\">Publica\u021bii Totale<\/p>\n                    <\/div>\n                    <div class=\"spotlight-card glass-panel-midnight p-4 rounded-xl border-l-4 border-blue-500\">\n                      <p class=\"text-3xl font-black text-white drop-shadow-md\">24\/7<\/p>\n                      <p class=\"text-sm text-slate-400 font-bold\">Accesibilitate Global\u0103<\/p>\n                    <\/div>\n                  <\/div>\n                <\/div>\n      \n                <!-- 3D Visualization -->\n                <div class=\"flex justify-center items-center relative order-1 lg:order-2 h-[600px] w-full reveal delay-200\">\n                  <div \n                    id=\"globe-canvas-container\" \n                    class=\"w-full h-[600px] relative z-10 cursor-grab active:cursor-grabbing overflow-visible\"\n                  ><\/div>\n                  <div class=\"absolute inset-0 z-20 pointer-events-none opacity-50\" style=\"background: radial-gradient(circle at center, transparent 0%, #0F1623 70%);\"><\/div>\n                <\/div>\n              <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- ========================= STATS SECTION ========================= -->\n        <div class=\"bg-white border-b border-gray-100 py-12 relative z-20\">\n            <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\n                <div class=\"grid grid-cols-2 gap-8 md:grid-cols-4 text-center divide-x divide-gray-100\">\n                    <div>\n                        <div class=\"text-4xl font-black text-slate-900 tracking-tight\">26k+<\/div>\n                        <div class=\"mt-2 text-xs font-bold uppercase tracking-wider text-slate-500\">Lec\u021bii Publice<\/div>\n                    <\/div>\n                    <div>\n                        <div class=\"text-4xl font-black text-livresq-fucsia tracking-tight\">578<\/div>\n                        <div class=\"mt-2 text-xs font-bold uppercase tracking-wider text-slate-500\">Lec\u021bii Omologate<\/div>\n                    <\/div>\n                    <div>\n                        <div class=\"text-4xl font-black text-slate-900 tracking-tight\">17k+<\/div>\n                        <div class=\"mt-2 text-xs font-bold uppercase tracking-wider text-slate-500\">Surse Materiale Educa\u021bionale<\/div>\n                    <\/div>\n                    <div>\n                        <div class=\"text-4xl font-black text-blue-500 tracking-tight\">100%<\/div>\n                        <div class=\"mt-2 text-xs font-bold uppercase tracking-wider text-slate-500\">Compatibil Mobile<\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- ========================= BENEFITS SECTION ========================= -->\n        <section class=\"py-24 bg-slate-50\">\n            <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\n              <div class=\"text-center mb-16 reveal\">\n                <div class=\"flex justify-center mb-4\">\n                   <span class=\"inline-flex items-center py-1 px-3 rounded-md border border-[#1379D1]\/20 bg-[#1379D1]\/5 text-[#1379D1] text-xs font-bold uppercase tracking-[0.2em] shadow-sm\">\n                      De ce s\u0103 publici?\n                   <\/span>\n                <\/div>\n                <p class=\"text-4xl md:text-5xl font-heading font-black text-slate-900 tracking-tight\">\n                  Beneficiile Bibliotecii\n                <\/p>\n              <\/div>\n      \n              <div class=\"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6\">\n                <!-- Benefit 1 -->\n                <div class=\"bg-white p-8 rounded-3xl shadow-sm border border-slate-200 hover:shadow-lg transition-all duration-300 hover:-translate-y-1 group reveal delay-100\">\n                  <div class=\"h-12 w-12 rounded-xl bg-blue-100 text-blue-600 flex items-center justify-center mb-6 group-hover:scale-110 transition-transform\">\n                    <i data-lucide=\"share-2\" class=\"w-6 h-6\"><\/i>\n                  <\/div>\n                  <h3 class=\"text-xl font-bold text-slate-900 mb-3\">Partajare U\u0219oar\u0103<\/h3>\n                  <p class=\"text-slate-500 leading-relaxed\">Distribuie proiectele tale interactive instantaneu c\u0103tre o audien\u021b\u0103 global\u0103.<\/p>\n                <\/div>\n      \n                <!-- Benefit 2 -->\n                <div class=\"bg-white p-8 rounded-3xl shadow-sm border border-slate-200 hover:shadow-lg transition-all duration-300 hover:-translate-y-1 group reveal delay-200\">\n                  <div class=\"h-12 w-12 rounded-xl bg-pink-100 text-livresq-fucsia flex items-center justify-center mb-6 group-hover:scale-110 transition-transform\">\n                    <i data-lucide=\"star\" class=\"w-6 h-6\"><\/i>\n                  <\/div>\n                  <h3 class=\"text-xl font-bold text-slate-900 mb-3\">Feedback Comunitate<\/h3>\n                  <p class=\"text-slate-500 leading-relaxed\">Prime\u0219te recomand\u0103ri \u0219i recenzii direct de la utilizatori \u0219i colegi.<\/p>\n                <\/div>\n      \n                <!-- Benefit 3 -->\n                <div class=\"bg-white p-8 rounded-3xl shadow-sm border border-slate-200 hover:shadow-lg transition-all duration-300 hover:-translate-y-1 group reveal delay-300\">\n                  <div class=\"h-12 w-12 rounded-xl bg-indigo-100 text-indigo-600 flex items-center justify-center mb-6 group-hover:scale-110 transition-transform\">\n                    <i data-lucide=\"shield-check\" class=\"w-6 h-6\"><\/i>\n                  <\/div>\n                  <h3 class=\"text-xl font-bold text-slate-900 mb-3\">Stocare Sigur\u0103<\/h3>\n                  <p class=\"text-slate-500 leading-relaxed\">O cas\u0103 digital\u0103 sigur\u0103 pentru toate publica\u021biile \u0219i activele tale educa\u021bionale.<\/p>\n                <\/div>\n      \n                <!-- Benefit 4 -->\n                <div class=\"bg-white p-8 rounded-3xl shadow-sm border border-slate-200 hover:shadow-lg transition-all duration-300 hover:-translate-y-1 group reveal delay-400\">\n                  <div class=\"h-12 w-12 rounded-xl bg-green-100 text-green-600 flex items-center justify-center mb-6 group-hover:scale-110 transition-transform\">\n                    <i data-lucide=\"file-code\" class=\"w-6 h-6\"><\/i>\n                  <\/div>\n                  <h3 class=\"text-xl font-bold text-slate-900 mb-3\">Fi\u0219iere Surs\u0103<\/h3>\n                  <p class=\"text-slate-500 leading-relaxed\">G\u0103se\u0219te \u0219i folose\u0219te fi\u0219iere surs\u0103 complete pentru a adapta con\u021binutul existent.<\/p>\n                <\/div>\n              <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- ========================= HOW IT WORKS SECTION ========================= -->\n        <section class=\"py-24 bg-midnight bg-grid-overlay relative overflow-hidden spotlight-section\">\n            <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 relative z-10\">\n              <div class=\"text-center mb-16 reveal\">\n                <div class=\"flex justify-center mb-4\">\n                   <span class=\"inline-flex items-center py-1 px-3 rounded-md border border-white\/10 bg-white\/5 text-blue-200 text-xs font-bold uppercase tracking-[0.2em] shadow-sm backdrop-blur-sm\">\n                      Proces Simplificat\n                   <\/span>\n                <\/div>\n                <h2 class=\"text-3xl md:text-5xl font-heading font-black text-white tracking-tight\">\n                  Cum Publici \u00een Bibliotec\u0103\n                <\/h2>\n              <\/div>\n              \n              <div class=\"grid md:grid-cols-3 gap-8\">\n                <!-- Step 1 -->\n                <div class=\"spotlight-card glass-panel-midnight p-8 rounded-3xl text-center group hover:-translate-y-2 transition-transform duration-300 reveal delay-100\">\n                  <div class=\"w-16 h-16 bg-blue-500\/10 text-blue-400 rounded-2xl flex items-center justify-center mx-auto mb-6 border border-blue-500\/20 group-hover:scale-110 transition-transform\">\n                      <i data-lucide=\"pen-tool\" class=\"w-8 h-8\"><\/i>\n                  <\/div>\n                  <h3 class=\"text-xl font-bold text-white mb-3\">1. Creeaz\u0103 &#038; Editeaz\u0103<\/h3>\n                  <p class=\"text-slate-400 leading-relaxed\">\n                    Folose\u0219te editorul LIVRESQ pentru a construi lec\u021bia interactiv\u0103. Asigur\u0103-te c\u0103 este complet\u0103 \u0219i func\u021bional\u0103.\n                  <\/p>\n                <\/div>\n                \n                <!-- Step 2 -->\n                <div class=\"spotlight-card glass-panel-midnight p-8 rounded-3xl text-center group hover:-translate-y-2 transition-transform duration-300 reveal delay-200\">\n                  <div class=\"w-16 h-16 bg-livresq-fucsia\/10 text-livresq-fucsia rounded-2xl flex items-center justify-center mx-auto mb-6 border border-livresq-fucsia\/20 group-hover:scale-110 transition-transform\">\n                      <i data-lucide=\"check-circle-2\" class=\"w-8 h-8\"><\/i>\n                  <\/div>\n                  <h3 class=\"text-xl font-bold text-white mb-3\">2. Verific\u0103 Standardele<\/h3>\n                  <p class=\"text-slate-400 leading-relaxed\">\n                    Consult\u0103 lista de cerin\u021be de mai jos. Completeaz\u0103 metadatele \u0219i elimin\u0103 elementele demo.\n                  <\/p>\n                <\/div>\n                \n                <!-- Step 3 -->\n                <div class=\"spotlight-card glass-panel-midnight p-8 rounded-3xl text-center group hover:-translate-y-2 transition-transform duration-300 reveal delay-300\">\n                  <div class=\"w-16 h-16 bg-yellow-500\/10 text-yellow-400 rounded-2xl flex items-center justify-center mx-auto mb-6 border border-yellow-500\/20 group-hover:scale-110 transition-transform\">\n                      <i data-lucide=\"upload-cloud\" class=\"w-8 h-8\"><\/i>\n                  <\/div>\n                  <h3 class=\"text-xl font-bold text-white mb-3\">3. Public\u0103 &#038; Distribuie<\/h3>\n                  <p class=\"text-slate-400 leading-relaxed\">\n                    Export\u0103 proiectul c\u0103tre bibliotec\u0103. Odat\u0103 validat, va fi accesibil pentru zeci de mii de utilizatori.\n                  <\/p>\n                <\/div>\n              <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- ========================= REQUIREMENTS SECTION ========================= -->\n        <section id=\"requirements\" class=\"py-24 bg-white overflow-hidden\">\n            <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\n              <div class=\"text-center mb-16 reveal\">\n                <h2 class=\"text-4xl font-heading font-black text-slate-900 tracking-tight\">\n                  Reguli de Publicare\n                <\/h2>\n                <p class=\"mt-4 text-lg text-slate-500 max-w-3xl mx-auto\">\n                  Pentru a asigura calitatea bibliotecii, toate resursele trec printr-un proces de validare riguros.\n                <\/p>\n              <\/div>\n      \n              <div class=\"grid lg:grid-cols-2 gap-8 mb-12\">\n                <!-- Column 1 -->\n                <div class=\"bg-slate-50 rounded-3xl p-10 border border-slate-100 reveal delay-100\">\n                  <div class=\"flex items-center gap-4 mb-8\">\n                    <div class=\"p-3 bg-blue-100 rounded-xl text-blue-600\">\n                      <i data-lucide=\"database\" class=\"w-6 h-6\"><\/i>\n                    <\/div>\n                    <h3 class=\"text-2xl font-bold text-slate-900\">Tehnic &#038; Metadate<\/h3>\n                  <\/div>\n                  <ul class=\"space-y-6\">\n                    <li class=\"flex items-start\">\n                        <i data-lucide=\"check-circle-2\" class=\"w-6 h-6 text-emerald-500 mr-4 flex-shrink-0 mt-0.5\"><\/i>\n                        <div>\n                            <span class=\"font-bold text-slate-800 block text-lg\">Titlu \u0219i Autor Complet<\/span>\n                            <span class=\"text-sm text-slate-500 font-medium\">Numele resursei \u0219i al autorului trebuie s\u0103 fie clare.<\/span>\n                        <\/div>\n                    <\/li>\n                    <li class=\"flex items-start\">\n                        <i data-lucide=\"check-circle-2\" class=\"w-6 h-6 text-emerald-500 mr-4 flex-shrink-0 mt-0.5\"><\/i>\n                        <div>\n                            <span class=\"font-bold text-slate-800 block text-lg\">Imagine de Copert\u0103<\/span>\n                            <span class=\"text-sm text-slate-500 font-medium\">O imagine reprezentativ\u0103 HD.<\/span>\n                        <\/div>\n                    <\/li>\n                    <li class=\"flex items-start\">\n                        <i data-lucide=\"check-circle-2\" class=\"w-6 h-6 text-emerald-500 mr-4 flex-shrink-0 mt-0.5\"><\/i>\n                        <div>\n                            <span class=\"font-bold text-slate-800 block text-lg\">Descriere Detaliat\u0103<\/span>\n                            <span class=\"text-sm text-slate-500 font-medium\">Minimum 2-3 fraze despre con\u021binut.<\/span>\n                        <\/div>\n                    <\/li>\n                    <li class=\"flex items-start\">\n                        <i data-lucide=\"check-circle-2\" class=\"w-6 h-6 text-emerald-500 mr-4 flex-shrink-0 mt-0.5\"><\/i>\n                        <div>\n                            <span class=\"font-bold text-slate-800 block text-lg\">Cuvinte Cheie<\/span>\n                            <span class=\"text-sm text-slate-500 font-medium\">Adaug\u0103 cel pu\u021bin 3 etichete relevante.<\/span>\n                        <\/div>\n                    <\/li>\n<li class=\"flex items-start\">\n                        <i data-lucide=\"check-circle-2\" class=\"w-6 h-6 text-emerald-500 mr-4 flex-shrink-0 mt-0.5\"><\/i>\n<div>\n                            <span class=\"font-bold text-slate-800 block text-lg\">Clasificare Complet\u0103 <\/span>\n                            <span class=\"text-sm text-slate-500 font-medium\">Limb\u0103, v\u00e2rst\u0103, categorie, clas\u0103 \u0219i subiect s\u0103 fie completate.<\/span>\n                        <\/div>\n                    <\/li>\n                  <\/ul>\n                <\/div>\n      \n                <!-- Column 2 -->\n                <div class=\"bg-slate-50 rounded-3xl p-10 border border-slate-100 reveal delay-200\">\n                  <div class=\"flex items-center gap-4 mb-8\">\n                    <div class=\"p-3 bg-pink-100 rounded-xl text-livresq-fucsia\">\n                      <i data-lucide=\"sparkles\" class=\"w-6 h-6\"><\/i>\n                    <\/div>\n                    <h3 class=\"text-2xl font-bold text-slate-900\">Con\u021binut &#038; Experien\u021b\u0103<\/h3>\n                  <\/div>\n                  <ul class=\"space-y-6\">\n                    <li class=\"flex items-start\">\n                        <i data-lucide=\"check-circle-2\" class=\"w-6 h-6 text-emerald-500 mr-4 flex-shrink-0 mt-0.5\"><\/i>\n                        <div>\n                            <span class=\"font-bold text-slate-800 block text-lg\">F\u0103r\u0103 Lorem Ipsum<\/span>\n                            <span class=\"text-sm text-slate-500 font-medium\">Elimin\u0103 toate textele placeholder.<\/span>\n                        <\/div>\n                    <\/li>\n                    <li class=\"flex items-start\">\n                        <i data-lucide=\"check-circle-2\" class=\"w-6 h-6 text-emerald-500 mr-4 flex-shrink-0 mt-0.5\"><\/i>\n                        <div>\n                            <span class=\"font-bold text-slate-800 block text-lg\">Func\u021bionalitate Complet\u0103<\/span>\n                            <span class=\"text-sm text-slate-500 font-medium\">Verific\u0103 butoanele \u0219i quiz-urile.<\/span>\n                        <\/div>\n                    <\/li>\n                    <li class=\"flex items-start\">\n                        <i data-lucide=\"check-circle-2\" class=\"w-6 h-6 text-emerald-500 mr-4 flex-shrink-0 mt-0.5\"><\/i>\n                        <div>\n                            <span class=\"font-bold text-slate-800 block text-lg\">Con\u021binut Nativ<\/span>\n                            <span class=\"text-sm text-slate-500 font-medium\">Nu doar PDF. Folose\u0219te elemente interactive.<\/span>\n                        <\/div>\n                    <\/li>\n                    <li class=\"flex items-start\">\n                        <i data-lucide=\"check-circle-2\" class=\"w-6 h-6 text-emerald-500 mr-4 flex-shrink-0 mt-0.5\"><\/i>\n                        <div>\n                            <span class=\"font-bold text-slate-800 block text-lg\">Drepturi de Autor<\/span>\n                            <span class=\"text-sm text-slate-500 font-medium\">Ai dreptul de a folosi imaginile.<\/span>\n                        <\/div>\n\n                  <\/ul>\n                <\/div>\n              <\/div>\n              \n              <div class=\"text-center reveal delay-300\">\n                   <a href=\"https:\/\/livresq.com\/ro\/pedagogie-digitala\/\" class=\"inline-flex items-center justify-center px-8 py-3 bg-[#D91278] hover:bg-[#b00e60] text-white font-bold text-lg rounded-md shadow-md hover:shadow-lg transition-all duration-300 border border-white\/10\">\n                      <i data-lucide=\"play-circle\" class=\"w-5 h-5 mr-2\"><\/i>\n                      Vezi Tutorialul de Publicare \n                  <\/a>\n              <\/div>\n      \n              <div class=\"mt-12 bg-amber-50 border border-amber-100 p-6 rounded-2xl flex items-start gap-4 max-w-3xl mx-auto reveal delay-300\">\n                  <i data-lucide=\"alert-triangle\" class=\"h-6 w-6 text-amber-600 flex-shrink-0 mt-1\"><\/i>\n                  <p class=\"text-sm text-amber-900 leading-relaxed\">\n                      <strong>Not\u0103 Important\u0103:<\/strong> Ascendia S.A. nu verific\u0103 acurate\u021bea \u0219tiin\u021bific\u0103 a con\u021binutului. Editorii \u00ee\u0219i rezerv\u0103 dreptul de a respinge materialele care nu respect\u0103 standardele.\n                  <\/p>\n              <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- ========================= FAQ SECTION ========================= -->\n        <section class=\"py-24 bg-midnight relative overflow-hidden border-t border-slate-800 spotlight-section\">\n            <!-- Background Decor -->\n            <div class=\"absolute inset-0 bg-grid-overlay opacity-30 pointer-events-none\"><\/div>\n            <div class=\"absolute top-1\/2 left-1\/2 -translate-x-1\/2 -translate-y-1\/2 w-[600px] h-[600px] bg-livresq-fucsia\/5 rounded-full blur-[100px] pointer-events-none\"><\/div>\n      \n            <div class=\"max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 relative z-10\">\n              <div class=\"text-center mb-16 reveal\">\n                <h2 class=\"text-4xl font-heading font-black text-white tracking-tight\">\n                  \u00centreb\u0103ri Frecvente\n                <\/h2>\n              <\/div>\n              <div class=\"space-y-6\">\n                <!-- FAQ 1 -->\n                <div class=\"spotlight-card glass-panel-midnight rounded-2xl p-8 reveal delay-100 hover:bg-white\/5 transition-colors group\">\n                    <h4 class=\"text-xl font-bold text-white mb-3 group-hover:text-livresq-fucsia transition-colors\">Cost\u0103 ceva s\u0103 public \u00een Bibliotec\u0103?<\/h4>\n                    <p class=\"text-slate-400 leading-relaxed font-medium\">Nu, publicarea resurselor educa\u021bionale \u00een Biblioteca LIVRESQ este complet gratuit\u0103. \u00cencuraj\u0103m partajarea cuno\u0219tin\u021belor deschise.<\/p>\n                <\/div>\n                <!-- FAQ 2 -->\n                <div class=\"spotlight-card glass-panel-midnight rounded-2xl p-8 reveal delay-100 hover:bg-white\/5 transition-colors group\">\n                    <h4 class=\"text-xl font-bold text-white mb-3 group-hover:text-livresq-fucsia transition-colors\">Cine de\u021bine drepturile de autor?<\/h4>\n                    <p class=\"text-slate-400 leading-relaxed font-medium\">Tu, ca autor, p\u0103strezi integral drepturile de autor asupra materialelor create. Prin publicare, acorzi platformei dreptul de a afi\u0219a \u0219i distribui con\u021binutul conform set\u0103rilor tale.<\/p>\n                <\/div>\n                <!-- FAQ 3 -->\n                <div class=\"spotlight-card glass-panel-midnight rounded-2xl p-8 reveal delay-100 hover:bg-white\/5 transition-colors group\">\n                    <h4 class=\"text-xl font-bold text-white mb-3 group-hover:text-livresq-fucsia transition-colors\">C\u00e2t dureaz\u0103 validarea?<\/h4>\n                    <p class=\"text-slate-400 leading-relaxed font-medium\">De obicei, procesul de revizuire dureaz\u0103 \u00eentre 1 \u0219i 2 s\u0103pt\u0103m\u00e2ni. Vei primi o notificare pe email odat\u0103 ce resursa ta este aprobat\u0103.<\/p>\n                <\/div>\n              <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- ========================= CTA SECTION ========================= -->\n        <section class=\"bg-slate-50 relative overflow-hidden border-t border-slate-200\">\n            <!-- Light background blobs -->\n            <div class=\"absolute top-0 right-0 w-[400px] h-[400px] bg-blue-100\/40 rounded-full blur-[80px] mix-blend-multiply filter pointer-events-none\"><\/div>\n            <div class=\"absolute bottom-0 left-0 w-[400px] h-[400px] bg-pink-100\/40 rounded-full blur-[80px] mix-blend-multiply filter pointer-events-none\"><\/div>\n      \n            <div class=\"max-w-3xl mx-auto text-center py-24 px-4 sm:px-6 lg:px-8 relative z-10 reveal\">\n              <h2 class=\"text-4xl font-heading font-black text-slate-900 sm:text-5xl tracking-tight mb-6\">\n                <span class=\"block\">E\u0219ti gata s\u0103 publici?<\/span>\n                <span class=\"block text-transparent bg-clip-text bg-gradient-to-r from-livresq-fucsia to-purple-600 mt-2\">Al\u0103tur\u0103-te comunit\u0103\u021bii ast\u0103zi.<\/span>\n              <\/h2>\n              <p class=\"mt-6 text-xl leading-relaxed text-slate-600 font-medium max-w-2xl mx-auto\">\n                Creeaz\u0103 con\u021binut atractiv, ob\u021bine acreditare \u0219i ajunge la elevi la nivel global.\n              <\/p>\n              <div class=\"mt-10 flex justify-center\">\n                  <a href=\"https:\/\/library.livresq.com\/\" class=\"inline-flex items-center justify-center px-8 py-3 bg-[#D91278] hover:bg-[#b00e60] text-white font-bold text-lg rounded-md shadow-md hover:shadow-lg transition-all duration-300\">\n                    <i data-lucide=\"search\" class=\"w-5 h-5 mr-2\"><\/i>\n                    Viziteaz\u0103 Biblioteca\n                  <\/a>\n              <\/div>\n            <\/div>\n        <\/section>\n\n    <\/div>\n\n    <!-- ========================= SCRIPTS ========================= -->\n\n    <!-- 1. Initialize Lucide Icons -->\n    <script>\n        lucide.createIcons();\n    <\/script>\n\n    <!-- 2. Main Logic (Animations, Spotlight) -->\n    <script>\n        document.addEventListener('DOMContentLoaded', () => {\n            \/\/ Reveal Animation Observer\n            const observer = new IntersectionObserver((entries) => {\n                entries.forEach(entry => {\n                    if (entry.isIntersecting) {\n                        entry.target.classList.add('active');\n                    }\n                });\n            }, { threshold: 0.1 });\n\n            document.querySelectorAll('.reveal').forEach(el => observer.observe(el));\n\n            \/\/ Spotlight Effect Logic\n            const spotlightSections = document.querySelectorAll('.spotlight-section');\n            spotlightSections.forEach(section => {\n                section.addEventListener('mousemove', (e) => {\n                    const cards = section.querySelectorAll('.spotlight-card');\n                    cards.forEach(card => {\n                        const rect = card.getBoundingClientRect();\n                        const x = e.clientX - rect.left;\n                        const y = e.clientY - rect.top;\n                        card.style.setProperty('--mouse-x', `${x}px`);\n                        card.style.setProperty('--mouse-y', `${y}px`);\n                    });\n                });\n            });\n        });\n    <\/script>\n\n    <!-- 3. Three.js Logic for Globe -->\n    <script type=\"module\">\n        import * as THREE from 'https:\/\/esm.sh\/three@0.160.0';\n\n        const container = document.getElementById('globe-canvas-container');\n\n        if (container) {\n            \/\/ Scene Setup\n            const scene = new THREE.Scene();\n            scene.fog = new THREE.FogExp2(0x0F1623, 0.035);\n\n            const camera = new THREE.PerspectiveCamera(45, container.clientWidth \/ container.clientHeight, 0.1, 1000);\n            camera.position.z = 16; \n\n            const renderer = new THREE.WebGLRenderer({ alpha: true, antialias: true });\n            renderer.setSize(container.clientWidth, container.clientHeight);\n            renderer.setPixelRatio(window.devicePixelRatio);\n            renderer.toneMapping = THREE.ACESFilmicToneMapping;\n            renderer.outputColorSpace = THREE.SRGBColorSpace;\n            \n            container.appendChild(renderer.domElement);\n\n            const group = new THREE.Group();\n            scene.add(group);\n\n            const loader = new THREE.TextureLoader();\n\n            \/\/ 1. Earth\n            const geometry = new THREE.SphereGeometry(5, 64, 64);\n            const material = new THREE.MeshPhongMaterial({\n                map: loader.load('https:\/\/raw.githubusercontent.com\/mrdoob\/three.js\/master\/examples\/textures\/planets\/earth_atmos_2048.jpg'),\n                specularMap: loader.load('https:\/\/raw.githubusercontent.com\/mrdoob\/three.js\/master\/examples\/textures\/planets\/earth_specular_2048.jpg'),\n                color: 0xeeeeff,\n                specular: 0x444444,\n                shininess: 25,\n                emissive: 0x112244,\n                emissiveIntensity: 0.1\n            });\n            const earth = new THREE.Mesh(geometry, material);\n            group.add(earth);\n\n            \/\/ 2. Clouds\n            const cloudGeo = new THREE.SphereGeometry(5.05, 64, 64);\n            const cloudMat = new THREE.MeshLambertMaterial({\n                map: loader.load('https:\/\/raw.githubusercontent.com\/mrdoob\/three.js\/master\/examples\/textures\/planets\/earth_clouds_1024.png'),\n                transparent: true,\n                opacity: 0.9,\n                blending: THREE.AdditiveBlending,\n                color: 0xffffff\n            });\n            const clouds = new THREE.Mesh(cloudGeo, cloudMat);\n            group.add(clouds);\n\n            \/\/ 3. Atmosphere\n            const atmosGeo = new THREE.SphereGeometry(5.25, 64, 64);\n            const atmosMat = new THREE.MeshPhongMaterial({\n                color: 0x6fccf0,\n                transparent: true,\n                opacity: 0.15,\n                side: THREE.BackSide,\n                blending: THREE.AdditiveBlending,\n                shininess: 0\n            });\n            const atmosphere = new THREE.Mesh(atmosGeo, atmosMat);\n            group.add(atmosphere);\n\n            \/\/ 4. Rings\n            const ringGeo = new THREE.TorusGeometry(7, 0.03, 16, 100);\n            const ringMat = new THREE.MeshBasicMaterial({ color: 0xD91278, transparent: true, opacity: 0.5 });\n            const ring = new THREE.Mesh(ringGeo, ringMat);\n            ring.rotation.x = Math.PI \/ 1.7;\n            group.add(ring);\n\n            const ring2Geo = new THREE.TorusGeometry(6, 0.02, 16, 100);\n            const ring2Mat = new THREE.MeshBasicMaterial({ color: 0xfaed87, transparent: true, opacity: 0.5 });\n            const ring2 = new THREE.Mesh(ring2Geo, ring2Mat);\n            ring2.rotation.x = Math.PI \/ 2.2;\n            ring2.rotation.y = Math.PI \/ 6;\n            group.add(ring2);\n\n            \/\/ 5. Arcs\n            const arcsGroup = new THREE.Group();\n            const radius = 5;\n            for(let i=0; i<20; i++) {\n                const phi1 = Math.acos((Math.random() * 2) - 1);\n                const theta1 = Math.random() * Math.PI * 2;\n                const v1 = new THREE.Vector3().setFromSphericalCoords(radius, phi1, theta1);\n                const phi2 = Math.acos((Math.random() * 2) - 1);\n                const theta2 = Math.random() * Math.PI * 2;\n                const v2 = new THREE.Vector3().setFromSphericalCoords(radius, phi2, theta2);\n                const mid = v1.clone().add(v2).multiplyScalar(0.5).normalize().multiplyScalar(radius * 1.4);\n                \n                const curve = new THREE.QuadraticBezierCurve3(v1, mid, v2);\n                const points = curve.getPoints(30);\n                const arcGeo = new THREE.BufferGeometry().setFromPoints(points);\n                const arcMat = new THREE.LineBasicMaterial({ \n                    color: 0xD91278, \n                    transparent: true, \n                    opacity: 0.6,\n                    linewidth: 1.5 \n                });\n                const arc = new THREE.Line(arcGeo, arcMat);\n                arcsGroup.add(arc);\n            }\n            group.add(arcsGroup);\n\n            \/\/ 6. Stars\n            const starGeo = new THREE.BufferGeometry();\n            const starCount = 500;\n            const starPos = new Float32Array(starCount * 3);\n            for(let i=0; i<starCount*3; i+=3) {\n                starPos[i] = (Math.random() - 0.5) * 40;\n                starPos[i+1] = (Math.random() - 0.5) * 40;\n                starPos[i+2] = (Math.random() - 0.5) * 40;\n            }\n            starGeo.setAttribute('position', new THREE.BufferAttribute(starPos, 3));\n            const starMat = new THREE.PointsMaterial({color: 0xffffff, size: 0.05, transparent: true, opacity: 0.4});\n            const stars = new THREE.Points(starGeo, starMat);\n            group.add(stars);\n\n            \/\/ Lights\n            const sunLight = new THREE.DirectionalLight(0xffffff, 1.2);\n            sunLight.position.set(5, 5, 5); \n            scene.add(sunLight);\n            const ambient = new THREE.AmbientLight(0x404040, 1.5);\n            scene.add(ambient);\n            const spotLight = new THREE.SpotLight(0xD91278, 5, 20, Math.PI\/4, 0.5, 1);\n            spotLight.position.set(-10, 2, 10);\n            spotLight.lookAt(earth.position);\n            scene.add(spotLight);\n\n            \/\/ Animation\n            let mouseX = 0;\n            let mouseY = 0;\n            const windowHalfX = window.innerWidth \/ 2;\n            const windowHalfY = window.innerHeight \/ 2;\n\n            document.addEventListener('mousemove', (event) => {\n                mouseX = (event.clientX - windowHalfX);\n                mouseY = (event.clientY - windowHalfY);\n            });\n\n            const animate = () => {\n                requestAnimationFrame(animate);\n\n                const targetX = mouseX * 0.0003;\n                const targetY = mouseY * 0.0003;\n\n                earth.rotation.y += 0.0008; \n                clouds.rotation.y += 0.0010; \n                arcsGroup.rotation.y += 0.0008; \n                ring.rotation.z += 0.002;\n                ring2.rotation.x -= 0.002;\n                stars.rotation.y -= 0.0002; \n\n                group.rotation.y += 0.05 * (targetX - group.rotation.y);\n                group.rotation.x += 0.05 * (targetY - group.rotation.x);\n\n                renderer.render(scene, camera);\n            };\n            animate();\n\n            \/\/ Resize\n            window.addEventListener('resize', () => {\n                const width = container.clientWidth;\n                const height = container.clientHeight;\n                renderer.setSize(width, height);\n                camera.aspect = width \/ height;\n                camera.updateProjectionMatrix();\n            });\n        }\n    <\/script>\n<\/body>\n<\/html>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>LIVRESQ &#8211; Public\u0103 \u0219i Exploreaz\u0103 Biblioteca HUB-UL RESURSELOR DIGITALE Biblioteca LIVRESQ: Centrul Global pentru Educa\u021bie Interactiv\u0103. Exploreaz\u0103 cea mai vibrant\u0103 comunitate educa\u021bional\u0103. Acceseaz\u0103 mii de lec\u021bii, manuale \u0219i cursuri validate de pia\u021b\u0103 \u0219i utilizate de profesori \u0219i elevi din toat\u0103 lumea. Acceseaz\u0103 Biblioteca Ghid de Publicare VALIDAT DE ECOSISTEMUL EUROPEAN DE INOVARE Impact Global Peste [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-21","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>- LIVRESQ<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/livresq.com\/ro\/publish-library\/\" \/>\n<meta property=\"og:locale\" content=\"ro_RO\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"- LIVRESQ\" \/>\n<meta property=\"og:description\" content=\"LIVRESQ &#8211; Public\u0103 \u0219i Exploreaz\u0103 Biblioteca HUB-UL RESURSELOR DIGITALE Biblioteca LIVRESQ: Centrul Global pentru Educa\u021bie Interactiv\u0103. Exploreaz\u0103 cea mai vibrant\u0103 comunitate educa\u021bional\u0103. Acceseaz\u0103 mii de lec\u021bii, manuale \u0219i cursuri validate de pia\u021b\u0103 \u0219i utilizate de profesori \u0219i elevi din toat\u0103 lumea. Acceseaz\u0103 Biblioteca Ghid de Publicare VALIDAT DE ECOSISTEMUL EUROPEAN DE INOVARE Impact Global Peste [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/livresq.com\/ro\/publish-library\/\" \/>\n<meta property=\"og:site_name\" content=\"LIVRESQ\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-11T08:52:03+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Timp estimat pentru citire\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/livresq.com\/publish-library\/\",\"url\":\"https:\/\/livresq.com\/publish-library\/\",\"name\":\"- LIVRESQ\",\"isPartOf\":{\"@id\":\"https:\/\/livresq.com\/en\/#website\"},\"datePublished\":\"2019-07-22T13:56:43+00:00\",\"dateModified\":\"2026-03-11T08:52:03+00:00\",\"inLanguage\":\"ro-RO\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/livresq.com\/publish-library\/\"]}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/livresq.com\/en\/#website\",\"url\":\"https:\/\/livresq.com\/en\/\",\"name\":\"LIVRESQ\",\"description\":\"eLearning Authoring Tool\",\"publisher\":{\"@id\":\"https:\/\/livresq.com\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/livresq.com\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ro-RO\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/livresq.com\/en\/#organization\",\"name\":\"LIVRESQ - Authoring Tool\",\"url\":\"https:\/\/livresq.com\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ro-RO\",\"@id\":\"https:\/\/livresq.com\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2019\/07\/cropped-Logo.png?fit=1054%2C575&ssl=1\",\"contentUrl\":\"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2019\/07\/cropped-Logo.png?fit=1054%2C575&ssl=1\",\"width\":1054,\"height\":575,\"caption\":\"LIVRESQ - Authoring Tool\"},\"image\":{\"@id\":\"https:\/\/livresq.com\/en\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"- LIVRESQ","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/livresq.com\/ro\/publish-library\/","og_locale":"ro_RO","og_type":"article","og_title":"- LIVRESQ","og_description":"LIVRESQ &#8211; Public\u0103 \u0219i Exploreaz\u0103 Biblioteca HUB-UL RESURSELOR DIGITALE Biblioteca LIVRESQ: Centrul Global pentru Educa\u021bie Interactiv\u0103. Exploreaz\u0103 cea mai vibrant\u0103 comunitate educa\u021bional\u0103. Acceseaz\u0103 mii de lec\u021bii, manuale \u0219i cursuri validate de pia\u021b\u0103 \u0219i utilizate de profesori \u0219i elevi din toat\u0103 lumea. Acceseaz\u0103 Biblioteca Ghid de Publicare VALIDAT DE ECOSISTEMUL EUROPEAN DE INOVARE Impact Global Peste [&hellip;]","og_url":"https:\/\/livresq.com\/ro\/publish-library\/","og_site_name":"LIVRESQ","article_modified_time":"2026-03-11T08:52:03+00:00","twitter_card":"summary_large_image","twitter_misc":{"Timp estimat pentru citire":"2 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/livresq.com\/publish-library\/","url":"https:\/\/livresq.com\/publish-library\/","name":"- LIVRESQ","isPartOf":{"@id":"https:\/\/livresq.com\/en\/#website"},"datePublished":"2019-07-22T13:56:43+00:00","dateModified":"2026-03-11T08:52:03+00:00","inLanguage":"ro-RO","potentialAction":[{"@type":"ReadAction","target":["https:\/\/livresq.com\/publish-library\/"]}]},{"@type":"WebSite","@id":"https:\/\/livresq.com\/en\/#website","url":"https:\/\/livresq.com\/en\/","name":"LIVRESQ","description":"eLearning Authoring Tool","publisher":{"@id":"https:\/\/livresq.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/livresq.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ro-RO"},{"@type":"Organization","@id":"https:\/\/livresq.com\/en\/#organization","name":"LIVRESQ - Authoring Tool","url":"https:\/\/livresq.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"ro-RO","@id":"https:\/\/livresq.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2019\/07\/cropped-Logo.png?fit=1054%2C575&ssl=1","contentUrl":"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2019\/07\/cropped-Logo.png?fit=1054%2C575&ssl=1","width":1054,"height":575,"caption":"LIVRESQ - Authoring Tool"},"image":{"@id":"https:\/\/livresq.com\/en\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/livresq.com\/ro\/wp-json\/wp\/v2\/pages\/21","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/livresq.com\/ro\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/livresq.com\/ro\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/livresq.com\/ro\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/livresq.com\/ro\/wp-json\/wp\/v2\/comments?post=21"}],"version-history":[{"count":173,"href":"https:\/\/livresq.com\/ro\/wp-json\/wp\/v2\/pages\/21\/revisions"}],"predecessor-version":[{"id":489831,"href":"https:\/\/livresq.com\/ro\/wp-json\/wp\/v2\/pages\/21\/revisions\/489831"}],"wp:attachment":[{"href":"https:\/\/livresq.com\/ro\/wp-json\/wp\/v2\/media?parent=21"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}