{"id":1247,"date":"2025-07-14T20:38:08","date_gmt":"2025-07-14T20:38:08","guid":{"rendered":"https:\/\/exsolteknoloji.com\/?page_id=1247"},"modified":"2025-08-06T13:05:06","modified_gmt":"2025-08-06T13:05:06","slug":"iletisim","status":"publish","type":"page","link":"https:\/\/exsol.com.tr\/en\/iletisim\/","title":{"rendered":"Contact"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"1247\" class=\"elementor elementor-1247\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c2f63c6 e-flex e-con-boxed e-con e-parent\" data-id=\"c2f63c6\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-757f1a7 elementor-widget elementor-widget-html\" data-id=\"757f1a7\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\/>\n  <title>\u0130leti\u015fim<\/title>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@400;600;700;800&display=swap\" rel=\"stylesheet\"\/>\n  <style>\n    .iletisim-container {\n      font-family: 'Montserrat', sans-serif;\n    }\n\n    body {\n      margin: 0;\n      padding: 0;\n    }\n\n    \/* Di\u011fer stillerin tamam\u0131 buraya ayn\u0131 \u015fekilde devam eder *\/\n\n  <style>\n    body, .iletisim-container {\n      font-family: 'Inter', sans-serif;\n    }\n\n    .iletisim-container {\n      max-width: 1200px;\n      margin: 60px auto;\n      padding: 20px;\n      display: flex;\n      gap: 40px;\n      flex-wrap: wrap;\n    }\n\n    .form-kutu, .info-kutu {\n      flex: 1 1 48%;\n      background-color: #fff;\n      padding: 30px;\n      border-radius: 16px;\n      box-shadow: 0 10px 30px rgba(0,0,0,0.05);\n      display: flex;\n      flex-direction: column;\n      justify-content: space-between;\n    }\n\n    .form-kutu form .form-group {\n      display: flex;\n      flex-direction: column;\n      margin-bottom: 20px;\n    }\n\n    .form-kutu label {\n      font-weight: bold;\n      margin-bottom: 6px;\n    }\n\n    .form-kutu input,\n    .form-kutu textarea {\n      padding: 10px;\n      border: 1px solid #ccc;\n      border-radius: 8px;\n      font-size: 15px;\n    }\n\n    .form-footer {\n      display: flex;\n      justify-content: flex-end;\n      align-items: center;\n      gap: 12px;\n    }\n\n    .form-footer button {\n      padding: 12px 24px;\n      background-color: #9c1c14;\n      color: #fff;\n      border: none;\n      border-radius: 8px;\n      font-weight: bold;\n      cursor: pointer;\n    }\n\n    .form-footer button:hover {\n      background-color: #7a150f;\n    }\n\n    .notification {\n      display: none;\n      color: #28a745;\n      font-weight: 500;\n      font-size: 14px;\n      opacity: 0;\n      transition: opacity 0.3s ease;\n    }\n\n    .notification.show {\n      display: inline;\n      opacity: 1;\n    }\n\n    .info-header {\n      color: #000;\n      font-size: 36px;\n      font-weight: 800;\n      margin-bottom: 10px;\n    }\n\n    .info-desc {\n      font-size: 16px;\n      line-height: 1.6;\n      color: #444;\n      margin-bottom: 20px;\n    }\n\n    .info-wrapper {\n      display: flex;\n      gap: 20px;\n    }\n\n    .harita iframe {\n      width: 100%;\n      height: 220px;\n      border-radius: 12px;\n      filter: grayscale(100%) contrast(90%);\n    }\n\n    .bilgi-kartlar {\n      display: flex;\n      flex-direction: column;\n      justify-content: space-between;\n      gap: 20px;\n    }\n\n    .bilgi-box {\n      align-items: center;\n      display: flex;\n      align-items: flex-start;\n      gap: 12px;\n    }\n\n    .bilgi-box svg {\n      min-width: 32px;\n      min-height: 32px;\n      width: 32px !important;\n      height: 32px !important;\n      fill: #9c1c14 !important;\n      margin-top: 2px;\n    }\n\n    .bilgi-box strong {\n      color: #9c1c14;\n      font-weight: 700;\n      display: inline-block;\n      margin-bottom: 4px;\n    }\n\n    .bilgi-box span {\n      font-size: 16px;\n      color: #333;\n      line-height: 1.4;\n    }\n\n    @media (max-width: 768px) {\n      .iletisim-container {\n        flex-direction: column;\n      }\n\n      .form-kutu, .info-kutu {\n        flex: 1 1 100%;\n      }\n\n      .info-wrapper {\n        flex-direction: column;\n      }\n    }\n  <\/style>\n<\/head>\n<body>\n<div class=\"iletisim-container\">\n  <!-- Form -->\n  <div class=\"form-kutu\">\n    <form id=\"iletisimFormu\" action=\"\">\n      <div class=\"form-group\">\n        <label for=\"adsoyad\">Full Name<\/label>\n        <input id=\"adsoyad\" name=\"adsoyad\" required type=\"text\"\/>\n      <\/div>\n      <div class=\"form-group\">\n        <label for=\"email\">E-mail<\/label>\n        <input id=\"email\" name=\"email\" required type=\"email\"\/>\n      <\/div>\n      <div class=\"form-group\">\n        <label for=\"mesaj\">Your Message<\/label>\n        <textarea id=\"mesaj\" name=\"mesaj\" placeholder=\"Write your message...\" required rows=\"5\"><\/textarea>\n      <\/div>\n      <div class=\"form-footer\">\n        <div class=\"notification\" id=\"iletisimBasarili\">\u2705 Your message has been sent!<\/div>\n        <button type=\"submit\">Submit<\/button>\n      <\/div>\n    <input type=\"hidden\" name=\"trp-form-language\" value=\"en\"\/><\/form>\n  <\/div>\n\n  <!-- Harita + Bilgi -->\n  <div class=\"info-kutu\">\n    <div>\n      <div class=\"info-header\">CONTACT US<\/div>\n      <p class=\"info-desc\">\n        We are happy to assist you with any needs you may have. For your projects, proposals, or technical support requests, please feel free to contact us.\n      <\/p>\n    <\/div>\n    <div class=\"info-wrapper\">\n      <div class=\"bilgi-kartlar\">\n        <div class=\"bilgi-box\">\n          <svg viewbox=\"0 0 24 24\"><path d=\"M6.62 10.79a15.05 15.05 0 006.59 6.59l2.2-2.2a1.003 1.003 0 011.11-.21c1.21.49 2.53.76 3.88.76.55 0 1 .45 1 1v3.5a1 1 0 01-1 1C10.61 22 2 13.39 2 3.5a1 1 0 011-1H6.5c.55 0 1 .45 1 1 0 1.35.26 2.67.76 3.88a1 1 0 01-.21 1.11l-2.2 2.2z\"\/><\/svg>\n          <span><strong>PHONE NUMBER<\/strong><br\/>+90 (216) 519 10 12<\/span>\n        <\/div>\n        <div class=\"bilgi-box\">\n          <svg viewbox=\"0 0 24 24\"><path d=\"M3 5.75C3 4.23122 4.23122 3 5.75 3H18.25C19.7688 3 21 4.23122 21 5.75V18.25C21 19.7688 19.7688 21 18.25 21H5.75C4.23122 21 3 19.7688 3 18.25V5.75ZM5.75 4.5C5.05964 4.5 4.5 5.05964 4.5 5.75V6.37903L11.7305 12.1996C11.8934 12.3283 12.1066 12.3283 12.2695 12.1996L19.5 6.37903V5.75C19.5 5.05964 18.9404 4.5 18.25 4.5H5.75ZM19.5 8.07353L13.0271 13.2124C12.4248 13.6776 11.5752 13.6776 10.9729 13.2124L4.5 8.07353V18.25C4.5 18.9404 5.05964 19.5 5.75 19.5H18.25C18.9404 19.5 19.5 18.9404 19.5 18.25V8.07353Z\"\/><\/svg>\n          <span><strong>E-MAIL<\/strong><br\/>info@exsol.com.tr<\/span>\n        <\/div>\n        <div class=\"bilgi-box\">\n          <svg viewbox=\"0 0 24 24\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5S10.62 6.5 12 6.5s2.5 1.12 2.5 2.5S13.38 11.5 12 11.5z\"\/><\/svg>\n          <span><strong>ADDRESS<\/strong><br\/>Altay\u00e7e\u015fme Nbrhd., \u00c7aml\u0131 St., DAP Royal Center, Block A No:16 A, Apt. No:8, Maltepe\/Istanbul<\/span>\n        <\/div>\n      <\/div>\n      <div class=\"harita\">\n        <iframe src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m18!1m12!1m3!1d3014.071402800253!2d29.132098776608498!3d40.93610227136068!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x14cac69ec104a31b%3A0xbb893e30c884cfdc!2sDap%20Royal%20Center!5e0!3m2!1str!2str!4v1752647833374!5m2!1str!2str\"\n        style=\"border:0; filter:grayscale(100%) contrast(90%); width:100%; height:220px; border-radius:12px;\"\n        allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"><\/iframe>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n<script>\n  document.getElementById(\"iletisimFormu\").addEventListener(\"submit\", function(e) {\n    e.preventDefault();\n    const form = document.getElementById(\"iletisimFormu\");\n    const formData = new FormData(form);\n    const notify = document.getElementById(\"iletisimBasarili\");\n\n    fetch(\"\/iletisim-gonder.php\", {\n      method: \"POST\",\n      body: formData\n    })\n    .then(response => {\n      if (response.ok) {\n        notify.classList.add(\"show\");\n        setTimeout(() => {\n          notify.classList.remove(\"show\");\n        }, 1500);\n        form.reset();\n      } else {\n        alert(\"G\u00f6nderme s\u0131ras\u0131nda bir sorun olu\u015ftu.\");\n      }\n    })\n    .catch(error => {\n      console.error(\"Hata:\", error);\n      alert(\"Sunucu hatas\u0131 olu\u015ftu.\");\n    });\n  });\n<\/script>\n<\/body>\n<\/html>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>\u0130leti\u015fim Ad Soyad E-posta Mesaj\u0131n \u2705 Mesaj\u0131n\u0131z g\u00f6nderildi! G\u00f6nder B\u0130ZE ULA\u015eIN \u0130htiyac\u0131n\u0131z olan her konuda size yard\u0131mc\u0131 olmaktan memnuniyet duyar\u0131z. Projeleriniz, teklifleriniz ya da teknik destek talepleriniz i\u00e7in bizimle ileti\u015fime ge\u00e7ebilirsiniz. TELEFON+90 (216) 519 10 12 E-POSTAinfo@exsol.com.tr ADRESAltay\u00e7e\u015fme Mah., \u00c7aml\u0131 Sok., DAP Royal Center, Blok A No:16 A, \u0130\u00e7 Kap\u0131 No:8, Maltepe\/\u0130stanbul<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"inline_featured_image":false,"footnotes":""},"class_list":["post-1247","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/exsol.com.tr\/en\/wp-json\/wp\/v2\/pages\/1247","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/exsol.com.tr\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/exsol.com.tr\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/exsol.com.tr\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/exsol.com.tr\/en\/wp-json\/wp\/v2\/comments?post=1247"}],"version-history":[{"count":0,"href":"https:\/\/exsol.com.tr\/en\/wp-json\/wp\/v2\/pages\/1247\/revisions"}],"wp:attachment":[{"href":"https:\/\/exsol.com.tr\/en\/wp-json\/wp\/v2\/media?parent=1247"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}