{"id":191,"date":"2025-11-09T12:50:28","date_gmt":"2025-11-09T12:50:28","guid":{"rendered":"https:\/\/learnbright.co.uk\/wordpress\/?page_id=191"},"modified":"2025-11-10T13:28:40","modified_gmt":"2025-11-10T13:28:40","slug":"lms-home","status":"publish","type":"page","link":"https:\/\/learnbright.co.uk\/wordpress\/index.php\/lms-home\/","title":{"rendered":"LMS Home"},"content":{"rendered":"<section class=\"bde-section-191-105 bde-section\">\n              \n  \n  \n\t\n\n\n\n<div class=\"section-container\"><div class=\"bde-div-191-132 bde-div\">\n  \n  \n\t\n\n\n\n<h1 class=\"bde-heading-191-106 bde-heading\">\nCustom Moodle LMS Development\n<\/h1>\n<\/div><div class=\"bde-div-191-107 bde-div\">\n  \n  \n\t\n\n\n\n<div class=\"bde-text-191-108 bde-text\">\nTransform your educational delivery with our bespoke Learning Management Systems featuring full resource access, progress tracking, and collaborative features.\n<\/div>\n<\/div><\/div>\n<\/section><section class=\"bde-section-191-100 bde-section\">\n  \n  \n\t\n\n\n\n<div class=\"section-container\"><div class=\"bde-code-block-191-101 bde-code-block\">\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>LMS Development | Custom Moodle Solutions for Educators & Institutions<\/title>\n    <style>\n        :root {\n            --primary: #1E3A8A;\n            --secondary: #14B8A6;\n            --accent: #FACC15;\n            --light: #f8fafc;\n            --dark: #1e293b;\n        }\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n        \n        body {\n            color: var(--dark);\n            line-height: 1.6;\n        }\n        \n        .container {\n            width: 100%;\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n        \n        \/* Header Styles *\/\n        header {\n            background-color: white;\n            box-shadow: 0 2px 10px rgba(0,0,0,0.1);\n            position: sticky;\n            top: 0;\n            z-index: 100;\n        }\n        \n        .header-container {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            padding: 15px 0;\n        }\n        \n        .logo {\n            font-size: 1.8rem;\n            font-weight: 700;\n            color: var(--primary);\n        }\n        \n        .logo span {\n            color: var(--secondary);\n        }\n        \n        nav ul {\n            display: flex;\n            list-style: none;\n        }\n        \n        nav li {\n            margin-left: 25px;\n        }\n        \n        nav a {\n            text-decoration: none;\n            color: var(--dark);\n            font-weight: 500;\n            transition: color 0.3s;\n        }\n        \n        nav a:hover {\n            color: var(--primary);\n        }\n        \n        .cta-button {\n            background-color: var(--primary);\n            color: white;\n            padding: 10px 20px;\n            border-radius: 5px;\n            font-weight: 600;\n            transition: background-color 0.3s;\n        }\n        \n        .cta-button:hover {\n            background-color: var(--secondary);\n        }\n        \n        \/* Hero Section *\/\n        .hero {\n            background: linear-gradient(to right, #1E3A8A, #14B8A6);\n            color: white;\n            padding: 100px 0;\n            text-align: center;\n        }\n        \n        .hero-content {\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        \n        .hero h1 {\n            font-size: 3rem;\n            margin-bottom: 20px;\n            line-height: 1.2;\n        }\n        \n        .hero p {\n            font-size: 1.3rem;\n            margin: 0 auto 30px;\n            max-width: 700px;\n        }\n        \n        .btn {\n            padding: 12px 25px;\n            border-radius: 5px;\n            font-weight: 600;\n            text-decoration: none;\n            transition: all 0.3s;\n            display: inline-block;\n        }\n        \n        .btn-primary {\n            background-color: white;\n            color: var(--primary);\n        }\n        \n        .btn-secondary {\n            background-color: transparent;\n            color: white;\n            border: 2px solid white;\n        }\n        \n        .btn:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 5px 15px rgba(0,0,0,0.1);\n        }\n        \n        \/* Features Section *\/\n        .features {\n            padding: 80px 0;\n            background-color: var(--light);\n        }\n        \n        .section-title {\n            text-align: center;\n            margin-bottom: 50px;\n        }\n        \n        .section-title h2 {\n            font-size: 2.5rem;\n            color: var(--dark);\n            margin-bottom: 15px;\n        }\n        \n        .section-title p {\n            color: #64748b;\n            max-width: 600px;\n            margin: 0 auto;\n            font-size: 1.1rem;\n        }\n        \n        .features-grid {\n            display: flex;\n            justify-content: center;\n            flex-wrap: wrap;\n            gap: 30px;\n        }\n        \n        .feature-card {\n            background-color: white;\n            border-radius: 10px;\n            padding: 40px 30px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n            text-align: center;\n            flex: 1;\n            min-width: 300px;\n            max-width: 350px;\n            transition: transform 0.3s;\n            border-top: 4px solid var(--primary);\n        }\n        \n        .feature-card:hover {\n            transform: translateY(-10px);\n        }\n        \n        .feature-icon {\n            font-size: 3rem;\n            margin-bottom: 20px;\n            color: var(--primary);\n        }\n        \n        .feature-card h3 {\n            font-size: 1.5rem;\n            margin-bottom: 15px;\n            color: var(--dark);\n        }\n        \n        \/* Platform Demo Section *\/\n        .platform-demo {\n            padding: 80px 0;\n            background-color: white;\n        }\n        \n        .demo-container {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 40px;\n            align-items: center;\n        }\n        \n        .demo-content {\n            flex: 1;\n            min-width: 300px;\n        }\n        \n        .demo-image {\n            flex: 1;\n            min-width: 300px;\n            background: linear-gradient(135deg, #1E3A8A, #14B8A6);\n            border-radius: 10px;\n            height: 400px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: white;\n            font-size: 1.5rem;\n            font-weight: 600;\n            text-align: center;\n            padding: 20px;\n        }\n        \n        .demo-content h3 {\n            font-size: 1.8rem;\n            margin-bottom: 20px;\n            color: var(--dark);\n        }\n        \n        .demo-content p {\n            margin-bottom: 20px;\n            color: #64748b;\n        }\n        \n        .benefits-list {\n            list-style-type: none;\n        }\n        \n        .benefits-list li {\n            padding: 10px 0;\n            border-bottom: 1px solid #e2e8f0;\n            position: relative;\n            padding-left: 30px;\n        }\n        \n        .benefits-list li:before {\n            content: \"\u2713\";\n            position: absolute;\n            left: 0;\n            color: var(--secondary);\n            font-weight: bold;\n            font-size: 1.2rem;\n        }\n        \n        \/* Solutions Section *\/\n        .solutions {\n            padding: 80px 0;\n            background-color: var(--light);\n        }\n        \n        .solutions-container {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 30px;\n        }\n        \n        .solution-card {\n            background-color: white;\n            border-radius: 10px;\n            padding: 40px 30px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n            flex: 1;\n            min-width: 300px;\n            transition: transform 0.3s;\n            border-left: 4px solid var(--secondary);\n        }\n        \n        .solution-card:hover {\n            transform: translateY(-5px);\n        }\n        \n        .solution-icon {\n            font-size: 2.5rem;\n            margin-bottom: 20px;\n            color: var(--primary);\n        }\n        \n        .solution-card h3 {\n            font-size: 1.5rem;\n            margin-bottom: 15px;\n            color: var(--dark);\n        }\n        \n        \/* Technical Specs Section *\/\n        .technical-specs {\n            padding: 80px 0;\n            background-color: white;\n        }\n        \n        .specs-container {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 40px;\n        }\n        \n        .specs-content {\n            flex: 1;\n            min-width: 300px;\n        }\n        \n        .specs-image {\n            flex: 1;\n            min-width: 300px;\n            background: linear-gradient(135deg, #FACC15, #14B8A6);\n            border-radius: 10px;\n            height: 400px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: var(--dark);\n            font-size: 1.5rem;\n            font-weight: 600;\n            text-align: center;\n            padding: 20px;\n        }\n        \n        .specs-content h3 {\n            font-size: 1.8rem;\n            margin-bottom: 20px;\n            color: var(--dark);\n        }\n        \n        .specs-list {\n            list-style-type: none;\n        }\n        \n        .specs-list li {\n            padding: 12px 0;\n            border-bottom: 1px solid #e2e8f0;\n            position: relative;\n            padding-left: 35px;\n        }\n        \n        .specs-list li:before {\n            content: \"\u2699\ufe0f\";\n            position: absolute;\n            left: 0;\n            font-size: 1.2rem;\n        }\n        \n        \/* Process Section *\/\n        .process {\n            padding: 80px 0;\n            background-color: var(--light);\n        }\n        \n        .process-steps {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            justify-content: center;\n        }\n        \n        .process-step {\n            background-color: white;\n            border-radius: 10px;\n            padding: 30px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n            text-align: center;\n            flex: 1;\n            min-width: 200px;\n            max-width: 250px;\n            position: relative;\n        }\n        \n        .step-number {\n            width: 40px;\n            height: 40px;\n            background-color: var(--primary);\n            color: white;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin: 0 auto 15px;\n            font-weight: bold;\n        }\n        \n        .process-step h4 {\n            font-size: 1.2rem;\n            margin-bottom: 10px;\n            color: var(--dark);\n        }\n        \n        \/* CTA Section *\/\n        .cta-section {\n            background: linear-gradient(to right, #14B8A6, #FACC15);\n            color: var(--dark);\n            padding: 80px 0;\n            text-align: center;\n        }\n        \n        .cta-content {\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        \n        .cta-section h2 {\n            font-size: 2.5rem;\n            margin-bottom: 20px;\n        }\n        \n        .cta-section p {\n            margin: 0 auto 30px;\n            font-size: 1.2rem;\n            max-width: 600px;\n        }\n        \n        \/* Footer *\/\n        footer {\n            background-color: #1479b8;\n            color: white;\n            padding: 50px 0 20px;\n        }\n        \n        .footer-content {\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: space-between;\n            margin-bottom: 40px;\n        }\n        \n        .footer-column {\n            flex: 1;\n            min-width: 200px;\n            margin-bottom: 30px;\n        }\n        \n        .footer-column h3 {\n            margin-bottom: 20px;\n            font-size: 1.2rem;\n        }\n        \n        .footer-column ul {\n            list-style: none;\n        }\n        \n        .footer-column li {\n            margin-bottom: 10px;\n        }\n        \n        .footer-column a {\n            color: #cbd5e1;\n            text-decoration: none;\n            transition: color 0.3s;\n        }\n        \n        .footer-column a:hover {\n            color: white;\n        }\n        \n        .copyright {\n            text-align: center;\n            padding-top: 20px;\n            border-top: 1px solid #334155;\n            color: #94a3b8;\n            font-size: 0.9rem;\n        }\n        \n        \/* Responsive Design *\/\n        @media (max-width: 768px) {\n            .header-container {\n                flex-direction: column;\n                text-align: center;\n            }\n            \n            nav ul {\n                margin-top: 15px;\n                flex-wrap: wrap;\n                justify-content: center;\n            }\n            \n            nav li {\n                margin: 5px 10px;\n            }\n            \n            .hero h1 {\n                font-size: 2.2rem;\n            }\n            \n            .demo-container, .specs-container {\n                flex-direction: column;\n            }\n            \n            .demo-image, .specs-image {\n                width: 100%;\n                order: -1;\n            }\n            \n            .features-grid, .solutions-container, .process-steps {\n                flex-direction: column;\n                align-items: center;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <!-- Header -->\n   \n\n    <!-- Hero Section -->\n   \n\n    <!-- Features Section -->\n    <section class=\"features\">\n        <div class=\"container\">\n            <div class=\"section-title\">\n                <h2>Comprehensive LMS Features<\/h2>\n                <p>Our Moodle-based solutions include everything you need for effective teaching and learning management<\/p>\n            <\/div>\n            \n            <div class=\"features-grid\">\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">\ud83d\udcda<\/div>\n                    <h3>Full Resource Access<\/h3>\n                    <p>Centralized repository for all learning materials with 24\/7 availability, multi-format support, and organized content structure.<\/p>\n                <\/div>\n                \n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">\ud83d\udcca<\/div>\n                    <h3>Advanced Progress Tracking<\/h3>\n                    <p>Real-time analytics, performance dashboards, completion tracking, and personalized learning pathways.<\/p>\n                <\/div>\n                \n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">\ud83d\udc65<\/div>\n                    <h3>Collaborative Features<\/h3>\n                    <p>Discussion forums, group workspaces, peer assessment tools, and real-time communication channels.<\/p>\n                <\/div>\n            <\/div>\n            \n            <div class=\"features-grid\">\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">\ud83c\udfaf<\/div>\n                    <h3>Personalized Learning Paths<\/h3>\n                    <p>Adaptive content delivery, competency-based progression, and customized learning journeys for each student.<\/p>\n                <\/div>\n                \n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">\ud83d\udcf1<\/div>\n                    <h3>Mobile Accessibility<\/h3>\n                    <p>Fully responsive design that works seamlessly across all devices with offline capability for continued learning.<\/p>\n                <\/div>\n                \n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">\ud83d\udd04<\/div>\n                    <h3>Automated Assessment<\/h3>\n                    <p>Quizzes with instant feedback, automated grading, plagiarism detection, and comprehensive reporting.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Platform Demo Section -->\n    <section class=\"platform-demo\">\n        <div class=\"container\">\n            <div class=\"demo-container\">\n                <div class=\"demo-content\">\n                    <h3>How Our LMS Transforms Education<\/h3>\n                    <p>Our Moodle-based Learning Management Systems provide a structured yet flexible environment that enhances both teaching and learning experiences.<\/p>\n                    \n                    <ul class=\"benefits-list\">\n                        <li>Centralized access to all learning materials and resources<\/li>\n                        <li>Comprehensive student progress monitoring and reporting<\/li>\n                        <li>Interactive communication tools for students and educators<\/li>\n                        <li>Customizable learning pathways based on individual needs<\/li>\n                        <li>Automated assessment and feedback systems<\/li>\n                        <li>Integration with existing institutional systems<\/li>\n                        <li>Secure data management and privacy protection<\/li>\n                        <li>Scalable solutions that grow with your institution<\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"demo-image\">\n                    Interactive LMS Dashboard<br>with Real-time Analytics                                         \n                <\/div>\n                                   \n            <\/div>\n        <\/div>\n                                       \n    <\/section>\n  <br><a href=\"https:\/\/learnbright.co.uk\/wordpress\/index.php\/contact\" class=\"btn btn-primary\">Contact us for a free consultation<\/a>\n    <!-- Solutions Section -->\n    <section class=\"solutions\">\n        <div class=\"container\">\n            <div class=\"section-title\">\n                <h2>Tailored Solutions for Every Need<\/h2>\n                <p>We create custom LMS solutions designed specifically for your educational context<\/p>\n            <\/div>\n            \n            <div class=\"solutions-container\">\n                <div class=\"solution-card\">\n                    <div class=\"solution-icon\">\ud83c\udfeb<\/div>\n                    <h3>For Educational Institutions<\/h3>\n                    <p>Complete campus-wide LMS solutions with student information system integration, gradebook management, and administrative dashboards.<\/p>\n                    <ul class=\"benefits-list\">\n                        <li>Multi-department course management<\/li>\n                        <li>Student enrollment and progression tracking<\/li>\n                        <li>Academic reporting and compliance<\/li>\n                        <li>Staff training and development portals<\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"solution-card\">\n                    <div class=\"solution-icon\">\ud83d\udc68\u200d\ud83c\udfeb<\/div>\n                    <h3>For Educators & Lecturers<\/h3>\n                    <p>Personal teaching platforms with course creation tools, student engagement features, and assessment management.<\/p>\n                    <ul class=\"benefits-list\">\n                        <li>Interactive course content development<\/li>\n                        <li>Student progress monitoring<\/li>\n                        <li>Automated grading and feedback<\/li>\n                        <li>Communication and collaboration tools<\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"solution-card\">\n                    <div class=\"solution-icon\">\ud83c\udfe2<\/div>\n                    <h3>For Corporate Training<\/h3>\n                    <p>Professional development platforms with compliance tracking, skill assessment, and certification management.<\/p>\n                    <ul class=\"benefits-list\">\n                        <li>Employee training and onboarding<\/li>\n                        <li>Compliance and certification tracking<\/li>\n                        <li>Skills gap analysis and development<\/li>\n                        <li>Performance and progress reporting<\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n        <\/div>\n                                        \n    <\/section>\n<br><a href=\"https:\/\/learnbright.co.uk\/wordpress\/index.php\/contact\" class=\"btn btn-primary\">Contact us for a free consultation<\/a>\n    <!-- Technical Specs Section -->\n    <section class=\"technical-specs\">\n        <div class=\"container\">\n            <div class=\"specs-container\">\n                <div class=\"specs-image\">\n                    Technical Architecture<br>Secure & Scalable Infrastructure\n                <\/div>\n                \n                <div class=\"specs-content\">\n                    <h3>Technical Excellence & Security<\/h3>\n                    <p>Our LMS solutions are built on robust, secure infrastructure with enterprise-grade reliability.<\/p>\n                    \n                    <ul class=\"specs-list\">\n                        <li>Moodle-based with custom plugin development<\/li>\n                        <li>Docker containerization for easy deployment<\/li>\n                        <li>MariaDB\/MySQL database optimization<\/li>\n                        <li>Real-time analytics with Power BI integration<\/li>\n                        <li>REST API for system integration<\/li>\n                        <li>SSL encryption and data protection<\/li>\n                        <li>Automated backup and disaster recovery<\/li>\n                        <li>Scalable cloud or on-premise hosting<\/li>\n                        <li>LDAP\/Active Directory integration<\/li>\n                        <li>Multi-language and accessibility support<\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Process Section -->\n    <section class=\"process\">\n        <div class=\"container\">\n            <div class=\"section-title\">\n                <h2>Our Development Process<\/h2>\n                <p>We follow a structured approach to deliver your perfect LMS solution<\/p>\n            <\/div>\n            \n            <div class=\"process-steps\">\n                <div class=\"process-step\">\n                    <div class=\"step-number\">1<\/div>\n                    <h4>Discovery & Planning<\/h4>\n                    <p>We analyze your requirements and create a detailed project plan<\/p>\n                <\/div>\n                \n                <div class=\"process-step\">\n                    <div class=\"step-number\">2<\/div>\n                    <h4>Design & Prototyping<\/h4>\n                    <p>We create user experience designs and functional prototypes<\/p>\n                <\/div>\n                \n                <div class=\"process-step\">\n                    <div class=\"step-number\">3<\/div>\n                    <h4>Development & Integration<\/h4>\n                    <p>We build your custom LMS with all required features<\/p>\n                <\/div>\n                \n                <div class=\"process-step\">\n                    <div class=\"step-number\">4<\/div>\n                    <h4>Testing & Quality Assurance<\/h4>\n                    <p>We thoroughly test all functionality and user experience<\/p>\n                <\/div>\n                \n                <div class=\"process-step\">\n                    <div class=\"step-number\">5<\/div>\n                    <h4>Deployment & Training<\/h4>\n                    <p>We launch your system and train your team<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- CTA Section -->\n   \n        <\/div>\n    <\/section>\n\n    <!-- Footer -->\n   \n<\/body>\n<\/html>\n\n\n<\/div><\/div>\n<\/section><section class=\"bde-section-191-125 bde-section\">\n              \n  \n  \n\t\n\n\n\n<div class=\"section-container\"><h1 class=\"bde-heading-191-126 bde-heading\">\nReady to Transform Your Educational Delivery?\n<\/h1><div class=\"bde-div-191-127 bde-div\">\n  \n  \n\t\n\n\n\n<div class=\"bde-text-191-128 bde-text\">\nContact us for a free consultation and demo of our Moodle LMS capabilities.\n<\/div>\n<\/div><div class=\"bde-div-191-129 bde-div\">\n  \n  \n\t\n\n\n\n<div class=\"bde-code-block-191-130 bde-code-block\">\n\n  <a href=\"https:\/\/learnbright.co.uk\/wordpress\/index.php\/contact\" class=\"btn btn-primary\">Schedule a Demo<\/a>\n\n\n<\/div>\n<\/div><\/div>\n<\/section>","protected":false},"excerpt":{"rendered":"<p>Custom Moodle LMS Development Transform your educational delivery with our bespoke Learning Management Systems featuring full resource access, progress tracking, and collaborative features. LMS Development | Custom Moodle Solutions for Educators &#038; Institutions Comprehensive LMS Features Our Moodle-based solutions include everything you need for effective teaching and learning management \ud83d\udcda Full Resource Access Centralized repository [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_breakdance_hide_in_design_set":false,"_breakdance_tags":"","footnotes":""},"class_list":["post-191","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/learnbright.co.uk\/wordpress\/index.php\/wp-json\/wp\/v2\/pages\/191","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/learnbright.co.uk\/wordpress\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/learnbright.co.uk\/wordpress\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/learnbright.co.uk\/wordpress\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/learnbright.co.uk\/wordpress\/index.php\/wp-json\/wp\/v2\/comments?post=191"}],"version-history":[{"count":17,"href":"https:\/\/learnbright.co.uk\/wordpress\/index.php\/wp-json\/wp\/v2\/pages\/191\/revisions"}],"predecessor-version":[{"id":339,"href":"https:\/\/learnbright.co.uk\/wordpress\/index.php\/wp-json\/wp\/v2\/pages\/191\/revisions\/339"}],"wp:attachment":[{"href":"https:\/\/learnbright.co.uk\/wordpress\/index.php\/wp-json\/wp\/v2\/media?parent=191"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}