{"id":139,"date":"2025-11-07T14:56:25","date_gmt":"2025-11-07T14:56:25","guid":{"rendered":"https:\/\/learnbright.co.uk\/wordpress\/?page_id=139"},"modified":"2025-11-15T16:27:20","modified_gmt":"2025-11-15T16:27:20","slug":"about","status":"publish","type":"page","link":"https:\/\/learnbright.co.uk\/wordpress\/index.php\/about\/","title":{"rendered":"About"},"content":{"rendered":"<section class=\"bde-section-139-109 bde-section\">\n              \n  \n  \n\t\n\n\n\n<div class=\"section-container\"><div class=\"bde-div-139-152 bde-div\">\n  \n  \n\t\n\n\n\n<h1 class=\"bde-heading-139-110 bde-heading\">\nExcellence in Education Technology\n<\/h1>\n<\/div><div class=\"bde-div-139-111 bde-div\">\n  \n  \n\t\n\n\n\n<div class=\"bde-text-139-112 bde-text\">\nLearnBright combines passion for education with technical expertise to deliver transformative learning experiences for everyone.\n<\/div>\n<\/div><div class=\"bde-div-139-113 bde-div\">\n  \n  \n\t\n\n\n\n<div class=\"bde-code-block-139-114 bde-code-block\">\n\n  <a href=\"https:\/\/learnbright.co.uk\/wordpress\/index.php\/contact\" class=\"btn btn-primary\">Book a Consultation<\/a>\n\n\n<\/div>\n<\/div><\/div>\n<\/section><section class=\"bde-section-139-119 bde-section\">\n  \n  \n\t\n\n\n\n<div class=\"section-container\"><div class=\"bde-code-block-139-120 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>About Learn Bright | Excellence in Education Technology<\/title>\n   <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\">\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        .about-hero {\n            background: linear-gradient(to right, #1E3A8A, #14B8A6);\n            color: white;\n            padding: 100px 0;\n            text-align: center;\n        }\n        \n        .about-hero-content {\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        \n        .about-hero h1 {\n            font-size: 3rem;\n            margin-bottom: 20px;\n            line-height: 1.2;\n        }\n        \n        .about-hero p {\n            font-size: 1.3rem;\n            margin: 0 auto 30px;\n            max-width: 700px;\n        }\n        \n        \/* Mission Section *\/\n        .mission {\n            padding: 80px 0;\n            background-color: white;\n        }\n        \n        .mission-content {\n            max-width: 900px;\n            margin: 0 auto;\n            text-align: center;\n        }\n        \n        .mission-statement {\n            font-size: 1.4rem;\n            line-height: 1.8;\n            color: var(--dark);\n            font-style: italic;\n            margin-bottom: 40px;\n            padding: 40px;\n            background-color: var(--light);\n            border-radius: 10px;\n            border-left: 4px solid var(--accent);\n        }\n        \n        .founding-info {\n            color: #64748b;\n            font-size: 1.1rem;\n        }\n        \n        \/* Services Alignment Section *\/\n        .services-alignment {\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        .alignment-grid {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 30px;\n        }\n        \n        .alignment-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        }\n        \n        .alignment-card:hover {\n            transform: translateY(-5px);\n        }\n        \n        .service-icon {\n            font-size: 2.5rem;\n            margin-bottom: 20px;\n            color: var(--primary);\n        }\n        \n        .alignment-card h3 {\n            font-size: 1.5rem;\n            margin-bottom: 15px;\n            color: var(--dark);\n        }\n        \n        .quality-tag {\n            display: inline-block;\n            background-color: var(--secondary);\n            color: white;\n            padding: 5px 15px;\n            border-radius: 20px;\n            font-size: 0.9rem;\n            margin-bottom: 15px;\n            font-weight: 600;\n        }\n        \n        \/* Founder Section *\/\n        .founder {\n            padding: 80px 0;\n            background-color: white;\n        }\n        \n        .founder-container {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 40px;\n            align-items: center;\n        }\n        \n        .founder-content {\n            flex: 2;\n            min-width: 300px;\n        }\n        \n        .founder-image {\n            flex: 1;\n            min-width: 250px;\n            background-color: var(--light);\n            border-radius: 10px;\n            height: 300px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: var(--primary);\n            font-size: 1.2rem;\n            text-align: center;\n            padding: 20px;\n        }\n        \n        .founder-content h3 {\n            font-size: 1.8rem;\n            margin-bottom: 20px;\n            color: var(--dark);\n        }\n        \n        .founder-quote {\n            font-style: italic;\n            color: var(--primary);\n            border-left: 3px solid var(--accent);\n            padding-left: 20px;\n            margin: 25px 0;\n        }\n        \n        \/* Audience Section *\/\n        .audience {\n            padding: 80px 0;\n            background-color: var(--light);\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: 200px;\n            background-color: white;\n            border-radius: 10px;\n            padding: 30px 20px;\n            text-align: center;\n            transition: transform 0.3s;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n        }\n        \n        .audience-card:hover {\n            transform: translateY(-5px);\n        }\n        \n        .audience-icon {\n            font-size: 2rem;\n            margin-bottom: 15px;\n            color: var(--secondary);\n        }\n        \n        .audience-card 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        .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        \/* 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            .about-hero h1 {\n                font-size: 2.2rem;\n            }\n            \n            .alignment-grid, .audience-container {\n                flex-direction: column;\n            }\n            \n            .founder-container {\n                flex-direction: column;\n            }\n            \n            .founder-image {\n                width: 100%;\n                order: -1;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <!-- Header -->\n    \n\n    <!-- About Hero Section -->\n    \n\n    <!-- Mission Section -->\n  \n\n    <!-- Services Alignment Section -->\n    <section class=\"services-alignment\">\n        <div class=\"container\">\n          \n            \n            <div class=\"alignment-grid\">\n                <div class=\"alignment-card\">\n                    <div class=\"service-icon\">\ud83c\udf93<\/div>\n                    <span class=\"quality-tag\">Expert Tutoring<\/span>\n                    <h3>Academic & Professional Tutoring<\/h3>\n                                        <p> \u23f3 Tutoring services are currently unavailable. Please check back later.<\/p><br>\n                    <p>Our tutoring services transform complex subjects into accessible learning journeys. Specialising in translating educational requirements into practical understanding, ensuring every student achieves significant performance improvements.<\/p>\n                    <p><strong>Services include <\/strong>Key Stage 3, GCSE\/A-Level Maths & IT, Functional Skills qualifications, professional development programs, and data literacy training.<\/p>\n                <\/div>\n                \n                <div class=\"alignment-card\">\n                    <div class=\"service-icon\">\ud83d\udcbb<\/div>\n                    <span class=\"quality-tag\">Technical Architecture<\/span>\n                    <h3>Moodle LMS Development<\/h3>\n                    <p>Leveraging extensive experience as a learning management system specialist our Moodle solutions embed intelligent workflows and real-time analytics, transforming how institutions deliver education while ensuring seamless user experiences through performance optimization and system integration.<\/p>\n                    <p><strong>Services include <\/strong> Custom Moodle development, plugin assessment, system integration, live monitoring systems, and predictive dashboards.<\/p>\n                <\/div>\n                \n                <div class=\"alignment-card\">\n                    <div class=\"service-icon\">\ud83d\ude80<\/div>\n                    <span class=\"quality-tag\">Digital Literacy<\/span>\n                    <h3>WordPress & Marketing Solutions<\/h3>\n                    <p>To empower individuals, academics, and organizations with powerful digital presence through professional website development, strategic marketing, and technology training\u2014transforming ideas into impactful online experiences that drive success.<\/p>\n                    <p><strong>Services include <\/strong> Professional website development, marketing strategy, digital presence optimization, and technology training programs.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n   \n   \n<\/body>\n<\/html>\n\n\n<\/div><div class=\"bde-columns-139-129 bde-columns\"><div class=\"bde-column-139-130 bde-column\">\n  \n  \n\t\n\n\n\n<div class=\"bde-div-139-134 bde-div\">\n  \n  \n\t\n\n\n\n<div class=\"bde-blockquote-139-128 bde-blockquote\">\n      <p class=\"above-text_blockquote-icon\"><span class=\"blockquote-icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"icon-quotes-left\" viewBox=\"0 0 32 32\">\r\n<path d=\"M7.031 14c3.866 0 7 3.134 7 7s-3.134 7-7 7-7-3.134-7-7l-0.031-1c0-7.732 6.268-14 14-14v4c-2.671 0-5.182 1.040-7.071 2.929-0.364 0.364-0.695 0.751-0.995 1.157 0.357-0.056 0.724-0.086 1.097-0.086zM25.031 14c3.866 0 7 3.134 7 7s-3.134 7-7 7-7-3.134-7-7l-0.031-1c0-7.732 6.268-14 14-14v4c-2.671 0-5.182 1.040-7.071 2.929-0.364 0.364-0.695 0.751-0.995 1.157 0.358-0.056 0.724-0.086 1.097-0.086z\"\/>\r\n<\/svg><\/span><\/p>\n    <p >LearnBright exists to bridge the gap between educational excellence and technological innovation. Founded on the principle that learning should be transformative, accessible to all ages and backgrounds.<br>             <\/p>\n  \n<\/div>\n<\/div>\n<\/div><div class=\"bde-column-139-131 bde-column\">\n  \n  \n\t\n\n\n\n<div class=\"bde-div-139-133 bde-div\">\n  \n  \n\t\n\n\n\n<img decoding=\"async\" class=\"bde-image2-139-132 bde-image2\" src=\"https:\/\/learnbright.co.uk\/wordpress\/wp-content\/uploads\/2025\/11\/pexels-karola-g-6958551-scaled.jpg\" loading=\"lazy\" srcset=\"https:\/\/learnbright.co.uk\/wordpress\/wp-content\/uploads\/2025\/11\/pexels-karola-g-6958551-scaled.jpg 2560w, https:\/\/learnbright.co.uk\/wordpress\/wp-content\/uploads\/2025\/11\/pexels-karola-g-6958551-300x200.jpg 300w, https:\/\/learnbright.co.uk\/wordpress\/wp-content\/uploads\/2025\/11\/pexels-karola-g-6958551-1024x683.jpg 1024w, https:\/\/learnbright.co.uk\/wordpress\/wp-content\/uploads\/2025\/11\/pexels-karola-g-6958551-768x512.jpg 768w, https:\/\/learnbright.co.uk\/wordpress\/wp-content\/uploads\/2025\/11\/pexels-karola-g-6958551-1536x1024.jpg 1536w, https:\/\/learnbright.co.uk\/wordpress\/wp-content\/uploads\/2025\/11\/pexels-karola-g-6958551-2048x1365.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\">\n<\/div>\n<\/div><\/div><\/div>\n<\/section><section class=\"bde-section-139-137 bde-section\">\n  \n  \n\t\n\n\n\n<div class=\"section-container\"><div class=\"bde-columns-139-138 bde-columns\"><div class=\"bde-column-139-139 bde-column\">\n  \n  \n\t\n\n\n\n<h2 class=\"bde-heading-139-149 bde-heading\">\n\ud83c\udfaf Our Mission\n<\/h2><div class=\"bde-text-139-141 bde-text\">\nWe believe that the intersection of education and technology holds extraordinary potential for societal progress. By uniting pedagogical expertise with technical excellence, we design transformative learning experiences that empower individuals and communities to thrive.\n<\/div><div class=\"bde-text-139-154 bde-text\">\nOur mission is to mentor learners and develop programs that bridge educational excellence with technological innovation\u2014supporting students and professionals in achieving meaningful growth through flexible, high-impact learning solutions\n<\/div>\n<\/div><div class=\"bde-column-139-147 bde-column\">\n  \n  \n\t\n\n\n\n<div class=\"bde-image-139-148 bde-image\">\n<figure class=\"breakdance-image breakdance-image--162\">\n\t<div class=\"breakdance-image-container\">\n\t\t<div class=\"breakdance-image-clip\"><img decoding=\"async\" class=\"breakdance-image-object\" src=\"https:\/\/learnbright.co.uk\/wordpress\/wp-content\/uploads\/2025\/11\/fAVICON_2.svg\" width=\"\" height=\"\"><\/div>\n\t<\/div><\/figure>\n\n<\/div>\n<\/div><\/div><\/div>\n<\/section><section class=\"bde-section-139-121 bde-section\">\n              \n  \n  \n\t\n\n\n\n<div class=\"section-container\"><h2 class=\"bde-heading-139-122 bde-heading\">\nReady to Transform Education Together?\n<\/h2><div class=\"bde-div-139-123 bde-div\">\n  \n  \n\t\n\n\n\n<div class=\"bde-text-139-124 bde-text\">\nWhether you're a student, professional, educator, or institution, we have the expertise to help you achieve your educational goals.\n<\/div>\n<\/div><div class=\"bde-div-139-125 bde-div\">\n  \n  \n\t\n\n\n\n<div class=\"bde-code-block-139-126 bde-code-block\">\n\n  <a href=\"https:\/\/learnbright.co.uk\/wordpress\/index.php\/contact\" class=\"btn btn-primary\">Contact us<\/a>\n\n\n<\/div>\n<\/div><\/div>\n<\/section>","protected":false},"excerpt":{"rendered":"<p>Excellence in Education Technology LearnBright combines passion for education with technical expertise to deliver transformative learning experiences for everyone. Book a Consultation About Learn Bright | Excellence in Education Technology \ud83c\udf93 Expert Tutoring Academic &#038; Professional Tutoring \u23f3 Tutoring services are currently unavailable. Please check back later. Our tutoring services transform complex subjects into accessible [&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-139","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/learnbright.co.uk\/wordpress\/index.php\/wp-json\/wp\/v2\/pages\/139","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=139"}],"version-history":[{"count":37,"href":"https:\/\/learnbright.co.uk\/wordpress\/index.php\/wp-json\/wp\/v2\/pages\/139\/revisions"}],"predecessor-version":[{"id":369,"href":"https:\/\/learnbright.co.uk\/wordpress\/index.php\/wp-json\/wp\/v2\/pages\/139\/revisions\/369"}],"wp:attachment":[{"href":"https:\/\/learnbright.co.uk\/wordpress\/index.php\/wp-json\/wp\/v2\/media?parent=139"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}