{"id":426,"date":"2021-04-07T11:20:52","date_gmt":"2021-04-07T11:20:52","guid":{"rendered":"https:\/\/haramaya.edu.et\/cep\/?page_id=426"},"modified":"2026-08-18T05:54:46","modified_gmt":"2026-08-18T05:54:46","slug":"about","status":"publish","type":"page","link":"https:\/\/www.haramaya.edu.et\/dcde\/about\/","title":{"rendered":"About"},"content":{"rendered":"\n\t<!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>Directorate of Continuing and Distance Education &#8211; Haramaya University<\/title>\n  <style>\n    :root {\n      --primary: #2E7D32;\n      --primary-dark: #1b5e20;\n      --primary-light: #e8f5e9;\n      --secondary: #FF9900;\n      --secondary-light: #fff3e0;\n      --surface: #ffffff;\n      --background: #f8faf9;\n      --text-main: #1f2937;\n      --text-muted: #6b7280;\n      --border: #e5e7eb;\n      --shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05), 0 4px 6px -2px rgba(0, 0, 0, 0.025);\n    }\n    * {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n    body {\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      background-color: var(--background);\n      color: var(--text-main);\n      line-height: 1.6;\n    }\n    .container {\n      max-width: 1050px;\n      margin: 0 auto;\n      padding: 2.5rem 1.5rem;\n    }\n    \/* Hero Section *\/\n    .hero-header {\n      background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);\n      color: #ffffff;\n      padding: 3.5rem 2rem;\n      border-radius: 16px;\n      margin-bottom: 2.5rem;\n      box-shadow: var(--shadow);\n      position: relative;\n      overflow: hidden;\n    }\n    .hero-header::after {\n      content: \"\";\n      position: absolute;\n      top: 0;\n      right: 0;\n      width: 200px;\n      height: 100%;\n      background: rgba(255, 153, 0, 0.15);\n      skew-x: -20deg;\n      transform: translateX(60px);\n    }\n    .institution-tag {\n      text-transform: uppercase;\n      letter-spacing: 1.5px;\n      font-size: 0.85rem;\n      color: var(--secondary);\n      font-weight: 700;\n      margin-bottom: 0.5rem;\n    }\n    .hero-header h1 {\n      font-size: 2.25rem;\n      font-weight: 800;\n      line-height: 1.25;\n      margin-bottom: 1rem;\n    }\n    .hero-header p {\n      font-size: 1.05rem;\n      color: #e2e8f0;\n      max-width: 1200px;\n    }\n    \/* Programs Grid Bar *\/\n    .program-bar {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n      gap: 1rem;\n      margin-top: 1.75rem;\n      padding-top: 1.75rem;\n      border-top: 1px solid rgba(255, 255, 255, 0.2);\n    }\n    .program-tag {\n      background: rgba(255, 255, 255, 0.1);\n      padding: 0.75rem 1rem;\n      border-radius: 8px;\n      font-size: 0.9rem;\n      font-weight: 600;\n      border-left: 3px solid var(--secondary);\n    }\n    \/* Section Headers *\/\n    .section-title {\n      font-size: 1.5rem;\n      color: var(--primary-dark);\n      margin-bottom: 1.5rem;\n      padding-bottom: 0.5rem;\n      border-bottom: 3px solid var(--secondary);\n      display: inline-block;\n    }\n    \/* Content Cards & Layout *\/\n    .content-card {\n      background: var(--surface);\n      padding: 2rem;\n      border-radius: 12px;\n      box-shadow: var(--shadow);\n      border: 1px solid var(--border);\n      margin-bottom: 2.5rem;\n    }\n    \/* Vision & Mission Grid *\/\n    .vm-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n      gap: 1.5rem;\n      margin-bottom: 2.5rem;\n    }\n    .vm-card {\n      background: var(--surface);\n      padding: 2rem;\n      border-radius: 12px;\n      box-shadow: var(--shadow);\n      border: 1px solid var(--border);\n      position: relative;\n    }\n    .vm-card.vision {\n      border-top: 5px solid var(--secondary);\n    }\n    .vm-card.mission {\n      border-top: 5px solid var(--primary);\n    }\n    .vm-card h3 {\n      font-size: 1.3rem;\n      margin-bottom: 0.75rem;\n      color: var(--text-main);\n    }\n    \/* History Timeline *\/\n    .timeline {\n      position: relative;\n      margin: 1.5rem 0;\n      padding-left: 1.5rem;\n      border-left: 2px solid var(--border);\n    }\n    .timeline-item {\n      position: relative;\n      margin-bottom: 1.75rem;\n    }\n    .timeline-item:last-child {\n      margin-bottom: 0;\n    }\n    .timeline-marker {\n      position: absolute;\n      left: calc(-1.5rem - 6px);\n      top: 4px;\n      width: 10px;\n      height: 10px;\n      border-radius: 50%;\n      background: var(--secondary);\n      border: 2px solid var(--surface);\n    }\n    .timeline-date {\n      font-weight: 700;\n      color: var(--primary);\n      font-size: 0.95rem;\n      margin-bottom: 0.25rem;\n    }\n    \/* Regional Center Tags *\/\n    .centers-box {\n      background: var(--background);\n      border: 1px solid var(--border);\n      border-radius: 8px;\n      padding: 1.25rem;\n      margin-top: 1rem;\n    }\n    .centers-box h4 {\n      font-size: 0.9rem;\n      text-transform: uppercase;\n      letter-spacing: 0.5px;\n      color: var(--text-muted);\n      margin-bottom: 0.75rem;\n    }\n    .center-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.5rem;\n    }\n    .center-chip {\n      background: var(--surface);\n      border: 1px solid var(--border);\n      color: var(--text-main);\n      padding: 0.35rem 0.75rem;\n      border-radius: 20px;\n      font-size: 0.85rem;\n      font-weight: 500;\n    }\n    \/* Core Values Grid *\/\n    .values-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n      gap: 1rem;\n    }\n    .value-item {\n      background: var(--surface);\n      border: 1px solid var(--border);\n      border-radius: 8px;\n      padding: 1rem 1.25rem;\n      display: flex;\n      align-items: center;\n      gap: 0.75rem;\n      box-shadow: var(--shadow);\n      transition: transform 0.2s ease, border-color 0.2s ease;\n    }\n    .value-item:hover {\n      transform: translateY(-2px);\n      border-color: var(--primary);\n    }\n    .value-bullet {\n      width: 8px;\n      height: 8px;\n      background-color: var(--secondary);\n      border-radius: 50%;\n      flex-shrink: 0;\n    }\n    .value-text {\n      font-weight: 600;\n      color: var(--text-main);\n      font-size: 0.95rem;\n    }\n    \/* Social Share Bar *\/\n    .share-bar {\n      display: flex;\n      align-items: center;\n      gap: 1rem;\n      padding-top: 1.5rem;\n      border-top: 1px solid var(--border);\n      margin-top: 2rem;\n    }\n    .share-label {\n      font-size: 0.9rem;\n      font-weight: 600;\n      color: var(--text-muted);\n    }\n    .share-buttons {\n      display: flex;\n      gap: 0.5rem;\n    }\n    .share-btn {\n      text-decoration: none;\n      padding: 0.4rem 0.85rem;\n      border-radius: 6px;\n      font-size: 0.85rem;\n      font-weight: 600;\n      color: #ffffff;\n      transition: opacity 0.2s;\n    }\n    .share-btn:hover {\n      opacity: 0.9;\n    }\n    .share-btn.twitter { background-color: #1DA1F2; }\n    .share-btn.facebook { background-color: #1877F2; }\n    .share-btn.linkedin { background-color: #0A66C2; }\n    @media (max-width: 600px) {\n      .container {\n        padding: 1rem;\n      }\n      .hero-header {\n        padding: 2rem 1.25rem;\n      }\n      .hero-header h1 {\n        font-size: 1.75rem;\n      }\n    }\n  <\/style>\n<\/head>\n<body>\n    <!-- Hero Header -->\n    <header>\n      Haramaya University\n      <h1>Directorate of Continuing &amp; Distance Education (DCDE)<\/h1>\n      <p>Coordinating flexible, high-quality higher education programs across Ethiopia for over three decades.<\/p>\n        Continuing Undergraduate\n        Distance Undergraduate\n        Summer Undergraduate\n        Continuing &amp; Summer Postgraduate\n    <\/header>\n    <!-- Vision & Mission Grid -->\n    <section>\n        <h3>Vision<\/h3>\n        <p>Under the umbrella of Haramaya University, DCDE strives to be one of the leading continuing and distance education institutions with an international reputation by the year 2025.<\/p>\n        <h3>Mission<\/h3>\n        <p>To produce competent graduates in diverse fields of study, undertake rigorous, problem-solving, and cutting-edge research, disseminate knowledge and technologies, and provide demand-driven and transformative community service.<\/p>\n    <\/section>\n    <!-- Background Section -->\n    <section>\n      <h2>Background &#038; Historical Evolution<\/h2>\n      <p>Established 30 years ago, the Directorate of Continuing and Distance Education (DCDE) began as the Continuing Education Program (CEP). Initially delivering Certificate and Diploma programs in Agricultural fields at Haramaya University and Harar, it rapidly expanded across eastern and regional centers.<\/p>\n          Establishment\n          <p>Launched the Continuing Education Program (CEP) offering Agriculture certificates and diplomas in Haramaya and Harar, soon expanding to Dire Dawa and Jigjiga.<\/p>\n          1990 E.C.\n          <p>Initiated the Summer Undergraduate Education Program (SEP) to support school teachers during their vacation periods.<\/p>\n          1993 E.C.\n          <p>Launched Distance Education diploma programs in partnership with the Faculties of Education and Business &amp; Economics.<\/p>\n          1996 \u2013 1999 E.C.\n          <p>Opened the Continuing &amp; Summer Postgraduate Program and formally established the Faculty of Continuing and Distance Education.<\/p>\n        <h4>Distance Education Network &#038; Regional Centers<\/h4>\n          Harar\n          Dire Dawa\n          Jigjiga\n          Godey\n          Kebridahar\n          Shinile\n          Fike\n          Afdher\n          Degahabour\n          Warder\n          Liben\n    <\/section>\n    <!-- Core Values Section -->\n    <section>\n      <h2>Our Core Values<\/h2>\n        Academic Freedom\n        Perseverance\n        Good Governance\n        Respect for Diversity\n        Professionalism\n        Collaborative Spirit\n        Fostering Creativity &amp; Innovation\n        Respect for Nature &amp; Environment\n      <!-- Social Links -->\n        Share this page:\n          <a href=\"#\">Twitter<\/a>\n          <a href=\"#\">Facebook<\/a>\n          <a href=\"#\">LinkedIn<\/a>\n    <\/section>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Directorate of Continuing and Distance Education &#8211; Haramaya University Haramaya University Directorate of Continuing &amp; Distance Education (DCDE) Coordinating flexible, high-quality higher education programs across Ethiopia for over three decades. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template-fullwidth.php","meta":{"_edd_button_behavior":[],"_oasis_is_in_workflow":0,"_oasis_original":0,"footnotes":""},"class_list":["post-426","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.haramaya.edu.et\/dcde\/wp-json\/wp\/v2\/pages\/426","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.haramaya.edu.et\/dcde\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.haramaya.edu.et\/dcde\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.haramaya.edu.et\/dcde\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.haramaya.edu.et\/dcde\/wp-json\/wp\/v2\/comments?post=426"}],"version-history":[{"count":20,"href":"https:\/\/www.haramaya.edu.et\/dcde\/wp-json\/wp\/v2\/pages\/426\/revisions"}],"predecessor-version":[{"id":27026,"href":"https:\/\/www.haramaya.edu.et\/dcde\/wp-json\/wp\/v2\/pages\/426\/revisions\/27026"}],"wp:attachment":[{"href":"https:\/\/www.haramaya.edu.et\/dcde\/wp-json\/wp\/v2\/media?parent=426"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}