
Notice: Function _load_textdomain_just_in_time was called <strong>incorrectly</strong>. Translation loading for the <code>video-conferencing-with-zoom-api</code> domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the <code>init</code> action or later. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.7.0.) in E:\Sites\VTDI\www3.vtdi.edu.jm\wp-includes\functions.php on line 6131
{"id":3779,"date":"2025-06-05T06:09:44","date_gmt":"2025-06-05T06:09:44","guid":{"rendered":"https:\/\/www1.vtdi.edu.jm\/?page_id=3779"},"modified":"2026-02-16T08:37:56","modified_gmt":"2026-02-16T13:37:56","slug":"careers","status":"publish","type":"page","link":"https:\/\/vtdi.edu.jm\/?page_id=3779","title":{"rendered":"Careers"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"3779\" class=\"elementor elementor-3779\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-d80af03 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"d80af03\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-bde3c9e\" data-id=\"bde3c9e\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-dac5a32 elementor-widget elementor-widget-html\" data-id=\"dac5a32\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n  <meta charset=\"UTF-8\" \/>\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\/>\r\n  <title>Join the VTDI Team - Career Opportunities<\/title>\r\n  <style>\r\n    \/* ========================================\r\n       GLOBAL STYLES & LAYOUT\r\n       ======================================== *\/\r\n    body {\r\n      margin: 0;\r\n      font-family: \"Segoe UI\", Tahoma, Geneva, Verdana, sans-serif;\r\n      background: #ffffff;\r\n      color: #1e293b;\r\n    }\r\n\r\n    .careers-wrapper {\r\n      max-width: 1200px;\r\n      margin: 60px auto;\r\n      padding: 20px;\r\n    }\r\n\r\n    \/* ========================================\r\n       HEADER SECTION STYLES\r\n       To change main heading, edit the h1 content in HTML\r\n       ======================================== *\/\r\n    .careers-heading {\r\n      text-align: center;\r\n      font-size: 36px;\r\n      color: #0056B3;\r\n      font-weight: 700;\r\n      margin-bottom: 12px;\r\n      position: relative;\r\n    }\r\n\r\n    .careers-heading::after {\r\n      content: \"\";\r\n      display: block;\r\n      width: 100px;\r\n      height: 4px;\r\n      background: linear-gradient(90deg, #02d63a, #0056B3);\r\n      margin: 12px auto 0;\r\n      border-radius: 2px;\r\n    }\r\n\r\n    .careers-subheading {\r\n      text-align: center;\r\n      font-size: 16px;\r\n      color: #475569;\r\n      max-width: 800px;\r\n      margin: 0 auto 40px auto;\r\n    }\r\n\r\n    \/* ========================================\r\n       DEADLINE BANNER\r\n       To change deadline, edit the text in .deadline-banner div\r\n       ======================================== *\/\r\n    .deadline-banner {\r\n      background: #0056B3;\r\n      color: white;\r\n      padding: 14px 20px;\r\n      border-radius: 8px;\r\n      font-size: 16px;\r\n      font-weight: 600;\r\n      margin: 40px 0 30px;\r\n      text-align: center;\r\n    }\r\n\r\n    \/* ========================================\r\n       JOB CARDS SECTION\r\n       To add\/remove jobs: Add\/remove .job-card divs in HTML\r\n       Each job card follows the same structure\r\n       ======================================== *\/\r\n    .job-grid {\r\n      display: flex;\r\n      flex-direction: column;\r\n      gap: 30px;\r\n    }\r\n\r\n    .job-card {\r\n      background: linear-gradient(to right, #f0f4f8, #ffffff);\r\n      border-radius: 12px;\r\n      padding: 30px 20px;\r\n      box-shadow: 0 6px 20px rgba(0, 86, 179, 0.05);\r\n      width: 100%;\r\n      transition: all 0.3s ease;\r\n    }\r\n\r\n    .job-card:hover {\r\n      transform: translateY(-5px);\r\n      box-shadow: 0 10px 30px rgba(0, 86, 179, 0.1);\r\n    }\r\n\r\n    \/* Job title and position count styling *\/\r\n    .job-card h3 {\r\n      font-size: 20px;\r\n      color: #0056B3;\r\n      margin-bottom: 10px;\r\n      font-weight: 600;\r\n      display: flex;\r\n      justify-content: space-between;\r\n      align-items: center;\r\n      flex-wrap: wrap;\r\n      gap: 10px;\r\n    }\r\n\r\n    .position-count {\r\n      background: #01a65c;\r\n      color: #fff;\r\n      font-size: 13px;\r\n      padding: 5px 12px;\r\n      border-radius: 20px;\r\n      white-space: nowrap;\r\n      flex-shrink: 0;\r\n    }\r\n\r\n    \/* Job details styling *\/\r\n    .job-info {\r\n      font-size: 15px;\r\n      color: #333;\r\n      margin-bottom: 8px;\r\n      transition: all 0.3s ease;\r\n    }\r\n\r\n    .job-info:hover {\r\n      color: #0056B3;\r\n      transform: translateX(5px);\r\n    }\r\n\r\n    \/* Salary box styling *\/\r\n    .salary-box {\r\n      margin-top: 12px;\r\n      padding: 12px;\r\n      background: #f8f9fb;\r\n      border-radius: 8px;\r\n      font-size: 15px;\r\n      transition: all 0.3s ease;\r\n    }\r\n\r\n    .salary-box:hover {\r\n      color: #0056B3;\r\n      transform: translateX(5px);\r\n    }\r\n\r\n    .salary-box strong {\r\n      color: #01a65c;\r\n    }\r\n\r\n    \/* ========================================\r\n       APPLICATION SECTION\r\n       To change contact info, edit the content in .apply-section\r\n       ======================================== *\/\r\n    .apply-section {\r\n      background: linear-gradient(to right, #ffffff, #f0f4f8);\r\n      border-radius: 16px;\r\n      box-shadow: 0 4px 20px rgba(0, 86, 179, 0.05);\r\n      padding: 40px;\r\n      margin-top: 50px;\r\n    }\r\n\r\n    .apply-section h2 {\r\n      text-align: center;\r\n      font-size: 28px;\r\n      color: #0056B3;\r\n      font-weight: 700;\r\n      margin-bottom: 30px;\r\n      position: relative;\r\n    }\r\n\r\n    .apply-section h2::after {\r\n      content: \"\";\r\n      display: block;\r\n      width: 100px;\r\n      height: 4px;\r\n      background: linear-gradient(90deg, #02d63a, #0056B3);\r\n      margin: 12px auto 0;\r\n      border-radius: 2px;\r\n    }\r\n\r\n    .apply-grid {\r\n      display: grid;\r\n      grid-template-columns: 1fr 1fr;\r\n      gap: 30px;\r\n      align-items: start;\r\n    }\r\n\r\n    .apply-left {\r\n      display: flex;\r\n      flex-direction: column;\r\n      align-items: flex-start;\r\n    }\r\n\r\n    .apply-right {\r\n      display: flex;\r\n      flex-direction: column;\r\n      align-items: flex-end;\r\n      text-align: right;\r\n    }\r\n\r\n    .apply-grid p {\r\n      font-size: 15px;\r\n      margin-bottom: 10px;\r\n      transition: all 0.3s ease;\r\n    }\r\n\r\n    .apply-grid p:hover {\r\n      color: #0056B3;\r\n      transform: translateX(5px);\r\n    }\r\n\r\n    .apply-grid a {\r\n      color: #01a65c;\r\n      text-decoration: none;\r\n    }\r\n\r\n    .apply-grid a:hover {\r\n      text-decoration: underline;\r\n    }\r\n\r\n    .apply-note {\r\n      margin-top: 30px;\r\n      background: #fff3cd;\r\n      border-left: 6px solid #ffc107;\r\n      padding: 20px;\r\n      border-radius: 10px;\r\n      font-size: 14px;\r\n      color: #856404;\r\n    }\r\n\r\n    \/* ========================================\r\n       RESPONSIVE DESIGN\r\n       Mobile-friendly adjustments\r\n       ======================================== *\/\r\n    @media (max-width: 768px) {\r\n      .careers-wrapper {\r\n        padding: 15px;\r\n      }\r\n\r\n      .careers-heading {\r\n        font-size: 28px;\r\n      }\r\n\r\n      .job-grid {\r\n        gap: 20px;\r\n      }\r\n\r\n      .job-card {\r\n        padding: 20px 15px;\r\n      }\r\n\r\n      .job-card h3 {\r\n        font-size: 18px;\r\n        flex-direction: column;\r\n        align-items: flex-start;\r\n        gap: 8px;\r\n      }\r\n\r\n      .position-count {\r\n        align-self: flex-end;\r\n        font-size: 12px;\r\n        padding: 4px 10px;\r\n      }\r\n\r\n      .apply-grid {\r\n        grid-template-columns: 1fr;\r\n        gap: 20px;\r\n      }\r\n\r\n      .apply-right {\r\n        align-items: flex-start;\r\n        text-align: left;\r\n      }\r\n\r\n      .apply-section {\r\n        padding: 25px 20px;\r\n      }\r\n    }\r\n\r\n    @media (max-width: 480px) {\r\n      .careers-heading {\r\n        font-size: 24px;\r\n      }\r\n      \r\n      .job-card h3 {\r\n        font-size: 16px;\r\n      }\r\n\r\n      .job-info {\r\n        font-size: 14px;\r\n      }\r\n\r\n      .salary-box {\r\n        font-size: 14px;\r\n        padding: 10px;\r\n      }\r\n\r\n      .position-count {\r\n        font-size: 11px;\r\n        padding: 3px 8px;\r\n      }\r\n    }\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n  <div class=\"careers-wrapper\">\r\n    <!-- ========================================\r\n         MAIN HEADING SECTION\r\n         To edit: Change the text content below\r\n         ======================================== -->\r\n    <h1 class=\"careers-heading\">Join the VTDI Team<\/h1>\r\n    <p class=\"careers-subheading\">\r\n      The Vocational Training Development Institute (VTDI), under the Ministry of Education, Skills, Youth & Information, invites applications from qualified and committed individuals to fill the following full-time positions.\r\n      \r\n      \r\n      \r\n    <\/p>\r\n\r\n    <!-- ========================================\r\n         DEADLINE BANNER\r\n         To change deadline: Edit the date below\r\n         ======================================== -->\r\n    <div class=\"deadline-banner\">\r\n      Application Deadline: Friday, February 20, 2026\r\n    <\/div>\r\n\r\n    <!-- ========================================\r\n         JOB LISTINGS SECTION\r\n         \r\n         TO ADD A NEW JOB:\r\n         1. Copy any job-card div below\r\n         2. Paste it in the desired position\r\n         3. Update the job title, position count, qualifications, and salary\r\n         \r\n         TO REMOVE A JOB:\r\n         1. Delete the entire job-card div for that position\r\n         \r\n         TO MODIFY A JOB:\r\n         1. Find the job-card div for that position\r\n         2. Edit the content inside the div\r\n         ======================================== -->\r\n    <div class=\"job-grid\">\r\n\r\n      <!-- JOB 1: Safety & Security Officers -->\r\n      <div class=\"job-card\">\r\n        <h3>Adjunct Lecturer: Bachelor's Programme - Williamsfield, Manchester <span class=\"position-count\">1 position<\/span><\/h3>\r\n        <p class=\"job-info\"><strong>Education:<\/strong> Master\u2019s Degree in Education and area of specialization.<\/p>\r\n        <p class=\"job-info\"><strong>Experience:<\/strong> At least three years\u2019 teaching\/lecturing experience with a minimum of one year of industrial experience.<\/p>\r\n        <div class=\"salary-box\"><strong>Wages:<\/strong>$5,700.00 per hour <\/div>\r\n      <\/div>\r\n\r\n      <!-- JOB 2: Technical Support -->\r\n      <!--\r\n      <div class=\"job-card\">\r\n        <h3>Technical Support (DEU) <span class=\"position-count\">1 position<\/span><\/h3>\r\n        <p class=\"job-info\"><strong>Education:<\/strong> Associate Degree in Computer Science, Information Systems, or related field<\/p>\r\n        <p class=\"job-info\"><strong>Experience:<\/strong> Prior experience working on a Helpdesk in IT or similar technical function<\/p>\r\n        <p class=\"job-info\"><strong>Required:<\/strong> At least 3 years' working experience, preferably in a networked environment<\/p>\r\n        <p class=\"job-info\"><strong>Preferred:<\/strong> Experience supporting Virtual Learning Environments and developing online interactive educational content<\/p>\r\n        <div class=\"salary-box\"><strong>Salary:<\/strong> JMD $2,190,302.00\/year<\/div>\r\n      <\/div>\r\n\r\n      <!-- JOB 3: Lecturer \u2013 Education (Curriculum) --\r\n      <div class=\"job-card\">\r\n        <h3>Lecturer \u2013 Education (Curriculum) <span class=\"position-count\">1 position<\/span><\/h3>\r\n        <p class=\"job-info\"><strong>Education:<\/strong> Master's Degree in Education and area of specialization<\/p>\r\n        <p class=\"job-info\"><strong>Experience:<\/strong> At least 3 years' teaching\/lecturing experience<\/p>\r\n        <p class=\"job-info\"><strong>Required:<\/strong> Minimum of 1 year industrial experience<\/p>\r\n        <div class=\"salary-box\"><strong>Salary:<\/strong> JMD $4,200,000\/year<\/div>\r\n      <\/div>\r\n\r\n      <!-- JOB 4: Lecturer \u2013 Education (Researcher) --\r\n      <div class=\"job-card\">\r\n        <h3>Lecturer \u2013 Education (Researcher) <span class=\"position-count\">1 position<\/span><\/h3>\r\n        <p class=\"job-info\"><strong>Education:<\/strong> Master's Degree in Education and area of specialization<\/p>\r\n        <p class=\"job-info\"><strong>Experience:<\/strong> At least 3 years' teaching\/lecturing experience<\/p>\r\n        <p class=\"job-info\"><strong>Required:<\/strong> Minimum of 1 year industrial experience<\/p>\r\n        <div class=\"salary-box\"><strong>Salary:<\/strong> JMD 4,200,000.00\/year<\/div>\r\n      <\/div>\r\n\r\n      <!-- JOB 5: Student Finance Officer --\r\n      <div class=\"job-card\">\r\n        <h3>Student Finance Officer <span class=\"position-count\">1 position<\/span><\/h3>\r\n        <p class=\"job-info\"><strong>Education:<\/strong> First Degree or equivalent educational experience<\/p>\r\n        <p class=\"job-info\"><strong>Experience:<\/strong> At least 2 years' experience in a student finance-related environment<\/p>\r\n        <div class=\"salary-box\"><strong>Salary:<\/strong> JMD $2,245,059\/year<\/div>\r\n      <\/div>\r\n\r\n      <!-- JOB 6: Lecturer \u2013 Beauty Services --\r\n      <div class=\"job-card\">\r\n        <h3>Lecturer \u2013 Beauty Services <span class=\"position-count\">1 position<\/span><\/h3>\r\n        <p class=\"job-info\"><strong>Education:<\/strong> Master's Degree in Education and area of specialization<\/p>\r\n        <p class=\"job-info\"><strong>Experience:<\/strong> At least 3 years' teaching\/lecturing experience<\/p>\r\n        <p class=\"job-info\"><strong>Required:<\/strong> Minimum of 1 year industrial experience<\/p>\r\n        <div class=\"salary-box\"><strong>Salary:<\/strong> JMD $4,200,000\/year<\/div>\r\n      <\/div>\r\n\r\n      <!-- JOB 7: Customer Service Representative --\r\n      <div class=\"job-card\">\r\n        <h3>Customer Service Representative <span class=\"position-count\">1 position<\/span><\/h3>\r\n        <p class=\"job-info\"><strong>Education:<\/strong> Diploma in Management Studies, Public Administration, Personnel Management, or Business Administration<\/p>\r\n        <p class=\"job-info\"><strong>Experience:<\/strong> At least 2 years' experience in Customer Service or related functions<\/p>\r\n        <p class=\"job-info\"><strong>Knowledge:<\/strong> Customer service principles and practices<\/p>\r\n        <div class=\"salary-box\"><strong>Salary:<\/strong> JMD $1,710,600\/year<\/div>\r\n      <\/div>\r\n      \r\n       <!-- JOB 8: Social Media & Marketing Officer -->\r\n      <div class=\"job-card\">\r\n        <h3>Quality Assurance Officer <span class=\"position-count\">1 position<\/span><\/h3>\r\n        <p class=\"job-info\"><strong>Education:<\/strong> Bachelor\u2019s Degree in Business Management or Public Administration or relevant qualifications <br >\r\n        <p class=\"job-info\"><strong>Experience:<\/strong> Three (3) years\u2019 experience in related field.<\/p>\r\n        <div class=\"salary-box\"><strong>Wages:<\/strong> JMD $4,266,270.00\/year<\/div>\r\n      <\/div>\r\n\r\n <!-- JOB 9: Safety & Security Officers --\r\n      <div class=\"job-card\">\r\n        <h3>Laboratory Assistant <span class=\"position-count\">1 positions<\/span><\/h3>\r\n        <p class=\"job-info\"><strong>Education:<\/strong>\t\tDiploma in Computer Science or Information Technology or equivalent qualifications <\/p>\r\n        <p class=\"job-info\"><strong>Experience:<\/strong> \tTwo (2) years\u2019 related experience in a similar position <\/p>\r\n        <div class=\"salary-box\"><strong>Wages:<\/strong> : $2,190,302.00 payable monthly<\/div>\r\n      <\/div>\r\n      \r\n       <!-- JOB 10 Safety & Security Officers --\r\n      <div class=\"job-card\">\r\n        <h3>Lecturer-TVET Support Services <span class=\"position-count\">1 positions<\/span><\/h3>\r\n        <p class=\"job-info\"><strong>Education:<\/strong>\t\tMaster\u2019s Degree in Education and area of specialization. <\/p>\r\n        <p class=\"job-info\"><strong>Experience:<\/strong> \tAt least three years\u2019 teaching\/lecturing experience with a minimum of one year industrial experience <\/p>\r\n        <div class=\"salary-box\"><strong>Wages:<\/strong> : $4,200,000.00 payable monthly<\/div>\r\n      <\/div>\r\n\r\n      <!-- ===========================: $4,200,000.00 payable monthly=============\r\n           TO ADD A NEW JOB: COPY THIS TEMPLATE\r\n           ======================================== \r\n      <div class=\"job-card\">\r\n        <h3>JOB TITLE HERE <span class=\"position-count\">X positions<\/span><\/h3>\r\n        <p class=\"job-info\"><strong>Education:<\/strong> Add education requirements here<\/p>\r\n        <p class=\"job-info\"><strong>Experience:<\/strong> Add experience requirements here<\/p>\r\n        <p class=\"job-info\"><strong>Required:<\/strong> Add additional requirements here<\/p>\r\n        <div class=\"salary-box\"><strong>Salary:<\/strong> JMD $XXX,XXX\/year<\/div>\r\n      <\/div>\r\n      ========================================== -->\r\n\r\n    <\/div>\r\n\r\n    <!-- ========================================\r\n         APPLICATION SECTION\r\n         To change contact information: Edit the content below\r\n         ======================================== -->\r\n    <div class=\"apply-section\">\r\n      <h2>How to Apply<\/h2>\r\n      <div class=\"apply-grid\">\r\n        <!-- LEFT COLUMN: Contact Details -->\r\n        <div class=\"apply-left\">\r\n          <p><strong>Email:<\/strong> <a href=\"mailto:myhr@vtdi.edu.jm\">careers@vtdi.edu.jm<\/a><\/p>\r\n          <p><strong>Phone:<\/strong> (876) 619-9854<\/p>\r\n          <p><strong>Deadline:<\/strong> Friday, February 20, 2026<\/p>\r\n        <\/div>\r\n        \r\n        <!-- RIGHT COLUMN: Mailing Address -->\r\n        <div class=\"apply-right\">\r\n          <p><strong>Address letters to:<\/strong><\/p>\r\n          <p>The Chairman<br\/>C\/o The Principal<br\/>Vocational Training Development Institute<br\/>Gordon Town Road<br\/>Kingston 6<\/p>\r\n        <\/div>\r\n      <\/div>\r\n      \r\n      <!-- Application Instructions -->\r\n      <div class=\"apply-note\">\r\n        <strong>Note:<\/strong> Please submit your application letter and resume, including contact details for three referees. Only shortlisted candidates will be contacted.\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Join the VTDI Team &#8211; Career Opportunities Join the VTDI Team The Vocational Training Development Institute (VTDI), under the Ministry [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"om_disable_all_campaigns":false,"footnotes":""},"class_list":["post-3779","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/vtdi.edu.jm\/index.php?rest_route=\/wp\/v2\/pages\/3779","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vtdi.edu.jm\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/vtdi.edu.jm\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/vtdi.edu.jm\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/vtdi.edu.jm\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=3779"}],"version-history":[{"count":60,"href":"https:\/\/vtdi.edu.jm\/index.php?rest_route=\/wp\/v2\/pages\/3779\/revisions"}],"predecessor-version":[{"id":5042,"href":"https:\/\/vtdi.edu.jm\/index.php?rest_route=\/wp\/v2\/pages\/3779\/revisions\/5042"}],"wp:attachment":[{"href":"https:\/\/vtdi.edu.jm\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3779"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}
Notice: ob_end_flush(): Failed to send buffer of zlib output compression (1) in E:\Sites\VTDI\www3.vtdi.edu.jm\wp-includes\functions.php on line 5481

Notice: ob_end_flush(): Failed to send buffer of zlib output compression (1) in E:\Sites\VTDI\www3.vtdi.edu.jm\wp-includes\functions.php on line 5481
