



{"id":15,"date":"2019-07-22T16:54:28","date_gmt":"2019-07-22T13:54:28","guid":{"rendered":"https:\/\/livresq.com\/?page_id=15"},"modified":"2026-02-02T17:18:49","modified_gmt":"2026-02-02T15:18:49","slug":"ausbildung","status":"publish","type":"page","link":"https:\/\/livresq.com\/de\/training\/","title":{"rendered":"Kurse"},"content":{"rendered":"\n\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>LIVRESQ &#8211; Training &#038; Resources<\/title>\n    \n    <!-- Google Fonts -->\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800&#038;family=Roboto:wght@700;900&#038;display=swap\" rel=\"stylesheet\">\n    \n    <!-- Tailwind CSS -->\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n    \n    <!-- Tailwind Configuration -->\n    <script>\n        tailwind.config = {\n            important: '#livresq-app-container', \/* Critical for WP: Makes all Tailwind utility classes !important *\/\n            theme: {\n                extend: {\n                    colors: {\n                        midnight: '#0F1623',\n                        livresq: {\n                            fucsia: '#D91278',\n                            'fucsia-dark': '#b00e60',\n                            albastru: '#6fccf0',\n                            blond: '#faed87',\n                            darkblue: '#2c3e50',\n                            light: '#f8f9fa',\n                            text: '#333333'\n                        },\n                        slate: {\n                            850: '#151e2e',\n                            900: '#0F1623' \n                        }\n                    },\n                    fontFamily: {\n                        sans: ['Inter', 'sans-serif'],\n                        heading: ['Roboto', 'sans-serif'],\n                    },\n                    animation: {\n                        'blob': 'blob 7s infinite',\n                        'float': 'float 6s ease-in-out infinite',\n                        'shimmer': 'shimmer 2.5s cubic-bezier(0.4, 0, 0.6, 1) infinite',\n                    },\n                    keyframes: {\n                        blob: {\n                            '0%': { transform: 'translate(0px, 0px) scale(1)' },\n                            '33%': { transform: 'translate(30px, -50px) scale(1.1)' },\n                            '66%': { transform: 'translate(-20px, 20px) scale(0.9)' },\n                            '100%': { transform: 'translate(0px, 0px) scale(1)' },\n                        },\n                        float: {\n                            '0%, 100%': { transform: 'translateY(0)' },\n                            '50%': { transform: 'translateY(-20px)' },\n                        },\n                        shimmer: {\n                            '0%': { transform: 'translateX(-150%) skewX(-45deg)' },\n                            '100%': { transform: 'translateX(150%) skewX(-45deg)' }\n                        }\n                    }\n                }\n            }\n        }\n    <\/script>\n\n    <style>\n        html { scroll-behavior: smooth; }\n        \n        \/* --- WORDPRESS ISOLATION & RESET LAYER --- *\/\n        \n        \/* 1. Main Container Breakout - Attempts to force full width even inside boxed WP themes *\/\n        #livresq-app-container {\n            font-family: 'Inter', sans-serif;\n            line-height: 1.5;\n            color: #334155; \n            background-color: #f8fafc;\n            \/* Break out logic *\/\n            width: 100vw; \n            position: relative; \n            left: 50%; \n            right: 50%; \n            margin-left: -50vw; \n            margin-right: -50vw;\n            overflow-x: hidden;\n            box-sizing: border-box;\n        }\n\n        \/* 2. Universal Reset within the container *\/\n        #livresq-app-container *, \n        #livresq-app-container *::before, \n        #livresq-app-container *::after {\n            box-sizing: border-box; \/* Critical for grid\/flex layouts *\/\n            margin: 0;\n            padding: 0;\n            border-width: 0;\n            border-style: solid;\n            border-color: #e5e7eb;\n        }\n\n        \/* 3. Link Resets - WP themes love to style links *\/\n        #livresq-app-container a {\n            text-decoration: none !important;\n            box-shadow: none !important;\n            border: none !important;\n            color: inherit; \n            transition: all 0.3s ease;\n        }\n        #livresq-app-container a:hover {\n            text-decoration: none !important;\n            color: inherit; \n        }\n\n        \/* 4. List Resets - Remove bullets added by WP themes *\/\n        #livresq-app-container ul,\n        #livresq-app-container ol,\n        #livresq-app-container li {\n            list-style: none !important;\n            margin: 0 !important;\n            padding: 0 !important;\n            text-indent: 0 !important;\n            background: none !important; \n        }\n\n        \/* 5. Image Resets - Prevent WP from adding borders\/shadows to images *\/\n        #livresq-app-container img, \n        #livresq-app-container svg {\n            display: block;\n            vertical-align: middle;\n            max-width: 100%;\n            height: auto;\n            border: none !important;\n            box-shadow: none !important;\n            border-radius: 0; \/* Reset default WP radius if any *\/\n        }\n        \n        \/* Re-apply radius classes from Tailwind where needed manually if tailwind fails, \n           but 'important: #livresq-app-container' in config should handle it. *\/\n\n        \/* 6. Form Element Resets *\/\n        #livresq-app-container input[type=\"text\"] {\n            background-image: none !important;\n            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);\n            margin: 0 !important;\n            box-sizing: border-box !important;\n            color: #0F1623 !important;\n            height: auto !important;\n            appearance: none !important;\n            -webkit-appearance: none !important;\n        }\n        \n        #livresq-app-container h1, \n        #livresq-app-container h2, \n        #livresq-app-container h3, \n        #livresq-app-container h4, \n        #livresq-app-container h5, \n        #livresq-app-container h6 {\n            font-size: inherit;\n            font-weight: inherit;\n            margin: 0;\n            line-height: inherit;\n        }\n\n        \/* --- END ISOLATION LAYER --- *\/\n\n\n        #livresq-app-container input[type=\"text\"]:focus {\n            outline: 2px solid #D91278 !important;\n            outline-offset: -2px !important;\n            border-color: transparent !important;\n            box-shadow: none !important;\n        }\n\n        \/* Utility Helpers *\/\n        #livresq-app-container .text-white { color: #ffffff !important; }\n        #livresq-app-container .text-slate-900 { color: #0F1623 !important; }\n        #livresq-app-container .text-livresq-fucsia { color: #D91278 !important; }\n        #livresq-app-container .bg-white { background-color: #ffffff !important; }\n        #livresq-app-container .bg-midnight { background-color: #0F1623 !important; }\n        \n        \/* Hover Effects *\/\n        .watch-btn-hover:hover {\n            color: #ffffff !important;\n            background-color: #D91278 !important;\n            border-color: #D91278 !important;\n        }\n        .watch-btn-hover:hover svg {\n            stroke: #ffffff !important;\n        }\n\n        .cta-btn-hover:hover {\n            transform: scale(1.05);\n            box-shadow: 0 10px 25px -5px rgba(217, 18, 120, 0.4);\n        }\n\n        .bg-grid-overlay {\n            background-size: 40px 40px;\n            background-image: linear-gradient(to right, rgba(255, 255, 255, 0.05) 1px, transparent 1px),\n                              linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 1px, transparent 1px);\n        }\n\n        .glass-panel-midnight {\n            background: rgba(15, 22, 35, 0.6);\n            backdrop-filter: blur(12px);\n            -webkit-backdrop-filter: blur(12px);\n            border: 1px solid rgba(255, 255, 255, 0.1);\n        }\n\n        .spotlight-card {\n            position: relative;\n            overflow: hidden;\n        }\n        .spotlight-card::before {\n            content: \"\";\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: radial-gradient(\n                600px circle at var(--mouse-x, 50%) var(--mouse-y, 50%),\n                rgba(255, 255, 255, 0.06),\n                transparent 40%\n            );\n            opacity: 0;\n            transition: opacity 0.5s;\n            pointer-events: none;\n            z-index: 2;\n        }\n        .spotlight-card:hover::before {\n            opacity: 1;\n        }\n\n        .reveal {\n            opacity: 0;\n            transform: translateY(30px);\n            transition: all 0.8s cubic-bezier(0.5, 0, 0, 1);\n        }\n        .reveal.active {\n            opacity: 1;\n            transform: translateY(0);\n        }\n        \n        .delay-100 { transition-delay: 100ms; }\n        .delay-200 { transition-delay: 200ms; }\n        .delay-300 { transition-delay: 300ms; }\n        .delay-400 { transition-delay: 400ms; }\n    <\/style>\n<\/head>\n<body>\n\n    <div id=\"livresq-app-container\" class=\"min-h-screen bg-slate-50 flex flex-col font-sans\">\n        \n        <!-- 1. HERO SECTION -->\n        <div class=\"relative bg-slate-50 overflow-hidden pt-24 pb-16 lg:pt-32\">\n            <div class=\"absolute top-0 right-0 w-[600px] h-[600px] bg-blue-100\/50 rounded-full blur-[100px] animate-blob mix-blend-multiply filter pointer-events-none\"><\/div>\n            <div class=\"absolute bottom-0 left-0 w-[500px] h-[500px] bg-pink-100\/50 rounded-full blur-[100px] animate-blob animation-delay-2000 mix-blend-multiply filter pointer-events-none\"><\/div>\n\n            <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 relative z-10\">\n                <div class=\"text-center max-w-4xl mx-auto reveal\">\n                    <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 !no-underline\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"mr-2\"><path d=\"M22 10v6M2 10l10-5 10 5-10 5z\"\/><path d=\"M6 12v5c3 3 9 3 12 0v-5\"\/><\/svg>\n                        LEARNING CENTER\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                        Training <span class=\"!text-livresq-fucsia\">&#038; Resources<\/span>\n                    <\/h1>\n                    \n                    <p class=\"mt-4 text-xl !text-slate-600 leading-relaxed max-w-2xl mx-auto\">\n                        Find educational resources created by both the LIVRESQ team and our community members. Explore available courses and webinars.\n                    <\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- 2. COURSES SECTION -->\n        <section class=\"py-24 bg-midnight bg-grid-overlay relative overflow-hidden spotlight-container\">\n            <div class=\"absolute top-0 right-0 w-[600px] h-[600px] bg-blue-600\/10 rounded-full blur-[100px] pointer-events-none translate-x-1\/2 -translate-y-1\/2 mix-blend-screen\"><\/div>\n            <div class=\"absolute bottom-0 left-0 w-[600px] h-[600px] bg-livresq-fucsia\/10 rounded-full blur-[100px] pointer-events-none -translate-x-1\/2 translate-y-1\/2 mix-blend-screen\"><\/div>\n            \n            <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 relative z-10\">\n                <div class=\"text-center mb-16 reveal\">\n                    <span class=\"inline-flex items-center py-1 px-3 rounded-md border border-livresq-fucsia\/30 bg-livresq-fucsia\/10 !text-livresq-fucsia text-xs font-bold uppercase tracking-[0.2em] mb-6 shadow-sm !no-underline\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"mr-2\"><path d=\"M4 19.5A2.5 2.5 0 0 1 6.5 17H20\"\/><path d=\"M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z\"\/><\/svg>\n                        DIGITAL ACADEMY\n                    <\/span>\n                    <h2 class=\"text-4xl md:text-5xl font-heading font-black !text-white tracking-tight leading-tight\">\n                        Specialization Courses\n                    <\/h2>\n                    <p class=\"mt-4 !text-slate-400 max-w-2xl mx-auto\">\n                        Your complete journey from technical initiation to certified expertise in digital pedagogy and instructional design.\n                    <\/p>\n                <\/div>\n\n                <div class=\"grid md:grid-cols-3 gap-8 mb-16\">\n                    <!-- Course 1 -->\n                    <div class=\"spotlight-card glass-panel-midnight group flex flex-col relative rounded-2xl overflow-hidden border border-white\/5 hover:border-livresq-fucsia\/50 transition-all duration-300 reveal delay-100\">\n                        <div class=\"aspect-video w-full overflow-hidden relative\">\n                            <img decoding=\"async\" src=\"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2021\/04\/Generic-Bazele-Utiliza%CC%86rii-LIVRESQ.jpg?fit=800%2C450&#038;ssl=1\" class=\"w-full h-full object-cover transform group-hover:scale-105 transition-transform duration-700\"\/>\n                            <div class=\"absolute inset-0 bg-gradient-to-t from-midnight via-midnight\/20 to-transparent opacity-90\"><\/div>\n                            <div class=\"absolute top-4 left-4\">\n                                <span class=\"px-3 py-1 bg-emerald-500 !text-white text-[10px] font-bold uppercase rounded-full tracking-widest shadow-lg\">Beginner Level<\/span>\n                            <\/div>\n                        <\/div>\n                        <div class=\"p-8 flex flex-col flex-grow relative -mt-6\">\n                            <div class=\"flex items-center gap-2 mb-3 text-xs font-bold !text-slate-400 uppercase tracking-wider\">\n                                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"text-livresq-fucsia\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><polyline points=\"12 6 12 12 16 14\"\/><\/svg> \n                                4 Weeks\n                            <\/div>\n                            <h3 class=\"text-xl font-bold !text-white mb-3 leading-snug group-hover:!text-livresq-fucsia transition-colors min-h-[84px]\">LIVRESQ Basics<\/h3>\n                            <p class=\"!text-slate-400 text-sm leading-relaxed mb-6 border-b border-white\/5 pb-6\">Ideal for those using the platform for the first time. Learn step-by-step the editor interface, how to build a lesson structure, add multimedia elements, and publish your first functional educational project.<\/p>\n                            \n                            <!-- List Container -->\n                            <ul class=\"flex flex-col gap-4 mb-2\">\n                                <li class=\"flex items-center text-xs !text-slate-300\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"text-emerald-400 mr-2\"><path d=\"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z\"\/><path d=\"m9 12 2 2 4-4\"\/><\/svg>\n                                    Editor Interface\n                                <\/li>\n                                <li class=\"flex items-center text-xs !text-slate-300\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"text-emerald-400 mr-2\"><path d=\"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z\"\/><path d=\"m9 12 2 2 4-4\"\/><\/svg>\n                                    Lesson Structure\n                                <\/li>\n                                <li class=\"flex items-center text-xs !text-slate-300\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"text-emerald-400 mr-2\"><path d=\"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z\"\/><path d=\"m9 12 2 2 4-4\"\/><\/svg>\n                                    Publishing\n                                <\/li>\n                            <\/ul>\n\n                            <!-- Button Wrapper for Guaranteed Spacing -->\n                            <div class=\"mt-auto pt-8 w-full\">\n                                <a href=\"https:\/\/livresq.com\/en\/curs-bazele-utilizarii-livresq\/\" class=\"inline-flex items-center justify-center w-full px-6 py-3 bg-white\/5 hover:bg-livresq-fucsia !text-white !no-underline font-bold text-sm rounded-lg border border-white\/10 hover:border-livresq-fucsia transition-all duration-300\">\n                                    Course Details <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"ml-2 transition-transform group-hover:translate-x-1\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\/><polyline points=\"12 5 19 12 12 19\"\/><\/svg>\n                                <\/a>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n                    <!-- Course 2 -->\n                    <div class=\"spotlight-card glass-panel-midnight group flex flex-col relative rounded-2xl overflow-hidden border border-white\/5 hover:border-livresq-fucsia\/50 transition-all duration-300 reveal delay-200\">\n                        <div class=\"aspect-video w-full overflow-hidden relative\">\n                            <img decoding=\"async\" src=\"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2021\/04\/Generic-PRLI.jpg?fit=800%2C450&#038;ssl=1\" class=\"w-full h-full object-cover transform group-hover:scale-105 transition-transform duration-700\"\/>\n                            <div class=\"absolute inset-0 bg-gradient-to-t from-midnight via-midnight\/20 to-transparent opacity-90\"><\/div>\n                            <div class=\"absolute top-4 left-4\">\n                                <span class=\"px-3 py-1 bg-blue-500 !text-white text-[10px] font-bold uppercase rounded-full tracking-widest shadow-lg\">Intermediate Level<\/span>\n                            <\/div>\n                        <\/div>\n                        <div class=\"p-8 flex flex-col flex-grow relative -mt-6\">\n                            <div class=\"flex items-center gap-2 mb-3 text-xs font-bold !text-slate-400 uppercase tracking-wider\">\n                                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"text-livresq-fucsia\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><polyline points=\"12 6 12 12 16 14\"\/><\/svg> \n                                5 Intensive Modules\n                            <\/div>\n                            <h3 class=\"text-xl font-bold !text-white mb-3 leading-snug group-hover:!text-livresq-fucsia transition-colors min-h-[84px]\">Designing and Creating Interactive Lessons<\/h3>\n                            <p class=\"!text-slate-400 text-sm leading-relaxed mb-6 border-b border-white\/5 pb-6\">Transform technical knowledge into learning experiences. This 5-day intensive course teaches you instructional design methodology to create effective teaching scenarios and lessons with real classroom impact.<\/p>\n                            \n                            <ul class=\"flex flex-col gap-4 mb-2\">\n                                <li class=\"flex items-center text-xs !text-slate-300\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"text-emerald-400 mr-2\"><path d=\"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z\"\/><path d=\"m9 12 2 2 4-4\"\/><\/svg>\n                                    Instructional Design\n                                <\/li>\n                                <li class=\"flex items-center text-xs !text-slate-300\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"text-emerald-400 mr-2\"><path d=\"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z\"\/><path d=\"m9 12 2 2 4-4\"\/><\/svg>\n                                    Teaching Scenarios\n                                <\/li>\n                                <li class=\"flex items-center text-xs !text-slate-300\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"text-emerald-400 mr-2\"><path d=\"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z\"\/><path d=\"m9 12 2 2 4-4\"\/><\/svg>\n                                    Practical Project\n                                <\/li>\n                            <\/ul>\n\n                            <div class=\"mt-auto pt-8 w-full\">\n                                <a href=\"https:\/\/livresq.com\/en\/curs-proiectarea-si-realizarea-lectiilor-interactive\/\" class=\"inline-flex items-center justify-center w-full px-6 py-3 bg-white\/5 hover:bg-livresq-fucsia !text-white !no-underline font-bold text-sm rounded-lg border border-white\/10 hover:border-livresq-fucsia transition-all duration-300\">\n                                    Course Details <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"ml-2 transition-transform group-hover:translate-x-1\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\/><polyline points=\"12 5 19 12 12 19\"\/><\/svg>\n                                <\/a>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n                    <!-- Course 3 -->\n                    <div class=\"spotlight-card glass-panel-midnight group flex flex-col relative rounded-2xl overflow-hidden border border-white\/5 hover:border-livresq-fucsia\/50 transition-all duration-300 reveal delay-300\">\n                        <div class=\"aspect-video w-full overflow-hidden relative\">\n                            <img decoding=\"async\" src=\"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2025\/07\/NewsLetter.png?fit=800%2C450&#038;ssl=1\" class=\"w-full h-full object-cover transform group-hover:scale-105 transition-transform duration-700\"\/>\n                            <div class=\"absolute inset-0 bg-gradient-to-t from-midnight via-midnight\/20 to-transparent opacity-90\"><\/div>\n                            <div class=\"absolute top-4 left-4\">\n                                <span class=\"px-3 py-1 bg-livresq-fucsia !text-white text-[10px] font-bold uppercase rounded-full tracking-widest shadow-lg\">Intermediate Level<\/span>\n                            <\/div>\n                        <\/div>\n                        <div class=\"p-8 flex flex-col flex-grow relative -mt-6\">\n                            <div class=\"flex items-center gap-2 mb-3 text-xs font-bold !text-slate-400 uppercase tracking-wider\">\n                                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"text-livresq-fucsia\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><polyline points=\"12 6 12 12 16 14\"\/><\/svg> \n                                3 Weeks (52h)\n                            <\/div>\n                            <h3 class=\"text-xl font-bold !text-white mb-3 leading-snug group-hover:!text-livresq-fucsia transition-colors min-h-[84px]\">Designing, Creating and Using OER<\/h3>\n                            <p class=\"!text-slate-400 text-sm leading-relaxed mb-6 border-b border-white\/5 pb-6\">Masterclass for educators. Learn how to develop Open Educational Resources (OER) compliant with DigCompEdu and SCORM standards. Includes 12 synchronous hours and 40 asynchronous hours of practice.<\/p>\n                            \n                            <ul class=\"flex flex-col gap-4 mb-2\">\n                                <li class=\"flex items-center text-xs !text-slate-300\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"text-emerald-400 mr-2\"><path d=\"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z\"\/><path d=\"m9 12 2 2 4-4\"\/><\/svg>\n                                    OER Standards\n                                <\/li>\n                                <li class=\"flex items-center text-xs !text-slate-300\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"text-emerald-400 mr-2\"><path d=\"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z\"\/><path d=\"m9 12 2 2 4-4\"\/><\/svg>\n                                    DigCompEdu\n                                <\/li>\n                                <li class=\"flex items-center text-xs !text-slate-300\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"text-emerald-400 mr-2\"><path d=\"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z\"\/><path d=\"m9 12 2 2 4-4\"\/><\/svg>\n                                    Certification\n                                <\/li>\n                            <\/ul>\n\n                            <div class=\"mt-auto pt-8 w-full\">\n                                <a href=\"https:\/\/livresq.com\/en\/pedagogie-digitala\/\" class=\"inline-flex items-center justify-center w-full px-6 py-3 bg-white\/5 hover:bg-livresq-fucsia !text-white !no-underline font-bold text-sm rounded-lg border border-white\/10 hover:border-livresq-fucsia transition-all duration-300\">\n                                    Course Details <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"ml-2 transition-transform group-hover:translate-x-1\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\/><polyline points=\"12 5 19 12 12 19\"\/><\/svg>\n                                <\/a>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- Featured Card -->\n                <div class=\"relative reveal delay-400 max-w-5xl mx-auto\">\n                    <div class=\"absolute -inset-1 bg-gradient-to-r from-amber-500\/20 to-transparent blur-2xl opacity-50 rounded-full\"><\/div>\n                    <div class=\"spotlight-card glass-panel-midnight group relative rounded-2xl overflow-hidden border border-amber-500\/30 hover:border-amber-500 transition-all duration-300 grid md:grid-cols-2 shadow-2xl\">\n                        <div class=\"relative h-full min-h-[320px] bg-gradient-to-br from-white\/5 to-transparent flex items-center justify-center p-8 md:p-10 border-r border-white\/5\">\n                            <img decoding=\"async\" src=\"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2025\/03\/Screenshot-2025-03-17-130317.png?w=582&#038;ssl=1\" class=\"relative z-10 w-full h-auto rounded-lg shadow-2xl transform group-hover:scale-[1.02] transition-transform duration-500\" \/>\n                            <div class=\"absolute top-6 left-6 z-20\">\n                                <span class=\"px-4 py-1.5 bg-amber-500 !text-white text-xs font-bold uppercase rounded-full tracking-widest shadow-lg flex items-center gap-2\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"8\" r=\"7\"\/><polyline points=\"8.21 13.89 7 23 12 20 17 23 15.79 13.88\"\/><\/svg>\n                                    Accredited Course\n                                <\/span>\n                            <\/div>\n                        <\/div>\n                        <div class=\"p-8 md:p-10 flex flex-col justify-center\">\n                            <div class=\"flex items-center gap-2 mb-4 text-xs font-bold !text-amber-400 uppercase tracking-wider\">\n                                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><polyline points=\"12 6 12 12 16 14\"\/><\/svg> \n                                13 Weeks\n                            <\/div>\n                            <h3 class=\"text-2xl md:text-3xl font-bold !text-white mb-4 leading-tight group-hover:!text-amber-400 transition-colors\">Accredited Instructional Designer Course &#8211; COR: 235904<\/h3>\n                            <p class=\"!text-slate-300 text-base leading-relaxed mb-8 border-b border-white\/10 pb-8\">Course accredited by the Ministry of Labor and the Ministry of Education. 100% online program with 180 hours of instruction. Train as an e-learning specialist and design complex educational programs.<\/p>\n                            \n                            <ul class=\"grid grid-cols-1 sm:grid-cols-2 gap-y-4 gap-x-6 mb-2\">\n                                <li class=\"flex items-center text-sm !text-slate-200\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"text-amber-400 mr-2 flex-shrink-0\"><path d=\"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z\"\/><path d=\"m9 12 2 2 4-4\"\/><\/svg>\n                                    Accredited Diploma\n                                <\/li>\n                                <li class=\"flex items-center text-sm !text-slate-200\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"text-amber-400 mr-2 flex-shrink-0\"><path d=\"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z\"\/><path d=\"m9 12 2 2 4-4\"\/><\/svg>\n                                    180 Hours Training\n                                <\/li>\n                                <li class=\"flex items-center text-sm !text-slate-200\">\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"text-amber-400 mr-2 flex-shrink-0\"><path d=\"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z\"\/><path d=\"m9 12 2 2 4-4\"\/><\/svg>\n                                    E-learning Competencies\n                                <\/li>\n                            <\/ul>\n\n                            <div class=\"pt-8 w-full sm:w-auto\">\n                                <a href=\"https:\/\/www.livresq.com\/en\/curs-acreditat-designer-instructional\" class=\"inline-flex items-center justify-center w-full sm:w-auto px-8 py-4 bg-amber-500 hover:bg-amber-600 !text-white !no-underline font-bold text-sm rounded-lg shadow-lg transition-all duration-300\">\n                                    Accredited Program Details <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"ml-2 transition-transform group-hover:translate-x-1\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\/><polyline points=\"12 5 19 12 12 19\"\/><\/svg>\n                                <\/a>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- 3. WEBINARS SECTION -->\n        <section class=\"py-24 bg-white border-t border-slate-200\">\n            <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\n                <div class=\"text-center mb-12 reveal\">\n                    <h2 class=\"text-4xl font-heading font-black !text-slate-900 mb-4 tracking-tight\">Webinars &#038; Tutorials Archive<\/h2>\n                    <p class=\"text-xl !text-slate-600 max-w-2xl mx-auto leading-relaxed\">A comprehensive list of video resources to help you become a LIVRESQ expert. Access is completely free.<\/p>\n                <\/div>\n\n                <div class=\"max-w-xl mx-auto mb-10 relative reveal delay-100\">\n                    <div class=\"absolute inset-y-0 left-0 pl-3 flex items-center pointer-events-none z-10\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"text-slate-400\"><circle cx=\"11\" cy=\"11\" r=\"8\"\/><line x1=\"21\" y1=\"21\" x2=\"16.65\" y2=\"16.65\"\/><\/svg>\n                    <\/div>\n                    <input type=\"text\" id=\"webinar-search\" class=\"block w-full !pl-10 pr-3 py-3 border border-slate-300 rounded-md leading-5 bg-slate-50 placeholder-slate-400 focus:outline-none focus:ring-2 focus:ring-livresq-fucsia !text-slate-900\" placeholder=\"Search webinars by title or number...\"\/>\n                <\/div>\n\n                <div class=\"bg-white rounded-lg shadow-sm border border-slate-200 overflow-hidden reveal delay-200\">\n                    <div class=\"overflow-x-auto\">\n                        <table class=\"min-w-full divide-y divide-slate-200\">\n                            <thead class=\"bg-slate-50\">\n                                <tr>\n                                    <th class=\"px-6 py-4 text-left text-xs font-bold !text-slate-500 uppercase tracking-wider\">No.<\/th>\n                                    <th class=\"px-6 py-4 text-left text-xs font-bold !text-slate-500 uppercase tracking-wider\">Date<\/th>\n                                    <th class=\"px-6 py-4 text-left text-xs font-bold !text-slate-500 uppercase tracking-wider\">Subject<\/th>\n                                    <th class=\"px-6 py-4 text-right text-xs font-bold !text-slate-500 uppercase tracking-wider\">Action<\/th>\n                                <\/tr>\n                            <\/thead>\n                            <tbody id=\"webinar-table-body\" class=\"bg-white divide-y divide-slate-200\"><\/tbody>\n                        <\/table>\n                    <\/div>\n                    <div class=\"px-6 py-4 bg-slate-50 border-t border-slate-200 flex justify-between items-center\">\n                        <span id=\"webinar-count\" class=\"text-sm !text-slate-500\">Loading&#8230;<\/span>\n                        <a href=\"https:\/\/www.youtube.com\/channel\/UC5QXjexch6DlnScx9CYPTXA\" target=\"_blank\" class=\"text-sm font-bold text-blue-600 hover:text-blue-800 !no-underline flex items-center\">See full archive on YouTube <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"ml-1\"><path d=\"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6\"\/><polyline points=\"15 3 21 3 21 9\"\/><line x1=\"10\" y1=\"14\" x2=\"21\" y2=\"3\"\/><\/svg><\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- 4. COMMUNITY SECTION -->\n        <section class=\"py-24 bg-midnight bg-grid-overlay relative overflow-hidden spotlight-container\">\n            <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 relative z-10\">\n                <div class=\"text-center mb-16 reveal\">\n                    <h2 class=\"text-4xl font-heading font-black !text-white mb-4 tracking-tight\">LIVRESQ Communities<\/h2>\n                    <p class=\"text-xl !text-slate-400\">A place to discover new ways to use LIVRESQ, shared directly by other users.<\/p>\n                <\/div>\n                <div class=\"grid md:grid-cols-2 gap-8 max-w-4xl mx-auto\">\n                    <!-- Card 1: LinkedIn -->\n                    <div class=\"spotlight-card glass-panel-midnight group relative p-8 rounded-2xl hover:border-blue-500\/50 transition-all duration-300 reveal delay-100\">\n                        <div class=\"absolute top-0 right-0 p-6 opacity-5 group-hover:opacity-10 transition-opacity pointer-events-none\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"w-24 h-24 text-white\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z\"\/><rect x=\"2\" y=\"9\" width=\"4\" height=\"12\"\/><circle cx=\"4\" cy=\"4\" r=\"2\"\/><\/svg>\n                        <\/div>\n                        <div class=\"relative z-10\">\n                            <div class=\"w-14 h-14 bg-blue-500\/10 border border-blue-500\/20 rounded-md flex items-center justify-center mb-6\">\n                                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"w-7 h-7 text-blue-400\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z\"\/><rect x=\"2\" y=\"9\" width=\"4\" height=\"12\"\/><circle cx=\"4\" cy=\"4\" r=\"2\"\/><\/svg>\n                            <\/div>\n                            <h3 class=\"text-2xl font-bold !text-white mb-2\">eLearning Specialists<\/h3>\n                            <p class=\"!text-slate-400 mb-8\">For instructional designers and corporate content creators.<\/p>\n                            <a href=\"https:\/\/www.linkedin.com\/groups\/8425275\/\" target=\"_blank\" class=\"cta-btn-hover inline-flex items-center justify-center w-full px-6 py-3 bg-[#0077b5] !text-white !no-underline font-bold rounded-md transition-all duration-300\">\n                                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"mr-2\"><path d=\"M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z\"\/><rect x=\"2\" y=\"9\" width=\"4\" height=\"12\"\/><circle cx=\"4\" cy=\"4\" r=\"2\"\/><\/svg>\n                                Join LinkedIn Group\n                            <\/a>\n                        <\/div>\n                    <\/div>\n                    <!-- Card 2: Facebook -->\n                    <div class=\"spotlight-card glass-panel-midnight group relative p-8 rounded-2xl hover:border-blue-600\/50 transition-all duration-300 reveal delay-200\">\n                        <div class=\"absolute top-0 right-0 p-6 opacity-5 group-hover:opacity-10 transition-opacity pointer-events-none\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"w-24 h-24 text-white\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z\"\/><\/svg>\n                        <\/div>\n                        <div class=\"relative z-10\">\n                            <div class=\"w-14 h-14 bg-blue-600\/10 border border-blue-600\/20 rounded-md flex items-center justify-center mb-6\">\n                                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"w-7 h-7 text-blue-500\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z\"\/><\/svg>\n                            <\/div>\n                            <h3 class=\"text-2xl font-bold !text-white mb-2\">Teachers &#038; Educators<\/h3>\n                            <p class=\"!text-slate-400 mb-8\">The community of educators using LIVRESQ in the classroom.<\/p>\n                            <a href=\"https:\/\/www.facebook.com\/groups\/271356147081234\" target=\"_blank\" class=\"cta-btn-hover inline-flex items-center justify-center w-full px-6 py-3 bg-[#1877F2] !text-white !no-underline font-bold rounded-md transition-all duration-300\">\n                                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"mr-2\"><path d=\"M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z\"\/><\/svg>\n                                Join Facebook Group\n                            <\/a>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- 5. CALL TO ACTION -->\n        <section class=\"bg-slate-50 py-24 border-t border-slate-200 text-center relative overflow-hidden\">\n            <div class=\"max-w-4xl mx-auto px-4 relative z-10 reveal\">\n                <h2 class=\"text-4xl md:text-5xl font-heading font-black !text-slate-900 mb-8\">Use for <span class=\"text-transparent bg-clip-text bg-gradient-to-r from-livresq-fucsia to-pink-600\">Free<\/span><\/h2>\n                <p class=\"text-xl !text-slate-600 mb-10 leading-relaxed\">It&#8217;s everything you need to create and publish interactive courses and lessons.<br class=\"hidden md:block\"\/>No credit card details are required to use the free version.<\/p>\n                <div class=\"flex flex-col sm:flex-row gap-4 justify-center items-center\">\n                    <a href=\"https:\/\/livresq.com\/en\/contul-meu\/\" class=\"cta-btn-hover inline-flex items-center justify-center px-8 py-4 bg-[#D91278] hover:bg-[#b00e60] !text-white !no-underline font-bold text-lg rounded-md shadow-lg shadow-pink-100 transition-all duration-300\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"mr-2\"><path d=\"M9.937 15.5A2 2 0 0 0 8.5 14.063l-6.135-1.582a.5.5 0 0 1 0-.962L8.5 9.936A2 2 0 0 0 9.937 8.5l1.582-6.135a.5.5 0 0 1 .963 0L14.063 8.5A2 2 0 0 0 15.5 9.937l6.135 1.581a.5.5 0 0 1 0 .962L15.5 14.063a2 2 0 0 0-1.437 1.437l-1.582 6.135a.5.5 0 0 1-.963 0z\"\/><path d=\"M20 3v4\"\/><path d=\"M22 5h-4\"\/><path d=\"M4 17v2\"\/><path d=\"M5 18H3\"\/><\/svg>\n                        Activate Account\n                    <\/a>\n                    <a href=\"https:\/\/livresq.com\/en\/pricing\/\" class=\"cta-btn-hover inline-flex items-center justify-center px-8 py-4 bg-white border-2 border-slate-200 !text-slate-700 !no-underline font-bold text-lg rounded-md hover:border-[#D91278] hover:text-[#D91278] transition-all duration-300\">\n                        View Plans\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"ml-2\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\/><polyline points=\"12 5 19 12 12 19\"\/><\/svg>\n                    <\/a>\n                <\/div>\n            <\/div>\n        <\/section>\n\n    <\/div>\n\n    <script>\n        document.addEventListener('DOMContentLoaded', () => {\n            const observer = new IntersectionObserver((entries) => {\n                entries.forEach(entry => {\n                    if (entry.isIntersecting) entry.target.classList.add('active');\n                });\n            }, { threshold: 0.1, rootMargin: \"0px 0px -50px 0px\" });\n            document.querySelectorAll('.reveal').forEach(el => observer.observe(el));\n\n            document.addEventListener('mousemove', (e) => {\n                const cards = document.querySelectorAll('.spotlight-card');\n                cards.forEach(card => {\n                    const rect = card.getBoundingClientRect();\n                    card.style.setProperty('--mouse-x', `${e.clientX - rect.left}px`);\n                    card.style.setProperty('--mouse-y', `${e.clientY - rect.top}px`);\n                });\n            });\n\n            const webinarsData = [\n                { id: 50, date: \"15 Jan 2026\", title: \"How to work with images in the new LIVRESQ interface?\", link: \"https:\/\/youtu.be\/a--inA4dIGQ?si=2wO1s9tcao-5WlFh\" },\n                { id: 49, date: \"18 Dec 2025\", title: \"Create and organize text easily in the new LIVRESQ interface\", link: \"https:\/\/youtu.be\/SEO3HQSe41Y?si=_dtyRFGpRGfrD4Ik\" },\n                { id: 48, date: \"4 Dec 2025\", title: \"Practical ways the new LIVRESQ layouts simplify your workflow\", link: \"https:\/\/youtu.be\/3rWMxykGqF8?si=NNgVY4g4O0Wqdss4\" },\n                { id: 47, date: \"6 Nov 2025\", title: \"New exciting features in LIVRESQ!\", link: \"https:\/\/youtu.be\/tKrsw13YS4s?si=em7ZT2mQOYtBEp_8\" },\n                { id: 46, date: \"9 Oct 2025\", title: \"Discover the brand-new templates designed for LIVRESQ!\", link: \"https:\/\/youtu.be\/6JslWkrwZts?si=-o5ous6QFNiVUq-1\" },\n                { id: 45, date: \"25 Sep 2025\", title: \"Manage your educational projects smarter with LIVRESQ\", link: \"https:\/\/youtu.be\/msb3zJ5Qv7U?si=tHmaEhAzwrAkdNiS\" },\n                { id: 44, date: \"11 Sep 2025\", title: \"Stand out and get found: essential metadata tips!\", link: \"https:\/\/youtu.be\/DGtKl7Rlecs?si=lMRlGVpwXc1Cjyh4\" },\n                { id: 43, date: \"28 Aug 2025\", title: \"From draft to delivery: quality check for OERs\", link: \"https:\/\/youtu.be\/rjAcyftn-DU?si=umKMnyvDC-ShmnHM\" },\n                { id: 42, date: \"31 Jul 2025\", title: \"Make Your Videos Interactive in LIVRESQ!\", link: \"https:\/\/youtu.be\/CGIMpnXHMOM?si=Ngz8LCcWzkFHoLtJ\" },\n                { id: 41, date: \"17 Jul 2025\", title: \"Visuals matter! Discover how to use images to enrich your lessons.\", link: \"https:\/\/youtu.be\/zkiApIsM9Bg?si=WfcllsfumBTjQ1yB\" },\n                { id: 40, date: \"19 Jun 2025\", title: \"Discover how to make your text interactive with LIVRESQ!\", link: \"https:\/\/youtu.be\/b7D_BKBPxf8?si=T4EplHeIjZtpYB7z\" },\n                { id: 39, date: \"5 Jun 2025\", title: \"Enhance your OERs with powerful video content using LIVRESQ!\", link: \"https:\/\/youtu.be\/CD70HNmZhzY?si=DjllBQw6sOyo0Z5Y\" },\n                { id: 38, date: \"22 May 2025\", title: \"Discover LIVRESQ\u2019s Newest Features!\", link: \"https:\/\/youtu.be\/9AKbXGmfuf0?si=pKUHjrlJ_2uSQ1MV\" },\n                { id: 37, date: \"8 May 2025\", title: \"Creating and Sharing Open Educational Resources (OERs): A Guide for You\", link: \"https:\/\/youtu.be\/hUuebi2_k7I?si=-d49eEVmFviuJS2u\" },\n                { id: 36, date: \"24 Apr 2025\", title: \"Work Smarter: Integrate Content Across Projects in LIVRESQ!\", link: \"https:\/\/youtu.be\/fKd7_lMyCiE?si=pM3mjeJlnnBCC6HQ\" },\n                { id: 35, date: \"27 Mar 2025\", title: \"Make your quizzes more engaging and effective with these tips!\", link: \"https:\/\/youtu.be\/oR1OCGPzfaA?si=rfvxELl7ZoKSD5tk\" },\n                { id: 34, date: \"27 Feb 2025\", title: \"Make Your Images and Texts Interactive with LIVRESQ!\", link: \"https:\/\/youtu.be\/J7Fb6on9wVA\" },\n                { id: 33, date: \"13 Feb 2025\", title: \"Make Your Digital Lessons Accessible to Everyone!\", link: \"https:\/\/youtu.be\/t2mJ6A_vxi0\" },\n                { id: 32, date: \"30 Jan 2025\", title: \"Mastering Text in LIVRESQ: Advanced Editing & AI Integration\", link: \"https:\/\/youtu.be\/YpkXTJFTNIg\" },\n                { id: 31, date: \"16 Jan 2025\", title: \"Learn how to brand your courses in LIVRESQ\", link: \"https:\/\/youtu.be\/x1LK2sVSN7Q\" },\n                { id: 30, date: \"19 Dec 2024\", title: \"How to make your courses more user-friendly?\", link: \"https:\/\/youtu.be\/MqMYsgX1LBY\" },\n                { id: 29, date: \"5 Dec 2024\", title: \"Introducing a New Feature in LIVRESQ: Downloadable Certificates Now Available\", link: \"https:\/\/youtu.be\/XkvLoIXRTCg\" },\n                { id: 28, date: \"21 Nov 2024\", title: \"Easily integrate Scratch projects into your e-learning courses!\", link: \"https:\/\/youtu.be\/AgybP8bydLA\" },\n                { id: 27, date: \"7 Nov 2024\", title: \"Unlock the power of text-to-speech in your LIVRESQ projects!\", link: \"https:\/\/youtu.be\/1hyEQ13nonY\" },\n                { id: 26, date: \"24 Oct 2024\", title: \"How to work together with your team in LIVRESQ?\", link: \"https:\/\/youtu.be\/JL__Cqpb7H4\" },\n                { id: 25, date: \"10 Oct 2024\", title: \"Introducing the new feature in LIVRESQ: Question Pools\", link: \"https:\/\/youtu.be\/YjC9Y_y0LeE\" },\n                { id: 24, date: \"26 Sep 2024\", title: \"New AI Functionalities\", link: \"https:\/\/youtu.be\/SWcgOB_XzRE\" },\n                { id: 23, date: \"12 Sep 2024\", title: \"Learn how to easily add and edit images in LIVRESQ!\", link: \"https:\/\/youtu.be\/z_SRT2SmCI0\" },\n                { id: 22, date: \"29 Aug 2024\", title: \"Start creating your courses in LIVRESQ with ready-made templates!\", link: \"https:\/\/youtu.be\/HZ7g-ST5KjU\" },\n                { id: 21, date: \"1 Aug 2024\", title: \"Unlock the full potential of videos in your lessons with these helpful tips!\", link: \"https:\/\/youtu.be\/EbN_jBZcbGk\" },\n                { id: 20, date: \"18 Jul 2024\", title: \"Make your lessons engaging and interactive with these tips!\", link: \"https:\/\/youtu.be\/YXtSvXR5m-A\" },\n                { id: 19, date: \"4 Jul 2024\", title: \"Discover the latest updates in quizzes with LIVRESQ!\", link: \"https:\/\/youtu.be\/tb_O3j1ZeVs\" },\n                { id: 18, date: \"20 Jun 2024\", title: \"Discover the future of digital teaching with our AI Image Generator\", link: \"https:\/\/youtu.be\/hiYtbzANsFA\" },\n                { id: 17, date: \"6 Jun 2024\", title: \"Harness the Power of Images in Your Digital Courses\", link: \"https:\/\/youtu.be\/sDKI7aRYk0Y\" },\n                { id: 16, date: \"23 May 2024\", title: \"Discover the multiple ways to create engaging e-learning lessons\", link: \"https:\/\/youtu.be\/QRW1T0bGxL8\" },\n                { id: 15, date: \"9 May 2024\", title: \"How to export projects with complete metadata?\", link: \"https:\/\/youtu.be\/5eB48zpRyuY\" },\n                { id: 14, date: \"25 Apr 2024\", title: \"Learn how to set general preferences for your projects in LIVRESQ\", link: \"https:\/\/youtu.be\/3uey_DtTzrY\" },\n                { id: 13, date: \"11 Apr 2024\", title: \"Learn how to organize your lessons effectively using bookmarks\", link: \"https:\/\/youtu.be\/ocDk6ukzTfo\" },\n                { id: 12, date: \"28 Mar 2024\", title: \"How to add various interactive resources into LIVRESQ lessons?\", link: \"https:\/\/youtu.be\/MlwsPAJKFzw\" },\n                { id: 11, date: \"14 Mar 2024\", title: \"Guide Your Students Progress\", link: \"https:\/\/youtu.be\/L-MZ-hgZfr4\" },\n                { id: 10, date: \"29 Feb 2024\", title: \"Embedding external applications and interactive resources directly into LIVRESQ\", link: \"https:\/\/youtu.be\/mhO95k03dMs\" },\n                { id: 9, date: \"15 Feb 2024\", title: \"Take your lessons to the next level with stock videos and images!\", link: \"https:\/\/youtu.be\/lzL9Q2Q7YRA\" },\n                { id: 8, date: \"1 Feb 2024\", title: \"Introducing the LIVRESQ AI Lesson Generator\", link: \"https:\/\/youtu.be\/uP1oKWZRLt4\" },\n                { id: 7, date: \"18 Jan 2024\", title: \"What we have prepared for BETT\", link: \"https:\/\/youtu.be\/-jjSLDBuUBY\" },\n                { id: 6, date: \"7 Dec 2023\", title: \"Diving into the world of quizzes\", link: \"https:\/\/youtu.be\/IioYCSF7l4s\" },\n                { id: 5, date: \"23 Nov 2023\", title: \"Enhance Learning with Interactive Video Quizzes\", link: \"https:\/\/youtu.be\/iuReASD55w0\" },\n                { id: 4, date: \"9 Nov 2023\", title: \"Add Stock Photos Straight From LIVRESQ\", link: \"https:\/\/youtu.be\/l_zwaUdlSpM\" },\n                { id: 3, date: \"26 Oct 2023\", title: \"Design, plan and structure your eLearning content\", link: \"https:\/\/youtu.be\/1xaD6kZrEAk\" },\n                { id: 2, date: \"12 Oct 2023\", title: \"LIVRESQ: Empower Your Teaching! AI in Education: Tips and Tricks\", link: \"https:\/\/youtu.be\/_FzaIw0u83M\" },\n                { id: 1, date: \"28 Sep 2023\", title: \"LIVRESQ: Empower Your Teaching!\", link: \"https:\/\/youtu.be\/uHLNX7nu8iA\" }\n            ];\n\n            const tableBody = document.getElementById('webinar-table-body');\n            const searchInput = document.getElementById('webinar-search');\n            const countLabel = document.getElementById('webinar-count');\n\n            function renderWebinars(filter = '') {\n                const filtered = webinarsData.filter(w => w.title.toLowerCase().includes(filter.toLowerCase()) || w.id.toString().includes(filter));\n                countLabel.textContent = `Showing ${filtered.length} webinars`;\n                tableBody.innerHTML = filtered.map(w => `\n                    <tr>\n                        <td class=\"px-6 py-4 text-sm font-medium !text-slate-900\">#${w.id}<\/td>\n                        <td class=\"px-6 py-4 text-sm !text-slate-500\">\n                            <div class=\"flex items-center gap-2\">\n                                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"text-slate-400\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\" ry=\"2\"\/><line x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"\/><line x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"\/><line x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"\/><\/svg>\n                                ${w.date}\n                            <\/div>\n                        <\/td>\n                        <td class=\"px-6 py-4 text-sm !text-slate-700 font-medium\">${w.title}<\/td>\n                        <td class=\"px-6 py-4 text-right\">\n                            <a href=\"${w.link}\" target=\"_blank\" class=\"watch-btn-hover inline-flex items-center px-4 py-2 border border-[#D91278] text-[#D91278] hover:bg-[#D91278] hover:text-white text-xs font-bold rounded-md !no-underline transition-all\">\n                                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"mr-1.5\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><polygon points=\"10 8 16 12 10 16 10 8\"\/><\/svg>\n                                Watch\n                            <\/a>\n                        <\/td>\n                    <\/tr>\n                `).join('');\n            }\n            renderWebinars();\n            searchInput.addEventListener('input', (e) => renderWebinars(e.target.value));\n        });\n    <\/script>\n<\/body>\n<\/html>\n\n\n\n<p><\/p>\n\n\n\n\n","protected":false},"excerpt":{"rendered":"<p>LIVRESQ &#8211; Training &#038; Resources LEARNING CENTER Training &#038; Resources Find educational resources created by both the LIVRESQ team and our community members. Explore available courses and webinars. DIGITAL ACADEMY Specialization Courses Your complete journey from technical initiation to certified expertise in digital pedagogy and instructional design. Beginner Level 4 Weeks LIVRESQ Basics Ideal for [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-15","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Training - LIVRESQ<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/livresq.com\/de\/ausbildung\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Training - LIVRESQ\" \/>\n<meta property=\"og:description\" content=\"LIVRESQ &#8211; Training &#038; Resources LEARNING CENTER Training &#038; Resources Find educational resources created by both the LIVRESQ team and our community members. Explore available courses and webinars. DIGITAL ACADEMY Specialization Courses Your complete journey from technical initiation to certified expertise in digital pedagogy and instructional design. Beginner Level 4 Weeks LIVRESQ Basics Ideal for [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/livresq.com\/de\/ausbildung\/\" \/>\n<meta property=\"og:site_name\" content=\"LIVRESQ\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-02T15:18:49+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2021\/04\/Generic-Bazele-Utiliza%CC%86rii-LIVRESQ.jpg?fit=800%2C450&ssl=1\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data1\" content=\"10\u00a0Minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/livresq.com\/training\/\",\"url\":\"https:\/\/livresq.com\/training\/\",\"name\":\"Training - LIVRESQ\",\"isPartOf\":{\"@id\":\"https:\/\/livresq.com\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/livresq.com\/training\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/livresq.com\/training\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2021\/04\/Generic-Bazele-Utiliza%CC%86rii-LIVRESQ.jpg?fit=800%2C450&ssl=1\",\"datePublished\":\"2019-07-22T13:54:28+00:00\",\"dateModified\":\"2026-02-02T15:18:49+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/livresq.com\/training\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/livresq.com\/training\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\/\/livresq.com\/training\/#primaryimage\",\"url\":\"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2021\/04\/Generic-Bazele-Utiliza%CC%86rii-LIVRESQ.jpg?fit=800%2C450&ssl=1\",\"contentUrl\":\"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2021\/04\/Generic-Bazele-Utiliza%CC%86rii-LIVRESQ.jpg?fit=800%2C450&ssl=1\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/livresq.com\/training\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Prima pagin\u0103\",\"item\":\"https:\/\/livresq.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Training\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/livresq.com\/en\/#website\",\"url\":\"https:\/\/livresq.com\/en\/\",\"name\":\"LIVRESQ\",\"description\":\"eLearning Authoring Tool\",\"publisher\":{\"@id\":\"https:\/\/livresq.com\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/livresq.com\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/livresq.com\/en\/#organization\",\"name\":\"LIVRESQ - Authoring Tool\",\"url\":\"https:\/\/livresq.com\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@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":"Ausbildung - 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\/de\/ausbildung\/","og_locale":"de_DE","og_type":"article","og_title":"Training - LIVRESQ","og_description":"LIVRESQ &#8211; Training &#038; Resources LEARNING CENTER Training &#038; Resources Find educational resources created by both the LIVRESQ team and our community members. Explore available courses and webinars. DIGITAL ACADEMY Specialization Courses Your complete journey from technical initiation to certified expertise in digital pedagogy and instructional design. Beginner Level 4 Weeks LIVRESQ Basics Ideal for [&hellip;]","og_url":"https:\/\/livresq.com\/de\/ausbildung\/","og_site_name":"LIVRESQ","article_modified_time":"2026-02-02T15:18:49+00:00","og_image":[{"url":"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2021\/04\/Generic-Bazele-Utiliza%CC%86rii-LIVRESQ.jpg?fit=800%2C450&ssl=1","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Gesch\u00e4tzte Lesezeit":"10\u00a0Minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/livresq.com\/training\/","url":"https:\/\/livresq.com\/training\/","name":"Ausbildung - LIVRESQ","isPartOf":{"@id":"https:\/\/livresq.com\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/livresq.com\/training\/#primaryimage"},"image":{"@id":"https:\/\/livresq.com\/training\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2021\/04\/Generic-Bazele-Utiliza%CC%86rii-LIVRESQ.jpg?fit=800%2C450&ssl=1","datePublished":"2019-07-22T13:54:28+00:00","dateModified":"2026-02-02T15:18:49+00:00","breadcrumb":{"@id":"https:\/\/livresq.com\/training\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/livresq.com\/training\/"]}]},{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/livresq.com\/training\/#primaryimage","url":"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2021\/04\/Generic-Bazele-Utiliza%CC%86rii-LIVRESQ.jpg?fit=800%2C450&ssl=1","contentUrl":"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2021\/04\/Generic-Bazele-Utiliza%CC%86rii-LIVRESQ.jpg?fit=800%2C450&ssl=1"},{"@type":"BreadcrumbList","@id":"https:\/\/livresq.com\/training\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Prima pagin\u0103","item":"https:\/\/livresq.com\/"},{"@type":"ListItem","position":2,"name":"Training"}]},{"@type":"WebSite","@id":"https:\/\/livresq.com\/en\/#website","url":"https:\/\/livresq.com\/en\/","name":"LIVRESQ","description":"eLearning-Authoring-Werkzeug","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":"de"},{"@type":"Organization","@id":"https:\/\/livresq.com\/en\/#organization","name":"LIVRESQ - Autorentool","url":"https:\/\/livresq.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"de","@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\/de\/wp-json\/wp\/v2\/pages\/15","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/livresq.com\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/livresq.com\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/livresq.com\/de\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/livresq.com\/de\/wp-json\/wp\/v2\/comments?post=15"}],"version-history":[{"count":120,"href":"https:\/\/livresq.com\/de\/wp-json\/wp\/v2\/pages\/15\/revisions"}],"predecessor-version":[{"id":484845,"href":"https:\/\/livresq.com\/de\/wp-json\/wp\/v2\/pages\/15\/revisions\/484845"}],"wp:attachment":[{"href":"https:\/\/livresq.com\/de\/wp-json\/wp\/v2\/media?parent=15"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}