{"id":115,"date":"2025-11-07T14:10:20","date_gmt":"2025-11-07T14:10:20","guid":{"rendered":"https:\/\/learnbright.co.uk\/wordpress\/?page_id=115"},"modified":"2025-11-15T16:24:32","modified_gmt":"2025-11-15T16:24:32","slug":"tutoring-learning-platform","status":"publish","type":"page","link":"https:\/\/learnbright.co.uk\/wordpress\/index.php\/tutoring-learning-platform\/","title":{"rendered":"Tutoring Learning Platform"},"content":{"rendered":"<section class=\"bde-section-115-100 bde-section\">\n              \n  \n  \n\t\n\n\n\n<div class=\"section-container\"><div class=\"bde-div-115-123 bde-div\">\n  \n  \n\t\n\n\n\n<h1 class=\"bde-heading-115-101 bde-heading\">\nOur State-of-the-Art Learning Platform\n<\/h1>\n<\/div><div class=\"bde-div-115-102 bde-div\">\n  \n  \n\t\n\n\n\n<div class=\"bde-text-115-103 bde-text\">\nExperience our custom Moodle LMS - the central hub for all your learning resources, progress tracking, and educational support.<br><br>\u23f3<br><br>Tutoring services are currently unavailable. Please check back later.\n<\/div>\n<\/div><div class=\"bde-div-115-104 bde-div\">\n  \n  \n\t\n\n\n\n<div class=\"bde-code-block-115-105 bde-code-block\">\n\n  <a href=\"https:\/\/learnbright.co.uk\/wordpress\/index.php\/contact\" class=\"btn btn-primary\">Request Platform Access<\/a>\n\n\n<\/div>\n<\/div><div class=\"bde-div-115-106 bde-div\">\n  \n  \n\t\n\n\n\n<h2 class=\"bde-heading-115-107 bde-heading\">\nYour Complete Learning Ecosystem\n<\/h2>\n<\/div><div class=\"bde-div-115-108 bde-div\">\n  \n  \n\t\n\n\n\n<div class=\"bde-text-115-109 bde-text\">\nAll Learnbright tutees receive full access to our comprehensive Moodle-based Learning Management System, featuring personalized learning paths, interactive resources, and real-time progress tracking.\n<\/div>\n<\/div><\/div>\n<\/section><section class=\"bde-section-115-110 bde-section\">\n  \n  \n\t\n\n\n\n<div class=\"section-container\"><div class=\"bde-code-block-115-111 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>Learning Platform | EduMentor LMS<\/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 - Fixed Centering *\/\n        .hero {\n            background: linear-gradient(to right, #1E3A8A, #14B8A6);\n            color: white;\n            padding: 80px 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: 2.8rem;\n            margin-bottom: 20px;\n            line-height: 1.2;\n        }\n        \n        .hero p {\n            font-size: 1.2rem;\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:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 5px 15px rgba(0,0,0,0.1);\n        }\n        \n        \/* Page Intro - Fixed Centering *\/\n        .page-intro {\n            padding: 60px 0;\n            text-align: center;\n            background-color: white;\n        }\n        \n        .page-intro-content {\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        \n        .page-intro h2 {\n            font-size: 2.2rem;\n            margin-bottom: 20px;\n            color: var(--dark);\n        }\n        \n        .page-intro p {\n            font-size: 1.1rem;\n            color: #64748b;\n        }\n        \n        \/* Platform Features Section *\/\n        .platform-features {\n            padding: 60px 0;\n            background-color: var(--light);\n        }\n        \n        .section-title {\n            text-align: center;\n            margin-bottom: 30px;\n        }\n        \n        .section-title h2 {\n            font-size: 2.2rem;\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        }\n        \n        .features-grid {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 30px;\n            margin-bottom: 40px;\n        }\n        \n        .feature-card {\n            background-color: white;\n            border-radius: 10px;\n            padding: 30px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\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: 2.5rem;\n            margin-bottom: 20px;\n            color: var(--primary);\n        }\n        \n        .feature-card h3 {\n            font-size: 1.4rem;\n            margin-bottom: 15px;\n            color: var(--dark);\n        }\n        \n        \/* Platform Demo Section *\/\n        .platform-demo {\n            padding: 30px 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        \/* Resource Access Section *\/\n        .resource-access {\n            padding: 60px 0;\n            background-color: var(--light);\n        }\n        \n        .resources-container {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 30px;\n        }\n        \n        .resource-card {\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: 250px;\n            max-width: 350px;\n            transition: transform 0.3s;\n        }\n        \n        .resource-card:hover {\n            transform: translateY(-10px);\n        }\n        \n        .resource-icon {\n            font-size: 2.5rem;\n            margin-bottom: 20px;\n            color: var(--primary);\n        }\n        \n        .resource-card h4 {\n            font-size: 1.3rem;\n            margin-bottom: 15px;\n            color: var(--dark);\n        }\n        \n        \/* For Tutors Section *\/\n        .for-tutors {\n            padding: 60px 0;\n            background-color: white;\n        }\n        \n        .tutors-container {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 40px;\n            align-items: center;\n        }\n        \n        .tutors-content {\n            flex: 1;\n            min-width: 300px;\n        }\n        \n        .tutors-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        .tutors-content h3 {\n            font-size: 1.8rem;\n            margin-bottom: 20px;\n            color: var(--dark);\n        }\n        \n        .tutors-content p {\n            margin-bottom: 20px;\n            color: #64748b;\n        }\n        \n        \/* CTA Section - Fixed Centering *\/\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.2rem;\n            margin-bottom: 20px;\n        }\n        \n        .cta-section p {\n            margin: 0 auto 30px;\n            font-size: 1.1rem;\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, .tutors-container {\n                flex-direction: column;\n            }\n            \n            .demo-image, .tutors-image {\n                width: 100%;\n                order: -1;\n            }\n            \n            .features-grid, .resources-container {\n                flex-direction: column;\n                align-items: center;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <!-- Header -->\n   \n\n    <!-- Hero Section - Fixed Centering -->\n    \n\n    <!-- Page Introduction - Fixed Centering -->\n   \n\n    <!-- Platform Features Section -->\n    <section class=\"platform-features\">\n        <div class=\"container\">\n            <div class=\"section-title\">\n                <h2>Platform Features & Capabilities<\/h2>\n                <p>Designed to enhance learning outcomes and streamline educational progress<\/p>\n            <\/div>\n            \n            <div class=\"features-grid\">\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">\ud83d\udcda<\/div>\n                    <h3>Comprehensive Resource Library<\/h3>\n                    <p>Access to thousands of learning materials, including video lessons, practice exercises, revision guides, and past papers for all subjects and levels.<\/p>\n                <\/div>\n                \n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">\ud83d\udcca<\/div>\n                    <h3>Progress Tracking & Analytics<\/h3>\n                    <p>Monitor your learning journey with detailed analytics, performance dashboards, and personalized feedback from your tutor.<\/p>\n                <\/div>\n                \n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">\ud83c\udfaf<\/div>\n                    <h3>Personalized Learning Paths<\/h3>\n                    <p>Customized learning journeys based on your current level, goals, and progress, with adaptive content that adjusts to your needs.<\/p>\n                <\/div>\n            <\/div>\n            \n            <div class=\"features-grid\">\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">\ud83d\udcac<\/div>\n                    <h3>Interactive Communication<\/h3>\n                    <p>Direct messaging with your tutor, discussion forums, and collaborative spaces for peer learning and support.<\/p>\n                <\/div>\n                \n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">\ud83d\udcf1<\/div>\n                    <h3>Mobile Accessibility<\/h3>\n                    <p>Access your learning resources anytime, anywhere with our fully responsive platform that works seamlessly across all devices.<\/p>\n                <\/div>\n                \n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">\ud83d\udd04<\/div>\n                    <h3>Automated Assessment<\/h3>\n                    <p>Instant feedback on quizzes and practice tests with detailed explanations to reinforce learning and identify areas for improvement.<\/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 Platform Enhances Your Learning<\/h3>\n                    <p>Our Moodle-based LMS provides a structured yet flexible learning environment that complements your tutoring sessions and enables continuous progress between meetings.<\/p>\n                    \n                    <ul class=\"benefits-list\">\n                        <li>24\/7 access to all learning materials and resources<\/li>\n                        <li>Structured lesson plans aligned with your curriculum<\/li>\n                        <li>Interactive quizzes and self-assessment tools<\/li>\n                        <li>Personalized feedback and progress reports<\/li>\n                        <li>Revision planners and study schedules<\/li>\n                        <li>Multi-format resources (videos, PDFs, interactive content)<\/li>\n                        <li>Parent portal for progress monitoring (for school students)<\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"demo-image\">\n                    Interactive Platform Dashboard<br>with Real-time Progress Tracking\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n<br><a href=\"https:\/\/learnbright.co.uk\/wordpress\/index.php\/contact\" class=\"btn btn-primary\">Drop us a message for a friendly chat<\/a><br>\n    <!-- Resource Access Section -->\n    <section class=\"resource-access\">\n        <div class=\"container\">\n            <div class=\"section-title\">\n                <h2>Comprehensive Resource Access<\/h2>\n                <p>All tutees receive unlimited access to our entire resource library<\/p>\n            <\/div>\n            \n            <div class=\"resources-container\">\n                <div class=\"resource-card\">\n                    <div class=\"resource-icon\">\ud83d\udcdd<\/div>\n                    <h4>Practice Materials<\/h4>\n                    <p>Thousands of worksheets, practice questions, and mock exams with detailed solutions.<\/p>\n                <\/div>\n                \n                <div class=\"resource-card\">\n                    <div class=\"resource-icon\">\ud83c\udfa5<\/div>\n                    <h4>Video Lessons<\/h4>\n                    <p>Comprehensive video tutorials covering all topics, concepts, and exam techniques.<\/p>\n                <\/div>\n                \n                <div class=\"resource-card\">\n                    <div class=\"resource-icon\">\ud83d\udccb<\/div>\n                    <h4>Revision Guides<\/h4>\n                    <p>Structured revision materials, summary sheets, and topic checklists for efficient study.<\/p>\n                <\/div>\n            <\/div>\n            \n            <div class=\"resources-container\">\n                <div class=\"resource-card\">\n                    <div class=\"resource-icon\">\ud83d\udcc8<\/div>\n                    <h4>Progress Analytics<\/h4>\n                    <p>Detailed performance tracking with visual progress reports and improvement recommendations.<\/p>\n                <\/div>\n                \n                <div class=\"resource-card\">\n                    <div class=\"resource-icon\">\ud83d\udd0d<\/div>\n                    <h4>Exam Preparation<\/h4>\n                    <p>Past papers, mark schemes, examiner reports, and specific exam board resources.<\/p>\n                <\/div>\n                \n                <div class=\"resource-card\">\n                    <div class=\"resource-icon\">\ud83d\udd04<\/div>\n                    <h4>Interactive Content<\/h4>\n                    <p>Engaging quizzes, flashcards, and interactive exercises to reinforce learning.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n<br><a href=\"https:\/\/learnbright.co.uk\/wordpress\/index.php\/contact\" class=\"btn btn-primary\">Drop us a message for a friendly chat<\/a><br>\n    <!-- For Tutors Section -->\n    <section class=\"for-tutors\">\n        <div class=\"container\">\n            <div class=\"tutors-container\">\n                <div class=\"tutors-image\">\n                    Tutor Dashboard<br>with Student Management Tools\n                <\/div>\n                \n                <div class=\"tutors-content\">\n                    <h3>For Professional Tutors<\/h3>\n                    <p>Join our network and leverage our powerful LMS platform to enhance your tutoring business with minimal setup and technical overhead.<\/p>\n                    \n                    <ul class=\"benefits-list\">\n                        <li>Ready-to-use curriculum resources for all levels<\/li>\n                        <li>Automated student progress tracking and reporting<\/li>\n                        <li>Customizable learning paths for individual students<\/li>\n                        <li>Integrated scheduling and session management<\/li>\n                        <li>Secure payment processing and billing management<\/li>\n                        <li>Marketing support and student referral system<\/li>\n                        <li>Professional development resources for tutors<\/li>\n                    <\/ul>\n                    \n                    <a href=\"https:\/\/learnbright.co.uk\/wordpress\/index.php\/contact\" class=\"btn btn-primary\" style=\"margin-top: 20px;\">Let\u2019s connect! Learn how you can become part of our growing network<\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- CTA Section - Fixed Centering -->\n  \n\n    <!-- Footer -->\n    \n<\/body>\n<\/html>\n\n\n<\/div><\/div>\n<\/section><section class=\"bde-section-115-112 bde-section\">\n              \n  \n  \n\t\n\n\n\n<div class=\"section-container\"><h1 class=\"bde-heading-115-113 bde-heading\">\nReady to Experience Our Learning Platform?\n<\/h1><div class=\"bde-div-115-114 bde-div\">\n  \n  \n\t\n\n\n\n<div class=\"bde-text-115-115 bde-text\">\nGet full access to our state-of-the-art Moodle LMS with all resources included in your tutoring package.\n<\/div>\n<\/div><div class=\"bde-div-115-116 bde-div\">\n  \n  \n\t\n\n\n\n<div class=\"bde-code-block-115-117 bde-code-block\">\n\n  <a href=\"#\" class=\"btn btn-primary\">Request Platform Access<\/a>\n\n\n<\/div>\n<\/div><\/div>\n<\/section>","protected":false},"excerpt":{"rendered":"<p>Our State-of-the-Art Learning Platform Experience our custom Moodle LMS &#8211; the central hub for all your learning resources, progress tracking, and educational support.\u23f3Tutoring services are currently unavailable. Please check back later. Request Platform Access Your Complete Learning Ecosystem All Learnbright tutees receive full access to our comprehensive Moodle-based Learning Management System, featuring personalized learning paths, [&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-115","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/learnbright.co.uk\/wordpress\/index.php\/wp-json\/wp\/v2\/pages\/115","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=115"}],"version-history":[{"count":18,"href":"https:\/\/learnbright.co.uk\/wordpress\/index.php\/wp-json\/wp\/v2\/pages\/115\/revisions"}],"predecessor-version":[{"id":367,"href":"https:\/\/learnbright.co.uk\/wordpress\/index.php\/wp-json\/wp\/v2\/pages\/115\/revisions\/367"}],"wp:attachment":[{"href":"https:\/\/learnbright.co.uk\/wordpress\/index.php\/wp-json\/wp\/v2\/media?parent=115"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}