{"id":231,"date":"2026-07-29T19:07:25","date_gmt":"2026-07-29T17:07:25","guid":{"rendered":"https:\/\/kamil-soloducha.com\/?page_id=231"},"modified":"2026-07-29T19:18:37","modified_gmt":"2026-07-29T17:18:37","slug":"contakt","status":"publish","type":"page","link":"https:\/\/kamil-soloducha.com\/?page_id=231","title":{"rendered":"Contact"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Contact Form<\/title>\n    <style>\n        :root {\n            --bg-color: #ffffff;\n            --text-color: #000000;\n            --border-color: #000000;\n            --input-bg: #ffffff;\n            --hover-bg: #000000;\n            --hover-text: #ffffff;\n            --focus-outline: #000000;\n        }\n\n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n\n        body {\n            font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n            background-color: var(--bg-color);\n            color: var(--text-color);\n            line-height: 1.5;\n            padding: 2rem 1rem;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            min-height: 100vh;\n        }\n\n        .contact-container {\n            width: 100%;\n            max-width: 600px;\n            padding: 2rem;\n            background-color: var(--bg-color);\n        }\n\n        .contact-header {\n            margin-bottom: 2rem;\n        }\n\n        .contact-header h1 {\n            font-size: 2rem;\n            font-weight: 700;\n            margin-bottom: 0.5rem;\n            letter-spacing: -0.02em;\n        }\n\n        .contact-header p {\n            font-size: 1rem;\n            color: var(--text-color);\n        }\n\n        .form-group {\n            margin-bottom: 1.5rem;\n        }\n\n        label {\n            display: block;\n            font-size: 0.875rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            margin-bottom: 0.5rem;\n        }\n\n        input[type=\"text\"],\n        input[type=\"email\"],\n        textarea {\n            width: 100%;\n            padding: 0.875rem 1rem;\n            font-size: 1rem;\n            font-family: inherit;\n            color: var(--text-color);\n            background-color: var(--input-bg);\n            border: 1px solid var(--border-color);\n            border-radius: 0;\n            outline: none;\n            transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;\n        }\n\n        input[type=\"text\"]:focus,\n        input[type=\"email\"]:focus,\n        textarea:focus {\n            border-color: var(--focus-outline);\n            box-shadow: 0 0 0 2px var(--focus-outline);\n        }\n\n        textarea {\n            resize: vertical;\n            min-height: 140px;\n        }\n\n        .submit-btn {\n            display: inline-block;\n            width: 100%;\n            padding: 1rem 1.5rem;\n            font-size: 0.875rem;\n            font-weight: 700;\n            text-transform: uppercase;\n            letter-spacing: 0.1em;\n            color: var(--text-color);\n            background-color: var(--bg-color);\n            border: 2px solid var(--border-color);\n            cursor: pointer;\n            transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;\n        }\n\n        .submit-btn:hover,\n        .submit-btn:focus {\n            background-color: var(--hover-bg);\n            color: var(--hover-text);\n        }\n\n        @media (max-width: 480px) {\n            .contact-container {\n                padding: 1rem;\n            }\n\n            .contact-header h1 {\n                font-size: 1.75rem;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <div class=\"contact-container\">\n        \n        <div class=\"contact-header\">\n            <h1>Get in Touch<\/h1>\n            <p>Please fill out the form below and we will be in touch.<\/p>\n        <\/div>\n\n        <!-- Form configured to send emails directly via Web3Forms -->\n        <form action=\"https:\/\/api.web3forms.com\/submit\" method=\"POST\">\n            \n            <!-- Replace YOUR_ACCESS_KEY_HERE with the key from web3forms.com -->\n            <input type=\"hidden\" name=\"access_key\" value=\"4da1545c-8838-4e29-ab32-4fbdb2d4a1da\">\n\n            <!-- Optional: Sets the email subject you will receive -->\n            <input type=\"hidden\" name=\"subject\" value=\"New Contact Form Submission from Website\">\n\n            <div class=\"form-group\">\n                <label for=\"name\">Full Name *<\/label>\n                <input type=\"text\" id=\"name\" name=\"name\" placeholder=\"John Doe\" required>\n            <\/div>\n\n            <div class=\"form-group\">\n                <label for=\"email\">Email Address *<\/label>\n                <input type=\"email\" id=\"email\" name=\"email\" placeholder=\"john@example.com\" required>\n            <\/div>\n\n            <div class=\"form-group\">\n                <label for=\"subject\">Subject<\/label>\n                <input type=\"text\" id=\"subject\" name=\"user_subject\" placeholder=\"Inquiry regarding...\">\n            <\/div>\n\n            <div class=\"form-group\">\n                <label for=\"message\">Message *<\/label>\n                <textarea id=\"message\" name=\"message\" placeholder=\"Write your message here...\" required><\/textarea>\n            <\/div>\n\n            <button type=\"submit\" class=\"submit-btn\">Send Message<\/button>\n\n        <\/form>\n\n    <\/div>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Contact Form Get in Touch Please fill out the form below and we will be in touch. Full Name * Email Address * Subject Message * Send Message<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-2","meta":{"footnotes":""},"class_list":["post-231","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/kamil-soloducha.com\/index.php?rest_route=\/wp\/v2\/pages\/231","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kamil-soloducha.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/kamil-soloducha.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/kamil-soloducha.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kamil-soloducha.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=231"}],"version-history":[{"count":5,"href":"https:\/\/kamil-soloducha.com\/index.php?rest_route=\/wp\/v2\/pages\/231\/revisions"}],"predecessor-version":[{"id":240,"href":"https:\/\/kamil-soloducha.com\/index.php?rest_route=\/wp\/v2\/pages\/231\/revisions\/240"}],"wp:attachment":[{"href":"https:\/\/kamil-soloducha.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=231"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}