{"id":14,"date":"2026-07-16T17:53:59","date_gmt":"2026-07-16T17:53:59","guid":{"rendered":"https:\/\/athensboxradio.net\/?page_id=14"},"modified":"2026-07-17T18:43:20","modified_gmt":"2026-07-17T18:43:20","slug":"%ce%b5%cf%80%ce%b9%ce%ba%ce%bf%ce%b9%ce%bd%cf%89%ce%bd%ce%af%ce%b1","status":"publish","type":"page","link":"https:\/\/athensboxradio.net\/?page_id=14","title":{"rendered":"\u03b5\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03af\u03b1"},"content":{"rendered":"\n<section class=\"athens-contact-box\" aria-labelledby=\"athens-contact-title\">\n\n  <h2 id=\"athens-contact-title\">\u0395\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03ae\u03c3\u03c4\u03b5 \u03bc\u03b1\u03b6\u03af \u03bc\u03b1\u03c2 \u03b5\u03b4\u03ce:<\/h2>\n\n  <form id=\"athens-contact-form\">\n\n    <div class=\"athens-form-field\">\n      <label for=\"athens-name\">\u038c\u03bd\u03bf\u03bc\u03b1:<\/label>\n      <input type=\"text\" id=\"athens-name\" name=\"name\" autocomplete=\"name\" required=\"\">\n    <\/div>\n\n    <div class=\"athens-form-field\">\n      <label for=\"athens-email\">Email:<\/label>\n      <input type=\"email\" id=\"athens-email\" name=\"email\" autocomplete=\"email\" required=\"\">\n    <\/div>\n\n    <div class=\"athens-form-field\">\n      <label for=\"athens-phone\">\u03a4\u03b7\u03bb\u03ad\u03c6\u03c9\u03bd\u03bf:<\/label>\n      <input type=\"tel\" id=\"athens-phone\" name=\"phone\" autocomplete=\"tel\" required=\"\">\n    <\/div>\n\n    <div class=\"athens-form-field\">\n      <label for=\"athens-message\">\u039c\u03ae\u03bd\u03c5\u03bc\u03b1:<\/label>\n      <textarea id=\"athens-message\" name=\"message\" rows=\"8\" required=\"\"><\/textarea>\n    <\/div>\n\n    <button type=\"submit\">\u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae<\/button>\n\n    <p id=\"athens-form-status\" role=\"status\" aria-live=\"polite\"><\/p>\n\n  <\/form>\n\n<\/section>\n\n<style>\n.athens-contact-box {\n  width: 100%;\n  max-width: 700px;\n  margin: 30px auto;\n  padding: 25px;\n  box-sizing: border-box;\n}\n\n.athens-contact-box h2 {\n  margin: 0 0 25px;\n  font-size: 28px;\n  line-height: 1.4;\n}\n\n#athens-contact-form {\n  display: flex;\n  flex-direction: column;\n  gap: 20px;\n}\n\n.athens-form-field {\n  display: flex;\n  flex-direction: column;\n  gap: 8px;\n}\n\n.athens-form-field label {\n  font-size: 18px;\n  font-weight: 700;\n}\n\n.athens-form-field input,\n.athens-form-field textarea {\n  width: 100%;\n  padding: 13px;\n  border: 2px solid #555;\n  border-radius: 6px;\n  box-sizing: border-box;\n  background: #fff;\n  color: #111;\n  font: inherit;\n  font-size: 17px;\n}\n\n.athens-form-field textarea {\n  min-height: 180px;\n  resize: vertical;\n}\n\n.athens-form-field input:focus,\n.athens-form-field textarea:focus {\n  border-color: #005fcc;\n  outline: 3px solid #005fcc;\n  outline-offset: 2px;\n}\n\n#athens-contact-form button {\n  width: 180px;\n  padding: 14px 25px;\n  border: 0;\n  border-radius: 6px;\n  background: #111;\n  color: #fff;\n  font: inherit;\n  font-size: 18px;\n  font-weight: 700;\n  cursor: pointer;\n}\n\n#athens-contact-form button:hover,\n#athens-contact-form button:focus {\n  background: #333;\n  outline: 3px solid #005fcc;\n  outline-offset: 2px;\n}\n\n#athens-form-status {\n  margin: 0;\n  font-weight: 700;\n}\n\n@media (max-width: 600px) {\n  .athens-contact-box {\n    padding: 18px;\n  }\n\n  .athens-contact-box h2 {\n    font-size: 23px;\n  }\n\n  #athens-contact-form button {\n    width: 100%;\n  }\n}\n<\/style>\n\n<script>\ndocument.getElementById(\"athens-contact-form\").addEventListener(\"submit\", function(event) {\n  event.preventDefault();\n\n  const name = document.getElementById(\"athens-name\").value.trim();\n  const email = document.getElementById(\"athens-email\").value.trim();\n  const phone = document.getElementById(\"athens-phone\").value.trim();\n  const message = document.getElementById(\"athens-message\").value.trim();\n  const status = document.getElementById(\"athens-form-status\");\n\n  if (!name || !email || !phone || !message) {\n    status.textContent = \"\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03c3\u03c5\u03bc\u03c0\u03bb\u03b7\u03c1\u03ce\u03c3\u03c4\u03b5 \u03cc\u03bb\u03b1 \u03c4\u03b1 \u03c0\u03b5\u03b4\u03af\u03b1.\";\n    return;\n  }\n\n  const subject = \"\u0395\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03af\u03b1 \u03bc\u03b5 \u03c4\u03bf Athens Box Radio\";\n\n  const body =\n    \"\u038c\u03bd\u03bf\u03bc\u03b1: \" + name + \"\\n\" +\n    \"Email: \" + email + \"\\n\" +\n    \"\u03a4\u03b7\u03bb\u03ad\u03c6\u03c9\u03bd\u03bf: \" + phone + \"\\n\\n\" +\n    \"\u039c\u03ae\u03bd\u03c5\u03bc\u03b1:\\n\" + message;\n\n  const mailtoLink =\n    \"mailto:info@athensboxradio.net\" +\n    \"?subject=\" + encodeURIComponent(subject) +\n    \"&body=\" + encodeURIComponent(body);\n\n  status.textContent = \"\u0391\u03bd\u03bf\u03af\u03b3\u03b5\u03b9 \u03c4\u03bf \u03c0\u03c1\u03cc\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1 email \u03b3\u03b9\u03b1 \u03c4\u03b7\u03bd \u03b1\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae \u03c4\u03bf\u03c5 \u03bc\u03b7\u03bd\u03cd\u03bc\u03b1\u03c4\u03bf\u03c2.\";\n\n  window.location.href = mailtoLink;\n});\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>\u0395\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03ae\u03c3\u03c4\u03b5 \u03bc\u03b1\u03b6\u03af \u03bc\u03b1\u03c2 \u03b5\u03b4\u03ce: \u038c\u03bd\u03bf\u03bc\u03b1: Email: \u03a4\u03b7\u03bb\u03ad\u03c6\u03c9\u03bd\u03bf: \u039c\u03ae\u03bd\u03c5\u03bc\u03b1: \u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae<\/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-14","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/athensboxradio.net\/index.php?rest_route=\/wp\/v2\/pages\/14","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/athensboxradio.net\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/athensboxradio.net\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/athensboxradio.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/athensboxradio.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=14"}],"version-history":[{"count":3,"href":"https:\/\/athensboxradio.net\/index.php?rest_route=\/wp\/v2\/pages\/14\/revisions"}],"predecessor-version":[{"id":22,"href":"https:\/\/athensboxradio.net\/index.php?rest_route=\/wp\/v2\/pages\/14\/revisions\/22"}],"wp:attachment":[{"href":"https:\/\/athensboxradio.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=14"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}