{"id":785,"date":"2024-07-24T17:26:53","date_gmt":"2024-07-24T10:26:53","guid":{"rendered":"https:\/\/jobbank.com.vn\/?page_id=785"},"modified":"2025-02-04T16:33:03","modified_gmt":"2025-02-04T09:33:03","slug":"dang-ky","status":"publish","type":"page","link":"https:\/\/jobbank.com.vn\/en\/dang-ky\/","title":{"rendered":"\u0110\u0103ng k\u00fd"},"content":{"rendered":"<section class=\"section dark\" id=\"section_1234792811\">\n\t\t<div class=\"section-bg fill\" >\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1500\" height=\"1189\" src=\"https:\/\/jobbank.com.vn\/wp-content\/uploads\/2024\/07\/angelo-pantazis-zXVk8mNl9M0-unsplash.jpg\" class=\"bg attachment- size-\" alt=\"\" \/>\t\t\t\t\t\t<div class=\"section-bg-overlay absolute fill\"><\/div>\n\t\t\t\n\n\t\t<\/div>\n\n\t\t\n\n\t\t<div class=\"section-content relative\">\n\t\t\t\n\n\t<div id=\"gap-530839545\" class=\"gap-element clearfix\" style=\"display:block; height:auto;\">\n\t\t\n<style>\n#gap-530839545 {\n  padding-top: 50px;\n}\n<\/style>\n\t<\/div>\n\t\n\n<div class=\"row align-center\"  id=\"row-570259159\">\n\n\n\t<div id=\"col-1821692755\" class=\"col medium-9 small-12 large-6\"  >\n\t\t\t\t<div class=\"col-inner text-center\"  >\n\t\t\t\n\t\t\t\n\n<h6>C\u00f9ng Jobbank<\/h6>\n\t<div id=\"text-1397997628\" class=\"text\">\n\t\t\n\n<h2>B\u1eaft \u0111\u1ea7u m\u1ed9t h\u00e0nh tr\u00ecnh m\u1edbi<\/h2>\n\t\t\n<style>\n#text-1397997628 {\n  font-size: 2rem;\n}\n<\/style>\n\t<\/div>\n\t\n\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\n\t\n\n<\/div>\n\n\n\n\n\n\t\t<\/div>\n\n\t\t\n<style>\n#section_1234792811 {\n  padding-top: 30px;\n  padding-bottom: 30px;\n  min-height: 400px;\n}\n#section_1234792811 .section-bg-overlay {\n  background-color: rgba(0, 0, 0, 0.3);\n}\n#section_1234792811 .section-bg img {\n  object-position: 64% 37%;\n}\n@media (min-width:550px) {\n  #section_1234792811 {\n    min-height: 500px;\n  }\n}\n<\/style>\n\t<\/section>\n\t\n<div class=\"row\"  id=\"row-790617435\">\n\n\n\t<div id=\"col-209249646\" class=\"col small-12 large-12\"  >\n\t\t\t\t<div class=\"col-inner\"  >\n\t\t\t\n\t\t\t\n\n\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <style>\n        body {\n            font-family: Arial, sans-serif;\n            color: #032554;\n        }\n\n        .form-container {\n            border: 1px solid #032554;\n            padding: 20px;\n            width: 850px;\n            margin: 0 auto;\n            border-radius: 10px;\n            box-sizing: border-box;\n        }\n\n        @media only screen and (max-width: 768px) {\n            .form-container {\n                width: 90%;\n            }\n        }\n\n        input[type=\"text\"], input[type=\"email\"], input[type=\"file\"] {\n            width: 100%;\n            padding: 10px;\n            margin-bottom: 10px;\n            border: 1px solid #032554;\n            border-radius: 5px;\n            box-sizing: border-box;\n            color: #032554;\n        }\n\n        .button-container {\n            text-align: center;\n            margin-top: 20px;\n        }\n\n        input[type=\"button\"] {\n            color: white;\n            background-color: #032554;\n            border: none;\n            padding: 10px 40px;\n            border-radius: 25px;\n            cursor: pointer;\n        }\n\n        input[type=\"button\"]:hover {\n            background-color: #021a3c;\n        }\n\n        .message {\n            text-align: center;\n            font-size: 24px;\n            color: #032554;\n            display: none;\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"form-container\" id=\"formContainer\">\n        <form id=\"myForm\" enctype=\"multipart\/form-data\">\n            <label for=\"name\">H\u1ecd v\u00e0 t\u00ean:<\/label>\n            <input type=\"text\" name=\"name\" id=\"name\" required><br><br>\n            \n            <label for=\"email\">Email:<\/label>\n            <input type=\"email\" name=\"email\" id=\"email\" required><br><br>\n            \n            <label for=\"phone\">S\u1ed1 \u0111i\u1ec7n tho\u1ea1i:<\/label>\n            <input type=\"text\" name=\"phone\" id=\"phone\" required><br><br>\n            \n            <label for=\"myFile\">Ch\u1ecdn file:<\/label>\n            <input type=\"file\" name=\"myFile\" id=\"myFile\" required><br><br>\n            \n            <div class=\"button-container\">\n                <input type=\"button\" value=\"G\u1eedi\" onclick=\"uploadFile()\">\n            <\/div>\n        <input type=\"hidden\" name=\"trp-form-language\" value=\"en\"\/><\/form>\n        <div id=\"output\" class=\"message\"><\/div>\n    <\/div>\n    <script>\n        function uploadFile() {\n            var fileInput = document.getElementById('myFile');\n            var file = fileInput.files[0];\n            var reader = new FileReader();\n            reader.onload = function(e) {\n                var content = e.target.result.split(',')[1]; \n                var jobcode = sessionStorage.getItem('jobcode');\n                var obj = {\n                    myFile: content,\n                    fileName: file.name,\n                    mimeType: file.type,\n                    name: document.getElementById('name').value,\n                    email: document.getElementById('email').value,\n                    phone: document.getElementById('phone').value,\n                    jobcode: jobcode\n                };\n                fetch('https:\/\/script.google.com\/macros\/s\/AKfycbyTuy5HPQU7WhsRprwNBZI_U8XVPVLCuYS867Kc5iJM75Xcvig2Q-3njJxeT5axtsGf\/exec', { \n                    method: 'POST',\n                    headers: {\n                        'Content-Type': 'application\/x-www-form-urlencoded'\n                    },\n                    body: new URLSearchParams(obj).toString()\n                })\n                .then(response => response.text())\n                .then(data => {\n                    document.getElementById('output').innerText = 'B\u1ea1n \u0111\u00e3 g\u1eedi th\u00f4ng tin th\u00e0nh c\u00f4ng.nCh\u00fang t\u00f4i s\u1ebd li\u00ean h\u1ec7 v\u1edbi b\u1ea1n s\u1edbm!';\n                    document.getElementById('output').style.display = 'block';\n                    document.getElementById('myForm').style.display = 'none';\n                })\n                .catch(error => {\n                    document.getElementById('output').innerText = 'Error: ' + error.message;\n                    document.getElementById('output').style.display = 'block';\n                });\n            };\n            reader.readAsDataURL(file);\n        }\n    <\/script>\n<\/body>\n<\/html>\n\n\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\n\t\n\n<\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-785","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/jobbank.com.vn\/en\/wp-json\/wp\/v2\/pages\/785","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jobbank.com.vn\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/jobbank.com.vn\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/jobbank.com.vn\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/jobbank.com.vn\/en\/wp-json\/wp\/v2\/comments?post=785"}],"version-history":[{"count":19,"href":"https:\/\/jobbank.com.vn\/en\/wp-json\/wp\/v2\/pages\/785\/revisions"}],"predecessor-version":[{"id":1078,"href":"https:\/\/jobbank.com.vn\/en\/wp-json\/wp\/v2\/pages\/785\/revisions\/1078"}],"wp:attachment":[{"href":"https:\/\/jobbank.com.vn\/en\/wp-json\/wp\/v2\/media?parent=785"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}