{"id":919,"date":"2025-10-05T21:16:57","date_gmt":"2025-10-05T21:16:57","guid":{"rendered":"https:\/\/pta-kornesios.com\/?page_id=919"},"modified":"2025-10-15T20:04:43","modified_gmt":"2025-10-15T20:04:43","slug":"home","status":"publish","type":"page","link":"https:\/\/pta-kornesios.com\/en\/","title":{"rendered":"Home"},"content":{"rendered":"<!-- ============== PTA Kornesios \u2014 Homepage ============== -->\n<!doctype html>\n<html lang=\"el\">\n<head>\n  <meta charset=\"utf-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" \/>\n  <title>\u0391\u03c1\u03c7\u03b9\u03ba\u03ae \u2014 \u03a3\u03cd\u03bd\u03b4\u03b5\u03c3\u03bc\u03bf\u03c2 \u0393\u03bf\u03bd\u03ad\u03c9\u03bd \u039d\u03b7\u03c0\u03b9\u03b1\u03b3\u03c9\u03b3\u03b5\u03af\u03bf\u03c5 \u00ab\u03a7\u03b1\u03c4\u03b6\u03b7\u03b3\u03b5\u03c9\u03c1\u03b3\u03ac\u03ba\u03b7\u03c2 \u039a\u03bf\u03c1\u03bd\u03ad\u03c3\u03b9\u03bf\u03c2\u00bb<\/title>\n  <meta name=\"description\" content=\"\u03a3\u03cd\u03bd\u03b4\u03b5\u03c3\u03bc\u03bf\u03c2 \u0393\u03bf\u03bd\u03ad\u03c9\u03bd \u039d\u03b7\u03c0\u03b9\u03b1\u03b3\u03c9\u03b3\u03b5\u03af\u03bf\u03c5 \u00ab\u03a7\u03b1\u03c4\u03b6\u03b7\u03b3\u03b5\u03c9\u03c1\u03b3\u03ac\u03ba\u03b7\u03c2 \u039a\u03bf\u03c1\u03bd\u03ad\u03c3\u03b9\u03bf\u03c2\u00bb: \u03b1\u03bd\u03b1\u03ba\u03bf\u03b9\u03bd\u03ce\u03c3\u03b5\u03b9\u03c2, \u03c0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03af\u03b5\u03c2 \u03c0\u03c1\u03bf\u03b4\u03b7\u03bc\u03bf\u03c4\u03b9\u03ba\u03ae\u03c2, \u03b4\u03c1\u03ac\u03c3\u03b5\u03b9\u03c2 \u03ba\u03b1\u03b9 \u03b5\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03af\u03b1.\">\n\n  <style>\n    :root{\n      \/* Colors and tokens copied from Contact page for a consistent theme *\/\n      --bg:#ffffff;              \/* homepage background: white *\/\n      --card:#ffffff;\n      --border:#e0e6ee;\n      --text:#222;\n      --muted:#667085;\n      --link:#0066cc;\n      --accent:#f5b700;          \/* optional accent used sparingly *\/\n      --radius:14px;\n      --gap:28px;\n      --max:1200px;\n\n      \/* Shadows copied for consistency *\/\n      --shadow:0 8px 22px rgba(10,15,40,.08);\n      --shadow-hover:0 16px 32px rgba(10,15,40,.12);\n    }\n\n    \/* Base *\/\n    *{ box-sizing:border-box; }\n    .site-home{\n      font-family: system-ui, \"Segoe UI\", Roboto, Helvetica, Arial, \"Noto Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", sans-serif;\n      background: var(--bg);\n      color: var(--text);\n    }\n    .container{ max-width:var(--max); margin:0 auto; padding:0 22px; }\n    .section{ padding:54px 0; }\n    @media (max-width:820px){ .section{ padding:40px 0; } }\n\n    \/* Links & focus *\/\n    a{ color:var(--link); text-decoration:none; }\n    a:hover{ text-decoration:underline; }\n    a:focus-visible{ outline:3px solid rgba(0,102,204,.35); outline-offset:2px; border-radius:10px; }\n\n    \/* Buttons *\/\n    .btn{\n      display:inline-flex; align-items:center; justify-content:center; gap:8px;\n      padding:12px 16px; border-radius:999px; text-decoration:none; white-space:nowrap;\n      border:1px solid var(--border); background:#fff; color:var(--text);\n      box-shadow:var(--shadow);\n      transition:transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;\n    }\n    .btn:hover{ transform:translateY(-2px); box-shadow:var(--shadow-hover); }\n    .btn:active{ transform:translateY(0); }\n    .btn.primary{ background:var(--link); color:#fff; border-color:transparent; }\n    .btn.dark{ background:var(--text); color:#fff; border-color:transparent; }\n    .btn-row{ display:flex; align-items:center; gap:14px; flex-wrap:wrap; }\n\n    \/* Hero *\/\n    .hero{\n      position:relative; border-radius:var(--radius); overflow:hidden; min-height:56vh;\n      display:grid; place-items:center; text-align:center; color:#fff; background:#000;\n      box-shadow:var(--shadow);\n    }\n    .hero img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center 30%; }\n    .hero::after{ content:\"\"; position:absolute; inset:0; background:linear-gradient(180deg, rgba(0,0,0,.35), rgba(0,0,0,.6)); }\n    .hero-inner{ position:relative; padding:48px 16px; z-index:2; }\n    .hero h1{ font-size: clamp(36px, 6vw, 60px); line-height:1.06; margin:0 0 10px 0; letter-spacing:-.02em; color:#fff; }\n    .hero p.lead{ font-size: clamp(16px, 2.2vw, 20px); margin:0 0 18px 0; color:#e8e8eb; }\n    .hero .cta-group{ display:flex; gap:16px; justify-content:center; flex-wrap:wrap; }\n\n    \/* Grid \/ promos *\/\n    .grid{ display:grid; gap:var(--gap); }\n    .grid-2{ grid-template-columns:1fr 1fr; }\n    @media (max-width:980px){ .grid-2{ grid-template-columns:1fr; } }\n\n    .promo{\n      position:relative; border-radius:var(--radius); overflow:hidden; min-height:420px; display:flex; align-items:flex-end;\n      box-shadow:var(--shadow);\n      background:#000;\n    }\n    .promo .media{ position:absolute; inset:0; }\n    .promo .media img{ width:100%; height:100%; object-fit:cover; }\n    .promo .veil{ position:absolute; inset:0; background:linear-gradient(180deg, rgba(0,0,0,0) 30%, rgba(0,0,0,.55) 100%); }\n    .promo .content{ position:relative; z-index:2; padding:28px; width:100%; color:#fff; }\n    .promo h2{ font-size: clamp(26px,3.2vw,36px); line-height:1.15; margin:0 0 6px; color:#fff; }\n    .promo p{ margin:0 0 14px; color:#f2f2f3; }\n    .promo .btn{ background:#fff; color:#111; border-color:transparent; }\n\n    \/* Announcements \/ cards *\/\n    .info-grid{ display:grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap:var(--gap); }\n    @media (max-width:980px){ .info-grid{ grid-template-columns: 1fr 1fr; } }\n    @media (max-width:640px){ .info-grid{ grid-template-columns: 1fr; } }\n    .card{\n      background:var(--card); border:1px solid var(--border); border-radius:var(--radius); padding:20px;\n      display:flex; flex-direction:column; gap:10px; min-height:220px;\n      box-shadow:var(--shadow);\n      transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;\n    }\n    .card:hover{ transform:translateY(-3px); box-shadow:var(--shadow-hover); border-color:#d8e2f0; }\n    .card h3{ margin:0 0 4px; font-size: clamp(18px,2.2vw,22px); color:#111; }\n    .card p{ margin:0 0 12px; color:var(--muted); }\n    .card .foot{ margin-top:auto; }\n    .card .btn.dark{ background:#111; } \/* keep strong CTA for cards *\/\n\n    \/* Section head *\/\n    .section-head{ display:flex; justify-content:space-between; align-items:flex-end; gap:16px; margin-bottom:10px; }\n    .section-head h2{ margin:0; font-size: clamp(22px, 3vw, 30px); color:#111; }\n    .section-head .cta{ font-size:.98rem; font-weight:700; }\n\n    \/* Animations *\/\n    @keyframes fadeUp { from{opacity:0; transform:translateY(12px);} to{opacity:1; transform:translateY(0);} }\n    .reveal{ opacity:0; transform:translateY(12px); will-change:opacity,transform; }\n    .reveal.is-visible{ animation:fadeUp .6s ease forwards; }\n    @media (prefers-reduced-motion: reduce){\n      .reveal, .reveal.is-visible{ animation:none !important; opacity:1 !important; transform:none !important; }\n      .btn, .card{ transition:none !important; }\n    }\n  <\/style>\n<\/head>\n\n<body class=\"site-home\">\n\n  <!-- HERO -->\n  <section class=\"section\">\n    <div class=\"container\">\n      <div class=\"hero reveal\">\n        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1509062522246-3755977927d7?q=80&#038;w=2000&#038;auto=format&#038;fit=crop\"\n             alt=\"\u03a7\u03b1\u03bc\u03bf\u03b3\u03b5\u03bb\u03b1\u03c3\u03c4\u03ac \u03c0\u03b1\u03b9\u03b4\u03b9\u03ac \u03ba\u03b1\u03b9 \u03b3\u03bf\u03bd\u03b5\u03af\u03c2 \u03c3\u03b5 \u03c3\u03c7\u03bf\u03bb\u03b9\u03ba\u03ae \u03b1\u03c5\u03bb\u03ae\" loading=\"lazy\">\n        <div class=\"hero-inner\">\n          <h1>Little smiles. Big care.<\/h1>\n          <p class=\"lead\">&quot;Hatzigeorgakis Kornesios&quot; Kindergarten Parents&#039; Association \u2014 together for a safe and creative environment.<\/p>\n          <div class=\"cta-group btn-row\" data-post-id=\"301\">\n            <a class=\"btn dark sheen\" href=\"\/en\/home\/\u03b1\u03bd\u03b1\u03ba\u03bf\u03b9\u03bd\u03ce\u03c3\u03b5\u03b9\u03c2\/\">See announcements<\/a>\n            <a class=\"btn dark sheen\" href=\"\/en\/contact\/\">Contact Us<\/a>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- PROMOS (top: \u039f \u03a3\u03cd\u03bd\u03b4\u03b5\u03c3\u03bc\u03bf\u03c2, right: \u03a3\u03c7\u03bf\u03bb\u03b9\u03ba\u03ad\u03c2 \u0391\u03c1\u03b3\u03af\u03b5\u03c2) -->\n  <section class=\"section\">\n    <div class=\"container grid grid-2\">\n      <!-- \u039f \u03a3\u03cd\u03bd\u03b4\u03b5\u03c3\u03bc\u03bf\u03c2 -->\n      <article class=\"promo reveal\" aria-label=\"The Link\">\n        <div class=\"media\" aria-hidden=\"true\">\n          <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1588072432836-e10032774350?q=80&#038;w=1600&#038;auto=format&#038;fit=crop\"\n               alt=\"\u0393\u03bf\u03bd\u03b5\u03af\u03c2 \u03c3\u03b5 \u03c3\u03c5\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u03bc\u03b5 \u03b5\u03ba\u03c0\u03b1\u03b9\u03b4\u03b5\u03c5\u03c4\u03b9\u03ba\u03cc\" loading=\"lazy\">\n          <span class=\"veil\"><\/span>\n        <\/div>\n        <div class=\"content\">\n          <h2>The Link<\/h2>\n          <p>We support teachers, empower children, unite the community.<\/p>\n          <div class=\"btn-row\" data-post-id=\"302a\">\n            <a class=\"btn\" href=\"\/en\/home\/\u03b1\u03bd\u03b1\u03ba\u03bf\u03b9\u03bd\u03ce\u03c3\u03b5\u03b9\u03c2\/sample-page\/\">Learn more<\/a>\n          <\/div>\n        <\/div>\n      <\/article>\n\n      <!-- \u03a3\u03c7\u03bf\u03bb\u03b9\u03ba\u03ad\u03c2 \u0391\u03c1\u03b3\u03af\u03b5\u03c2 -->\n      <article class=\"promo reveal\" aria-label=\"School Holidays 2025\u20132026\">\n        <div class=\"media\" aria-hidden=\"true\">\n          <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1506784983877-45594efa4cbe?q=80&#038;w=1600&#038;auto=format&#038;fit=crop\"\n               alt=\"\u039a\u03bf\u03bd\u03c4\u03b9\u03bd\u03cc \u03c0\u03bb\u03ac\u03bd\u03bf \u03c3\u03b5 \u03b7\u03bc\u03b5\u03c1\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf\" loading=\"lazy\">\n          <span class=\"veil\"><\/span>\n        <\/div>\n        <div class=\"content\">\n          <h2>School Holidays 2025\u20132026<\/h2>\n          <p>See all the official holidays of the year, quickly and easily.<\/p>\n          <div class=\"btn-row\" data-post-id=\"303\">\n            <a class=\"btn\" href=\"\/en\/\ud83d\udcc5-\u03c3\u03c7\u03bf\u03bb\u03b9\u03ba\u03ad\u03c2-\u03b1\u03c1\u03b3\u03af\u03b5\u03c2-2025-2026\/\">Learn more<\/a>\n          <\/div>\n        <\/div>\n      <\/article>\n    <\/div>\n  <\/section>\n\n  <!-- ANNOUNCEMENTS -->\n  <section class=\"section\">\n    <div class=\"container\">\n      <div class=\"section-head\">\n        <h2>Important Announcements<\/h2>\n        <a class=\"cta\" href=\"\/en\/home\/\u03b1\u03bd\u03b1\u03ba\u03bf\u03b9\u03bd\u03ce\u03c3\u03b5\u03b9\u03c2\/\">All Announcements\n          <svg class=\"chev\" viewbox=\"0 0 20 20\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\n               style=\"width:14px;height:14px;transform:translateY(1px);\"><path d=\"M7 4l6 6-6 6\"\/><\/svg>\n        <\/a>\n      <\/div>\n\n      <!-- Two lines of space below heading -->\n      <div style=\"margin-top: 2rem;\"><\/div>\n\n      <div class=\"grid info-grid\">\n        <article class=\"card reveal\" data-post-id=\"401\">\n          <h3>Establishment of a New Parents&#039; Association<\/h3>\n          <p>After the General Meeting of 24\/9\/2025, the new Board of Directors was formed with the aim of school-family cooperation.<\/p>\n          <div class=\"foot btn-row\">\n            <a class=\"btn dark\" href=\"\/en\/home\/sample-page\/\">Learn more<\/a>\n          <\/div>\n        <\/article>\n\n        <article class=\"card reveal\" data-post-id=\"402\">\n          <h3>Subscription &amp; Security<\/h3>\n          <p>All the details about the 2025\u20132026 subscription and insurance.<\/p>\n          <div class=\"foot btn-row\">\n            <a class=\"btn dark\" href=\"\/en\/\u03c3\u03c5\u03bd\u03b4\u03c1\u03bf\u03bc\u03ae-\u03c3\u03c5\u03bd\u03b4\u03ad\u03c3\u03bc\u03bf\u03c5-\u03b3\u03bf\u03bd\u03ad\u03c9\u03bd-\u03ba\u03b1\u03b9-\u03b1\u03c3\u03c6\u03ac\u03bb\u03b5\/\">Learn more<\/a>\n          <\/div>\n        <\/article>\n\n        <article class=\"card reveal\" data-post-id=\"403\">\n          <h3>Meeting Parents\/Guardians<\/h3>\n          <p>Short introductory event \u2014 presentation of the Association&#039;s goals &amp; actions.<\/p>\n          <div class=\"foot btn-row\">\n            <a class=\"btn dark\" href=\"\/en\/\u03c3\u03c5\u03bd\u03ac\u03bd\u03c4\u03b7\u03c3\u03b7-\u03b3\u03bd\u03c9\u03c1\u03b9\u03bc\u03af\u03b1\u03c2-\u03b3\u03bf\u03bd\u03ad\u03c9\u03bd-\u03ba\u03b7\u03b4\u03b5\u03bc\u03cc\u03bd\u03c9\/\">Learn more<\/a>\n          <\/div>\n        <\/article>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- Bottom strip: \u03a0\u03c1\u03bf\u03b4\u03b7\u03bc\u03bf\u03c4\u03b9\u03ba\u03ae \u0395\u03ba\u03c0\u03b1\u03af\u03b4\u03b5\u03c5\u03c3\u03b7 -->\n  <section class=\"section\">\n    <div class=\"container\">\n      <div class=\"promo reveal\" style=\"min-height:300px;\" aria-label=\"Pre-primary Education\">\n        <div class=\"media\" aria-hidden=\"true\">\n          <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1580582932707-520aed937b7b?q=80&#038;w=1600&#038;auto=format&#038;fit=crop\"\n               alt=\"\u03a4\u03ac\u03be\u03b7 \u03c0\u03c1\u03bf\u03b4\u03b7\u03bc\u03bf\u03c4\u03b9\u03ba\u03ae\u03c2 \u03bc\u03b5 \u03c7\u03c1\u03ce\u03bc\u03b1\u03c4\u03b1 \u03ba\u03b1\u03b9 \u03c0\u03b1\u03b9\u03c7\u03bd\u03af\u03b4\u03b9\u03b1\" loading=\"lazy\">\n          <span class=\"veil\"><\/span>\n        <\/div>\n        <div class=\"content\">\n          <h2>Pre-primary Education<\/h2>\n          <p>School ages, registrations and useful instructions for parents.<\/p>\n          <div class=\"btn-row\" data-post-id=\"405\">\n            <a class=\"btn\" href=\"\/en\/home\/\u03b3\u03b5\u03bd\u03b9\u03ba\u03ad\u03c2-\u03c0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03af\u03b5\u03c2\/\">Learn more<\/a>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- FOOT -->\n  <section class=\"section\" aria-hidden=\"true\">\n    <div class=\"container\" style=\"text-align:center; color:var(--muted); font-size:.92rem; border-top:1px solid var(--border); padding-top:18px;\">\n      \u00a9 Parents&#039; Association of &quot;Hatzigeorgakis Kornesios&quot; Kindergarten\n    <\/div>\n  <\/section>\n\n  <!-- Scroll-triggered reveal -->\n  <script>\n    document.addEventListener('DOMContentLoaded', () => {\n      const reveals = document.querySelectorAll('.reveal');\n      const observer = new IntersectionObserver((entries, obs) => {\n        entries.forEach(entry => {\n          if (entry.isIntersecting) {\n            entry.target.classList.add('is-visible');\n            obs.unobserve(entry.target);\n          }\n        });\n      }, { threshold: 0.2 });\n      reveals.forEach(el => observer.observe(el));\n    });\n  <\/script>\n<\/body>\n<\/html>\n<!-- ============== \/PTA Kornesios \u2014 Homepage ============== -->","protected":false},"excerpt":{"rendered":"<p>\u0391\u03c1\u03c7\u03b9\u03ba\u03ae \u2014 \u03a3\u03cd\u03bd\u03b4\u03b5\u03c3\u03bc\u03bf\u03c2 \u0393\u03bf\u03bd\u03ad\u03c9\u03bd \u039d\u03b7\u03c0\u03b9\u03b1\u03b3\u03c9\u03b3\u03b5\u03af\u03bf\u03c5 \u00ab\u03a7\u03b1\u03c4\u03b6\u03b7\u03b3\u03b5\u03c9\u03c1\u03b3\u03ac\u03ba\u03b7\u03c2 \u039a\u03bf\u03c1\u03bd\u03ad\u03c3\u03b9\u03bf\u03c2\u00bb \u039c\u03b9\u03ba\u03c1\u03ac \u03c7\u03b1\u03bc\u03cc\u03b3\u03b5\u03bb\u03b1. \u039c\u03b5\u03b3\u03ac\u03bb\u03b7 \u03c6\u03c1\u03bf\u03bd\u03c4\u03af\u03b4\u03b1. \u03a3\u03cd\u03bd\u03b4\u03b5\u03c3\u03bc\u03bf\u03c2 \u0393\u03bf\u03bd\u03ad\u03c9\u03bd \u039d\u03b7\u03c0\u03b9\u03b1\u03b3\u03c9\u03b3\u03b5\u03af\u03bf\u03c5 \u00ab\u03a7\u03b1\u03c4\u03b6\u03b7\u03b3\u03b5\u03c9\u03c1\u03b3\u03ac\u03ba\u03b7\u03c2 \u039a\u03bf\u03c1\u03bd\u03ad\u03c3\u03b9\u03bf\u03c2\u00bb \u2014 \u03bc\u03b1\u03b6\u03af \u03b3\u03b9\u03b1 \u03ad\u03bd\u03b1 \u03b1\u03c3\u03c6\u03b1\u03bb\u03ad\u03c2 \u03ba\u03b1\u03b9 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03b9\u03ba\u03cc \u03c0\u03b5\u03c1\u03b9\u03b2\u03ac\u03bb\u03bb\u03bf\u03bd. \u0394\u03b5\u03af\u03c4\u03b5 \u03b1\u03bd\u03b1\u03ba\u03bf\u03b9\u03bd\u03ce\u03c3\u03b5\u03b9\u03c2 \u0395\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03af\u03b1 \u039f \u03a3\u03cd\u03bd\u03b4\u03b5\u03c3\u03bc\u03bf\u03c2 \u03a3\u03c4\u03b7\u03c1\u03af\u03b6\u03bf\u03c5\u03bc\u03b5 \u03c4\u03bf\u03c5\u03c2 \u03b5\u03ba\u03c0\u03b1\u03b9\u03b4\u03b5\u03c5\u03c4\u03b9\u03ba\u03bf\u03cd\u03c2, \u03b5\u03bd\u03b9\u03c3\u03c7\u03cd\u03bf\u03c5\u03bc\u03b5 \u03c4\u03b1 \u03c0\u03b1\u03b9\u03b4\u03b9\u03ac, \u03b5\u03bd\u03ce\u03bd\u03bf\u03c5\u03bc\u03b5 \u03c4\u03b7\u03bd \u03ba\u03bf\u03b9\u03bd\u03cc\u03c4\u03b7\u03c4\u03b1. \u039c\u03ac\u03b8\u03b5\u03c4\u03b5 \u03c0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1 \u03a3\u03c7\u03bf\u03bb\u03b9\u03ba\u03ad\u03c2 \u0391\u03c1\u03b3\u03af\u03b5\u03c2 2025\u20132026 \u0394\u03b5\u03af\u03c4\u03b5 \u03cc\u03bb\u03b5\u03c2 \u03c4\u03b9\u03c2 \u03b5\u03c0\u03af\u03c3\u03b7\u03bc\u03b5\u03c2 \u03b1\u03c1\u03b3\u03af\u03b5\u03c2 \u03c4\u03bf\u03c5 \u03ad\u03c4\u03bf\u03c5\u03c2, \u03b3\u03c1\u03ae\u03b3\u03bf\u03c1\u03b1 \u03ba\u03b1\u03b9 \u03b1\u03c0\u03bb\u03ac. \u039c\u03ac\u03b8\u03b5\u03c4\u03b5 \u03c0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"no-sidebar","site-content-layout":"plain-container","ast-site-content-layout":"full-width-container","site-content-style":"unboxed","site-sidebar-style":"unboxed","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":"enabled","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":"","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":""},"class_list":["post-919","page","type-page","status-publish","hentry"],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"trp-custom-language-flag":false},"uagb_author_info":{"display_name":"asergi02","author_link":"https:\/\/pta-kornesios.com\/en\/author\/asergi02\/"},"uagb_comment_info":0,"uagb_excerpt":"\u0391\u03c1\u03c7\u03b9\u03ba\u03ae \u2014 \u03a3\u03cd\u03bd\u03b4\u03b5\u03c3\u03bc\u03bf\u03c2 \u0393\u03bf\u03bd\u03ad\u03c9\u03bd \u039d\u03b7\u03c0\u03b9\u03b1\u03b3\u03c9\u03b3\u03b5\u03af\u03bf\u03c5 \u00ab\u03a7\u03b1\u03c4\u03b6\u03b7\u03b3\u03b5\u03c9\u03c1\u03b3\u03ac\u03ba\u03b7\u03c2 \u039a\u03bf\u03c1\u03bd\u03ad\u03c3\u03b9\u03bf\u03c2\u00bb \u039c\u03b9\u03ba\u03c1\u03ac \u03c7\u03b1\u03bc\u03cc\u03b3\u03b5\u03bb\u03b1. \u039c\u03b5\u03b3\u03ac\u03bb\u03b7 \u03c6\u03c1\u03bf\u03bd\u03c4\u03af\u03b4\u03b1. \u03a3\u03cd\u03bd\u03b4\u03b5\u03c3\u03bc\u03bf\u03c2 \u0393\u03bf\u03bd\u03ad\u03c9\u03bd \u039d\u03b7\u03c0\u03b9\u03b1\u03b3\u03c9\u03b3\u03b5\u03af\u03bf\u03c5 \u00ab\u03a7\u03b1\u03c4\u03b6\u03b7\u03b3\u03b5\u03c9\u03c1\u03b3\u03ac\u03ba\u03b7\u03c2 \u039a\u03bf\u03c1\u03bd\u03ad\u03c3\u03b9\u03bf\u03c2\u00bb \u2014 \u03bc\u03b1\u03b6\u03af \u03b3\u03b9\u03b1 \u03ad\u03bd\u03b1 \u03b1\u03c3\u03c6\u03b1\u03bb\u03ad\u03c2 \u03ba\u03b1\u03b9 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03b9\u03ba\u03cc \u03c0\u03b5\u03c1\u03b9\u03b2\u03ac\u03bb\u03bb\u03bf\u03bd. \u0394\u03b5\u03af\u03c4\u03b5 \u03b1\u03bd\u03b1\u03ba\u03bf\u03b9\u03bd\u03ce\u03c3\u03b5\u03b9\u03c2 \u0395\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03af\u03b1 \u039f \u03a3\u03cd\u03bd\u03b4\u03b5\u03c3\u03bc\u03bf\u03c2 \u03a3\u03c4\u03b7\u03c1\u03af\u03b6\u03bf\u03c5\u03bc\u03b5 \u03c4\u03bf\u03c5\u03c2 \u03b5\u03ba\u03c0\u03b1\u03b9\u03b4\u03b5\u03c5\u03c4\u03b9\u03ba\u03bf\u03cd\u03c2, \u03b5\u03bd\u03b9\u03c3\u03c7\u03cd\u03bf\u03c5\u03bc\u03b5 \u03c4\u03b1 \u03c0\u03b1\u03b9\u03b4\u03b9\u03ac, \u03b5\u03bd\u03ce\u03bd\u03bf\u03c5\u03bc\u03b5 \u03c4\u03b7\u03bd \u03ba\u03bf\u03b9\u03bd\u03cc\u03c4\u03b7\u03c4\u03b1. \u039c\u03ac\u03b8\u03b5\u03c4\u03b5 \u03c0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1 \u03a3\u03c7\u03bf\u03bb\u03b9\u03ba\u03ad\u03c2 \u0391\u03c1\u03b3\u03af\u03b5\u03c2 2025\u20132026 \u0394\u03b5\u03af\u03c4\u03b5 \u03cc\u03bb\u03b5\u03c2 \u03c4\u03b9\u03c2 \u03b5\u03c0\u03af\u03c3\u03b7\u03bc\u03b5\u03c2 \u03b1\u03c1\u03b3\u03af\u03b5\u03c2 \u03c4\u03bf\u03c5 \u03ad\u03c4\u03bf\u03c5\u03c2, \u03b3\u03c1\u03ae\u03b3\u03bf\u03c1\u03b1 \u03ba\u03b1\u03b9 \u03b1\u03c0\u03bb\u03ac. \u039c\u03ac\u03b8\u03b5\u03c4\u03b5 \u03c0\u03b5\u03c1\u03b9\u03c3\u03c3\u03cc\u03c4\u03b5\u03c1\u03b1&hellip;","_links":{"self":[{"href":"https:\/\/pta-kornesios.com\/en\/wp-json\/wp\/v2\/pages\/919","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pta-kornesios.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/pta-kornesios.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/pta-kornesios.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/pta-kornesios.com\/en\/wp-json\/wp\/v2\/comments?post=919"}],"version-history":[{"count":5,"href":"https:\/\/pta-kornesios.com\/en\/wp-json\/wp\/v2\/pages\/919\/revisions"}],"predecessor-version":[{"id":1735,"href":"https:\/\/pta-kornesios.com\/en\/wp-json\/wp\/v2\/pages\/919\/revisions\/1735"}],"wp:attachment":[{"href":"https:\/\/pta-kornesios.com\/en\/wp-json\/wp\/v2\/media?parent=919"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}