{"id":7,"date":"2026-04-02T01:57:22","date_gmt":"2026-04-02T01:57:22","guid":{"rendered":"http:\/\/localhost\/heyoninstitute.lk-new\/?page_id=7"},"modified":"2026-06-03T05:40:17","modified_gmt":"2026-06-03T05:40:17","slug":"about-us","status":"publish","type":"page","link":"https:\/\/heyoninstitute.lk\/?page_id=7","title":{"rendered":"About Us"},"content":{"rendered":"\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 Us &#8211; Heyon Institute<\/title>\n    <!-- Importing modern typography -->\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800&#038;display=swap\" rel=\"stylesheet\">\n    <!-- FontAwesome for beautiful modern icons -->\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n    \n    <style>\n        :root {\n            --primary-color: #0c4a6e; \/* Deep Professional Blue *\/\n            --secondary-color: #0284c7; \/* Vibrant Tech Blue *\/\n            --accent-color: #f59e0b; \/* Energetic Amber\/Gold *\/\n            --text-main: #1e293b; \/* Slate Dark *\/\n            --text-muted: #64748b; \/* Slate Gray *\/\n            --bg-light: #f8fafc; \/* Crisp Light Gray *\/\n            --white: #ffffff;\n            --gradient: linear-gradient(135deg, #0c4a6e 0%, #0284c7 100%);\n        }\n\n        .heyon-about-body * {\n            box-sizing: border-box;\n            font-family: 'Inter', sans-serif;\n            margin: 0;\n            padding: 0;\n        }\n\n        .heyon-about-body {\n            color: var(--text-main);\n            background-color: var(--white);\n            line-height: 1.6;\n        }\n\n        \/* Hero Banner *\/\n        .heyon-hero {\n            background: linear-gradient(rgba(12, 74, 110, 0.85), rgba(2, 132, 199, 0.85)), url('https:\/\/heyoninstitute.lk\/wp-content\/uploads\/2026\/06\/Gemini_Generated_Image_mm40u7mm40u7mm40.png') no-repeat center center;\n            background-size: cover;\n            color: var(--white);\n            padding: 100px 20px;\n            text-align: center;\n            border-radius: 0 0 30px 30px;\n        }\n\n        .heyon-hero h1 {\n            font-size: 3rem;\n            font-weight: 800;\n            margin-bottom: 15px;\n            letter-spacing: -1px;\n            text-shadow: 0 2px 4px rgba(0,0,0,0.2);\n        }\n\n        .heyon-hero p {\n            font-size: 1.25rem;\n            max-width: 800px;\n            margin: 0 auto;\n            opacity: 0.95;\n            font-weight: 300;\n        }\n\n        \/* Container styling *\/\n        .heyon-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 60px 20px;\n        }\n\n        \/* Institutional Overview *\/\n        .overview-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 40px;\n            align-items: center;\n            margin-bottom: 60px;\n        }\n\n        .overview-text h2 {\n            font-size: 2.2rem;\n            color: var(--primary-color);\n            margin-bottom: 20px;\n            position: relative;\n        }\n\n        .overview-text h2::after {\n            content: '';\n            display: block;\n            width: 60px;\n            height: 4px;\n            background: var(--secondary-color);\n            margin-top: 10px;\n            border-radius: 2px;\n        }\n\n        .overview-text p {\n            color: var(--text-muted);\n            font-size: 1.1rem;\n            margin-bottom: 15px;\n        }\n\n        .overview-image img {\n            width: 100%;\n            height: auto;\n            border-radius: 20px;\n            box-shadow: 0 20px 40px rgba(0,0,0,0.1);\n            object-fit: cover;\n        }\n\n        \/* Vision & Mission Cards *\/\n        .vision-mission-sec {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 30px;\n            margin-bottom: 80px;\n        }\n\n        .vm-card {\n            background: var(--bg-light);\n            padding: 40px;\n            border-radius: 16px;\n            border-left: 5px solid var(--primary-color);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n\n        .vm-card.vision {\n            border-left-color: var(--secondary-color);\n        }\n\n        .vm-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 30px rgba(0,0,0,0.05);\n        }\n\n        .vm-card i {\n            font-size: 2.5rem;\n            color: var(--primary-color);\n            margin-bottom: 20px;\n        }\n\n        .vm-card.vision i {\n            color: var(--secondary-color);\n        }\n\n        .vm-card h3 {\n            font-size: 1.5rem;\n            margin-bottom: 15px;\n            color: var(--text-main);\n        }\n\n        \/* Strategy Section *\/\n        .strategy-banner {\n            background: var(--gradient);\n            color: var(--white);\n            padding: 60px 40px;\n            border-radius: 24px;\n            margin-bottom: 80px;\n            text-align: center;\n        }\n\n        .strategy-banner h2 {\n            font-size: 2rem;\n            margin-bottom: 30px;\n        }\n\n        .strategy-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 30px;\n            text-align: left;\n        }\n\n        .strat-box {\n            background: rgba(255, 255, 255, 0.1);\n            padding: 30px;\n            border-radius: 12px;\n            backdrop-filter: blur(5px);\n        }\n\n        .strat-box h4 {\n            font-size: 1.2rem;\n            margin-bottom: 10px;\n            color: var(--accent-color);\n            text-transform: uppercase;\n            letter-spacing: 1px;\n        }\n\n        \/* Core Training Pillars *\/\n        .section-title {\n            text-align: center;\n            font-size: 2.5rem;\n            color: var(--primary-color);\n            margin-bottom: 50px;\n        }\n\n        .pillars-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 30px;\n            margin-bottom: 80px;\n        }\n\n        .pillar-card {\n            background: var(--white);\n            border: 1px solid #e2e8f0;\n            border-radius: 16px;\n            padding: 30px;\n            box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05);\n            transition: all 0.3s ease;\n        }\n\n        .pillar-card:hover {\n            border-color: var(--secondary-color);\n            box-shadow: 0 15px 30px rgba(2, 132, 199, 0.1);\n        }\n\n        .pillar-header {\n            display: flex;\n            align-items: center;\n            gap: 15px;\n            margin-bottom: 20px;\n        }\n\n        .pillar-icon {\n            background: rgba(2, 132, 199, 0.1);\n            color: var(--secondary-color);\n            width: 50px;\n            height: 50px;\n            border-radius: 12px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 1.5rem;\n            font-weight: bold;\n        }\n\n        .pillar-card h3 {\n            font-size: 1.3rem;\n            color: var(--primary-color);\n        }\n\n        .pillar-card h4 {\n            font-size: 1rem;\n            color: var(--text-main);\n            margin-bottom: 10px;\n            font-weight: 600;\n        }\n\n        .pillar-card p {\n            color: var(--text-muted);\n            font-size: 0.95rem;\n            margin-bottom: 15px;\n        }\n\n        .scope-box {\n            background: var(--bg-light);\n            padding: 15px;\n            border-radius: 8px;\n            font-size: 0.9rem;\n            border-left: 3px solid var(--accent-color);\n        }\n\n        \/* Why Choose Us Section *\/\n        .why-choose-bg {\n            background: var(--bg-light);\n            padding: 80px 20px;\n            margin: 0 -20px -60px -20px;\n            border-radius: 30px 30px 0 0;\n        }\n\n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 25px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n\n        .feature-item {\n            background: var(--white);\n            padding: 30px;\n            border-radius: 12px;\n            text-align: center;\n            box-shadow: 0 4px 6px rgba(0,0,0,0.02);\n            transition: transform 0.3s ease;\n        }\n\n        .feature-item:hover {\n            transform: translateY(-5px);\n        }\n\n        .feature-item i {\n            font-size: 2rem;\n            color: var(--secondary-color);\n            margin-bottom: 15px;\n        }\n\n        .feature-item h4 {\n            font-size: 1.2rem;\n            margin-bottom: 10px;\n            color: var(--text-main);\n        }\n\n        .feature-item p {\n            font-size: 0.95rem;\n            color: var(--text-muted);\n        }\n\n        \/* Responsive Design Breakpoints *\/\n        @media (max-width: 992px) {\n            .overview-grid, .vision-mission-sec, .strategy-grid, .pillars-grid {\n                grid-template-columns: 1fr;\n            }\n            .features-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n        }\n\n        @media (max-width: 768px) {\n            .heyon-hero h1 { font-size: 2.2rem; }\n            .features-grid { grid-template-columns: 1fr; }\n            .heyon-hero p { font-size: 1.1rem; }\n        }\n    <\/style>\n<\/head>\n<body class=\"heyon-about-body\">\n\n    <!-- Section 1: Hero Banner -->\n    <header class=\"heyon-hero\">\n        <h1>Empowering Sri Lanka Through Quality IT Education<\/h1>\n        <p>Providing world-class professional training to shape the innovators and digital leaders of tomorrow.<\/p>\n    <\/header>\n\n    <div class=\"heyon-container\">\n        \n        <!-- Corporate Profile & Overview -->\n        <section class=\"overview-grid\">\n            <div class=\"overview-text\">\n                <h2>Corporate Profile &#038; Institutional Overview<\/h2>\n                <p>Empowering Sri Lanka through quality IT education since 2019. At Heyon Institute, we\u2019re committed to providing world-class education and professional training to students of all ages.<\/p>\n                <p>Established in 2019, Heyon Institute is a <strong>TVEC-registered institution<\/strong> committed to providing world-class IT education and professional training to students of all ages across the nation and beyond.<\/p>\n            <\/div>\n            <div class=\"overview-image\">\n                <!-- Utilizing the premium generated image provided -->\n                <img decoding=\"async\" src=\"https:\/\/heyoninstitute.lk\/wp-content\/uploads\/2026\/06\/Gemini_Generated_Image_mm40u7mm40u7mm40.png\" alt=\"Heyon Institute Education\">\n            <\/div>\n        <\/section>\n\n        <!-- Mission & Vision -->\n        <section class=\"vision-mission-sec\">\n            <div class=\"vm-card\">\n                <i class=\"fa-solid fa-bullseye\"><\/i>\n                <h3>Our Mission<\/h3>\n                <p>To provide high-quality, accessible IT education that empowers individuals with practical skills and knowledge, enabling them to succeed in the digital economy and contribute to Sri Lanka\u2019s technological advancement.<\/p>\n            <\/div>\n            <div class=\"vm-card vision\">\n                <i class=\"fa-solid fa-eye\"><\/i>\n                <h3>Our Vision<\/h3>\n                <p>To become Sri Lanka\u2019s leading IT education institution, recognized for excellence in producing skilled professionals who drive innovation and growth in the technology sector across the nation and beyond.<\/p>\n            <\/div>\n        <\/section>\n\n        <!-- Section 2: Specialized Capabilities & Strategy -->\n        <section class=\"strategy-banner\">\n            <h2>Capacity Building Mission &#038; Vision<\/h2>\n            <div class=\"strategy-grid\">\n                <div class=\"strat-box\">\n                    <h4>Strategic Mission<\/h4>\n                    <p>To bridge the digital divide in organizational governance by equipping public and private sector workforces with foundational and advanced technological capabilities, fostering an efficient, digitized administrative ecosystem in Sri Lanka.<\/p>\n                <\/div>\n                <div class=\"strat-box\">\n                    <h4>Strategic Vision<\/h4>\n                    <p>To be the premier national catalyst for public and corporate sector digital transformation, recognized for upgrading organizational efficiency through continuous, high-impact capacity building.<\/p>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Core Training Pillars -->\n        <section>\n            <h2 class=\"section-title\">Our Core Training Pillars<\/h2>\n            <div class=\"pillars-grid\">\n                \n                <!-- Pillar 1 -->\n                <div class=\"pillar-card\">\n                    <div class=\"pillar-header\">\n                        <div class=\"pillar-icon\">01<\/div>\n                        <h3>Capacity Building for Government Officials &#038; Corporate Staff<\/h3>\n                    <\/div>\n                    <h4>Program Overview:<\/h4>\n                    <p>Exclusive training courses specifically designed to improve the technical knowledge, management capabilities, and leadership skills of government officers and corporate personnel, matching modern IT-driven public administration requirements.<\/p>\n                    <div class=\"scope-box\">\n                        <strong>Institutional Scope:<\/strong> We deliver comprehensive corporate-level and tailored government training programs. Our courses are uniquely optimized to align technological proficiency with modern public administration.\n                    <\/div>\n                <\/div>\n\n                <!-- Pillar 2 -->\n                <div class=\"pillar-card\">\n                    <div class=\"pillar-header\">\n                        <div class=\"pillar-icon\">02<\/div>\n                        <h3>Professional Certificates (School Leavers &#038; Job Seekers)<\/h3>\n                    <\/div>\n                    <h4>Program Overview:<\/h4>\n                    <p>Highly attractive and professional-level courses designed for school leavers (following O\/L and A\/L examinations) and anyone looking to develop their IT and management skills to build a successful career path.<\/p>\n                    <div class=\"scope-box\">\n                        <strong>Institutional Scope:<\/strong> Purpose-built programs structured to bridge the gap between academic education and industry demand. These courses equip youth with competitive IT fluency.\n                    <\/div>\n                <\/div>\n\n                <!-- Pillar 3 -->\n                <div class=\"pillar-card\">\n                    <div class=\"pillar-header\">\n                        <div class=\"pillar-icon\">03<\/div>\n                        <h3>School Courses<\/h3>\n                    <\/div>\n                    <h4>Program Overview:<\/h4>\n                    <p>Unique and integrated certificate courses specially designed for school students to enhance their academic and practical technology foundation.<\/p>\n                    <div class=\"scope-box\">\n                        <strong>Institutional Scope:<\/strong> Modules designed carefully to supplement school-level academic paths, fostering algorithmic thinking, early computer literacy, and practical digital skills.\n                    <\/div>\n                <\/div>\n\n                <!-- Pillar 4 -->\n                <div class=\"pillar-card\">\n                    <div class=\"pillar-header\">\n                        <div class=\"pillar-icon\">04<\/div>\n                        <h3>Kids Courses<\/h3>\n                    <\/div>\n                    <h4>Program Overview:<\/h4>\n                    <p>Specially structured integrated certificate programs designed for young school-aged children to build early computer literacy in an engaging environment.<\/p>\n                    <div class=\"scope-box\">\n                        <strong>Institutional Scope:<\/strong> Tailored, highly interactive training methodologies that cultivate early-stage creative computational thinking and safe digital navigation habits.\n                    <\/div>\n                <\/div>\n\n            <\/div>\n        <\/section>\n\n        <!-- Section 3: Why Choose Heyon Institute -->\n        <section class=\"why-choose-bg\">\n            <h2 class=\"section-title\">Why Choose Heyon Institute?<\/h2>\n            <div class=\"features-grid\">\n                \n                <div class=\"feature-item\">\n                    <i class=\"fa-solid fa-hand-holding-dollar\"><\/i>\n                    <h4>Affordable Education<\/h4>\n                    <p>Quality education at reasonable prices to make IT skills accessible to everyone across Sri Lanka.<\/p>\n                <\/div>\n\n                <div class=\"feature-item\">\n                    <i class=\"fa-solid fa-user-tie\"><\/i>\n                    <h4>Expert Faculty<\/h4>\n                    <p>Highly qualified and heavily experienced industry professionals with real-world teaching expertise.<\/p>\n                <\/div>\n\n                <div class=\"feature-item\">\n                    <i class=\"fa-solid fa-laptop-code\"><\/i>\n                    <h4>Modern Infrastructure<\/h4>\n                    <p>State-of-the-art computer labs and comfortable learning environments optimized for execution.<\/p>\n                <\/div>\n\n                <div class=\"feature-item\">\n                    <i class=\"fa-solid fa-graduation-cap\"><\/i>\n                    <h4>Comprehensive Programs<\/h4>\n                    <p>From school students to corporate professionals, we offer tailored courses for every learning stage.<\/p>\n                <\/div>\n\n                <div class=\"feature-item\">\n                    <i class=\"fa-solid fa-briefcase\"><\/i>\n                    <h4>Career-Oriented Training<\/h4>\n                    <p>Practical, hands-on learning environments that prepare students for modern IT industry challenges.<\/p>\n                <\/div>\n\n            <\/div>\n        <\/section>\n\n    <\/div>\n\n<\/body>\n<\/html>\n\n\n\n<p><\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading\">OUR TEAM<\/h3>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><\/div>\n<\/div>\n\n\n\t<!-- wpshopmart team builder design 1 wrapper -->\r\n\t<div class=\"wpsm_team_1_b_row\" id=\"wpsm_team_1_b_row_465\">\r\n\t\t<div class=\"wpsm_row\">  \r\n\t\t\t<style>\r\n\t\t\t#wpsm_team_1_b_row_465 .wpsm_team_1_member_wrapper_inner h3{\r\n\t\t\t\tcolor:#000000 !important;\r\n\t\t\t\tfont-size:18px !important;\r\n\t\t\t\t\t\t\t\t  font-family:'Open Sans';\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t}\r\n\t\t\t#wpsm_team_1_b_row_465 .wpsm_team_1_name_divider{\r\n\t\t\t\tbackground-color:#000000 !important;\r\n\t\t\t}\r\n\t\t\t#wpsm_team_1_b_row_465 .wpsm_team_1_b_desig{\r\n\t\t\t\tcolor:#000000 !important;\r\n\t\t\t\tfont-size:14px !important;\r\n\t\t\t\t\t\t\t\t   font-family:'Open Sans';\r\n\t\t\t\t\t\t\t}\r\n\t\t\t#wpsm_team_1_b_row_465 .wpsm_team_1_b_desc{\r\n\t\t\t\tcolor:#000000 !important;\r\n\t\t\t\tfont-size:14px !important;\r\n\t\t\t\t\t\t\t\t   font-family:'Open Sans';\r\n\t\t\t\t\t\t\t}\r\n\t\t\t#wpsm_team_1_b_row_465  p{\r\n\t\t\t\tcolor:#000000 !important;\r\n\t\t\t\tfont-size:14px !important;\r\n\t\t\t    \t\t\t\t   font-family:'Open Sans';\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\t#wpsm_team_1_b_row_465 .wpsm_team_1_social_div a i{\r\n\t\t\t\tcolor:#4f4f4f !important;\r\n\t\t\t\tbackground:#e5e5e5 !important;\r\n\t\t\t}\r\n\t\t\t\t\t\t\r\n\t\t\t<\/style>\r\n\t\t\t\t\t\t \r\n\t\t\t\t\t<div class=\"wpsm_col-md-4 wpsm_col-sm-6 wpsm-col-div wpsm_single_team\">\r\n\t\t\t\t\t\t<div class=\"wpsm_team_1_member_wrapper\">\r\n\t\t\t\t\t\t\t<img decoding=\"async\" class=\"img-responsive wpsm_team_1_mem_img\" src=\"https:\/\/heyoninstitute.lk\/wp-content\/uploads\/2026\/05\/Gemini_Generated_Image_kbyrn2kbyrn2kbyr.png\" alt=\"Bhathiya Wijerathna\">\r\n\t\t\t\t\t\t\t<div class=\"wpsm_team_1_member_wrapper_inner\">\r\n\t\t\t\t\t\t\t\t<h3>\r\n\t\t\t\t\t\t\t\t\tBhathiya Wijerathna\t\t\t\t\t\t\t\t\t<div class=\"wpsm_team_1_name_divider\"><\/div>\r\n\t\t\t\t\t\t\t\t<\/h3>\r\n\t\t\t\t\t\t\t\t<span class=\"wpsm_team_1_b_desig\"> Managing Director <\/span> \t\t\t\t\t\t\t\t<p class=\"wpsm_team_1_b_desc\"> Bhathiya is a dedicated educator, IT professional, and strategic leader who combines technical expertise with academic rigor. Currently a Senior Instructor and Visiting Lecturer, he is pursuing an MSc in Information Technology at Wrexham University to complement his BSc (Hons) in Computing. Known for bridging the gap between academic theory and industry evolution, he specializes in shaping the next generation of tech professionals through impactful instruction and visionary leadership.\r\n\r\n <\/p> \t\t\t\t\t\t\t\t<div class=\"wpsm_team_1_social_div\">\r\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/web.facebook.com\/bhathiya.wijerathna.39\" target=\"_blank\" title=\"facebook profile\"><i class=\"fa fa-facebook\"><\/i><\/a> \t\t\t\t\t\t\t\t\t<a href=\"#\" target=\"_blank\" title=\"twitter profile\"><i class=\"fa fa-twitter\"><\/i><\/a>\t\t\t\t\t\t\t\t\t<a href=\"#\" target=\"_blank\" title=\"linkedin profile\"><i class=\"fa fa-linkedin\"><\/i><\/a>\t\t\t\t\t\t\t\t\t<a href=\"#\" target=\"_blank\" title=\"Instagram profile\"><i class=\"fa fa-instagram\"><\/i><\/a>\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t \r\n\t\t\t\t\t<div class=\"wpsm_col-md-4 wpsm_col-sm-6 wpsm-col-div wpsm_single_team\">\r\n\t\t\t\t\t\t<div class=\"wpsm_team_1_member_wrapper\">\r\n\t\t\t\t\t\t\t<img decoding=\"async\" class=\"img-responsive wpsm_team_1_mem_img\" src=\"https:\/\/heyoninstitute.lk\/wp-content\/uploads\/2026\/05\/Gemini_Generated_Image_fe1i3nfe1i3nfe1i.png\" alt=\"A. D. S. Peiris\">\r\n\t\t\t\t\t\t\t<div class=\"wpsm_team_1_member_wrapper_inner\">\r\n\t\t\t\t\t\t\t\t<h3>\r\n\t\t\t\t\t\t\t\t\tA. D. S. Peiris\t\t\t\t\t\t\t\t\t<div class=\"wpsm_team_1_name_divider\"><\/div>\r\n\t\t\t\t\t\t\t\t<\/h3>\r\n\t\t\t\t\t\t\t\t<span class=\"wpsm_team_1_b_desig\"> Director of Student Recruitment &amp; Enrollment | Lecturer <\/span> \t\t\t\t\t\t\t\t<p class=\"wpsm_team_1_b_desc\"> A. D. S. Peiris is a visionary educational leader, Director, and Senior Lecturer who masterfully blends psychological insight with advanced marketing strategy to drive institutional excellence. Currently pursuing an MBM in Marketing to complement his MBA, Postgraduate Diploma in Marketing, and Bachelor\u2019s in Psychology, he leverages data-backed enrollment and behavioral insights to optimize the student journey. Dedicated to high-impact mentorship, he bridges the gap between academic theory and professional practice to ensure both student achievement and institutional growth. <\/p> \t\t\t\t\t\t\t\t<div class=\"wpsm_team_1_social_div\">\r\n\t\t\t\t\t\t\t\t\t<a href=\"#\" target=\"_blank\" title=\"facebook profile\"><i class=\"fa fa-facebook\"><\/i><\/a> \t\t\t\t\t\t\t\t\t<a href=\"#\" target=\"_blank\" title=\"twitter profile\"><i class=\"fa fa-twitter\"><\/i><\/a>\t\t\t\t\t\t\t\t\t<a href=\"#\" target=\"_blank\" title=\"linkedin profile\"><i class=\"fa fa-linkedin\"><\/i><\/a>\t\t\t\t\t\t\t\t\t<a href=\"#\" target=\"_blank\" title=\"Instagram profile\"><i class=\"fa fa-instagram\"><\/i><\/a>\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t<\/div>\r\n\t<\/div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n","protected":false},"excerpt":{"rendered":"<p>About Us &#8211; Heyon Institute Empowering Sri Lanka Through Quality IT Education Providing world-class professional training to shape the innovators and digital leaders of tomorrow. Corporate Profile &#038; Institutional Overview Empowering Sri Lanka through quality IT education since 2019. At Heyon Institute, we\u2019re committed to providing world-class education and professional training to students of all [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-7","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/heyoninstitute.lk\/index.php?rest_route=\/wp\/v2\/pages\/7","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/heyoninstitute.lk\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/heyoninstitute.lk\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/heyoninstitute.lk\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/heyoninstitute.lk\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=7"}],"version-history":[{"count":20,"href":"https:\/\/heyoninstitute.lk\/index.php?rest_route=\/wp\/v2\/pages\/7\/revisions"}],"predecessor-version":[{"id":530,"href":"https:\/\/heyoninstitute.lk\/index.php?rest_route=\/wp\/v2\/pages\/7\/revisions\/530"}],"wp:attachment":[{"href":"https:\/\/heyoninstitute.lk\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=7"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}