{"id":7,"date":"2026-07-16T18:18:58","date_gmt":"2026-07-16T18:18:58","guid":{"rendered":"https:\/\/portal.myrtakis.gr\/?page_id=7"},"modified":"2026-07-16T18:58:19","modified_gmt":"2026-07-16T18:58:19","slug":"home","status":"publish","type":"page","link":"https:\/\/portal.myrtakis.gr\/","title":{"rendered":"\u0391\u03c1\u03c7\u03b9\u03ba\u03ae"},"content":{"rendered":"\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Portal \u03a0\u03b5\u03bb\u03b1\u03c4\u03ce\u03bd | \u039c\u03c5\u03c1\u03c4\u03ac\u03ba\u03b7\u03c2 \u0394. \u039c\u03b9\u03c7\u03ac\u03bb\u03b7\u03c2<\/title>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600&amp;display=swap\" rel=\"stylesheet\">\n<style>\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  body {\n    font-family: 'Inter', system-ui, -apple-system, sans-serif;\n    min-height: 100vh;\n    background: #0F2744;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n    padding: 40px 20px;\n    position: relative;\n    overflow-x: hidden;\n  }\n\n  body::before {\n    content: '';\n    position: fixed;\n    inset: 0;\n    background: repeating-linear-gradient(\n      -45deg, transparent, transparent 40px,\n      rgba(201,151,58,0.03) 40px, rgba(201,151,58,0.03) 41px\n    );\n    pointer-events: none;\n    z-index: 0;\n  }\n\n  body::after {\n    content: '';\n    position: fixed;\n    bottom: -120px; right: -120px;\n    width: 500px; height: 500px;\n    border: 90px solid rgba(201,151,58,0.05);\n    border-radius: 50%;\n    pointer-events: none;\n    z-index: 0;\n  }\n\n  .top-circle {\n    position: fixed;\n    top: -80px; left: -80px;\n    width: 320px; height: 320px;\n    border: 60px solid rgba(201,151,58,0.04);\n    border-radius: 50%;\n    pointer-events: none;\n    z-index: 0;\n  }\n\n  \/* \u2500\u2500 CARD \u2500\u2500 *\/\n  .card {\n    background: #ffffff;\n    border-radius: 18px;\n    padding: 52px 48px;\n    width: 100%;\n    max-width: 500px;\n    position: relative;\n    z-index: 1;\n    box-shadow: 0 24px 64px rgba(0,0,0,0.28), 0 4px 16px rgba(0,0,0,0.12);\n  }\n\n  \/* \u2500\u2500 LOGO \u2500\u2500 *\/\n  .logo-row {\n    display: flex;\n    align-items: center;\n    gap: 14px;\n    margin-bottom: 36px;\n    padding-bottom: 28px;\n    border-bottom: 1px solid #f0ede8;\n  }\n\n  .logo-icon {\n    width: 48px; height: 48px;\n    background: #0F2744;\n    border-radius: 11px;\n    display: flex; align-items: center; justify-content: center;\n    flex-shrink: 0;\n  }\n\n  .logo-icon svg {\n    width: 24px; height: 24px;\n    stroke: #C9973A; fill: none;\n    stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round;\n  }\n\n  .logo-name {\n    font-size: 13px; font-weight: 600;\n    color: #0F2744;\n    letter-spacing: 0.07em;\n    text-transform: uppercase;\n    line-height: 1.2;\n  }\n\n  .logo-sub {\n    font-size: 11px; color: #aaa;\n    letter-spacing: 0.04em;\n    margin-top: 3px;\n  }\n\n  \/* \u2500\u2500 HEADING \u2500\u2500 *\/\n  .card-heading {\n    font-family: Georgia, 'Times New Roman', serif;\n    font-size: 21px; font-weight: 700;\n    color: #0F2744;\n    line-height: 1.3;\n    margin-bottom: 12px;\n  }\n\n  .card-subtitle {\n    font-size: 14px; color: #666;\n    line-height: 1.7;\n    margin-bottom: 24px;\n  }\n\n  \/* \u2500\u2500 INFO BOX \u2500\u2500 *\/\n  .info-box {\n    font-size: 13px; color: #888;\n    line-height: 1.65;\n    margin-bottom: 32px;\n    padding: 14px 18px;\n    background: #f8f7f4;\n    border-radius: 8px;\n    border-left: 3px solid #C9973A;\n  }\n\n  \/* \u2500\u2500 BUTTON \u2500\u2500 *\/\n  .btn-login {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 10px;\n    width: 100%;\n    padding: 16px 24px;\n    background: #0F2744;\n    color: #ffffff;\n    font-family: 'Inter', system-ui, sans-serif;\n    font-size: 13.5px; font-weight: 600;\n    letter-spacing: 0.07em;\n    text-transform: uppercase;\n    border: none;\n    border-radius: 8px;\n    cursor: pointer;\n    text-decoration: none;\n    transition: background 0.18s, transform 0.12s, box-shadow 0.18s;\n    box-shadow: 0 4px 14px rgba(15,39,68,0.30);\n  }\n\n  .btn-login:hover {\n    background: #1a3a5c;\n    transform: translateY(-2px);\n    box-shadow: 0 8px 24px rgba(15,39,68,0.35);\n  }\n\n  .btn-login:active {\n    transform: translateY(0);\n    box-shadow: 0 2px 8px rgba(15,39,68,0.25);\n  }\n\n  .btn-login svg {\n    width: 17px; height: 17px;\n    stroke: #C9973A; fill: none;\n    stroke-width: 2; stroke-linecap: round; stroke-linejoin: round;\n    flex-shrink: 0;\n  }\n\n  \/* \u2500\u2500 DIVIDER \u2500\u2500 *\/\n  .divider {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    margin: 24px 0 20px;\n  }\n\n  .divider-line {\n    flex: 1; height: 1px; background: #f0ede8;\n  }\n\n  .divider-text {\n    font-size: 10px; font-weight: 600;\n    color: #ccc; letter-spacing: 0.1em;\n  }\n\n  \/* \u2500\u2500 SECURE NOTE \u2500\u2500 *\/\n  .secure-note {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 7px;\n    font-size: 12px; color: #aaa;\n    line-height: 1.5;\n    text-align: center;\n  }\n\n  .secure-note svg {\n    width: 15px; height: 15px;\n    stroke: #C9973A; fill: none;\n    stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round;\n    flex-shrink: 0;\n  }\n\n  \/* \u2500\u2500 FOOTER \u2500\u2500 *\/\n  .portal-footer {\n    position: relative; z-index: 1;\n    text-align: center;\n    margin-top: 28px;\n    font-size: 11.5px;\n    color: rgba(255,255,255,0.28);\n    line-height: 1.7;\n  }\n\n  .portal-footer svg {\n    width: 12px; height: 12px;\n    stroke: rgba(201,151,58,0.45); fill: none;\n    stroke-width: 2; stroke-linecap: round; stroke-linejoin: round;\n    vertical-align: -1px; margin-right: 3px;\n  }\n\n  .portal-footer a {\n    color: rgba(201,151,58,0.55);\n    text-decoration: none;\n    transition: color 0.15s;\n  }\n\n  .portal-footer a:hover { color: rgba(201,151,58,0.85); }\n\n  \/* \u2500\u2500 RESPONSIVE \u2500\u2500 *\/\n  @media (max-width: 540px) {\n    .card { padding: 36px 26px; }\n    .card-heading { font-size: 18px; }\n  }\n\n  @media (max-width: 380px) {\n    .card { padding: 28px 20px; }\n  }\n<\/style>\n\n\n\n<div class=\"top-circle\"><\/div>\n\n<div class=\"card\">\n\n  <!-- LOGO -->\n  <div class=\"logo-row\">\n    <div class=\"logo-icon\">\n      <svg viewBox=\"0 0 24 24\">\n        <rect x=\"2\" y=\"7\" width=\"20\" height=\"14\" rx=\"2\"><\/rect>\n        <path d=\"M16 7V5a2 2 0 00-2-2h-4a2 2 0 00-2 2v2\"><\/path>\n        <line x1=\"12\" y1=\"11\" x2=\"12\" y2=\"15\"><\/line>\n        <line x1=\"10\" y1=\"13\" x2=\"14\" y2=\"13\"><\/line>\n      <\/svg>\n    <\/div>\n    <div>\n      <div class=\"logo-name\">\u039c\u03c5\u03c1\u03c4\u03ac\u03ba\u03b7\u03c2 \u0394. \u039c\u03b9\u03c7\u03ac\u03bb\u03b7\u03c2<\/div>\n      <div class=\"logo-sub\">\u039b\u03bf\u03b3\u03b9\u03c3\u03c4\u03b9\u03ba\u03cc \u0393\u03c1\u03b1\u03c6\u03b5\u03af\u03bf &nbsp;\u00b7&nbsp; myrtakis.gr<\/div>\n    <\/div>\n  <\/div>\n\n  <!-- HEADING -->\n  <h1 class=\"card-heading\">\u039a\u03b1\u03bb\u03ce\u03c2 \u03ae\u03c1\u03b8\u03b1\u03c4\u03b5 \u03c3\u03c4\u03bf \u0397\u03bb\u03b5\u03ba\u03c4\u03c1\u03bf\u03bd\u03b9\u03ba\u03cc Portal \u03a0\u03b5\u03bb\u03b1\u03c4\u03ce\u03bd<\/h1>\n\n  <p class=\"card-subtitle\">\u0397 \u03c0\u03bb\u03b1\u03c4\u03c6\u03cc\u03c1\u03bc\u03b1 \u03b1\u03c5\u03c4\u03ae \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03ae\u03b8\u03b7\u03ba\u03b5 \u03b3\u03b9\u03b1 \u03c4\u03b7\u03bd \u03ac\u03bc\u03b5\u03c3\u03b7, \u03b5\u03cd\u03ba\u03bf\u03bb\u03b7 \u03ba\u03b1\u03b9 \u03b1\u03c3\u03c6\u03b1\u03bb\u03ae \u03c0\u03b1\u03c1\u03b1\u03ba\u03bf\u03bb\u03bf\u03cd\u03b8\u03b7\u03c3\u03b7 \u03c4\u03c9\u03bd \u03bf\u03b9\u03ba\u03bf\u03bd\u03bf\u03bc\u03b9\u03ba\u03ce\u03bd \u03c3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03c9\u03bd \u03c4\u03b7\u03c2 \u03b5\u03c0\u03b9\u03c7\u03b5\u03af\u03c1\u03b7\u03c3\u03ae\u03c2 \u03c3\u03b1\u03c2.<\/p>\n\n  <!-- INFO BOX -->\n  <p class=\"info-box\">\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03c3\u03c5\u03bd\u03b4\u03b5\u03b8\u03b5\u03af\u03c4\u03b5 \u03bc\u03b5 \u03c4\u03b1 \u03b4\u03b9\u03b1\u03c0\u03b9\u03c3\u03c4\u03b5\u03c5\u03c4\u03ae\u03c1\u03b9\u03b1 \u03c0\u03bf\u03c5 \u03c3\u03b1\u03c2 \u03ad\u03c7\u03bf\u03c5\u03bd \u03b4\u03bf\u03b8\u03b5\u03af \u03b1\u03c0\u03cc \u03c4\u03bf \u03b3\u03c1\u03b1\u03c6\u03b5\u03af\u03bf \u03bc\u03b1\u03c2 \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03b1\u03c0\u03bf\u03ba\u03c4\u03ae\u03c3\u03b5\u03c4\u03b5 \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7 \u03c3\u03c4\u03bf\u03bd \u03c0\u03c1\u03bf\u03c3\u03c9\u03c0\u03b9\u03ba\u03cc \u03c3\u03b1\u03c2 \u03c6\u03ac\u03ba\u03b5\u03bb\u03bf.<\/p>\n\n  <!-- CTA -->\n  <a href=\"\/wp-login.php\" class=\"btn-login\">\n    <svg viewBox=\"0 0 24 24\">\n      <rect x=\"3\" y=\"11\" width=\"18\" height=\"11\" rx=\"2\"><\/rect>\n      <path d=\"M7 11V7a5 5 0 0110 0v4\"><\/path>\n    <\/svg>\n    \u03a3\u03c5\u03bd\u03b4\u03b5\u03c3\u03b7 \u03c3\u03c4\u03bf\u03bd \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03bf \u03bc\u03bf\u03c5\n  <\/a>\n\n  <!-- DIVIDER -->\n  <div class=\"divider\">\n    <div class=\"divider-line\"><\/div>\n    <span class=\"divider-text\">\u0391\u03c3\u03c6\u03b1\u03bb\u03ae\u03c2 \u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03b7<\/span>\n    <div class=\"divider-line\"><\/div>\n  <\/div>\n\n  <!-- SECURE NOTE -->\n  <div class=\"secure-note\">\n    <svg viewBox=\"0 0 24 24\">\n      <path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"><\/path>\n      <polyline points=\"9 12 11 14 15 10\"><\/polyline>\n    <\/svg>\n    \u039a\u03c1\u03c5\u03c0\u03c4\u03bf\u03b3\u03c1\u03b1\u03c6\u03b7\u03bc\u03ad\u03bd\u03b7 \u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03b7 &nbsp;\u00b7&nbsp; \u03a0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7 \u03bc\u03cc\u03bd\u03bf \u03c3\u03b5 \u03b5\u03be\u03bf\u03c5\u03c3\u03b9\u03bf\u03b4\u03bf\u03c4\u03b7\u03bc\u03ad\u03bd\u03bf\u03c5\u03c2 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b5\u03c2\n  <\/div>\n\n<\/div>\n\n<!-- FOOTER -->\n<div class=\"portal-footer\">\n  <svg viewBox=\"0 0 24 24\"><rect x=\"3\" y=\"11\" width=\"18\" height=\"11\" rx=\"2\"><\/rect><path d=\"M7 11V7a5 5 0 0110 0v4\"><\/path><\/svg>\n  \u0397 \u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03ae \u03c3\u03b1\u03c2 \u03b5\u03af\u03bd\u03b1\u03b9 \u03ba\u03c1\u03c5\u03c0\u03c4\u03bf\u03b3\u03c1\u03b1\u03c6\u03b7\u03bc\u03ad\u03bd\u03b7. \u03a0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7 \u03ad\u03c7\u03bf\u03c5\u03bd \u03bc\u03cc\u03bd\u03bf \u03b5\u03be\u03bf\u03c5\u03c3\u03b9\u03bf\u03b4\u03bf\u03c4\u03b7\u03bc\u03ad\u03bd\u03bf\u03b9 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b5\u03c2.<br>\n  \u00a9 2026 \u039c\u03c5\u03c1\u03c4\u03ac\u03ba\u03b7\u03c2 \u0394. \u039c\u03b9\u03c7\u03ac\u03bb\u03b7\u03c2 \u2014 \u039b\u03bf\u03b3\u03b9\u03c3\u03c4\u03b9\u03ba\u03cc \u0393\u03c1\u03b1\u03c6\u03b5\u03af\u03bf &nbsp;|&nbsp;\n  <a href=\"https:\/\/myrtakis.gr\" target=\"_blank\">myrtakis.gr<\/a>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Portal \u03a0\u03b5\u03bb\u03b1\u03c4\u03ce\u03bd | \u039c\u03c5\u03c1\u03c4\u03ac\u03ba\u03b7\u03c2 \u0394. \u039c\u03b9\u03c7\u03ac\u03bb\u03b7\u03c2 \u039c\u03c5\u03c1\u03c4\u03ac\u03ba\u03b7\u03c2 \u0394. \u039c\u03b9\u03c7\u03ac\u03bb\u03b7\u03c2 \u039b\u03bf\u03b3\u03b9\u03c3\u03c4\u03b9\u03ba\u03cc \u0393\u03c1\u03b1\u03c6\u03b5\u03af\u03bf &nbsp;\u00b7&nbsp; myrtakis.gr \u039a\u03b1\u03bb\u03ce\u03c2 \u03ae\u03c1\u03b8\u03b1\u03c4\u03b5 \u03c3\u03c4\u03bf \u0397\u03bb\u03b5\u03ba\u03c4\u03c1\u03bf\u03bd\u03b9\u03ba\u03cc Portal \u03a0\u03b5\u03bb\u03b1\u03c4\u03ce\u03bd \u0397 \u03c0\u03bb\u03b1\u03c4\u03c6\u03cc\u03c1\u03bc\u03b1 \u03b1\u03c5\u03c4\u03ae \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03ae\u03b8\u03b7\u03ba\u03b5 \u03b3\u03b9\u03b1 \u03c4\u03b7\u03bd \u03ac\u03bc\u03b5\u03c3\u03b7, \u03b5\u03cd\u03ba\u03bf\u03bb\u03b7 \u03ba\u03b1\u03b9 \u03b1\u03c3\u03c6\u03b1\u03bb\u03ae \u03c0\u03b1\u03c1\u03b1\u03ba\u03bf\u03bb\u03bf\u03cd\u03b8\u03b7\u03c3\u03b7 \u03c4\u03c9\u03bd \u03bf\u03b9\u03ba\u03bf\u03bd\u03bf\u03bc\u03b9\u03ba\u03ce\u03bd \u03c3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03c9\u03bd \u03c4\u03b7\u03c2 \u03b5\u03c0\u03b9\u03c7\u03b5\u03af\u03c1\u03b7\u03c3\u03ae\u03c2 \u03c3\u03b1\u03c2. \u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03c3\u03c5\u03bd\u03b4\u03b5\u03b8\u03b5\u03af\u03c4\u03b5 \u03bc\u03b5 \u03c4\u03b1 \u03b4\u03b9\u03b1\u03c0\u03b9\u03c3\u03c4\u03b5\u03c5\u03c4\u03ae\u03c1\u03b9\u03b1 \u03c0\u03bf\u03c5 \u03c3\u03b1\u03c2 \u03ad\u03c7\u03bf\u03c5\u03bd \u03b4\u03bf\u03b8\u03b5\u03af \u03b1\u03c0\u03cc \u03c4\u03bf \u03b3\u03c1\u03b1\u03c6\u03b5\u03af\u03bf \u03bc\u03b1\u03c2 \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03b1\u03c0\u03bf\u03ba\u03c4\u03ae\u03c3\u03b5\u03c4\u03b5 \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7 \u03c3\u03c4\u03bf\u03bd \u03c0\u03c1\u03bf\u03c3\u03c9\u03c0\u03b9\u03ba\u03cc [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-7","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/portal.myrtakis.gr\/wp-json\/wp\/v2\/pages\/7","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/portal.myrtakis.gr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/portal.myrtakis.gr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/portal.myrtakis.gr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/portal.myrtakis.gr\/wp-json\/wp\/v2\/comments?post=7"}],"version-history":[{"count":4,"href":"https:\/\/portal.myrtakis.gr\/wp-json\/wp\/v2\/pages\/7\/revisions"}],"predecessor-version":[{"id":14,"href":"https:\/\/portal.myrtakis.gr\/wp-json\/wp\/v2\/pages\/7\/revisions\/14"}],"wp:attachment":[{"href":"https:\/\/portal.myrtakis.gr\/wp-json\/wp\/v2\/media?parent=7"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}