{"id":125,"date":"2025-11-07T14:34:04","date_gmt":"2025-11-07T14:34:04","guid":{"rendered":"https:\/\/learnbright.co.uk\/wordpress\/?page_id=125"},"modified":"2025-11-15T16:54:56","modified_gmt":"2025-11-15T16:54:56","slug":"home","status":"publish","type":"page","link":"https:\/\/learnbright.co.uk\/wordpress\/index.php\/home\/","title":{"rendered":"Home"},"content":{"rendered":"<section class=\"bde-section-125-100 bde-section\">\n              \n  \n  \n\t\n\n\n\n<div class=\"section-container\"><div class=\"bde-div-125-125 bde-div\">\n  \n  \n\t\n\n\n\n<h1 class=\"bde-heading-125-101 bde-heading\">\nTransforming Education Through Technology & Expertise\n<\/h1>\n<\/div><div class=\"bde-div-125-102 bde-div\">\n  \n  \n\t\n\n\n\n<div class=\"bde-text-125-103 bde-text\">\nComprehensive educational solutions combining expert tutoring with cutting-edge technology platforms\n<\/div>\n<\/div><\/div>\n<\/section><section class=\"bde-section-125-110 bde-section\">\n  \n  \n\t\n\n\n\n<div class=\"section-container\"><div class=\"bde-code-block-125-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>Learn Bright | Expert Tutoring, Moodle & WordPress Solutions<\/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        \/* Services Section *\/\n        .services {\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        .services-grid {\n            display: flex;\n            justify-content: center;\n            flex-wrap: wrap;\n            gap: 30px;\n        }\n        \n        .service-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        .service-card:hover {\n            transform: translateY(-10px);\n        }\n        \n        .service-icon {\n            font-size: 3rem;\n            margin-bottom: 20px;\n            color: var(--primary);\n        }\n        \n        .service-card h3 {\n            font-size: 1.5rem;\n            margin-bottom: 15px;\n            color: var(--dark);\n        }\n        \n        .service-card p {\n            color: #64748b;\n            margin-bottom: 20px;\n        }\n        \n        \/* Audience Section *\/\n        .audience {\n            padding: 80px 0;\n            background-color: white;\n        }\n        \n        .audience-container {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 30px;\n        }\n        \n        .audience-card {\n            flex: 1;\n            min-width: 300px;\n            background-color: var(--light);\n            border-radius: 10px;\n            padding: 40px 30px;\n            text-align: center;\n            transition: transform 0.3s;\n        }\n        \n        .audience-card:hover {\n            transform: translateY(-5px);\n        }\n        \n        .audience-icon {\n            font-size: 2.5rem;\n            margin-bottom: 20px;\n            color: var(--secondary);\n        }\n        \n        .audience-card h3 {\n            font-size: 1.5rem;\n            margin-bottom: 15px;\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            .services-grid, .audience-container {\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    <!-- Services Section -->\n    <section class=\"services\">\n        <div class=\"container\">\n            <div class=\"section-title\">\n                <h2>Our Comprehensive Services<\/h2>\n                <p>Providing end-to-end educational solutions, from personalised tutoring to institutional technology platforms<\/p>\n            <\/div>\n            <div class=\"services-grid\">\n                <div class=\"service-card\">\n                    <div class=\"service-icon\">\ud83c\udf93<\/div>\n                    <h3>Academic & Professional Tutoring<\/h3>\n                                        <p>\u23f3\n\nTutoring services are currently unavailable. Please check back later.<\/p>\n                    <p>Expert Maths and IT instruction for Key Stage 3, GCSE, A-Level students, and professionals seeking career advancement through Functional Skills qualifications.<\/p>\n                    <a href=\"https:\/\/learnbright.co.uk\/wordpress\/index.php\/tutoring-home-page\" class=\"btn btn-primary\">Learn More<\/a>\n                <\/div>\n                                         \n                <div class=\"service-card\">\n                    <div class=\"service-icon\">\ud83d\udcbb<\/div>\n                    <h3>Moodle LMS Development<\/h3>\n                    <p>Custom Moodle learning management systems for educators and institutions with full resource access, progress tracking, and collaborative features.<\/p>\n                    <a href=\"https:\/\/learnbright.co.uk\/wordpress\/index.php\/lms-home\" class=\"btn btn-primary\">Learn More<\/a>\n                <\/div>\n               <div class=\"service-card\">\n                    <div class=\"service-icon\">\ud83d\ude80<\/div>\n                    <h3>WordPress & Marketing Solutions<\/h3>\n                    <p>Professional website development, setup, and marketing strategies for individuals, academics, and corporations.<\/p>\n                    <a href=\"https:\/\/learnbright.co.uk\/wordpress\/index.php\/wp-home\" class=\"btn btn-primary\">Learn More<\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Audience Section -->\n    <section class=\"audience\">\n        <div class=\"container\">\n            <div class=\"section-title\">\n                <h2>Who We Serve<\/h2>\n                <p>Tailored solutions for diverse educational needs<\/p>\n            <\/div>\n            <div class=\"audience-container\">\n                <div class=\"audience-card\">\n                    <div class=\"audience-icon\">\ud83d\udc68\u200d\ud83c\udf93<\/div>\n                    <h3>Students & Parents<\/h3>\n                    <p>Key Stage 3, GCSE and A-Level tutoring in Maths and IT with proven results and personalised learning plans.<\/p>\n                <\/div>\n                <div class=\"audience-card\">\n                    <div class=\"audience-icon\">\ud83d\udc68\u200d\ud83d\udcbc<\/div>\n                    <h3>Professionals<\/h3>\n                    <p>Functional Skills qualifications and professional development for career advancement in healthcare, business, and technical fields.<\/p>\n                <\/div>\n                <div class=\"audience-card\">\n                    <div class=\"audience-icon\">\ud83c\udfeb<\/div>\n                    <h3>Educators & Institutions<\/h3>\n                    <p>Custom Moodle platforms and WordPress solutions to enhance teaching and administrative efficiency.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- CTA Section -->\n  \n\n    <!-- Footer -->\n    \n<\/body>\n<\/html>\n\n\n<\/div><\/div>\n<\/section><section class=\"bde-section-125-112 bde-section\">\n              \n  \n  \n\t\n\n\n\n<div class=\"section-container\"><h2 class=\"bde-heading-125-113 bde-heading\">\nReady to Transform Your Educational Journey?\n<\/h2><div class=\"bde-div-125-114 bde-div\">\n  \n  \n\t\n\n\n\n<div class=\"bde-text-125-115 bde-text\">\nContact us today to discuss how our tailored solutions can meet your specific needs and goals.\n<\/div>\n<\/div><div class=\"bde-div-125-116 bde-div\">\n  \n  \n\t\n\n\n\n<div class=\"bde-code-block-125-117 bde-code-block\">\n\n  <a href=\"https:\/\/learnbright.co.uk\/wordpress\/index.php\/contact\" class=\"btn btn-primary\">Get In Touch<\/a>\n\n\n<\/div><div class=\"bde-back-to-top-125-124 bde-back-to-top bde-back-to-top--progress is-sticky\">\n\n\n<button aria-label=\"Back to top\" tabindex=\"0\" class=\"bde-back-to-top__button bde-back-to-top__button--progress bde-back-to-top__button--show-always bde-back-to-top__button--animation-fade is-sticky  js-ee-back-to-top\">\n    \t<svg class=\"bde-back-to-top__progress-svg js-progress-svg\" width=\"100%\" height=\"100%\" viewBox=\"-1 -1 102 102\">\n\t  <path class=\"background\" d=\"M50,1 a49,49 0 0,1 0,98 a49,49 0 0,1 0,-98\"\/>\n      <path class=\"tracker\" d=\"M50,1 a49,49 0 0,1 0,98 a49,49 0 0,1 0,-98\"\/>\n  \t<\/svg>\n         <div class=\"bde-back-to-top__icon-wrap\">\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 384 512\"><!--! Font Awesome Pro 6.2.0 by @fontawesome - https:\/\/fontawesome.com License - https:\/\/fontawesome.com\/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path d=\"M214.6 57.4L192 34.7 169.4 57.4l-144 144L2.7 224 48 269.2l22.6-22.6L160 157.2V448v32h64V448 157.2l89.4 89.4L336 269.2 381.3 224l-22.6-22.6-144-144z\"\/><\/svg>\n          <\/div>\n    <\/button>\n\n\n<\/div>\n<\/div><\/div>\n<\/section>","protected":false},"excerpt":{"rendered":"<p>Transforming Education Through Technology &#038; Expertise Comprehensive educational solutions combining expert tutoring with cutting-edge technology platforms Learn Bright | Expert Tutoring, Moodle &#038; WordPress Solutions Our Comprehensive Services Providing end-to-end educational solutions, from personalised tutoring to institutional technology platforms \ud83c\udf93 Academic &#038; Professional Tutoring \u23f3 Tutoring services are currently unavailable. Please check back later. Expert [&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-125","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/learnbright.co.uk\/wordpress\/index.php\/wp-json\/wp\/v2\/pages\/125","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=125"}],"version-history":[{"count":42,"href":"https:\/\/learnbright.co.uk\/wordpress\/index.php\/wp-json\/wp\/v2\/pages\/125\/revisions"}],"predecessor-version":[{"id":371,"href":"https:\/\/learnbright.co.uk\/wordpress\/index.php\/wp-json\/wp\/v2\/pages\/125\/revisions\/371"}],"wp:attachment":[{"href":"https:\/\/learnbright.co.uk\/wordpress\/index.php\/wp-json\/wp\/v2\/media?parent=125"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}