{"id":1360,"date":"2025-08-31T13:11:36","date_gmt":"2025-08-31T10:11:36","guid":{"rendered":"https:\/\/bigart-vet.eu\/?page_id=1360"},"modified":"2026-08-21T13:50:14","modified_gmt":"2026-08-21T10:50:14","slug":"partners","status":"publish","type":"page","link":"https:\/\/bigart-vet.eu\/?page_id=1360","title":{"rendered":"Partners"},"content":{"rendered":"\n<style data-wp-block-html=\"css\">\n\/* Hide page title bar on About page *\/\n.page-id-1360 .header-post-title-container,\n.page-id-1360 .page-header,\n.page-id-1360 .entry-header {\n    display: none !important;\n}\n<\/style>\n\n<style>\n\/* =========================================================\n   BIG ART \u2014 PARTNERS PAGE\n========================================================= *\/\n\n.bigart-partners {\n    --navy: #172554;\n    --blue: #2f4fb3;\n    --cyan: #23b7d6;\n    --yellow: #f2c94c;\n    --text: #334155;\n    --muted: #667085;\n    --soft: #f7f9fc;\n    --line: #e4e9f2;\n\n    width: 100%;\n    max-width: 1180px;\n    margin: 0 auto 50px;\n    color: var(--text);\n    font-family: inherit;\n}\n\n.bigart-partners *,\n.bigart-partners *::before,\n.bigart-partners *::after {\n    box-sizing: border-box;\n}\n\n\/* =========================================================\n   HERO\n========================================================= *\/\n\n.bigart-partners-hero {\n    position: relative;\n    overflow: hidden;\n\n    margin-bottom: 24px;\n    padding: 54px;\n\n    border-radius: 24px;\n\n    background:\n        radial-gradient(\n            circle at 88% 12%,\n            rgba(35,183,214,.24),\n            transparent 28%\n        ),\n        radial-gradient(\n            circle at 10% 100%,\n            rgba(242,201,76,.13),\n            transparent 30%\n        ),\n        linear-gradient(\n            135deg,\n            #172554 0%,\n            #233875 55%,\n            #2f4fb3 100%\n        );\n\n    box-shadow: 0 18px 48px rgba(23,37,84,.15);\n}\n\n.bigart-partners-kicker {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n\n    margin-bottom: 18px;\n    padding: 7px 13px;\n\n    border: 1px solid rgba(255,255,255,.20);\n    border-radius: 999px;\n\n    background: rgba(255,255,255,.10);\n\n    color: #fff;\n\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: .8px;\n    text-transform: uppercase;\n}\n\n.bigart-partners-kicker::before {\n    content: \"\";\n    width: 8px;\n    height: 8px;\n    border-radius: 50%;\n    background: var(--yellow);\n}\n\n.bigart-partners-hero h1 {\n    margin: 0 0 17px !important;\n\n    color: #fff !important;\n\n    font-size: clamp(38px,5vw,56px) !important;\n    line-height: 1.06 !important;\n    font-weight: 850 !important;\n}\n\n.bigart-partners-hero p {\n    max-width: 850px;\n    margin: 0 !important;\n\n    color: rgba(255,255,255,.88) !important;\n\n    font-size: 17px !important;\n    line-height: 1.75 !important;\n}\n\n\/* =========================================================\n   CONSORTIUM OVERVIEW\n========================================================= *\/\n\n.bigart-consortium {\n    display: grid;\n    grid-template-columns: .95fr 1.05fr;\n    gap: 22px;\n\n    margin-bottom: 25px;\n}\n\n.bigart-consortium-text,\n.bigart-map-box {\n    min-width: 0;\n\n    border: 1px solid var(--line);\n    border-radius: 20px;\n\n    background: #fff;\n\n    box-shadow: 0 10px 30px rgba(23,37,84,.06);\n}\n\n.bigart-consortium-text {\n    padding: 32px;\n}\n\n.bigart-consortium-text span {\n    display: block;\n\n    margin-bottom: 8px;\n\n    color: var(--blue);\n\n    font-size: 11px;\n    font-weight: 850;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n}\n\n.bigart-consortium-text h2 {\n    margin: 0 0 14px !important;\n\n    color: var(--navy) !important;\n\n    font-size: 28px !important;\n    line-height: 1.2 !important;\n    font-weight: 850 !important;\n}\n\n.bigart-consortium-text p {\n    margin: 0 0 14px !important;\n\n    color: var(--muted) !important;\n\n    font-size: 15px !important;\n    line-height: 1.75 !important;\n}\n\n.bigart-consortium-text p:last-child {\n    margin-bottom: 0 !important;\n}\n\n.bigart-map-box {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n\n    overflow: hidden;\n\n    padding: 18px;\n\n    background: #f6f9ff;\n}\n\n.bigart-map-box img {\n    display: block;\n\n    width: 100%;\n    max-width: 540px;\n    height: auto;\n\n    border-radius: 14px;\n}\n\n\/* =========================================================\n   PARTNER GRID\n========================================================= *\/\n\n.bigart-partners-grid {\n    display: grid;\n    grid-template-columns: repeat(2,minmax(0,1fr));\n    gap: 22px;\n}\n\n\/* =========================================================\n   PARTNER CARD\n========================================================= *\/\n\n.bigart-partner-card {\n    position: relative;\n\n    display: flex;\n    flex-direction: column;\n\n    padding: 30px;\n\n    border: 1px solid var(--line);\n    border-radius: 20px;\n\n    background: #fff;\n\n    box-shadow: 0 10px 30px rgba(23,37,84,.07);\n\n    transition:\n        transform .2s ease,\n        box-shadow .2s ease,\n        border-color .2s ease;\n}\n\n.bigart-partner-card:hover {\n    transform: translateY(-4px);\n\n    border-color: #cbd5ea;\n\n    box-shadow: 0 16px 38px rgba(23,37,84,.11);\n}\n\n\/* =========================================================\n   LOGO AREA\n========================================================= *\/\n\n.bigart-partner-logo {\n    height: 118px;\n\n    display: flex;\n    align-items: center;\n    justify-content: center;\n\n    margin-bottom: 22px;\n    padding: 10px 18px;\n\n    border-radius: 15px;\n\n    background: #fafbfe;\n}\n\n.bigart-partner-logo img {\n    display: block;\n\n    max-width: 100%;\n    max-height: 92px;\n\n    width: auto;\n    height: auto;\n\n    object-fit: contain;\n}\n\n\/* =========================================================\n   TEXT\n========================================================= *\/\n\n.bigart-partner-country {\n    display: inline-flex;\n\n    width: fit-content;\n\n    margin-bottom: 10px;\n    padding: 5px 9px;\n\n    border-radius: 999px;\n\n    background: #eef3ff;\n    color: var(--blue);\n\n    font-size: 10px;\n    font-weight: 850;\n    letter-spacing: .6px;\n    text-transform: uppercase;\n}\n\n.bigart-partner-card h2 {\n    margin: 0 0 16px !important;\n\n    color: var(--navy) !important;\n\n    font-size: 24px !important;\n    line-height: 1.25 !important;\n    font-weight: 850 !important;\n}\n\n.bigart-partner-card > p {\n    margin: 0 0 14px !important;\n\n    color: var(--muted) !important;\n\n    font-size: 14px !important;\n    line-height: 1.75 !important;\n}\n\n\/* =========================================================\n   ROLE IN PROJECT\n========================================================= *\/\n\n.bigart-role {\n    margin: 10px 0 21px;\n    padding: 18px 18px 18px 20px;\n\n    border-left: 4px solid var(--cyan);\n    border-radius: 12px;\n\n    background: var(--soft);\n}\n\n.bigart-role h3 {\n    margin: 0 0 8px !important;\n\n    color: var(--blue) !important;\n\n    font-size: 15px !important;\n    line-height: 1.3 !important;\n    font-weight: 850 !important;\n}\n\n.bigart-role p {\n    margin: 0 !important;\n\n    color: var(--text) !important;\n\n    font-size: 13.5px !important;\n    line-height: 1.7 !important;\n}\n\n\/* =========================================================\n   WEBSITE BUTTON\n========================================================= *\/\n\n.bigart-partner-link {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n\n    width: fit-content;\n\n    margin-top: auto;\n    padding: 11px 17px;\n\n    border-radius: 10px;\n\n    background: var(--blue);\n\n    color: #fff !important;\n\n    font-size: 13px;\n    font-weight: 800;\n\n    text-decoration: none !important;\n\n    box-shadow: 0 6px 15px rgba(47,79,179,.16);\n\n    transition:\n        transform .2s ease,\n        background-color .2s ease,\n        box-shadow .2s ease;\n}\n\n.bigart-partner-link:hover {\n    transform: translateY(-2px);\n\n    background: var(--cyan);\n\n    color: var(--navy) !important;\n\n    box-shadow: 0 9px 20px rgba(35,183,214,.22);\n}\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media screen and (max-width: 900px) {\n\n    .bigart-consortium {\n        grid-template-columns: 1fr;\n    }\n\n    .bigart-partners-grid {\n        grid-template-columns: 1fr;\n    }\n}\n\n@media screen and (max-width: 650px) {\n\n    .bigart-partners-hero {\n        padding: 38px 23px;\n        border-radius: 18px;\n    }\n\n    .bigart-partners-hero h1 {\n        font-size: 36px !important;\n    }\n\n    .bigart-consortium-text {\n        padding: 24px 21px;\n    }\n\n    .bigart-map-box {\n        padding: 12px;\n    }\n\n    .bigart-partner-card {\n        padding: 23px 20px;\n        border-radius: 17px;\n    }\n\n    .bigart-partner-logo {\n        height: 105px;\n    }\n\n    .bigart-partner-card h2 {\n        font-size: 21px !important;\n    }\n}\n<\/style>\n\n\n<div class=\"bigart-partners\">\n\n    <!-- HERO -->\n    <section class=\"bigart-partners-hero\">\n\n        <div class=\"bigart-partners-kicker\">\n            BIG ART Consortium\n        <\/div>\n\n        <h1>Partners<\/h1>\n\n        <p>\n            The BIG ART consortium brings together vocational education,\n            technology expertise and international cooperation across\n            Greece, Italy, Israel and Albania.\n        <\/p>\n\n    <\/section>\n\n\n    <!-- CONSORTIUM OVERVIEW -->\n    <section class=\"bigart-consortium\">\n\n        <div class=\"bigart-consortium-text\">\n\n            <span>International Cooperation<\/span>\n\n            <h2>One consortium, four countries<\/h2>\n\n            <p>\n                The present consortium is composed of 2 EU partners and\n                2 partners from non-EU countries, together with associated\n                private organisations supporting the implementation of the project.\n            <\/p>\n\n            <p>\n                Each partner contributes complementary expertise in vocational\n                education, AR\/VR technologies, digital learning, capacity building,\n                dissemination and cooperation with industry.\n            <\/p>\n\n        <\/div>\n\n        <div class=\"bigart-map-box\">\n            <img decoding=\"async\" src=\"https:\/\/bigart-vet.eu\/wp-content\/uploads\/2025\/08\/image.png\" alt=\"Map of BIG ART partner countries\" loading=\"lazy\">\n        <\/div>\n\n    <\/section>\n\n\n    <!-- PARTNER CARDS -->\n    <div class=\"bigart-partners-grid\">\n\n\n        <!-- SAEK EGALEO -->\n        <article class=\"bigart-partner-card\">\n\n            <div class=\"bigart-partner-logo\">\n                <img decoding=\"async\" src=\"https:\/\/bigart-vet.eu\/wp-content\/uploads\/2025\/08\/SAEK-Egaleo-EN.png\" alt=\"Thematic SAEK Egaleo logo\" loading=\"lazy\">\n            <\/div>\n\n            <div class=\"bigart-partner-country\">\n                Greece \u00b7 Coordinator\n            <\/div>\n\n            <h2>Thematic S.A.E.K. Egaleo<\/h2>\n\n            <p>\n                Thematic S.A.E.K. Egaleo (School of Advanced Vocational\n                Training Egaleo) is one of the Public Institutes of Vocational\n                Training in the west side area of Athens, Greece.\n            <\/p>\n\n            <p>\n                Established in 1992, S.A.E.K. Egaleo is the oldest Institute\n                of Vocational Training in Greece and one of the largest in\n                Athens. Its programmes cover a wide range of modern technical,\n                digital and creative professional fields.\n            <\/p>\n\n            <p>\n                Specialisations include informatics, computer technology,\n                automotive systems, renewable energy, naval automation,\n                digital marketing, interior architecture, medical equipment\n                technology and other vocational sectors.\n            <\/p>\n\n            <div class=\"bigart-role\">\n\n                <h3>Role in the Project<\/h3>\n\n                <p>\n                    SAEK Egaleo is responsible for overall coordination and\n                    management. It leads the planning and design of the\n                    bootcamps, hosts the main training activities in Greece,\n                    and plays a central role in AR\/VR piloting,\n                    project-based learning and skills evaluation.\n                <\/p>\n\n            <\/div>\n\n            <a class=\"bigart-partner-link\" href=\"https:\/\/saekaigal.att.sch.gr\/\" target=\"_blank\" rel=\"noopener\">\n                Visit Website \u2192\n            <\/a>\n\n        <\/article>\n\n\n        <!-- MWAPP -->\n        <article class=\"bigart-partner-card\">\n\n            <div class=\"bigart-partner-logo\">\n                <img decoding=\"async\" src=\"https:\/\/bigart-vet.eu\/wp-content\/uploads\/2025\/08\/image-1.png\" alt=\"Mediterranea Web Applications logo\" loading=\"lazy\">\n            <\/div>\n\n            <div class=\"bigart-partner-country\">\n                Italy \u00b7 Technology Partner\n            <\/div>\n\n            <h2>Mediterranea Web Applications S.r.l.<\/h2>\n\n            <p>\n                MEDITERRANEA WEB APPLICATIONS (MWAPP) is an Italian IT\n                company specialising in software development, web applications,\n                digital technologies and ICT services.\n            <\/p>\n\n            <p>\n                The company also operates in education, ICT training,\n                research and European projects, combining software development\n                expertise with vocational learning and digital innovation.\n            <\/p>\n\n            <p>\n                MWAPP has particular expertise in Augmented Reality and\n                3D Digital Twin applications using the Matterport platform.\n            <\/p>\n\n            <div class=\"bigart-role\">\n\n                <h3>Role in the Project<\/h3>\n\n                <p>\n                    MWAPP provides the project&#8217;s core technical expertise and\n                    trains VET teachers and students in Matterport, 360\u00b0\n                    capture and digital twin technologies. This knowledge is\n                    then applied during the project-based learning activities.\n                <\/p>\n\n            <\/div>\n\n            <a class=\"bigart-partner-link\" href=\"https:\/\/www.mwapp.eu\/\" target=\"_blank\" rel=\"noopener\">\n                Visit Website \u2192\n            <\/a>\n\n        <\/article>\n\n\n        <!-- ORT BRAUDE -->\n        <article class=\"bigart-partner-card\">\n\n            <div class=\"bigart-partner-logo\">\n                <img decoding=\"async\" src=\"https:\/\/bigart-vet.eu\/wp-content\/uploads\/2025\/08\/image-2.png\" alt=\"ORT Israel logo\" loading=\"lazy\">\n            <\/div>\n\n            <div class=\"bigart-partner-country\">\n                Israel \u00b7 VET Partner\n            <\/div>\n\n            <h2>ORT Braude College<\/h2>\n\n            <p>\n                ORT Braude College is part of ORT Israel, the country&#8217;s\n                largest science and technology educational network.\n                ORT operates vocational schools, technology colleges and\n                other educational institutions throughout Israel.\n            <\/p>\n\n            <p>\n                ORT Braude combines theoretical education with hands-on\n                practical training and strong links with industry, supporting\n                learners in developing technical and professional competences.\n            <\/p>\n\n            <p>\n                The BIG ART project represents an important opportunity\n                for Israeli VET education to participate in Erasmus+\n                Capacity Building cooperation.\n            <\/p>\n\n            <div class=\"bigart-role\">\n\n                <h3>Role in the Project<\/h3>\n\n                <p>\n                    ORT Braude acts as a key implementation partner in Israel.\n                    It supports teacher and student participation, coordinates\n                    local implementation and outreach, contributes to\n                    dissemination and promotes the integration of AR and\n                    digital twin technologies in vocational education.\n                <\/p>\n\n            <\/div>\n\n            <a class=\"bigart-partner-link\" href=\"https:\/\/c.ort.org.il\/braude\/\" target=\"_blank\" rel=\"noopener\">\n                Visit Website \u2192\n            <\/a>\n\n        <\/article>\n\n\n        <!-- KOLIN GJOKA -->\n        <article class=\"bigart-partner-card\">\n\n            <div class=\"bigart-partner-logo\">\n                <img decoding=\"async\" src=\"https:\/\/bigart-vet.eu\/wp-content\/uploads\/2025\/08\/image-3.png\" alt=\"Kolin Gjoka VET School logo\" loading=\"lazy\">\n            <\/div>\n\n            <div class=\"bigart-partner-country\">\n                Albania \u00b7 VET Partner\n            <\/div>\n\n            <h2>Kolin Gjoka VET School<\/h2>\n\n            <p>\n                Kolin Gjoka VET School is located in Lezha, Albania,\n                and operates within the national vocational education system.\n                The school has approximately 448 students and 52 teachers.\n            <\/p>\n\n            <p>\n                Its educational fields include Information and Communication\n                Technology, Food Technology, Economy and Business,\n                Hospitality and Tourism, and Social and Health Services.\n            <\/p>\n\n            <p>\n                Training profiles include Website Development, Multimedia,\n                Travel and Tourism Services, Cooking and Patisserie,\n                Hotel and Restaurant Services, Commerce and other vocational\n                specialisations.\n            <\/p>\n\n            <div class=\"bigart-role\">\n\n                <h3>Role in the Project<\/h3>\n\n                <p>\n                    Kolin Gjoka participates in all stages of project\n                    implementation. Teachers and students take part in AR\/VR\n                    training, bootcamps and project-based learning activities,\n                    strengthening digital capacity and cooperation with local\n                    stakeholders and industry.\n                <\/p>\n\n            <\/div>\n\n            <a class=\"bigart-partner-link\" href=\"http:\/\/kolingjoka.edu.al\/\" target=\"_blank\" rel=\"noopener\">\n                Visit Website \u2192\n            <\/a>\n\n        <\/article>\n\n    <\/div>\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>BIG ART Consortium Partners The BIG ART consortium brings together vocational education, technology expertise and international cooperation across Greece, Italy, Israel and Albania. International Cooperation One consortium, four countries The present consortium is composed of 2 EU partners and 2<\/p>\n","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1360","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/bigart-vet.eu\/index.php?rest_route=\/wp\/v2\/pages\/1360","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bigart-vet.eu\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/bigart-vet.eu\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/bigart-vet.eu\/index.php?rest_route=\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/bigart-vet.eu\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1360"}],"version-history":[{"count":9,"href":"https:\/\/bigart-vet.eu\/index.php?rest_route=\/wp\/v2\/pages\/1360\/revisions"}],"predecessor-version":[{"id":2104,"href":"https:\/\/bigart-vet.eu\/index.php?rest_route=\/wp\/v2\/pages\/1360\/revisions\/2104"}],"wp:attachment":[{"href":"https:\/\/bigart-vet.eu\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1360"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}