{"id":5914,"date":"2025-04-04T00:48:18","date_gmt":"2025-04-04T00:48:18","guid":{"rendered":"https:\/\/vertexuniversity.edu.eu\/who-we-are\/presidents-message\/"},"modified":"2026-01-17T12:38:05","modified_gmt":"2026-01-17T12:38:05","slug":"presidents-message","status":"publish","type":"page","link":"https:\/\/vertexuniversity.edu.eu\/en\/who-we-are\/presidents-message\/","title":{"rendered":"President&#8217;s Message"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"5914\" class=\"elementor elementor-5914 elementor-1084\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-26d0eea e-flex e-con-boxed e-con e-parent\" data-id=\"26d0eea\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4d88aae elementor-widget elementor-widget-html\" data-id=\"4d88aae\" 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\r\n\r\n<style>\r\n  :root{\r\n    --blue:#1c3d7a;\r\n    --text:#334155;\r\n    --muted:#94a3b8;\r\n\r\n    \/* \u0646\u0641\u0633 \u0641\u0643\u0631\u0629 \u0627\u0644\u0635\u0648\u0631\u0629 *\/\r\n    --border:#e9eef5;\r\n    --radius:22px;\r\n  }\r\n\r\n  \/* =========================\r\n     Horizontal Card (UPDATED)\r\n  ========================= *\/\r\n  .board-card{\r\n    width: min(820px, 100%);\r\n    background:#fff;\r\n\r\n    \/* \u2705 \u0628\u062f\u0648\u0646 \u0638\u0644 *\/\r\n    box-shadow:none !important;\r\n\r\n    \/* \u2705 \u0625\u0637\u0627\u0631 \u0647\u0627\u062f\u064a \u0645\u062b\u0644 \u0627\u0644\u0635\u0648\u0631\u0629 *\/\r\n    border:1.5px solid var(--border);\r\n    border-radius:var(--radius);\r\n    overflow:hidden;\r\n\r\n    display:flex;\r\n    align-items:stretch;\r\n\r\n    \/* \u2705 \u062d\u0631\u0643\u0629 \u0646\u0627\u0639\u0645\u0629 *\/\r\n    transition: border-color .25s ease, background .25s ease;\r\n  }\r\n\r\n  \/* \u2705 Hover: \u0625\u0637\u0627\u0631 \u0623\u0632\u0631\u0642 \u0628\u062f\u0648\u0646 \u0638\u0644 *\/\r\n  .board-card:hover{\r\n    border-color: var(--blue);\r\n    box-shadow:none !important;\r\n    transform:none !important;\r\n  }\r\n\r\n  \/* Image Side *\/\r\n  .board-card__media{\r\n    position:relative;\r\n    width: 220px;\r\n    min-width:220px;\r\n    background:#fff;\r\n    padding:18px;\r\n    display:flex;\r\n    align-items:center;\r\n    justify-content:center;\r\n  }\r\n\r\n  .board-card__photo{\r\n    width:100%;\r\n    aspect-ratio:1\/1;\r\n    border-radius:25px!important;\r\n    object-fit:cover;\r\n    display:block;\r\n\r\n    \/* \u2705 \u0628\u062f\u0648\u0646 \u0638\u0644 *\/\r\n    box-shadow:none !important;\r\n  }\r\n\r\n  \/* Badge (logo) overlapping image *\/\r\n  .board-card__badge{\r\n    position:absolute;\r\n    top:10px;\r\n    width:52px;\r\n    height:52px;\r\n    border-radius:50%;\r\n    background:#fff;\r\n    border:1px solid rgba(0,0,0,0.06);\r\n\r\n    \/* \u2705 \u0628\u062f\u0648\u0646 \u0638\u0644 *\/\r\n    box-shadow:none !important;\r\n\r\n    display:flex;\r\n    align-items:center;\r\n    justify-content:center;\r\n    overflow:hidden;\r\n  }\r\n\r\n  .board-card__badge img{\r\n    width:80%;\r\n    height:80%;\r\n    object-fit:contain;\r\n    display:block;\r\n  }\r\n\r\n  \/* Content Side *\/\r\n  .board-card__content{\r\n    flex:1;\r\n    padding:26px 26px;\r\n    display:flex;\r\n    flex-direction:column;\r\n    justify-content:center;\r\n    gap:10px;\r\n  }\r\n\r\n  .board-card__name{\r\n    margin:0;\r\n    font-size:22px;\r\n    font-weight:800;\r\n    color:var(--blue);\r\n    line-height:1.2;\r\n  }\r\n\r\n  .board-card__line{\r\n    width:120px;\r\n    height:3px;\r\n    background:var(--blue);\r\n    border-radius:999px;\r\n    opacity:.95;\r\n  }\r\n\r\n  .board-card__role{\r\n    margin:0;\r\n    font-size:15px;\r\n    font-weight:600;\r\n    color:var(--muted);\r\n  }\r\n\r\n  \/* =========================\r\n     RTL \/ LTR Logic\r\n  ========================= *\/\r\n  [dir=\"rtl\"] .board-card{ flex-direction: row-reverse; }\r\n  [dir=\"rtl\"] .board-card__badge{ right:28px; }\r\n\r\n  [dir=\"ltr\"] .board-card{ flex-direction: row; }\r\n  [dir=\"ltr\"] .board-card__badge{ left:28px; }\r\n\r\n  \/* Mobile *\/\r\n  @media (max-width: 650px){\r\n    .board-card{ flex-direction: column !important; }\r\n\r\n    .board-card__media{\r\n      width:100%;\r\n      min-width:unset;\r\n      padding:18px 18px 8px;\r\n    }\r\n\r\n    .board-card__content{ padding:18px; }\r\n\r\n    [dir=\"rtl\"] .board-card__badge,\r\n    [dir=\"ltr\"] .board-card__badge{\r\n      left:auto;\r\n      right:20px;\r\n      top:16px;\r\n    }\r\n  }\r\n<\/style>\r\n\r\n<\/head>\r\n\r\n<body>\r\n\r\n<div class=\"board-card\" dir=\"ltr\">\r\n  <div class=\"board-card__media\">\r\n    <img decoding=\"async\" class=\"board-card__photo\"\r\n         src=\"https:\/\/vertexuniversity.edu.eu\/wp-content\/uploads\/2026\/01\/vertex-president.jpeg\"\r\n         alt=\"Prof. Mohammed Hassan Jaber\" \/>\r\n\r\n    <div class=\"dboard-card__badge\">\r\n \r\n    <\/div>\r\n  <\/div>\r\n\r\n  <div class=\"board-card__content\">\r\n    <h3 class=\"board-card__name\">Prof. Mohammed Hassan Jaber<\/h3>\r\n    <div class=\"board-card__line\"><\/div>\r\n    <p class=\"board-card__role\">President of Vertex International University<\/p>\r\n  <\/div>\r\n<\/div>\r\n\r\n\r\n\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d08cadc elementor-widget elementor-widget-text-editor\" data-id=\"d08cadc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><b>President&#8217;s Message<\/b><\/p><p>\u00a0<\/p>\t\t\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<div class=\"elementor-element elementor-element-50f9499 our-reviews e-flex e-con-boxed e-con e-parent\" data-id=\"50f9499\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d571aa6 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"d571aa6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" id=\"svg\" width=\"400\" height=\"400\" viewBox=\"0, 0, 400,400\"><g id=\"svgg\"><path id=\"path0\" d=\"M191.091 7.505 C 175.058 10.401,153.941 19.986,132.538 34.083 C 17.405 109.918,-26.656 226.806,28.916 308.984 C 57.982 351.967,110.988 369.093,158.384 350.815 C 166.509 347.682,166.316 348.260,162.141 339.561 C 137.274 287.750,139.285 231.712,168.079 174.035 C 170.597 168.993,172.656 164.694,172.656 164.481 C 172.656 162.111,155.435 157.331,141.696 155.888 C 120.494 153.661,114.815 150.480,114.862 140.859 C 114.947 123.702,139.028 101.130,191.702 68.834 C 220.884 50.941,228.983 42.594,229.049 30.343 C 229.149 11.750,214.936 3.199,191.091 7.505 M355.833 43.298 C 322.289 50.884,276.149 80.466,239.826 117.675 C 165.848 193.457,149.785 286.848,199.666 351.172 C 266.782 437.720,406.439 381.351,388.693 274.876 C 380.762 227.283,349.325 195.329,306.595 191.424 C 258.242 187.005,276.829 154.093,354.688 106.265 C 387.914 85.854,394.980 78.572,394.878 64.844 C 394.749 47.417,378.141 38.253,355.833 43.298 \" stroke=\"none\" fill-rule=\"evenodd\"><\/path><\/g><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1336232 elementor-widget elementor-widget-html\" data-id=\"1336232\" 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<div class=\"college-title-wrapper\">\r\n    <div class=\"college-subtitle\">\r\n        <span class=\"title-line\"><\/span>\r\n        <span class=\"title-dot\"><\/span>  Vertex University<\/div>\r\n    <h2 class=\"college-title\">\r\nMessage from the University President<\/h2>\r\n<\/div>\r\n\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<div class=\"elementor-element elementor-element-566dde4 e-flex e-con-boxed e-con e-parent\" data-id=\"566dde4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e307c33 elementor-hidden-tablet elementor-hidden-mobile elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"e307c33\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" id=\"svg\" width=\"400\" height=\"400\" viewBox=\"0, 0, 400,400\"><g id=\"svgg\"><path id=\"path0\" d=\"M191.091 7.505 C 175.058 10.401,153.941 19.986,132.538 34.083 C 17.405 109.918,-26.656 226.806,28.916 308.984 C 57.982 351.967,110.988 369.093,158.384 350.815 C 166.509 347.682,166.316 348.260,162.141 339.561 C 137.274 287.750,139.285 231.712,168.079 174.035 C 170.597 168.993,172.656 164.694,172.656 164.481 C 172.656 162.111,155.435 157.331,141.696 155.888 C 120.494 153.661,114.815 150.480,114.862 140.859 C 114.947 123.702,139.028 101.130,191.702 68.834 C 220.884 50.941,228.983 42.594,229.049 30.343 C 229.149 11.750,214.936 3.199,191.091 7.505 M355.833 43.298 C 322.289 50.884,276.149 80.466,239.826 117.675 C 165.848 193.457,149.785 286.848,199.666 351.172 C 266.782 437.720,406.439 381.351,388.693 274.876 C 380.762 227.283,349.325 195.329,306.595 191.424 C 258.242 187.005,276.829 154.093,354.688 106.265 C 387.914 85.854,394.980 78.572,394.878 64.844 C 394.749 47.417,378.141 38.253,355.833 43.298 \" stroke=\"none\" fill-rule=\"evenodd\"><\/path><\/g><\/svg>\t\t\t<\/div>\n\t\t<\/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<div class=\"elementor-element elementor-element-c9897ad e-flex e-con-boxed e-con e-parent\" data-id=\"c9897ad\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ed7d5b2 elementor-widget elementor-widget-text-editor\" data-id=\"ed7d5b2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p style=\"direction: ltr;\"><span style=\"font-weight: 400;\">Vertex International University is founded on the principle that higher education in the<br \/>contemporary era must be purpose-driven, outcomes-oriented, <br \/><\/span><span style=\"font-weight: 400;\">and accountable to students, society, and the global workforce. The University advances<br \/>an educational model that integrates academic rigor with institutional effectiveness, <br \/>ensuring that learning is meaningful, measurable, and responsive to a rapidly evolving professional landscape.<\/span><\/p><p><span style=\"font-weight: 400;\">At the core of Vertex\u2019s mission is a commitment to clearly defined and assessable student learning outcomes. Academic programs are intentionally structured to ensure coherence between learning objectives, curriculum design, instructional delivery, and assessment practices. Outcomes are systematically evaluated through multiple measures, and the results are used to inform continuous improvement at both the programmatic and institutional levels.<\/span><\/p><p><span style=\"font-weight: 400;\">Vertex International University operates within a governance framework that emphasizes evidence-based decision-making, transparency, and accountability. Institutional planning, resource allocation, and academic development are guided by data analysis, performance indicators, and regular review processes. This approach supports sustained institutional effectiveness and demonstrates responsible stewardship of academic and organizational resources.<\/span><\/p><p><span style=\"font-weight: 400;\">Recognizing that student success extends beyond degree completion, the University has embedded career readiness and workforce alignment into its academic framework. Vertex integrates academic learning with structured global professional practice, ensuring that students develop disciplinary knowledge alongside transferable skills such as critical thinking, applied problem-solving, digital fluency, and professional communication. This integration enables graduates to enter the workforce with confidence and functional competence immediately upon graduation.<\/span><\/p><p><span style=\"font-weight: 400;\">Practical engagement at Vertex is not treated as an optional enhancement, but as a core component of the learning experience. Academic content is continuously informed by current professional standards, technological developments, and labor market trends. Through this model, the University addresses the growing demand for graduates who are adaptable, practice-oriented, and prepared for continuous learning in dynamic professional environments.<\/span><\/p><p><span style=\"font-weight: 400;\">The student experience at Vertex International University is designed around engagement, clarity, and support. Students are regarded as active participants in the learning process and are provided with academic advising, transparent evaluation criteria, and clearly articulated academic policies. The University maintains a strong commitment to academic integrity, equitable assessment, and the protection of student rights, expectations for fairness and ethical academic practice.<\/span><\/p><p><span style=\"font-weight: 400;\">Faculty members are recognized as central to educational quality and institutional success. Vertex supports faculty effectiveness through clear role expectations, ongoing professional development, and opportunities for scholarly and applied research. Faculty contributions to teaching, assessment, and curriculum improvement play a direct role in strengthening student learning outcomes and institutional performance.<\/span><\/p><p><span style=\"font-weight: 400;\">In response to the expansion of digital and cross-border education, Vertex International University has implemented robust quality assurance mechanisms for online and distributed learning. These mechanisms ensure instructional consistency, accessibility, data security, and reliable assessment practices, while maintaining alignment with U.S. standards for distance education quality and institutional oversight.<\/span><\/p><p><span style=\"font-weight: 400;\">The University\u2019s international orientation is purposefully aligned with its academic mission and quality framework. Cultural diversity and global engagement are integrated into the curriculum and learning environment in ways that enhance educational outcomes, broaden perspectives, and prepare students for professional participation in diverse and interconnected contexts.<\/span><\/p><p><span style=\"font-weight: 400;\">Vertex International University does not seek to replicate existing institutional models. Instead, it is committed to developing a distinct and accountable academic identity, grounded in learning outcomes, continuous assessment, and institutional effectiveness. Through this approach, the University aims to deliver measurable educational value, support student achievement, and contribute meaningfully to the knowledge economy.<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f7780f9 e-con-full e-flex e-con e-child\" data-id=\"f7780f9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d5acc1a elementor-widget elementor-widget-text-editor\" data-id=\"d5acc1a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div style=\"text-align: center;\"><b>Prof. Mohamed Jaber<\/b><b><br \/><\/b><b>President, Vertex International University<\/b><\/div>\t\t\t\t\t\t\t\t<\/div>\n\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<div class=\"elementor-element elementor-element-92bc32e e-flex e-con-boxed e-con e-parent\" data-id=\"92bc32e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\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>Prof. Mohammed Hassan Jaber President of Vertex International University President&#8217;s Message \u00a0 Vertex University Message from the University President Vertex [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":5457,"parent":5817,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-5914","page","type-page","status-publish","has-post-thumbnail","hentry"],"_links":{"self":[{"href":"https:\/\/vertexuniversity.edu.eu\/en\/wp-json\/wp\/v2\/pages\/5914","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vertexuniversity.edu.eu\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/vertexuniversity.edu.eu\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/vertexuniversity.edu.eu\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/vertexuniversity.edu.eu\/en\/wp-json\/wp\/v2\/comments?post=5914"}],"version-history":[{"count":33,"href":"https:\/\/vertexuniversity.edu.eu\/en\/wp-json\/wp\/v2\/pages\/5914\/revisions"}],"predecessor-version":[{"id":11428,"href":"https:\/\/vertexuniversity.edu.eu\/en\/wp-json\/wp\/v2\/pages\/5914\/revisions\/11428"}],"up":[{"embeddable":true,"href":"https:\/\/vertexuniversity.edu.eu\/en\/wp-json\/wp\/v2\/pages\/5817"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vertexuniversity.edu.eu\/en\/wp-json\/wp\/v2\/media\/5457"}],"wp:attachment":[{"href":"https:\/\/vertexuniversity.edu.eu\/en\/wp-json\/wp\/v2\/media?parent=5914"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}