{"id":14,"date":"2025-03-14T06:06:11","date_gmt":"2025-03-14T06:06:11","guid":{"rendered":"https:\/\/esbertassociates.com\/?page_id=14"},"modified":"2025-03-16T02:53:50","modified_gmt":"2025-03-16T02:53:50","slug":"leadership","status":"publish","type":"page","link":"https:\/\/esbertassociates.com\/index.php\/leadership\/","title":{"rendered":"Leadership"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"14\" class=\"elementor elementor-14\">\n\t\t\t\t<div class=\"elementor-element elementor-element-66bff5e e-flex e-con-boxed e-con e-parent\" data-id=\"66bff5e\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-666217d elementor-widget elementor-widget-shortcode\" data-id=\"666217d\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><!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>Esbert Associates - About Our Founder<\/title>\n    <style>\n        \/* Base styles *\/\n        body {\n            font-family: 'Arial', sans-serif;\n            line-height: 1.6;\n            color: #333333;\n            margin: 0;\n            padding: 0;\n            background-color: #f5f9ff;\n        }\n        \n        \/* Container *\/\n        .founder-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 40px 20px;\n        }\n        \n        \/* Main profile card *\/\n        .founder-profile {\n            background-color: #ffffff;\n            border-radius: 8px;\n            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\n            overflow: hidden;\n            margin-bottom: 40px;\n        }\n        \n        \/* Header section *\/\n        .profile-header {\n            background-color: #040443;\n            color: #ffffff;\n            padding: 30px;\n            display: flex;\n            align-items: center;\n            flex-wrap: wrap;\n            gap: 30px;\n        }\n        \n        \/* Profile image *\/\n        .profile-image {\n            width: 200px;\n            height: 200px;\n            border-radius: 50%;\n            border: 4px solid #ffffff;\n            background-color: #e0e0e0;\n            overflow: hidden;\n            flex-shrink: 0;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        \n        .profile-image img {\n            width: 100%;\n            height: auto;\n            object-fit: cover;\n        }\n        \n        \/* Header info *\/\n        .profile-header-info {\n            flex-grow: 1;\n            min-width: 300px;\n        }\n        \n        .profile-name {\n            font-size: 32px;\n            margin: 0 0 5px 0;\n            font-weight: bold;\n        }\n        \n        .profile-position {\n            font-size: 20px;\n            margin: 0 0 15px 0;\n            color: #f1a023;\n        }\n        \n        .profile-badge {\n            display: inline-block;\n            background-color: rgba(255, 255, 255, 0.2);\n            padding: 5px 15px;\n            border-radius: 20px;\n            margin-right: 10px;\n            margin-bottom: 10px;\n            font-size: 14px;\n        }\n        \n        \/* Main content *\/\n        .profile-content {\n            padding: 30px;\n        }\n        \n        \/* Profile sections *\/\n        .profile-section {\n            margin-bottom: 25px;\n        }\n        \n        .section-title {\n            font-size: 20px;\n            color: #040443;\n            margin-bottom: 15px;\n            padding-bottom: 8px;\n            border-bottom: 2px solid #f1a023;\n            display: inline-block;\n        }\n        \n        .qualifications-list {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n            margin-bottom: 20px;\n        }\n        \n        .qualification-item {\n            background-color: #f5f9ff;\n            padding: 8px 15px;\n            border-radius: 5px;\n            border-left: 3px solid #040443;\n            font-size: 14px;\n        }\n        \n        .bio-paragraph {\n            margin-bottom: 15px;\n            line-height: 1.7;\n        }\n        \n        \/* Footer *\/\n        .profile-footer {\n            background-color: #f5f9ff;\n            padding: 20px 30px;\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            flex-wrap: wrap;\n            gap: 20px;\n        }\n        \n        .experience-counter {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n        }\n        \n        .counter-number {\n            font-size: 36px;\n            font-weight: bold;\n            color: #040443;\n        }\n        \n        .counter-label {\n            font-size: 16px;\n            color: #666;\n        }\n        \n        .social-links a {\n            display: inline-flex;\n            align-items: center;\n            background-color: #f1a023;\n            color: white;\n            text-decoration: none;\n            padding: 10px 20px;\n            border-radius: 5px;\n            font-weight: bold;\n            transition: all 0.3s ease;\n        }\n        \n        .social-links a:hover {\n            background-color: #040443;\n        }\n        \n        .linkedin-icon {\n            margin-right: 10px;\n        }\n        \n        \/* Memberships and associations *\/\n        .memberships {\n            border-top: 1px solid #e0e0e0;\n            padding-top: 20px;\n            margin-top: 25px;\n        }\n        \n        .memberships ul {\n            padding-left: 20px;\n        }\n        \n        .memberships li {\n            margin-bottom: 10px;\n        }\n        \n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            .profile-header {\n                flex-direction: column;\n                align-items: center;\n                text-align: center;\n                gap: 15px;\n            }\n            \n            .profile-badge {\n                margin: 5px;\n            }\n            \n            .profile-footer {\n                flex-direction: column;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n\n<div class=\"founder-container\">\n    <div class=\"founder-profile\">\n        <!-- Profile Header with Image and Key Info -->\n        <div class=\"profile-header\">\n            <div class=\"profile-image\">\n                <!-- Replaced placeholder with Robert's actual image -->\n                <img decoding=\"async\" src=\"\/api\/placeholder\/200\/200\" alt=\"CPA. Robert Onek\">\n            <\/div>\n            <div class=\"profile-header-info\">\n                <h1 class=\"profile-name\">CPA. Robert Onek<\/h1>\n                <h2 class=\"profile-position\">Lead Consultant<\/h2>\n                <div>\n                    <span class=\"profile-badge\">Professional Accountant<\/span>\n                    <span class=\"profile-badge\">MBA<\/span>\n                    <span class=\"profile-badge\">CPA(U)<\/span>\n                    <span class=\"profile-badge\">Certified Fraud Examiner<\/span>\n                <\/div>\n            <\/div>\n        <\/div>\n        \n        <!-- Main Profile Content -->\n        <div class=\"profile-content\">\n            <!-- Qualifications Section -->\n            <div class=\"profile-section\">\n                <h3 class=\"section-title\">Qualifications<\/h3>\n                <div class=\"qualifications-list\">\n                    <span class=\"qualification-item\">BMS (Accounting - Kyambogo University)<\/span>\n                    <span class=\"qualification-item\">CPA(U)<\/span>\n                    <span class=\"qualification-item\">MBA (University of Suffolk, UK)<\/span>\n                    <span class=\"qualification-item\">Generative AI Overview for Project Managers<\/span>\n                    <span class=\"qualification-item\">Basics of Disciplined Agile\u2122 (PMI)<\/span>\n                    <span class=\"qualification-item\">Lean Six Sigma White Belt Certification<\/span>\n                    <span class=\"qualification-item\">Member of ICPAU<\/span>\n                    <span class=\"qualification-item\">Associated Member of Certified Fraud Examiner<\/span>\n                <\/div>\n            <\/div>\n            \n            <!-- Biography Section -->\n            <div class=\"profile-section\">\n                <h3 class=\"section-title\">Professional Background<\/h3>\n                <p class=\"bio-paragraph\">\n                    Robert is a professional accountant with a decade of experience working in complex humanitarian and development environments with local, regional, and international development partners with a proven track record of successfully building the capacity of not-for-profit organizations to comply with donor requirements in areas like procurement, contract management, financial management, internal controls, tax, managing operations and finances, and developing financial systems for intricate multi-partner projects as well as Strategic planning.\n                <\/p>\n                <p class=\"bio-paragraph\">\n                    Robert's other areas of expertise are; planning for financial sustainability, Compliance monitoring and reporting, Financial systems management, Cash flow management, projections, accounting and reporting.\n                <\/p>\n                <p class=\"bio-paragraph\">\n                    Robert possesses strong interpersonal and communication skills as well as a track record for establishing and preserving long-term commercial relationships along with creating and carrying out intricate financial and operational interactions, he has developed good working relationships with both domestic and international partners as well as host Governments.\n                <\/p>\n                <p class=\"bio-paragraph\">\n                    Robert has Demonstrated expertise in conducting assessments of existing policies, identifying gaps, and implementing improvements to enhance financial governance, and has facilitated workshops, and training sessions, and provided one-on-one coaching to build capacity and transfer knowledge effectively to diverse stakeholders.\n                <\/p>\n            <\/div>\n            \n            <!-- Memberships & Associations -->\n            <div class=\"profile-section memberships\">\n                <h3 class=\"section-title\">Memberships & Committees<\/h3>\n                <ul>\n                    <li>Member of the International Non-Profit Accounting Guidance (INPAG) focus group 2, Financial Presentation<\/li>\n                    <li>Executive Committee member of the Institute of Certified Public Accountants Mid-Eastern Member Network<\/li>\n                    <li>Board Advisory Executive at Kichini Gardeners<\/li>\n                <\/ul>\n            <\/div>\n        <\/div>\n        \n        <!-- Profile Footer with Experience Counter and Social Links -->\n        <div class=\"profile-footer\">\n            <div class=\"experience-counter\">\n                <div class=\"counter-number\">13<\/div>\n                <div class=\"counter-label\">Years of Experience<\/div>\n            <\/div>\n            <div class=\"social-links\">\n                <a href=\"https:\/\/www.linkedin.com\/in\/cpa-onek-robert-34b42330\/?originalSubdomain=ug\" target=\"_blank\">\n                    <svg class=\"linkedin-icon\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"#ffffff\">\n                        <path d=\"M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z\"\/>\n                    <\/svg>\n                    Connect on LinkedIn\n                <\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n<\/body>\n<\/html><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Esbert Associates &#8211; About Our Founder CPA. Robert Onek Lead Consultant Professional Accountant MBA CPA(U)&hellip;<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-14","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Leadership -<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/esbertassociates.com\/index.php\/leadership\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Leadership -\" \/>\n<meta property=\"og:description\" content=\"Esbert Associates &#8211; About Our Founder CPA. Robert Onek Lead Consultant Professional Accountant MBA CPA(U)&hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/esbertassociates.com\/index.php\/leadership\/\" \/>\n<meta property=\"article:modified_time\" content=\"2025-03-16T02:53:50+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/esbertassociates.com\/index.php\/leadership\/\",\"url\":\"https:\/\/esbertassociates.com\/index.php\/leadership\/\",\"name\":\"Leadership -\",\"isPartOf\":{\"@id\":\"https:\/\/esbertassociates.com\/#website\"},\"datePublished\":\"2025-03-14T06:06:11+00:00\",\"dateModified\":\"2025-03-16T02:53:50+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/esbertassociates.com\/index.php\/leadership\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/esbertassociates.com\/index.php\/leadership\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/esbertassociates.com\/index.php\/leadership\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/esbertassociates.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Leadership\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/esbertassociates.com\/#website\",\"url\":\"https:\/\/esbertassociates.com\/\",\"name\":\"\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/esbertassociates.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Leadership -","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/esbertassociates.com\/index.php\/leadership\/","og_locale":"en_US","og_type":"article","og_title":"Leadership -","og_description":"Esbert Associates &#8211; About Our Founder CPA. Robert Onek Lead Consultant Professional Accountant MBA CPA(U)&hellip;","og_url":"https:\/\/esbertassociates.com\/index.php\/leadership\/","article_modified_time":"2025-03-16T02:53:50+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/esbertassociates.com\/index.php\/leadership\/","url":"https:\/\/esbertassociates.com\/index.php\/leadership\/","name":"Leadership -","isPartOf":{"@id":"https:\/\/esbertassociates.com\/#website"},"datePublished":"2025-03-14T06:06:11+00:00","dateModified":"2025-03-16T02:53:50+00:00","breadcrumb":{"@id":"https:\/\/esbertassociates.com\/index.php\/leadership\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/esbertassociates.com\/index.php\/leadership\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/esbertassociates.com\/index.php\/leadership\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/esbertassociates.com\/"},{"@type":"ListItem","position":2,"name":"Leadership"}]},{"@type":"WebSite","@id":"https:\/\/esbertassociates.com\/#website","url":"https:\/\/esbertassociates.com\/","name":"","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/esbertassociates.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/esbertassociates.com\/index.php\/wp-json\/wp\/v2\/pages\/14","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/esbertassociates.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/esbertassociates.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/esbertassociates.com\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/esbertassociates.com\/index.php\/wp-json\/wp\/v2\/comments?post=14"}],"version-history":[{"count":4,"href":"https:\/\/esbertassociates.com\/index.php\/wp-json\/wp\/v2\/pages\/14\/revisions"}],"predecessor-version":[{"id":92,"href":"https:\/\/esbertassociates.com\/index.php\/wp-json\/wp\/v2\/pages\/14\/revisions\/92"}],"wp:attachment":[{"href":"https:\/\/esbertassociates.com\/index.php\/wp-json\/wp\/v2\/media?parent=14"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}