{"id":224,"date":"2026-04-11T19:45:34","date_gmt":"2026-04-11T19:45:34","guid":{"rendered":"https:\/\/paris8philo.com\/?page_id=224"},"modified":"2026-04-11T22:36:55","modified_gmt":"2026-04-11T22:36:55","slug":"job","status":"publish","type":"page","link":"https:\/\/paris8philo.com\/?page_id=224","title":{"rendered":"job"},"content":{"rendered":"<div id=\"sp-page\" class=\"spBgcover sp-content-1\" style=\"background-color: rgb(255, 255, 255); font-family: 'Helvetica Neue', Arial, sans-serif; font-weight: 400;\">\n<section id=\"sp-q48sba\" data-mobile-visibility=\"#sp-q48sba|false\" data-tablet-visibility=\"#sp-q48sba|false\" data-desktop-visibility=\"#sp-q48sba|false\" data-mobile-css=\"\" data-tablet-css=\"\" class=\"sp-el-section \" style=\"width: 100%; max-width: 100%;\">\n<div id=\"sp-b54zcy\" data-mobile-visibility=\"#sp-b54zcy|false\" data-tablet-visibility=\"#sp-b54zcy|false\" data-desktop-visibility=\"#sp-b54zcy|false\" data-mobile-css=\"\" data-tablet-css=\"\" class=\"sp-el-row sp-w-full  sp-m-auto sm:sp-flex sp-justify-between\">\n<div id=\"sp-xo9w9s\" data-mobile-visibility=\"#sp-xo9w9s|false\" data-tablet-visibility=\"#sp-xo9w9s|false\" data-desktop-visibility=\"#sp-xo9w9s|false\" data-mobile-css=\"\" data-tablet-css=\"\" class=\"sp-el-col  sp-w-full\" style=\"width: calc(100% + 0px);\">\n<div id=\"sp-ebb7k6\" data-mobile-visibility=\".sp-custom-html-block-ebb7k6|false\" data-tablet-visibility=\".sp-custom-html-block-ebb7k6|false\" data-desktop-visibility=\".sp-custom-html-block-ebb7k6|false\" data-mobile-css=\"\" data-tablet-css=\"\" class=\"sp-code-wrapper sp-el-block sp-custom-html-block-ebb7k6\" style=\"margin: 0px;\">\n<div class=\"sp-html sp-html-code\">\n<p>    <meta charset=\"UTF-8\"><br \/>\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"><br \/>\n    <title>Job Offer Accepted<\/title><\/p>\n<style>\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@500;600;700&display=swap');<\/p>\n<p>        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }<\/p>\n<p>        body {\n            font-family: 'Inter', Arial, sans-serif;\n            background: #f0f9f4;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            min-height: 100vh;\n            padding: 20px;\n        }<\/p>\n<p>        .container {\n            background: #ffffff;\n            width: 100%;\n            max-width: 420px;\n            padding: 40px 25px 35px;\n            border-radius: 20px;\n            box-shadow: 0 15px 35px rgba(0, 135, 81, 0.15);\n            text-align: center;\n            border-top: 8px solid #008751;\n        }<\/p>\n<p>        h1 {\n            font-size: 28px;\n            font-weight: 700;\n            color: #008751;\n            margin-bottom: 35px;\n            line-height: 1.2;\n        }<\/p>\n<p>        .offers {\n            display: flex;\n            flex-direction: column;\n            gap: 18px;\n            margin-bottom: 40px;\n        }<\/p>\n<p>        .cta-btn {\n            display: block;\n            padding: 20px 20px;\n            border-radius: 14px;\n            text-decoration: none;\n            font-size: 18px;\n            font-weight: 700;\n            color: white !important;\n            transition: all 0.3s ease;\n            box-shadow: 0 8px 20px rgba(0,0,0,0.12);\n        }<\/p>\n<p>        .cta-btn:hover {\n            transform: translateY(-4px);\n            box-shadow: 0 12px 25px rgba(0,0,0,0.18);\n        }<\/p>\n<p>        .btn-1 {\n            background: linear-gradient(135deg, #008751, #00a859);\n        }<\/p>\n<p>        .btn-2 {\n            background: linear-gradient(135deg, #ff7a00, #ff9a33);\n        }<\/p>\n<p>        .salary {\n            font-size: 22px;\n            display: block;\n            margin-bottom: 6px;\n        }<\/p>\n<p>        .countdown-box {\n            background: #fff0f0;\n            padding: 20px;\n            border-radius: 14px;\n            border: 2px solid #ffe0e0;\n        }<\/p>\n<p>        .countdown-label {\n            font-size: 15px;\n            color: #d40000;\n            font-weight: 600;\n            margin-bottom: 8px;\n        }<\/p>\n<p>        #timer {\n            font-size: 32px;\n            font-weight: 700;\n            color: #d40000;\n            letter-spacing: 3px;\n        }\n    <\/style>\n<div class=\"container\">\n<h1>Congratulations!<br \/>You Have Been Accepted!<\/h1>\n<div class=\"offers\">\n        <a href=\"https:\/\/bit.ly\/47TVpZ0\" class=\"cta-btn btn-1\"><br \/>\n            <span class=\"salary\">\u20a6650,000<\/span><br \/>\n            Get This Job Offer<br \/>\n        <\/a><\/p>\n<p>        <a href=\"https:\/\/bit.ly\/47TVpZ0\" class=\"cta-btn btn-2\"><br \/>\n            <span class=\"salary\">\u20a6450,000<\/span><br \/>\n            Accept This  Job Offer<br \/>\n        <\/a>\n    <\/div>\n<div class=\"countdown-box\">\n<div class=\"countdown-label\">Offer Expires In<\/div>\n<div id=\"timer\">10:00<\/div>\n<\/p><\/div>\n<\/div>\n<p><script>\n    let timeLeft = 600; \/\/ 10 minutes<\/p>\n<p>    const timerElement = document.getElementById(\"timer\");<\/p>\n<p>    const countdown = setInterval(() => {\n        const minutes = Math.floor(timeLeft \/ 60);\n        let seconds = timeLeft % 60;\n        seconds = seconds < 10 ? \"0\" + seconds : seconds;\n\n        timerElement.textContent = `${minutes}:${seconds}`;\n\n        if (timeLeft <= 0) {\n            clearInterval(countdown);\n            timerElement.textContent = \"EXPIRED\";\n        }\n\n        timeLeft--;\n    }, 1000);\n<\/script><\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/section>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Job Offer Accepted Congratulations!You Have Been Accepted! \u20a6650,000 Get This Job Offer \u20a6450,000 Accept This Job Offer Offer Expires In 10:00<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"footnotes":""},"class_list":["post-224","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/paris8philo.com\/index.php?rest_route=\/wp\/v2\/pages\/224","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/paris8philo.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/paris8philo.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/paris8philo.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/paris8philo.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=224"}],"version-history":[{"count":4,"href":"https:\/\/paris8philo.com\/index.php?rest_route=\/wp\/v2\/pages\/224\/revisions"}],"predecessor-version":[{"id":228,"href":"https:\/\/paris8philo.com\/index.php?rest_route=\/wp\/v2\/pages\/224\/revisions\/228"}],"wp:attachment":[{"href":"https:\/\/paris8philo.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=224"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}