{"id":1315,"date":"2025-07-25T16:14:16","date_gmt":"2025-07-25T09:14:16","guid":{"rendered":"https:\/\/roboroarzti.uph.edu\/?page_id=1315"},"modified":"2025-10-28T08:37:49","modified_gmt":"2025-10-28T01:37:49","slug":"organizers","status":"publish","type":"page","link":"https:\/\/roboroarzti.uph.edu\/index.php\/organizers\/","title":{"rendered":"Organizers"},"content":{"rendered":"\n<!-- \n  RoboRoarZ Organizers, Sponsors, Partners & Supported By Block - Refactored\n\n  What's new:\n  - \"Supported by\" section now has two logos (smaller than Sponsors\/Partners).\n  - Desktop: Sponsors and Partners stay side-by-side; Supported by spans full width below.\n  - Mobile: All stack neatly.\n-->\n<style>\n  \/* Container *\/\n  .rrz-crew-wrap {\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 18px 16px;\n    box-sizing: border-box;\n    color: #000;\n    font-family: sans-serif; \/* Fallback font *\/\n  }\n\n  \/* Section headings *\/\n  .rrz-section-title {\n    text-align: center;\n    font-size: 1.5rem;\n    font-weight: 700;\n    margin: 24px 0 18px;\n    color: #000;\n  }\n\n  \/* Universal style for figures *\/\n  .rrz-crew-wrap figure {\n    margin: 0;\n  }\n\n  \/* Flex rows for Organizers *\/\n  .rrz-row {\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    gap: 40px;\n    flex-wrap: wrap;\n    margin-bottom: 32px;\n    box-sizing: border-box;\n  }\n \n  \/* Card for each logo block *\/\n  .rrz-logo-card {\n    flex: 1 1 320px; \/* Allow cards to grow and shrink *\/\n    max-width: 320px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    box-sizing: border-box;\n  }\n  \n  \/* Modifier for cards that should not grow or shrink *\/\n  .rrz-logo-card--auto {\n    flex-grow: 0;\n    flex-shrink: 0;\n  }\n\n  \/* --- Specific card widths --- *\/\n  .rrz-logo-card--lionsbot { max-width: 360px; }\n  .rrz-logo-card--jdf { max-width: 380px; }\n  .rrz-logo-card--wefaa { max-width: 200px; }\n  .rrz-logo-card--supported { max-width: 180px; } \/* Smaller card for supported logos *\/\n\n  \/* Image sizing classes *\/\n  .rrz-img {\n    display: block;\n    width: 100%;\n    height: auto;\n    object-fit: contain;\n  }\n\n  \/* Specific tuned sizes for logos (desktop) *\/\n  .rrz-uph { max-width: 202px; }\n  .rrz-robo { max-width: 300px; }\n  .rrz-lions { max-height: 200px; }\n  .rrz-jdf { max-height: 200px; }\n  .rrz-wefaa { max-height: 200px; }\n\n  \/* Supported-by logos are intentionally smaller *\/\n  .rrz-img.rrz-supported { max-width: 150px; }\n  .rrz-img.rrz-ichitan { max-width: 110px;width: auto;height: auto;object-fit: contain; }\n\n  \/* --- Separated Sponsor\/Partner\/Supported layout --- *\/\n  .rrz-sponsors-partners-wrapper {\n    display: flex; \/* Mobile-first: stacked layout *\/\n    flex-direction: column;\n    gap: 30px;\n    margin-top: 24px;\n  }\n\n  .rrz-logo-group {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n  }\n\n  .rrz-subsection-title {\n    font-size: 1.2rem;\n    font-weight: 700;\n    color: #333;\n    margin: 0 0 15px 0;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    text-align: center;\n  }\n\n  .rrz-logo-grid {\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    gap: 40px;\n    flex-wrap: wrap;\n  }\n\n  \/* Desktop Grid Layout *\/\n  @media (min-width: 641px) {\n    .rrz-sponsors-partners-wrapper {\n      display: grid;\n      grid-template-columns: auto auto;\n      gap: 0 40px; \/* No row gap, 40px column gap *\/\n      align-items: start;\n      justify-content: center; \n    }\n    .rrz-logo-group {\n      display: contents; \/* Make children direct grid items *\/\n    }\n\n    \/* Prevent wrapping within each grid cell *\/\n    .rrz-sponsors-partners-wrapper .rrz-logo-grid {\n      flex-wrap: nowrap;\n    }\n    \n    \/* Place Sponsors (col 1) *\/\n    .rrz-sponsors-partners-wrapper .rrz-logo-group:nth-of-type(1) > .rrz-subsection-title {\n      grid-column: 1; grid-row: 1; text-align: center;\n    }\n    .rrz-sponsors-partners-wrapper .rrz-logo-group:nth-of-type(1) > .rrz-logo-grid {\n      grid-column: 1; grid-row: 2;\n    }\n\n    \/* Place Partners (col 2) *\/\n    .rrz-sponsors-partners-wrapper .rrz-logo-group:nth-of-type(2) > .rrz-subsection-title {\n      grid-column: 2; grid-row: 1; text-align: center;\n    }\n    .rrz-sponsors-partners-wrapper .rrz-logo-group:nth-of-type(2) > .rrz-logo-grid {\n      grid-column: 2; grid-row: 2;\n    }\n\n    \/* Place Supported by (full width below) *\/\n    .rrz-sponsors-partners-wrapper .rrz-logo-group:nth-of-type(3) > .rrz-subsection-title {\n      grid-column: 1 \/ -1; grid-row: 3; text-align: center; margin-top: 30px;\n    }\n    .rrz-sponsors-partners-wrapper .rrz-logo-group:nth-of-type(3) > .rrz-logo-grid {\n      grid-column: 1 \/ -1; grid-row: 4;\n      gap: 24px; \/* Slightly tighter for small logos *\/\n    }\n  }\n\n  \/* Responsive styles for tablets *\/\n  @media (max-width: 900px) {\n    .rrz-row, .rrz-logo-grid { gap: 28px; }\n    .rrz-logo-card {\n      flex-basis: 44%;\n      max-width: 44%;\n    }\n  }\n\n  \/* Responsive styles for mobile phones *\/\n  @media (max-width: 640px) {\n    .rrz-crew-wrap { padding: 14px 12px; }\n    .rrz-section-title { font-size: 1.15rem; margin: 18px 0 12px; }\n    .rrz-row, .rrz-logo-grid { gap: 18px; }\n\n    .rrz-logo-card,\n    .rrz-logo-card--auto {\n      flex-basis: 80%;\n      max-width: 80%;\n      padding: 8px 0;\n    }\n    .rrz-img {\n      margin: 0 auto;\n      width: auto;\n      max-width: 220px; \/* Unified max-width for logos on mobile *\/\n    }\n\n    \/* Keep supported logos smaller on mobile too *\/\n    .rrz-img.rrz-supported { max-width: 120px; }\n\t.rrz-img.rrz-ichitan { max-height: 80px; }\n  }\n\n  \/* Extra small phones *\/\n  @media (max-width: 420px) {\n    .rrz-section-title { font-size: 1.05rem; }\n    .rrz-logo-card,\n    .rrz-logo-card--auto {\n      flex-basis: 90%;\n      max-width: 90%;\n    }\n  }\n<\/style>\n\n<div class=\"rrz-crew-wrap\">\n  <!-- ORGANIZERS -->\n  <div>\n    <h2 class=\"rrz-section-title\">ORGANIZERS<\/h2>\n  <\/div>\n\n  <div class=\"rrz-row\">\n    <!-- UPH -->\n    <div class=\"rrz-logo-card\">\n      <figure>\n        <img decoding=\"async\" class=\"rrz-img rrz-uph\" title=\"UPH\" role=\"img\" src=\"https:\/\/roboroarzti.uph.edu\/wp-content\/uploads\/2025\/10\/UPH-LIPPPO-VILLAGElogo-All-Edited.png\" alt=\"UPH Logo\" \/>\n      <\/figure>\n    <\/div>\n\n    <!-- RoboRoarz -->\n    <div class=\"rrz-logo-card\">\n      <figure>\n        <img decoding=\"async\" class=\"rrz-img rrz-robo\" title=\"RoboRoarz\" role=\"img\" src=\"https:\/\/roboroarzti.uph.edu\/wp-content\/uploads\/2025\/07\/RoboRoanz.png\" alt=\"RoboRoarz Logo\" \/>\n      <\/figure>\n    <\/div>\n  <\/div>\n\n  <!-- SPONSORS, PARTNERS & SUPPORTED BY -->\n  <div class=\"rrz-sponsors-partners-wrapper\">\n\n    <!-- Sponsors Group -->\n    <div class=\"rrz-logo-group\">\n      <h3 class=\"rrz-subsection-title\">Sponsors<\/h3>\n      <div class=\"rrz-logo-grid\">\n        <!-- Lionsbot -->\n        <div class=\"rrz-logo-card rrz-logo-card--auto rrz-logo-card--lionsbot\">\n          <figure>\n            <img decoding=\"async\" class=\"rrz-img rrz-lions\" title=\"Lionsbot\" role=\"img\" src=\"https:\/\/roboroarzti.uph.edu\/wp-content\/uploads\/2025\/07\/lionsbot.jpg\" alt=\"Lionsbot Logo\" \/>\n          <\/figure>\n        <\/div>\n        <!-- Dyson \/ JDF -->\n        <div class=\"rrz-logo-card rrz-logo-card--auto rrz-logo-card--jdf\">\n          <figure>\n            <img decoding=\"async\" class=\"rrz-img rrz-jdf\" title=\"JDF \/ Dyson\" role=\"img\" src=\"https:\/\/roboroarzti.uph.edu\/wp-content\/uploads\/2025\/09\/JDF_Logo_Extended_CMYK.jpg\" alt=\"JDF \/ Dyson Logo\" \/>\n          <\/figure>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- Partners Group -->\n    <div class=\"rrz-logo-group\">\n      <h3 class=\"rrz-subsection-title\">Partners<\/h3>\n      <div class=\"rrz-logo-grid\">\n        <!-- Wefaa -->\n        <div class=\"rrz-logo-card rrz-logo-card--auto rrz-logo-card--wefaa\">\n          <figure>\n            <img decoding=\"async\" class=\"rrz-img rrz-wefaa\" title=\"Wefaa\" role=\"img\" src=\"https:\/\/roboroarzti.uph.edu\/wp-content\/uploads\/2025\/09\/Wefaa_logo_vertical.png\" alt=\"Wefaa Logo\" \/>\n          <\/figure>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- Supported By Group -->\n    <div class=\"rrz-logo-group\">\n      <h3 class=\"rrz-subsection-title\">Supported by<\/h3>\n      <div class=\"rrz-logo-grid\">\n        <!-- Supported by Logo 1 -->\n        <div class=\"rrz-logo-card rrz-logo-card--auto rrz-logo-card--supported\">\n          <figure>\n            <img decoding=\"async\" class=\"rrz-img rrz-supported\" title=\"Supported by\" role=\"img\" src=\"https:\/\/roboroarzti.uph.edu\/wp-content\/uploads\/2025\/10\/491882254_1089811529645587_751976414380055074_n-Edited.png\" alt=\"Supported by logo 1\" \/>\n          <\/figure>\n        <\/div>\n        <!-- Supported by Logo 2 -->\n        <div class=\"rrz-logo-card rrz-logo-card--auto rrz-logo-card--supported\">\n          <figure>\n            <img decoding=\"async\" class=\"rrz-img rrz-supported\" title=\"Supported by\" role=\"img\" src=\"https:\/\/roboroarzti.uph.edu\/wp-content\/uploads\/2025\/10\/image-3-1.png\" alt=\"Supported by logo 2\" \/>\n          <\/figure>\n        <\/div>\n\t\t<div class=\"rrz-logo-card rrz-logo-card--auto rrz-logo-card--supported\">\n          <figure>\n            <img decoding=\"async\" class=\"rrz-img rrz-supported\" title=\"Supported by\" role=\"img\" src=\"https:\/\/roboroarzti.uph.edu\/wp-content\/uploads\/2025\/10\/LOGO-LEMONILO-NEW-2025-01.png\" alt=\"Supported by logo 3\" \/>\n          <\/figure>\n        <\/div>\n\t\t<div class=\"rrz-logo-card rrz-logo-card--auto rrz-logo-card--supported\">\n          <figure>\n            <img decoding=\"async\" class=\"rrz-img rrz-ichitan\" title=\"Supported by\" role=\"img\" src=\"https:\/\/roboroarzti.uph.edu\/wp-content\/uploads\/2025\/10\/ICHITAN-Logo-Red.png\" alt=\"Supported by logo 4\" \/>\n          <\/figure>\n        <\/div>\n\t\t<div class=\"rrz-logo-card rrz-logo-card--auto rrz-logo-card--supported\">\n          <figure>\n            <img decoding=\"async\" class=\"rrz-img rrz-supported\" title=\"Supported by\" role=\"img\" src=\"https:\/\/roboroarzti.uph.edu\/wp-content\/uploads\/2025\/10\/299593851_2249241528574578_3318677456920674050_n.jpg\" alt=\"Supported by logo 5\" style=\"max-width:110px;width:auto;height:auto;object-fit:contain;\" \/>\n          <\/figure>\n        <\/div>\n      <\/div>\n    <\/div>\n\n  <\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>ORGANIZERS Sponsors Partners Supported by<\/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,"_uag_custom_page_level_css":"","_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"","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":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-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":"","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-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":"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":""},"mobile":{"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":""}},"footnotes":""},"folder":[],"class_list":["post-1315","page","type-page","status-publish","hentry"],"aioseo_notices":[],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"1TD-UPH","author_link":"https:\/\/roboroarzti.uph.edu\/index.php\/author\/1td-uph\/"},"uagb_comment_info":0,"uagb_excerpt":"ORGANIZERS Sponsors Partners Supported by","_links":{"self":[{"href":"https:\/\/roboroarzti.uph.edu\/index.php\/wp-json\/wp\/v2\/pages\/1315"}],"collection":[{"href":"https:\/\/roboroarzti.uph.edu\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/roboroarzti.uph.edu\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/roboroarzti.uph.edu\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/roboroarzti.uph.edu\/index.php\/wp-json\/wp\/v2\/comments?post=1315"}],"version-history":[{"count":18,"href":"https:\/\/roboroarzti.uph.edu\/index.php\/wp-json\/wp\/v2\/pages\/1315\/revisions"}],"predecessor-version":[{"id":1654,"href":"https:\/\/roboroarzti.uph.edu\/index.php\/wp-json\/wp\/v2\/pages\/1315\/revisions\/1654"}],"wp:attachment":[{"href":"https:\/\/roboroarzti.uph.edu\/index.php\/wp-json\/wp\/v2\/media?parent=1315"}],"wp:term":[{"taxonomy":"folder","embeddable":true,"href":"https:\/\/roboroarzti.uph.edu\/index.php\/wp-json\/wp\/v2\/folder?post=1315"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}