{"id":85,"date":"2026-04-22T15:01:38","date_gmt":"2026-04-22T15:01:38","guid":{"rendered":"https:\/\/ablestate.africa\/?page_id=85"},"modified":"2026-04-23T12:43:05","modified_gmt":"2026-04-23T12:43:05","slug":"home","status":"publish","type":"page","link":"https:\/\/ablestate.africa\/","title":{"rendered":"Home"},"content":{"rendered":"\n<!--\n  ABLESTATE  HOME PAGE\n  WordPress Custom HTML Block Content\n  Font: Montserrat (load via Google Fonts or theme settings)\n  Colors: #ef642e (accent orange) | #092e60 (dark navy) | #ffa35a (warm orange) | #fff | #000\n  Usage: Paste each section into a WordPress Custom HTML block\n-->\n\n<!-- ============================================================\n     GLOBAL STYLES  paste once into your theme's Additional CSS\n     or into a Custom HTML block at the top of the page\n     ============================================================ -->\n<style>\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@400;600;700;800&display=swap');\n\n  :root {\n    --orange:      #ef642e;\n    --navy:        #092e60;\n    --warm-orange: #ffa35a;\n    --white:       #ffffff;\n    --black:       #000000;\n    --light-bg:    #f7f4f0;\n  }\n\n  * { box-sizing: border-box; margin: 0; padding: 0; }\n\n  body, .ablestate-page {\n    font-family: 'Montserrat', sans-serif;\n    color: var(--navy);\n    background: var(--white);\n  }\n\n  \/* --- Shared section utilities --- *\/\n  .as-section {\n    padding: 80px 24px;\n    max-width: 1160px;\n    margin: 0 auto;\n  }\n\n  .as-section-full {\n    padding: 80px 24px;\n    width: 100%;\n  }\n\n  .as-label {\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 2.5px;\n    text-transform: uppercase;\n    color: var(--orange);\n    display: block;\n    margin-bottom: 12px;\n  }\n\n  .as-h1 {\n    font-family: 'Montserrat', sans-serif;\n    font-size: clamp(36px, 6vw, 68px);\n    font-weight: 800;\n    text-transform: uppercase;\n    line-height: 1.05;\n    letter-spacing: -1px;\n  }\n\n  .as-h2 {\n    font-family: 'Montserrat', sans-serif;\n    font-size: clamp(26px, 4vw, 42px);\n    font-weight: 700;\n    text-transform: uppercase;\n    line-height: 1.1;\n  }\n\n  .as-h3 {\n    font-family: 'Montserrat', sans-serif;\n    font-size: clamp(18px, 2.5vw, 24px);\n    font-weight: 700;\n    line-height: 1.25;\n  }\n\n  .as-body {\n    font-size: 16px;\n    font-weight: 400;\n    line-height: 1.75;\n    color: var(--navy);\n  }\n\n  .as-body-sm {\n    font-size: 14px;\n    font-weight: 400;\n    line-height: 1.65;\n  }\n\n  \/* --- Buttons --- *\/\n  .as-btn {\n    display: inline-block;\n    padding: 14px 32px;\n    font-family: 'Montserrat', sans-serif;\n    font-size: 13px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 1.5px;\n    text-decoration: none;\n    border-radius: 4px;\n    cursor: pointer;\n    transition: transform 0.18s ease, box-shadow 0.18s ease;\n  }\n\n  .as-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.18); }\n\n  .as-btn-primary {\n    background: var(--orange);\n    color: var(--white);\n    border: 2px solid var(--orange);\n  }\n\n  .as-btn-secondary {\n    background: transparent;\n    color: var(--white);\n    border: 2px solid var(--white);\n  }\n\n  .as-btn-navy {\n    background: var(--navy);\n    color: var(--white);\n    border: 2px solid var(--navy);\n  }\n\n  .as-btn-outline-orange {\n    background: transparent;\n    color: var(--orange);\n    border: 2px solid var(--orange);\n  }\n\n  \/* --- Grid utilities --- *\/\n  .as-grid-3 {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 32px;\n  }\n\n  .as-grid-2 {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 40px;\n  }\n\n  @media (max-width: 900px) {\n    .as-grid-3 { grid-template-columns: 1fr 1fr; }\n  }\n\n  @media (max-width: 600px) {\n    .as-grid-3, .as-grid-2 { grid-template-columns: 1fr; }\n    .as-section { padding: 56px 20px; }\n  }\n<\/style>\n\n\n<!-- ============================================================\n     SECTION 1: NAVIGATION BAR\n     ============================================================ -->\n<header style=\"background: var(--navy, #092e60); position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(255,255,255,0.08);\">\n  <div style=\"max-width: 1160px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; height: 70px;\">\n\n    <!-- Logo -->\n    <a href=\"https:\/\/ablestate.africa\/\" style=\"display: flex; align-items: center; gap: 10px; text-decoration: none;\">\n      <img decoding=\"async\" src=\"\/wp-content\/uploads\/ablestate-logo-orange.png\" alt=\"Ablestate Logo\" style=\"height: 36px; width: auto;\" \/>\n    <\/a>\n\n    <!-- Nav links -->\n    <nav style=\"display: flex; align-items: center; gap: 32px;\">\n      <a href=\"https:\/\/ablestate.africa\/\" style=\"font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 600; color: var(--orange, #ef642e); text-decoration: none; text-transform: uppercase; letter-spacing: 1px;\">Home<\/a>\n      <a href=\"https:\/\/ablestate.africa\/?page_id=86\/\" style=\"font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 600; color: #fff; text-decoration: none; text-transform: uppercase; letter-spacing: 1px;\">Who We Are<\/a>\n      <a href=\"https:\/\/ablestate.africa\/?page_id=121\" style=\"font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 600; color: #fff; text-decoration: none; text-transform: uppercase; letter-spacing: 1px;\">Courses<\/a>\n      <a href=\"https:\/\/ablestate.africa\/?page_id=124\/\" style=\"font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 600; color: #fff; text-decoration: none; text-transform: uppercase; letter-spacing: 1px;\">Our Impact<\/a>\n      <a href=\"https:\/\/ablestate.africa\/?page_id=128\/\" style=\"font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 600; color: #fff; text-decoration: none; text-transform: uppercase; letter-spacing: 1px;\">News<\/a>\n      <a href=\"https:\/\/ablestate.africa\/?page_id=130\/\" style=\"font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 600; color: #fff; text-decoration: none; text-transform: uppercase; letter-spacing: 1px;\">Partners<\/a>\n      <a href=\"https:\/\/ablestate.africa\/?page_id=133\/\" class=\"as-btn as-btn-primary\" style=\"padding: 10px 22px; font-size: 12px;\">Contact Us<\/a>\n    <\/nav>\n\n  <\/div>\n<\/header>\n\n\n<!-- ============================================================\n     SECTION 2: HERO\n     ============================================================ -->\n<section style=\"background: var(--navy, #092e60); position: relative; overflow: hidden; min-height: 92vh; display: flex; align-items: center;\">\n\n  <!-- Background texture overlay -->\n  <div style=\"position: absolute; inset: 0; background: radial-gradient(ellipse at 70% 50%, rgba(239,100,46,0.18) 0%, transparent 65%); pointer-events: none;\"><\/div>\n\n  <!-- Decorative geometric shape -->\n  <img decoding=\"async\" src=\"\/wp-content\/uploads\/ablestate-logo-mark.png\" alt=\"\" aria-hidden=\"true\" style=\"position: absolute; opacity: 0.07; pointer-events: none; width: 500px; height: 500px; top: -60px; right: -60px; object-fit: contain; filter: invert(1);\" \/>\n  <img decoding=\"async\" src=\"\/wp-content\/uploads\/ablestate-logo-mark.png\" alt=\"\" aria-hidden=\"true\" style=\"position: absolute; opacity: 0.07; pointer-events: none; width: 300px; height: 300px; top: 40px; right: 40px; object-fit: contain; filter: invert(1);\" \/>\n\n  <div style=\"max-width: 1160px; margin: 0 auto; padding: 80px 24px; position: relative; z-index: 2; width: 100%;\">\n\n    <div style=\"max-width: 720px;\">\n\n      <!-- Label -->\n      <span style=\"display: inline-block; background: rgba(239,100,46,0.15); color: var(--warm-orange, #ffa35a); font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; padding: 6px 14px; border-radius: 2px; margin-bottom: 28px; border-left: 3px solid var(--orange, #ef642e);\">\n        Kampala, Uganda \u00b7 Est. 2018\n      <\/span>\n\n      <!-- H1 -->\n      <h1 style=\"font-family: 'Montserrat', sans-serif; font-size: clamp(38px, 6.5vw, 72px); font-weight: 800; text-transform: uppercase; line-height: 1.02; letter-spacing: -1.5px; color: #ffffff; margin-bottom: 28px;\">\n        Equipping Africa&#8217;s<br\/>\n        <span style=\"color: var(--orange, #ef642e);\">Youth<\/span> to Thrive<br\/>\n        in the AI Era\n      <\/h1>\n\n      <!-- Body -->\n      <p style=\"font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: 400; line-height: 1.7; color: rgba(255,255,255,0.82); margin-bottom: 40px; max-width: 560px;\">\n        We open digital doors so young people in East Africa can build better futures  for themselves, their families, and their communities.\n      <\/p>\n\n      <!-- CTAs -->\n      <div style=\"display: flex; gap: 16px; flex-wrap: wrap; align-items: center;\">\n        <a href=\"https:\/\/ablestate.africa\/?page_id=121\/\" style=\"display: inline-block; padding: 16px 36px; background: var(--orange, #ef642e); color: #fff; font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; text-decoration: none; border-radius: 4px; transition: transform 0.18s ease;\">\n          Explore Courses\n        <\/a>\n        <a href=\"https:\/\/ablestate.africa\/?page_id=133\/\" style=\"display: inline-block; padding: 16px 36px; background: transparent; color: #fff; font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; text-decoration: none; border-radius: 4px; border: 2px solid rgba(255,255,255,0.4); transition: transform 0.18s ease;\">\n          Partner With Us\n        <\/a>\n      <\/div>\n\n      <!-- Social proof micro-copy -->\n      <p style=\"font-family: 'Montserrat', sans-serif; font-size: 13px; color: rgba(255,255,255,0.45); margin-top: 28px; letter-spacing: 0.3px;\">\n        Join 1,000+ young professionals trained since 2018 \u00b7 Kampala &amp; online\n      <\/p>\n\n    <\/div>\n  <\/div>\n<\/section>\n\n\n<!-- ============================================================\n     SECTION 3: IMPACT STATS BAR\n     ============================================================ -->\n<section style=\"background: var(--orange, #ef642e); padding: 0;\">\n  <div style=\"max-width: 1160px; margin: 0 auto; padding: 0 24px; display: grid; grid-template-columns: repeat(4, 1fr); text-align: center;\">\n\n    <div style=\"padding: 36px 16px; border-right: 1px solid rgba(255,255,255,0.2);\">\n      <div style=\"font-family: 'Montserrat', sans-serif; font-size: clamp(32px,4vw,48px); font-weight: 800; color: #fff; line-height: 1;\">1,000+<\/div>\n      <div style=\"font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 1.5px; color: rgba(255,255,255,0.8); margin-top: 6px;\">Young people trained<\/div>\n    <\/div>\n\n    <div style=\"padding: 36px 16px; border-right: 1px solid rgba(255,255,255,0.2);\">\n      <div style=\"font-family: 'Montserrat', sans-serif; font-size: clamp(32px,4vw,48px); font-weight: 800; color: #fff; line-height: 1;\">4+<\/div>\n      <div style=\"font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 1.5px; color: rgba(255,255,255,0.8); margin-top: 6px;\">Digital skill tracks<\/div>\n    <\/div>\n\n    <div style=\"padding: 36px 16px; border-right: 1px solid rgba(255,255,255,0.2);\">\n      <div style=\"font-family: 'Montserrat', sans-serif; font-size: clamp(32px,4vw,48px); font-weight: 800; color: #fff; line-height: 1;\">Free<\/div>\n      <div style=\"font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 1.5px; color: rgba(255,255,255,0.8); margin-top: 6px;\">Career development<\/div>\n    <\/div>\n\n    <div style=\"padding: 36px 16px;\">\n      <div style=\"font-family: 'Montserrat', sans-serif; font-size: clamp(32px,4vw,48px); font-weight: 800; color: #fff; line-height: 1;\">2035<\/div>\n      <div style=\"font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 1.5px; color: rgba(255,255,255,0.8); margin-top: 6px;\">Goal: 1M youth empowered<\/div>\n    <\/div>\n\n  <\/div>\n<\/section>\n\n\n<!-- ============================================================\n     SECTION 4: MISSION INTRO\n     ============================================================ -->\n<section style=\"background: #fff; padding: 96px 24px;\">\n  <div style=\"max-width: 1160px; margin: 0 auto;\">\n\n    <div style=\"display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center;\">\n\n      <!-- Left: text -->\n      <div>\n        <span style=\"display: block; font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--orange, #ef642e); margin-bottom: 16px;\">Why We Exist<\/span>\n\n        <h2 style=\"font-family: 'Montserrat', sans-serif; font-size: clamp(26px,3.5vw,40px); font-weight: 800; text-transform: uppercase; line-height: 1.1; color: var(--navy, #092e60); margin-bottom: 24px;\">\n          Digital opportunity shouldn&#8217;t depend on where you were born.\n        <\/h2>\n\n        <p style=\"font-family: 'Montserrat', sans-serif; font-size: 16px; font-weight: 400; line-height: 1.78; color: #333; margin-bottom: 20px;\">\n          Millions of young people across East Africa have the talent, drive, and hunger to build remarkable careers. What they often lack is access  to training, to tools, and to people who believe in them.\n        <\/p>\n\n        <p style=\"font-family: 'Montserrat', sans-serif; font-size: 16px; font-weight: 400; line-height: 1.78; color: #333; margin-bottom: 36px;\">\n          Ablestate changes that. Through practical digital and AI training, real-world mentorship, and free career development support, we stay with every learner  from their first lesson to their first job and beyond.\n        <\/p>\n\n        <a href=\"https:\/\/ablestate.africa\/?page_id=86\/\" style=\"display: inline-block; padding: 14px 32px; background: var(--navy, #092e60); color: #fff; font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; text-decoration: none; border-radius: 4px;\">\n          Learn Our Story\n        <\/a>\n      <\/div>\n\n      <!-- Right: visual accent block -->\n      <div style=\"position: relative;\">\n        <div style=\"background: var(--navy, #092e60); border-radius: 8px; padding: 48px 40px; position: relative; overflow: hidden;\">\n\n          <!-- Decorative dot -->\n          <div style=\"position: absolute; top: -30px; right: -30px; width: 160px; height: 160px; border-radius: 50%; background: rgba(239,100,46,0.12);\"><\/div>\n\n          <div style=\"position: relative; z-index: 2;\">\n            <p style=\"font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; color: var(--warm-orange, #ffa35a); margin-bottom: 20px;\">Our Mission<\/p>\n            <p style=\"font-family: 'Montserrat', sans-serif; font-size: clamp(16px,2vw,20px); font-weight: 400; line-height: 1.72; color: rgba(255,255,255,0.92);\">\n              &#8220;Through digital opportunities, Ablestate opens doors so that young people can build better futures for themselves, support their communities, and permanently break free from cycles of poverty.&#8221;\n            <\/p>\n            <div style=\"width: 48px; height: 3px; background: var(--orange, #ef642e); margin-top: 28px; border-radius: 2px;\"><\/div>\n          <\/div>\n\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/div>\n<\/section>\n\n\n<!-- ============================================================\n     SECTION 5: WHAT WE DO  3 PILLARS\n     ============================================================ -->\n<section style=\"background: var(--light-bg, #f7f4f0); padding: 96px 24px;\">\n  <div style=\"max-width: 1160px; margin: 0 auto;\">\n\n    <div style=\"text-align: center; margin-bottom: 60px;\">\n      <span style=\"display: block; font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--orange, #ef642e); margin-bottom: 14px;\">What We Do<\/span>\n      <h2 style=\"font-family: 'Montserrat', sans-serif; font-size: clamp(26px,3.5vw,40px); font-weight: 800; text-transform: uppercase; color: var(--navy, #092e60); line-height: 1.1; max-width: 560px; margin: 0 auto;\">\n        Three ways we build your future\n      <\/h2>\n    <\/div>\n\n    <div style=\"display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px;\">\n\n      <!-- Pillar 1 -->\n      <div style=\"background: #fff; border-radius: 8px; padding: 40px 32px; border-top: 4px solid var(--orange, #ef642e); transition: transform 0.2s ease;\">\n        <div style=\"width: 52px; height: 52px; background: rgba(239,100,46,0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 24px;\">\n          <!-- Icon: laptop\/code -->\n          <svg width=\"26\" height=\"26\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#ef642e\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"2\" y=\"3\" width=\"20\" height=\"14\" rx=\"2\"\/><path d=\"M8 21h8M12 17v4\"\/><path d=\"M8 10l2 2-2 2\"\/><path d=\"M14 14h2\"\/><\/svg>\n        <\/div>\n        <h3 style=\"font-family: 'Montserrat', sans-serif; font-size: 20px; font-weight: 700; color: var(--navy, #092e60); margin-bottom: 14px;\">Digital &amp; AI Training<\/h3>\n        <p style=\"font-family: 'Montserrat', sans-serif; font-size: 15px; font-weight: 400; line-height: 1.72; color: #444; margin-bottom: 24px;\">\n          Hands-on courses in Python, JavaScript, Full-Stack Web Development, and AI tools. No jargon, no fluff  just practical skills you can use from day one.\n        <\/p>\n        <a href=\"https:\/\/ablestate.africa\/?page_id=121\/\" style=\"font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--orange, #ef642e); text-decoration: none;\">Explore Courses \u2192<\/a>\n      <\/div>\n\n      <!-- Pillar 2 -->\n      <div style=\"background: var(--navy, #092e60); border-radius: 8px; padding: 40px 32px; border-top: 4px solid var(--warm-orange, #ffa35a);\">\n        <div style=\"width: 52px; height: 52px; background: rgba(255,163,90,0.15); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 24px;\">\n          <!-- Icon: briefcase -->\n          <svg width=\"26\" height=\"26\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#ffa35a\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"2\" y=\"7\" width=\"20\" height=\"14\" rx=\"2\"\/><path d=\"M16 7V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v2\"\/><line x1=\"12\" y1=\"12\" x2=\"12\" y2=\"12\"\/><path d=\"M2 12h20\"\/><\/svg>\n        <\/div>\n        <h3 style=\"font-family: 'Montserrat', sans-serif; font-size: 20px; font-weight: 700; color: #fff; margin-bottom: 14px;\">Career Development<\/h3>\n        <p style=\"font-family: 'Montserrat', sans-serif; font-size: 15px; font-weight: 400; line-height: 1.72; color: rgba(255,255,255,0.8); margin-bottom: 24px;\">\n          Free CV coaching, mock interviews, LinkedIn optimisation, and direct connections to employers  we stay with you until you&#8217;re confidently placed.\n        <\/p>\n        <a href=\"https:\/\/ablestate.africa\/?page_id=121\/ #career\" style=\"font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--warm-orange, #ffa35a); text-decoration: none;\">See How It Works \u2192<\/a>\n      <\/div>\n\n      <!-- Pillar 3 -->\n      <div style=\"background: #fff; border-radius: 8px; padding: 40px 32px; border-top: 4px solid var(--orange, #ef642e);\">\n        <div style=\"width: 52px; height: 52px; background: rgba(239,100,46,0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 24px;\">\n          <!-- Icon: people\/community -->\n          <svg width=\"26\" height=\"26\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#ef642e\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"\/><circle cx=\"9\" cy=\"7\" r=\"4\"\/><path d=\"M23 21v-2a4 4 0 0 0-3-3.87\"\/><path d=\"M16 3.13a4 4 0 0 1 0 7.75\"\/><\/svg>\n        <\/div>\n        <h3 style=\"font-family: 'Montserrat', sans-serif; font-size: 20px; font-weight: 700; color: var(--navy, #092e60); margin-bottom: 14px;\">Community &amp; Mentorship<\/h3>\n        <p style=\"font-family: 'Montserrat', sans-serif; font-size: 15px; font-weight: 400; line-height: 1.72; color: #444; margin-bottom: 24px;\">\n          You join a network of mentors, alumni, and industry partners. Regular check-ins, peer programming, and post-graduation support keep you growing long after the course ends.\n        <\/p>\n        <a href=\"https:\/\/ablestate.africa\/?page_id=124\/\" style=\"font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--orange, #ef642e); text-decoration: none;\">Meet the Community \u2192<\/a>\n      <\/div>\n\n    <\/div>\n  <\/div>\n<\/section>\n\n\n<!-- ============================================================\n     SECTION 6: TESTIMONIAL PULL-QUOTE\n     ============================================================ -->\n<section style=\"background: var(--orange, #ef642e); padding: 96px 24px; position: relative; overflow: hidden;\">\n\n  <!-- Background decoration -->\n  <img decoding=\"async\" src=\"\/wp-content\/uploads\/ablestate-logo-mark.png\" alt=\"\" aria-hidden=\"true\" style=\"position: absolute; opacity: 0.07; pointer-events: none; width: 320px; height: 320px; bottom: -80px; left: -80px; object-fit: contain; filter: invert(1);\" \/>\n  <img decoding=\"async\" src=\"\/wp-content\/uploads\/ablestate-logo-mark.png\" alt=\"\" aria-hidden=\"true\" style=\"position: absolute; opacity: 0.07; pointer-events: none; width: 200px; height: 200px; top: -60px; right: 5%; object-fit: contain; filter: invert(1);\" \/>\n\n  <div style=\"max-width: 800px; margin: 0 auto; text-align: center; position: relative; z-index: 2;\">\n\n    <!-- Quote mark -->\n    <div style=\"font-family: Georgia, serif; font-size: 120px; line-height: 0.6; color: rgba(255,255,255,0.2); margin-bottom: 24px; user-select: none;\">&#8220;<\/div>\n\n    <blockquote style=\"font-family: 'Montserrat', sans-serif; font-size: clamp(18px,2.5vw,26px); font-weight: 600; line-height: 1.55; color: #fff; margin-bottom: 36px; font-style: italic;\">\n      &#8220;Ablestate didn&#8217;t just teach me to code. They helped me build a career. I&#8217;m now a developer lead at Zaantu  and I wouldn&#8217;t be here without the support I got long after the course ended.&#8221;\n    <\/blockquote>\n\n    <div style=\"display: flex; align-items: center; justify-content: center; gap: 16px;\">\n      <div style=\"width: 48px; height: 48px; border-radius: 50%; background: rgba(255,255,255,0.25); display: flex; align-items: center; justify-content: center; font-family: 'Montserrat', sans-serif; font-size: 16px; font-weight: 700; color: #fff;\">M<\/div>\n      <div style=\"text-align: left;\">\n        <div style=\"font-family: 'Montserrat', sans-serif; font-size: 15px; font-weight: 700; color: #fff;\">Mujuni Brain<\/div>\n        <div style=\"font-family: 'Montserrat', sans-serif; font-size: 13px; color: rgba(255,255,255,0.75);\">Developer Lead, Zaantu \u00b7 Ablestate Alumnus<\/div>\n      <\/div>\n    <\/div>\n\n    <a href=\"https:\/\/ablestate.africa\/?page_id=124\/\" style=\"display: inline-block; margin-top: 44px; padding: 14px 32px; background: transparent; color: #fff; font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; text-decoration: none; border: 2px solid rgba(255,255,255,0.5); border-radius: 4px;\">\n      Read More Stories\n    <\/a>\n\n  <\/div>\n<\/section>\n\n\n<!-- ============================================================\n     SECTION 7: UNIQUE SELLING POINTS  3 USPs\n     ============================================================ -->\n<section style=\"background: #fff; padding: 96px 24px;\">\n  <div style=\"max-width: 1160px; margin: 0 auto;\">\n\n    <div style=\"text-align: center; margin-bottom: 60px;\">\n      <span style=\"display: block; font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--orange, #ef642e); margin-bottom: 14px;\">Why Ablestate<\/span>\n      <h2 style=\"font-family: 'Montserrat', sans-serif; font-size: clamp(26px,3.5vw,40px); font-weight: 800; text-transform: uppercase; color: var(--navy, #092e60); line-height: 1.1;\">\n        What makes us different\n      <\/h2>\n    <\/div>\n\n    <div style=\"display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #eee; border-radius: 8px; overflow: hidden;\">\n\n      <div style=\"background: #fff; padding: 48px 36px;\">\n        <div style=\"font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; color: var(--orange, #ef642e); margin-bottom: 16px;\">01<\/div>\n        <h3 style=\"font-family: 'Montserrat', sans-serif; font-size: 20px; font-weight: 700; color: var(--navy, #092e60); margin-bottom: 14px; line-height: 1.3;\">We stay with you throughout your journey<\/h3>\n        <p style=\"font-family: 'Montserrat', sans-serif; font-size: 15px; font-weight: 400; line-height: 1.72; color: #555;\">\n          Ablestate doesn&#8217;t stop at delivering training. We support learners through applications, adjustment, and progress  until outcomes are achieved.\n        <\/p>\n      <\/div>\n\n      <div style=\"background: #fff; padding: 48px 36px;\">\n        <div style=\"font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; color: var(--orange, #ef642e); margin-bottom: 16px;\">02<\/div>\n        <h3 style=\"font-family: 'Montserrat', sans-serif; font-size: 20px; font-weight: 700; color: var(--navy, #092e60); margin-bottom: 14px; line-height: 1.3;\">Real-world tech experience from day one<\/h3>\n        <p style=\"font-family: 'Montserrat', sans-serif; font-size: 15px; font-weight: 400; line-height: 1.72; color: #555;\">\n          Learning is grounded in practical use, not theory. You build real applications, solve real problems, and leave with a portfolio that proves it.\n        <\/p>\n      <\/div>\n\n      <div style=\"background: #fff; padding: 48px 36px;\">\n        <div style=\"font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; color: var(--orange, #ef642e); margin-bottom: 16px;\">03<\/div>\n        <h3 style=\"font-family: 'Montserrat', sans-serif; font-size: 20px; font-weight: 700; color: var(--navy, #092e60); margin-bottom: 14px; line-height: 1.3;\">Career development is free and ongoing<\/h3>\n        <p style=\"font-family: 'Montserrat', sans-serif; font-size: 15px; font-weight: 400; line-height: 1.72; color: #555;\">\n          Support does not end after a program finishes. Development is continuous and accessible over time  because we believe growth should never stop.\n        <\/p>\n      <\/div>\n\n    <\/div>\n  <\/div>\n<\/section>\n\n\n<!-- ============================================================\n     SECTION 8: PARTNERS LOGO STRIP\n     ============================================================ -->\n<section style=\"background: var(--light-bg, #f7f4f0); padding: 56px 24px; border-top: 1px solid #e8e3dc;\">\n  <div style=\"max-width: 1160px; margin: 0 auto; text-align: center;\">\n\n    <p style=\"font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2.5px; color: #aaa; margin-bottom: 36px;\">Trusted by partners across East Africa<\/p>\n\n    <!-- Replace these with actual partner logos -->\n    <div style=\"display: flex; align-items: center; justify-content: center; gap: 48px; flex-wrap: wrap; opacity: 0.6; filter: grayscale(100%);\">\n      <img decoding=\"async\" src=\"\/wp-content\/uploads\/zoho-logo.png\" alt=\"Partner 2\" style=\"height: 72px; width: auto;\" \/>\n      <img decoding=\"async\" src=\"\/wp-content\/uploads\/github-logo.png\" alt=\"Partner 3\" style=\"height: 72px; width: auto;\" \/>\n      <img decoding=\"async\" src=\"\/wp-content\/uploads\/mobiklinic-logo.png\" alt=\"Partner 4\" style=\"height: 72px; width: auto;\" \/>\n      <img decoding=\"async\" src=\"\/wp-content\/uploads\/microsoft-logo.png\" alt=\"Partner 5\" style=\"height: 72px; width: auto;\" \/>\n    <\/div>\n\n    <div style=\"margin-top: 28px;\">\n      <a href=\"https:\/\/ablestate.africa\/?page_id=130\/\" style=\"font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--navy, #092e60); text-decoration: none;\">View All Partners \u2192<\/a>\n    <\/div>\n\n  <\/div>\n<\/section>\n\n\n<!-- ============================================================\n     SECTION 9: FOOTER CTA BANNER\n     ============================================================ -->\n<section style=\"background: var(--navy, #092e60); padding: 96px 24px; position: relative; overflow: hidden;\">\n\n  <img decoding=\"async\" src=\"\/wp-content\/uploads\/ablestate-logo-mark.png\" alt=\"\" aria-hidden=\"true\" style=\"position: absolute; opacity: 0.07; pointer-events: none; width: 400px; height: 400px; bottom: -100px; right: -100px; object-fit: contain; filter: invert(1);\" \/>\n\n  <div style=\"max-width: 700px; margin: 0 auto; text-align: center; position: relative; z-index: 2;\">\n\n    <span style=\"display: inline-block; background: rgba(239,100,46,0.2); color: var(--warm-orange, #ffa35a); font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; padding: 6px 14px; border-radius: 2px; margin-bottom: 24px;\">\n      Ready to begin?\n    <\/span>\n\n    <h2 style=\"font-family: 'Montserrat', sans-serif; font-size: clamp(26px,3.5vw,44px); font-weight: 800; text-transform: uppercase; color: #fff; line-height: 1.08; margin-bottom: 20px;\">\n      Your future starts<br\/>with one decision.\n    <\/h2>\n\n    <p style=\"font-family: 'Montserrat', sans-serif; font-size: 17px; font-weight: 400; line-height: 1.7; color: rgba(255,255,255,0.75); margin-bottom: 40px;\">\n      Whether you want to learn, partner with us, or support our mission  there&#8217;s a place for you here. Take the first step today.\n    <\/p>\n\n    <div style=\"display: flex; gap: 16px; justify-content: center; flex-wrap: wrap;\">\n      <a href=\"https:\/\/ablestate.africa\/?page_id=133\/\" style=\"display: inline-block; padding: 16px 36px; background: var(--orange, #ef642e); color: #fff; font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; text-decoration: none; border-radius: 4px;\">\n        Apply for a Course\n      <\/a>\n      <a href=\"https:\/\/ablestate.africa\/?page_id=133\/\" style=\"display: inline-block; padding: 16px 36px; background: transparent; color: #fff; font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; text-decoration: none; border-radius: 4px; border: 2px solid rgba(255,255,255,0.35);\">\n        Get In Touch\n      <\/a>\n    <\/div>\n\n  <\/div>\n<\/section>\n\n\n<!-- ============================================================\n     SECTION 10: FOOTER\n     ============================================================ -->\n<footer style=\"background: #040f1e; padding: 64px 24px 32px; color: rgba(255,255,255,0.7);\">\n  <div style=\"max-width: 1160px; margin: 0 auto;\">\n\n    <div style=\"display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 56px;\">\n\n      <!-- Brand column -->\n      <div>\n        <img decoding=\"async\" src=\"\/wp-content\/uploads\/ablestate-logo-orange.png\" alt=\"Ablestate\" style=\"height: 36px; margin-bottom: 20px;\" \/>\n        <p style=\"font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: 400; line-height: 1.72; color: rgba(255,255,255,0.6); max-width: 280px; margin-bottom: 24px;\">\n          Equipping Africa&#8217;s youth to thrive in the AI era through inclusive digital skills training and career development.\n        <\/p>\n        <div style=\"display: flex; gap: 12px;\">\n          <!-- Social icons  replace hrefs with actual URLs -->\n          <a href=\"https:\/\/www.instagram.com\/ablestateafrica\" target=\"_blank\" style=\"width: 36px; height: 36px; border: 1px solid rgba(255,255,255,0.15); border-radius: 50%; display: flex; align-items: center; justify-content: center; text-decoration: none; color: rgba(255,255,255,0.6); font-size: 13px; font-family: 'Montserrat', sans-serif;\">In<\/a>\n          <a href=\"https:\/\/www.linkedin.com\/company\/ablestateafrica\/\" target=\"_blank\" style=\"width: 36px; height: 36px; border: 1px solid rgba(255,255,255,0.15); border-radius: 50%; display: flex; align-items: center; justify-content: center; text-decoration: none; color: rgba(255,255,255,0.6); font-size: 13px; font-family: 'Montserrat', sans-serif;\">Li<\/a>\n          <a href=\"https:\/\/www.youtube.com\/@ablestatemedia\/featured\" target=\"_blank\" style=\"width: 36px; height: 36px; border: 1px solid rgba(255,255,255,0.15); border-radius: 50%; display: flex; align-items: center; justify-content: center; text-decoration: none; color: rgba(255,255,255,0.6); font-size: 13px; font-family: 'Montserrat', sans-serif;\">Yt<\/a>\n          <a href=\"https:\/\/x.com\/ablestateafrica\" target=\"_blank\" style=\"width: 36px; height: 36px; border: 1px solid rgba(255,255,255,0.15); border-radius: 50%; display: flex; align-items: center; justify-content: center; text-decoration: none; color: rgba(255,255,255,0.6); font-size: 13px; font-family: 'Montserrat', sans-serif;\">X<\/a>\n        <\/div>\n      <\/div>\n\n      <!-- Nav column -->\n      <div>\n        <p style=\"font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; color: var(--orange, #ef642e); margin-bottom: 20px;\">Organisation<\/p>\n        <ul style=\"list-style: none; padding: 0;\">\n          <li style=\"margin-bottom: 10px;\"><a href=\"https:\/\/ablestate.africa\/?page_id=86\/\" style=\"font-family: 'Montserrat', sans-serif; font-size: 14px; color: rgba(255,255,255,0.6); text-decoration: none;\">Who We Are<\/a><\/li>\n          <li style=\"margin-bottom: 10px;\"><a href=\"https:\/\/ablestate.africa\/?page_id=124\/\" style=\"font-family: 'Montserrat', sans-serif; font-size: 14px; color: rgba(255,255,255,0.6); text-decoration: none;\">Our Impact<\/a><\/li>\n          <li style=\"margin-bottom: 10px;\"><a href=\"https:\/\/ablestate.africa\/?page_id=128\/\" style=\"font-family: 'Montserrat', sans-serif; font-size: 14px; color: rgba(255,255,255,0.6); text-decoration: none;\">News<\/a><\/li>\n          <li style=\"margin-bottom: 10px;\"><a href=\"https:\/\/ablestate.africa\/?page_id=130\/\" style=\"font-family: 'Montserrat', sans-serif; font-size: 14px; color: rgba(255,255,255,0.6); text-decoration: none;\">Partners &amp; FAQ<\/a><\/li>\n        <\/ul>\n      <\/div>\n\n      <!-- Programs column -->\n      <div>\n        <p style=\"font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; color: var(--orange, #ef642e); margin-bottom: 20px;\">Programs<\/p>\n        <ul style=\"list-style: none; padding: 0;\">\n          <li style=\"margin-bottom: 10px;\"><a href=\"https:\/\/ablestate.africa\/?page_id=121\/\" style=\"font-family: 'Montserrat', sans-serif; font-size: 14px; color: rgba(255,255,255,0.6); text-decoration: none;\">All Courses<\/a><\/li>\n          <li style=\"margin-bottom: 10px;\"><a href=\"https:\/\/ablestate.africa\/?page_id=121\/#python\" style=\"font-family: 'Montserrat', sans-serif; font-size: 14px; color: rgba(255,255,255,0.6); text-decoration: none;\">Python Track<\/a><\/li>\n          <li style=\"margin-bottom: 10px;\"><a href=\"https:\/\/ablestate.africa\/?page_id=121\/#fullstack\" style=\"font-family: 'Montserrat', sans-serif; font-size: 14px; color: rgba(255,255,255,0.6); text-decoration: none;\">Full-Stack Web<\/a><\/li>\n          <li style=\"margin-bottom: 10px;\"><a href=\"https:\/\/ablestate.africa\/?page_id=121\/#ai\" style=\"font-family: 'Montserrat', sans-serif; font-size: 14px; color: rgba(255,255,255,0.6); text-decoration: none;\">AI Tools<\/a><\/li>\n          <li style=\"margin-bottom: 10px;\"><a href=\"https:\/\/ablestate.africa\/?page_id=121\/#career\" style=\"font-family: 'Montserrat', sans-serif; font-size: 14px; color: rgba(255,255,255,0.6); text-decoration: none;\">Career Development<\/a><\/li>\n        <\/ul>\n      <\/div>\n\n      <!-- Contact column -->\n      <div>\n        <p style=\"font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; color: var(--orange, #ef642e); margin-bottom: 20px;\">Contact<\/p>\n        <ul style=\"list-style: none; padding: 0;\">\n          <li style=\"margin-bottom: 12px; font-family: 'Montserrat', sans-serif; font-size: 14px; color: rgba(255,255,255,0.6);\">Kampala, Uganda<\/li>\n          <li style=\"margin-bottom: 12px;\"><a href=\"tel:+256704255401\" style=\"font-family: 'Montserrat', sans-serif; font-size: 14px; color: rgba(255,255,255,0.6); text-decoration: none;\">+256 704 255401<\/a><\/li>\n          <li style=\"margin-bottom: 12px;\"><a href=\"mailto:hello@ablestate.africa\" style=\"font-family: 'Montserrat', sans-serif; font-size: 14px; color: rgba(255,255,255,0.6); text-decoration: none; word-break: break-all;\">hello@ablestate.africa<\/a><\/li>\n          <li style=\"margin-bottom: 12px;\"><a href=\"https:\/\/ablestate.africa\" style=\"font-family: 'Montserrat', sans-serif; font-size: 14px; color: rgba(255,255,255,0.6); text-decoration: none;\">ablestate.africa<\/a><\/li>\n        <\/ul>\n      <\/div>\n\n    <\/div>\n\n    <!-- Bottom bar -->\n    <div style=\"border-top: 1px solid rgba(255,255,255,0.08); padding-top: 28px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px;\">\n      <p style=\"font-family: 'Montserrat', sans-serif; font-size: 13px; color: rgba(255,255,255,0.35);\">\u00a9\ufe0f 2026 Ablestate. All rights reserved.<\/p>\n      <div style=\"display: flex; gap: 24px;\">\n        <a href=\"\/privacy-policy\/\" style=\"font-family: 'Montserrat', sans-serif; font-size: 13px; color: rgba(255,255,255,0.35); text-decoration: none;\">Privacy Policy<\/a>\n        <a href=\"\/terms\/\" style=\"font-family: 'Montserrat', sans-serif; font-size: 13px; color: rgba(255,255,255,0.35); text-decoration: none;\">Terms<\/a>\n      <\/div>\n    <\/div>\n\n  <\/div>\n<\/footer>\n","protected":false},"excerpt":{"rendered":"<p>Home Who We Are Courses Our Impact News Partners Contact Us Kampala, Uganda \u00b7 Est. 2018 Equipping Africa&#8217;s Youth to Thrive in the AI Era We open digital doors so [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"Home\n      Who We Are\n      Courses\n      Our Impact\n      News\n      Partners\n      Contact Us\n    \n\n  \n\n\n\n\n\n\n  \n  \n\n  \n  \n  \n\n  \n\n    \n\n      \n      \n        Kampala, Uganda \u00b7 Est. 2018\n      \n\n      \n      \n        Equipping Africa's\n        Youth to Thrive\n        in the AI Era\n      \n\n      \n      \n        We open digital doors so young people in East Africa can build better futures  for themselves, their families, and their communities.\n      \n\n      \n      \n        \n          Explore Courses\n        \n        \n          Partner With Us\n        \n      \n\n      \n      \n        Join 1,000+ young professionals trained since 2018 \u00b7 Kampala amp; online\n      \n\n    \n  \n\n\n\n\n\n  \n\n    \n      1,000+\n      Young people trained\n    \n\n    \n      4+\n      Digital skill tracks\n    \n\n    \n      Free\n      Career development\n    \n\n    \n      2035\n      Goal: 1M youth empowered\n    \n\n  \n\n\n\n\n\n  \n\n    \n\n      \n      \n        Why We Exist\n\n        \n          Digital opportunity shouldn't depend on where you were born.\n        \n\n        \n          Millions of young people across East Africa have the talent, drive, and hunger to build remarkable careers. What they often lack is access  to training, to tools, and to people who believe in them.\n        \n\n        \n          Ablestate changes that. Through practical digital and AI training, real-world mentorship, and free career development support, we stay with every learner  from their first lesson to their first job and beyond.\n        \n\n        \n          Learn Our Story\n        \n      \n\n      \n      \n        \n\n          \n          \n\n          \n            Our Mission\n            \n              \"Through digital opportunities, Ablestate opens doors so that young people can build better futures for themselves, support their communities, and permanently break free from cycles of poverty.\"\n            \n            \n          \n\n        \n      \n\n    \n  \n\n\n\n\n\n  \n\n    \n      What We Do\n      \n        Three ways we build your future\n      \n    \n\n    \n\n      \n      \n        \n          \n          \n        \n        Digital amp; AI Training\n        \n          Hands-on courses in Python, JavaScript, Full-Stack Web Development, and AI tools. No jargon, no fluff  just practical skills you can use from day one.\n        \n        Explore Courses \u2192\n      \n\n      \n      \n        \n          \n          \n        \n        Career Development\n        \n          Free CV coaching, mock interviews, LinkedIn optimisation, and direct connections to employers  we stay with you until you're confidently placed.\n        \n        See How It Works \u2192\n      \n\n      \n      \n        \n          \n          \n        \n        Community amp; Mentorship\n        \n          You join a network of mentors, alumni, and industry partners. Regular check-ins, peer programming, and post-graduation support keep you growing long after the course ends.\n        \n        Meet the Community \u2192\n      \n\n    \n  \n\n\n\n\n\n\n  \n  \n  \n\n  \n\n    \n    \"\n\n    \n      \"Ablestate didn't just teach me to code. They helped me build a career. I'm now a developer lead at Zaantu  and I wouldn't be here without the support I got long after the course ended.\"\n    \n\n    \n      M\n      \n        Mujuni Brain\n        Developer Lead, Zaantu \u00b7 Ablestate Alumnus\n      \n    \n\n    \n      Read More Stories\n    \n\n  \n\n\n\n\n\n  \n\n    \n      Why Ablestate\n      \n        What makes us different\n      \n    \n\n    \n\n      \n        01\n        We stay with you throughout your journey\n        \n          Ablestate doesn't stop at delivering training. We support learners through applications, adjustment, and progress  until outcomes are achieved.\n        \n      \n\n      \n        02\n        Real-world tech experience from day one\n        \n          Learning is grounded in practical use, not theory. You build real applications, solve real problems, and leave with a portfolio that proves it.\n        \n      \n\n      \n        03\n        Career development is free and ongoing\n        \n          Support does not end after a program finishes. Development is continuous and accessible over time  because we believe growth should never stop.\n        \n      \n\n    \n  \n\n\n\n\n\n  \n\n    Trusted by partners across East Africa\n\n    \n    \n      \n      \n      \n      \n      \n    \n\n    \n      View All Partners \u2192\n    \n\n  \n\n\n\n\n\n\n  \n\n  \n\n    \n      Ready to begin?\n    \n\n    \n      Your future startswith one decision.\n    \n\n    \n      Whether you want to learn, partner with us, or support our mission  there's a place for you here. Take the first step today.\n    \n\n    \n      \n        Apply for a Course\n      \n      \n        Get In Touch\n      \n    \n\n  \n\n\n\n\n\n  \n\n    \n\n      \n      \n        \n        \n          Equipping Africa's youth to thrive in the AI era through inclusive digital skills training and career development.\n        \n        \n          \n          In\n          Li\n          Yt\n          X\n        \n      \n\n      \n      \n        Organisation\n        \n          Who We Are\n          Our Impact\n          News\n          Partners amp; FAQ\n        \n      \n\n      \n      \n        Programs\n        \n          All Courses\n          Python Track\n          Full-Stack Web\n          AI Tools\n          Career Development\n        \n      \n\n      \n      \n        Contact\n        \n          Kampala, Uganda\n          +256 704 255401\n          abelstateafrica@gmail.com\n          ablestate.africa\n        \n      \n\n    \n\n    \n    \n      \u00a9\ufe0f 2026 Ablestate. All rights reserved.\n      \n        Privacy Policy\n        Terms","_joinchat":[],"footnotes":""},"class_list":["post-85","page","type-page","status-publish","hentry"],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"admin","author_link":"https:\/\/ablestate.africa\/?author=1"},"uagb_comment_info":0,"uagb_excerpt":"Home Who We Are Courses Our Impact News Partners Contact Us Kampala, Uganda \u00b7 Est. 2018 Equipping Africa&#8217;s Youth to Thrive in the AI Era We open digital doors so [&hellip;]","_links":{"self":[{"href":"https:\/\/ablestate.africa\/index.php?rest_route=\/wp\/v2\/pages\/85","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ablestate.africa\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ablestate.africa\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ablestate.africa\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ablestate.africa\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=85"}],"version-history":[{"count":39,"href":"https:\/\/ablestate.africa\/index.php?rest_route=\/wp\/v2\/pages\/85\/revisions"}],"predecessor-version":[{"id":326,"href":"https:\/\/ablestate.africa\/index.php?rest_route=\/wp\/v2\/pages\/85\/revisions\/326"}],"wp:attachment":[{"href":"https:\/\/ablestate.africa\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=85"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}