{"id":8357,"date":"2023-03-22T13:57:56","date_gmt":"2023-03-22T06:57:56","guid":{"rendered":"https:\/\/civi.uxper.co\/?page_id=8357"},"modified":"2025-09-28T18:25:52","modified_gmt":"2025-09-28T17:25:52","slug":"employer-landing","status":"publish","type":"page","link":"https:\/\/jobsdz.com\/fr\/employer-landing\/","title":{"rendered":"Employer Landing"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"8357\" class=\"elementor elementor-8357\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-70b7ff3 elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"70b7ff3\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-27d88572\" data-id=\"27d88572\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-77fe35d elementor-widget elementor-widget-html\" data-id=\"77fe35d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\r\n    \r\n    <style>\r\n        \/* ==================================== *\/\r\n        \/* CSS Variables and Global Resets *\/\r\n        \/* ==================================== *\/\r\n        :root {\r\n            \/* Color Variables *\/\r\n            --primary-color: #007bff; \/* Deep Blue *\/\r\n            --secondary-color: #28a745; \/* Success Green *\/\r\n            --accent-color: #ffc107; \/* Warning Yellow *\/\r\n            --text-dark: #212529; \/* Very Dark Text for Contrast *\/\r\n            --text-light: #ffffff;\r\n            --bg-color-start: #f8f9fa; \r\n            --bg-color-middle: #e9ecef; \r\n            --bg-color-end: #dee2e6; \r\n\r\n            \/* Transition Variables *\/\r\n            --trans-speed: 0.5s;\r\n            --trans-ease: cubic-bezier(0.25, 0.8, 0.25, 1);\r\n            \r\n            \/* Typography Variables *\/\r\n            --font-main: 'Poppins', sans-serif;\r\n            --font-size-base: 1.1rem; \r\n            \r\n            \/* CTA Shadow (now for the blue gradient) *\/\r\n            --cta-shadow: 0 15px 40px rgba(0, 123, 255, 0.4); \r\n        }\r\n\r\n        \/* Improvement: Universal Box Sizing *\/\r\n        *, *::before, *::after {\r\n            box-sizing: border-box;\r\n            backface-visibility: hidden;\r\n        }\r\n\r\n        html {\r\n            scroll-behavior: smooth;\r\n        }\r\n        ::selection {\r\n            background: var(--primary-color);\r\n            color: var(--text-light);\r\n        }\r\n\r\n\r\n\r\n        .btn-cta, .card, a, .feature-item {\r\n            transition: transform var(--trans-speed) var(--trans-ease), \r\n                        box-shadow var(--trans-speed) var(--trans-ease), \r\n                        background var(--trans-speed) var(--trans-ease); \r\n            will-change: transform, box-shadow; \r\n            cursor: pointer;\r\n        }\r\n\r\n        .container {\r\n            width: 90%;\r\n            max-width: 1200px;\r\n            margin: 0 auto;\r\n            padding: 0 1.5rem;\r\n        }\r\n\r\n        \/* ==================================== *\/\r\n        \/* 1. HERO SECTION (Header & Image) *\/\r\n        \/* ==================================== *\/\r\n        header { \r\n            padding-top: 5rem;\r\n        }\r\n        \r\n        .hero-section {\r\n            background: rgba(255, 255, 255, 0.9); \r\n            backdrop-filter: blur(10px); \r\n            -webkit-backdrop-filter: blur(10px);\r\n            border: 1px solid rgba(0, 0, 0, 0.1); \r\n            color: var(--text-dark); \r\n            padding: 4rem 0 6rem 0; \r\n            text-align: center;\r\n            border-radius: 25px;\r\n            box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15); \r\n            margin-bottom: 6rem; \r\n            position: relative;\r\n            overflow: hidden;\r\n            background-image: linear-gradient(135deg, rgba(0, 123, 255, 0.05) 0%, rgba(40, 167, 69, 0.02) 100%);\r\n            \r\n            display: flex; \r\n            flex-direction: column;\r\n            align-items: center;\r\n            justify-content: center;\r\n        }\r\n\r\n        \/* Hero Image Container (Now at the top) *\/\r\n        .hero-image-container {\r\n            width: 100%; \r\n            padding: 0 2rem 2rem 2rem; \r\n            text-align: center;\r\n            order: 1; \r\n        }\r\n        .hero-image-container img {\r\n            max-width: 90%; \r\n            height: auto;\r\n            border-radius: 15px;\r\n            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2); \r\n            opacity: 0.9; \r\n            transition: opacity 0.5s ease, transform 0.3s ease;\r\n        }\r\n        .hero-image-container img:hover {\r\n            opacity: 1;\r\n            transform: scale(1.01); \r\n        }\r\n\r\n        .hero-content {\r\n            padding: 0 2rem;\r\n            text-align: center; \r\n            order: 2; \r\n            max-width: 800px; \r\n        }\r\n        \r\n        .hero-section h1 {\r\n            font-size: clamp(2.2rem, 5vw, 3.5rem); \r\n            margin-bottom: 0.8rem;\r\n            font-weight: 800; \r\n            color: var(--primary-color);\r\n            text-shadow: 1px 1px 2px rgba(0,0,0,0.1); \r\n            line-height: 1.2; \r\n            letter-spacing: -0.02em; \r\n        }\r\n\r\n        .hero-section h1 strong { \/* Highlight strong in H1 with gradient *\/\r\n            background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));\r\n            -webkit-background-clip: text;\r\n            -webkit-text-fill-color: transparent;\r\n        }\r\n\r\n        .hero-section p {\r\n            font-size: 1.35rem; \r\n            margin-bottom: 2.5rem; \r\n            font-weight: 400;\r\n            color: var(--text-dark);\r\n            max-width: 700px;\r\n            margin-left: auto;\r\n            margin-right: auto;\r\n        }\r\n        \r\n        \/* CTA Button - Glassmorphism Blue Gradient *\/\r\n        .btn-cta {\r\n            display: inline-block;\r\n            background: linear-gradient(135deg, rgba(0, 123, 255, 0.7) 0%, rgba(52, 152, 219, 0.7) 100%); \r\n            backdrop-filter: blur(8px);\r\n            -webkit-backdrop-filter: blur(8px);\r\n            border: 1px solid rgba(255, 255, 255, 0.3);\r\n            color: var(--text-light); \r\n            padding: 1.1rem 2.2rem; \r\n            font-size: 1.1rem;\r\n            text-decoration: none;\r\n            border-radius: 50px;\r\n            box-shadow: var(--cta-shadow); \r\n            font-weight: 700;\r\n            animation: pulse 2s infinite; \r\n            margin-top: 1rem;\r\n            letter-spacing: 0.03em;\r\n        }\r\n\r\n        .btn-cta:hover {\r\n            background: linear-gradient(135deg, rgba(52, 152, 219, 0.8) 0%, rgba(0, 123, 255, 0.8) 100%);\r\n            box-shadow: 0 20px 45px rgba(0, 123, 255, 0.7);\r\n            transform: translateY(-0.3rem) scale(1.02); \r\n            animation: none; \r\n        }\r\n\r\n        .hero-content .cta-group p {\r\n            font-size: 0.95rem;\r\n            color: var(--primary-color);\r\n            margin-top: 0.5rem;\r\n            margin-bottom: 0;\r\n            font-weight: 600;\r\n            opacity: 0.9;\r\n        }\r\n\r\n        @keyframes pulse {\r\n            0% { transform: scale(1); box-shadow: var(--cta-shadow); }\r\n            50% { transform: scale(1.01); box-shadow: 0 0 0 5px rgba(0, 123, 255, 0.1); }\r\n            100% { transform: scale(1); box-shadow: var(--cta-shadow); }\r\n        }\r\n\r\n        \/* ==================================== *\/\r\n        \/* 2. CORE MOTIVATION & FEATURES *\/\r\n        \/* ==================================== *\/\r\n        .section-title {\r\n            font-size: clamp(2rem, 5vw, 3rem); \r\n            color: var(--primary-color); \r\n            text-align: center;\r\n            margin-bottom: 4.5rem; \r\n            font-weight: 800; \r\n            text-transform: uppercase; \r\n            letter-spacing: 0.05em; \r\n            text-shadow: 1px 1px 2px rgba(0,0,0,0.05); \r\n        }\r\n\r\n        .section-title strong { \/* For bolding within titles *\/\r\n            color: var(--secondary-color);\r\n        }\r\n\r\n        .section-title span {\r\n            \/* This span is already being used for gradient on \"Critical Business Decision\" *\/\r\n            background: linear-gradient(90deg, var(--secondary-color), var(--primary-color));\r\n            -webkit-background-clip: text;\r\n            -webkit-text-fill-color: transparent;\r\n        }\r\n\r\n        .section-title::after {\r\n            content: '';\r\n            display: block;\r\n            width: 7.5rem; \r\n            height: 0.375rem;\r\n            background: linear-gradient(90deg, var(--accent-color), var(--primary-color));\r\n            margin: 1rem auto 0;\r\n            border-radius: 3px;\r\n            box-shadow: 0 0 8px var(--accent-color);\r\n        }\r\n        \r\n        \/* New Feature Grid Styling *\/\r\n        .features-section {\r\n            padding: 4rem 0;\r\n            background-color: rgba(255,255,255,0.6); \r\n            border-radius: 25px;\r\n            margin: 0 auto 6rem auto;\r\n            max-width: 90%;\r\n            box-shadow: 0 10px 30px rgba(0,0,0,0.08);\r\n        }\r\n\r\n        .features-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\r\n            gap: 2rem;\r\n            margin-bottom: 4rem;\r\n        }\r\n        \r\n        .feature-item {\r\n            display: flex;\r\n            align-items: flex-start;\r\n            gap: 1.5rem;\r\n            background: rgba(255, 255, 255, 1); \r\n            padding: 1.8rem; \r\n            border-radius: 12px; \r\n            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08); \r\n            border-left: 5px solid var(--secondary-color);\r\n            transition: all 0.3s ease;\r\n        }\r\n        \r\n        .feature-item:hover {\r\n            transform: translateY(-8px); \r\n            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);\r\n            border-left-color: var(--primary-color); \r\n        }\r\n\r\n        .feature-icon-box {\r\n            font-size: 2.5rem; \r\n            color: var(--primary-color);\r\n            min-width: 3rem;\r\n            height: 3rem;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            background: rgba(0, 123, 255, 0.1); \r\n            border-radius: 8px;\r\n        }\r\n\r\n        .feature-item h5 {\r\n            font-size: 1.2rem; \r\n            margin: 0;\r\n            color: var(--text-dark);\r\n            font-weight: 700;\r\n        }\r\n        \r\n        .feature-item p {\r\n            font-size: 0.95rem; \r\n            margin: 0.3rem 0 0 0;\r\n            color: #6c757d;\r\n        }\r\n\r\n        \/* Existing Motivation Grid Styling (Retained for structure) *\/\r\n        .motivation-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\r\n            gap: 2.5rem; \r\n            margin-bottom: 5rem;\r\n        }\r\n\r\n        .card {\r\n            background: rgba(255, 255, 255, 0.8); \r\n            backdrop-filter: blur(8px);\r\n            -webkit-backdrop-filter: blur(8px);\r\n            border: 1px solid rgba(0, 0, 0, 0.1);\r\n            color: var(--text-dark); \r\n            padding: 2.5rem; \r\n            border-radius: 1.25rem;\r\n            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12); \r\n            border-right: 5px solid var(--primary-color);\r\n            position: relative;\r\n            overflow: hidden;\r\n        }\r\n\r\n        .card:hover {\r\n            transform: translateY(-0.8rem); \r\n            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);\r\n            background: rgba(255, 255, 255, 0.95); \r\n            border-right-color: var(--secondary-color);\r\n        }\r\n\r\n        .card h4 {\r\n            background: linear-gradient(90deg, var(--primary-color), #004d99);\r\n            -webkit-background-clip: text;\r\n            -webkit-text-fill-color: transparent;\r\n            font-size: 1.75rem;\r\n            margin-top: 0;\r\n            margin-bottom: 1rem;\r\n            font-weight: 700;\r\n        }\r\n        \r\n        .card p {\r\n            font-size: 1rem;\r\n            color: var(--text-dark);\r\n            line-height: 1.8;\r\n        }\r\n\r\n        .card .icon {\r\n            font-size: 3.5rem; \r\n            color: var(--secondary-color);\r\n            margin-bottom: 1.25rem;\r\n            display: block;\r\n            animation: wobble 4s infinite ease-in-out;\r\n        }\r\n        \r\n        @keyframes wobble {\r\n            0%, 100% { transform: rotate(0deg); }\r\n            50% { transform: rotate(1deg); }\r\n        }\r\n\r\n        \/* ==================================== *\/\r\n        \/* 3. TRUST BAR *\/\r\n        \/* ==================================== *\/\r\n        .trust-bar {\r\n            background: linear-gradient(90deg, var(--primary-color), #3498db);\r\n            color: var(--text-light); \r\n            padding: 2.8rem 0; \r\n            text-align: center;\r\n            margin: 5rem 0; \r\n            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);\r\n        }\r\n\r\n        .trust-bar p {\r\n            font-size: 1.85rem; \r\n            font-weight: 700;\r\n            margin: 0;\r\n            letter-spacing: 0.15rem;\r\n            text-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);\r\n        }\r\n\r\n        \/* ==================================== *\/\r\n        \/* 4. FINAL CALL TO ACTION (CTA) *\/\r\n        \/* ==================================== *\/\r\n        .final-cta-section {\r\n            padding: 4rem 0 6rem 0; \r\n            text-align: center;\r\n        }\r\n\r\n        .final-cta-section h2 {\r\n            color: var(--primary-color);\r\n            font-size: 3rem;\r\n            margin-bottom: 1.5rem;\r\n        }\r\n\r\n        .final-cta-section p {\r\n            font-size: 1.5rem;\r\n            margin-bottom: 3rem;\r\n            color: var(--text-dark); \r\n            text-shadow: none;\r\n        }\r\n        \r\n        .final-cta-subtext {\r\n            font-size: 1rem;\r\n            color: var(--secondary-color);\r\n            margin-top: 1.5rem;\r\n            font-weight: 600;\r\n        }\r\n\r\n        \/* ==================================== *\/\r\n        \/* 5. FOOTER *\/\r\n        \/* ==================================== *\/\r\n        footer {\r\n            background: #343a40; \r\n            color: #ddd;\r\n            text-align: center;\r\n            padding: 2rem 0;\r\n            margin-top: 3rem;\r\n            font-size: 0.9rem;\r\n            border-top: 5px solid var(--accent-color);\r\n        }\r\n\r\n        \/* Media Queries for responsiveness *\/\r\n        @media (max-width: 768px) {\r\n            .hero-section {\r\n                padding: 3rem 0;\r\n            }\r\n            .hero-image-container {\r\n                padding: 0 1rem 1.5rem 1rem;\r\n            }\r\n            .hero-content {\r\n                padding: 0 1rem;\r\n            }\r\n            .hero-section h1 {\r\n                font-size: clamp(2rem, 8vw, 2.8rem);\r\n            }\r\n            .hero-section p {\r\n                font-size: 1.1rem;\r\n            }\r\n            .section-title {\r\n                font-size: clamp(1.8rem, 7vw, 2.5rem);\r\n            }\r\n            .features-section {\r\n                margin-left: 1rem;\r\n                margin-right: 1rem;\r\n            }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n\r\n    <header>\r\n        <div class=\"container\">\r\n            <section class=\"hero-section\">\r\n                <div class=\"hero-image-container\">\r\n                    <img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/jobsdz.com\/wp-content\/uploads\/2025\/09\/unnamed-_20_-Photoroom.webp?w=980&#038;ssl=1\" alt=\"jobsdz Modern Recruitment Dashboard\" loading=\"eager\">\r\n                <\/div>\r\n                \r\n                <div class=\"hero-content\">\r\n                    <h1>Recruit Smarter, Not Harder: <strong>Elite Talent Awaits<\/strong> on jobsdz.<\/h1>\r\n                    <p>Unlock the power of <strong>infinite job postings<\/strong> and <strong>free, unlimited company profiles<\/strong>. The best candidates are just one click away.<\/p>\r\n                    \r\n                    <div class=\"cta-group\">\r\n                         <a href=\"https:\/\/jobsdz.com\/login-register\/\" class=\"btn-cta\">Start Hiring Now \u2014 Registration is Always FREE<\/a>\r\n                         <p>Join the thousands of companies scaling their teams with zero cost.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/section>\r\n        <\/div>\r\n    <\/header>\r\n\r\n    <main>\r\n        <section class=\"features-section\">\r\n            <div class=\"container\">\r\n                <h2 class=\"section-title\">The jobsdz Advantage: Built for <span>Unlimited Growth<\/span><\/h2>\r\n                \r\n                <div class=\"features-grid\">\r\n                    \r\n                    <div class=\"feature-item\">\r\n                        <span class=\"feature-icon-box\">\u2b50<\/span>\r\n                        <div>\r\n                            <h5>Forever Free Registration<\/h5>\r\n                            <p>Register once, hire forever. Our platform is, and always will be, 100% free for employers.<\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n                    \r\n                    <div class=\"feature-item\">\r\n                        <span class=\"feature-icon-box\">\u267e\ufe0f<\/span>\r\n                        <div>\r\n                            <h5>Unlimited Job Postings<\/h5>\r\n                            <p>Post as many vacancies as you need, without counting clicks or worrying about fees.<\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                    <div class=\"feature-item\">\r\n                        <span class=\"feature-icon-box\">\ud83c\udfe2<\/span>\r\n                        <div>\r\n                            <h5>Unlimited Company Profiles<\/h5>\r\n                            <p>Manage multiple departments or brands under one account with infinite company listings.<\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n                    \r\n                    <div class=\"feature-item\">\r\n                        <span class=\"feature-icon-box\">\ud83c\udfaf<\/span>\r\n                        <div>\r\n                            <h5>Access Top-Tier Candidates<\/h5>\r\n                            <p>Get instant visibility to the most qualified and active job seekers in the region.<\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                    <div class=\"feature-item\">\r\n                        <span class=\"feature-icon-box\">\ud83d\udcac<\/span>\r\n                        <div>\r\n                            <h5>State-of-the-Art Messaging System<\/h5>\r\n                            <p>Communicate directly and seamlessly with candidates via our modern internal chat.<\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                    <div class=\"feature-item\">\r\n                        <span class=\"feature-icon-box\">\u270d\ufe0f<\/span>\r\n                        <div>\r\n                            <h5>Effortless Job Creation<\/h5>\r\n                            <p>Intuitive interface and templates make adding a new job quick and pain-free.<\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n                    \r\n                    <div class=\"feature-item\">\r\n                        <span class=\"feature-icon-box\">\u2699\ufe0f<\/span>\r\n                        <div>\r\n                            <h5>Advanced Filtering & Search<\/h5>\r\n                            <p>Find the right match instantly. Filter by Category, Region, State, and more.<\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                <\/div>\r\n            <\/div>\r\n        <\/section>\r\n        \r\n        <section class=\"motivation\">\r\n            <div class=\"container\">\r\n                <h2 class=\"section-title\">Why jobsdz is Your Best <span>Hiring Partner<\/span><\/h2>\r\n                \r\n                <div class=\"motivation-grid\">\r\n                    \r\n                    <div class=\"card\">\r\n                        <span class=\"icon\">\ud83d\ude80<\/span>\r\n                        <h4>Stop the Waste: Hire Faster, Hire Smarter<\/h4>\r\n                        <p>Time is your most precious capital. Our intelligent system matches your job requirements with the top candidates in <strong>minutes<\/strong>, not months. Register now to save thousands of hours in traditional recruitment effort.<\/p>\r\n                    <\/div>\r\n                    \r\n                    <div class=\"card\">\r\n                        <span class=\"icon\">\ud83d\udc8e<\/span>\r\n                        <h4>Elite Talent Pool: Exclusive Access to Key Players<\/h4>\r\n                        <p>Our platform is the premier destination for A-list professionals. You won't have to compete for scarce talent; we deliver them directly to you. Invest in the brilliant minds that guarantee market distinction and superior performance.<\/p>\r\n                    <\/div>\r\n                    \r\n                    <div class=\"card\">\r\n                        <span class=\"icon\">\ud83d\udcc8<\/span>\r\n                        <h4>Hiring for Impact: Building the Future-Proof Team<\/h4>\r\n                        <p>We don't just provide a staffing service; we offer a strategic partnership dedicated to scaling your ambition. Every hire made through our platform is a calculated move toward achieving your grandest corporate objectives.<\/p>\r\n                    <\/div>\r\n\r\n                <\/div>\r\n            <\/div>\r\n        <\/section>\r\n        \r\n        <section class=\"trust-bar\">\r\n            <div class=\"container\">\r\n                <p>Over <strong>5,000+ companies<\/strong> trust jobsdz daily to build their powerhouse teams. Join the leaders now!<\/p>\r\n            <\/div>\r\n        <\/section>\r\n\r\n        <section class=\"final-cta-section\">\r\n            <div class=\"container\">\r\n                <h2 style=\"color: var(--primary-color);\">Ready to Transform Your Workforce Today?<\/h2>\r\n                <p>Your search for unparalleled talent ends here. Click the link below to get instant access to your employer dashboard on jobsdz.<\/p>\r\n                \r\n                <a href=\"https:\/\/jobsdz.com\/login-register\/\" class=\"btn-cta\">Access Your Exclusive Employer Dashboard<\/a>\r\n\r\n                <p class=\"final-cta-subtext\">Immediate confirmation sent to your business email.<\/p>\r\n                <p style=\"margin-top: 1.5rem; font-size: 1rem; color: var(--text-dark); text-shadow: none;\">No credit card is required. <strong>Forever Free.<\/strong><\/p>\r\n            <\/div>\r\n        <\/section>\r\n    <\/main>\r\n\r\n    <footer>\r\n        <div class=\"container\">\r\n            <p>&copy; 2025 jobsdz. Trust, Speed, and Professionalism in Hiring.<\/p>\r\n        <\/div>\r\n    <\/footer>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Recruit Smarter, Not Harder: Elite Talent Awaits on jobsdz. Unlock the power of infinite job postings and free, unlimited company profiles. The best candidates are just one click away. Start Hiring Now \u2014 Registration is Always FREE Join the thousands of companies scaling their teams with zero cost. The jobsdz Advantage: Built for Unlimited Growth [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-8357","page","type-page","status-publish","hentry"],"mb":[],"jetpack_sharing_enabled":true,"jetpack-related-posts":[{"id":22674,"url":"https:\/\/jobsdz.com\/ar\/employer-landing\/","url_meta":{"origin":8357,"position":0},"title":"Employer Landing","author":"Admin","date":"mars 22, 2023","format":false,"excerpt":"JobsDZ \u0627\u0644\u0645\u0645\u064a\u0632\u0627\u062a \u0644\u0645\u0627\u0630\u0627 \u0646\u062d\u0646 \u0622\u0631\u0627\u0621 \u0627\u0644\u0639\u0645\u0644\u0627\u0621 \u0627\u0628\u062f\u0623 \u0627\u0644\u0622\u0646 \ud83d\ude80 \u0645\u0646\u0635\u0629 \u0627\u0644\u062a\u0648\u0638\u064a\u0641 \u0631\u0642\u0645 1 \u0641\u064a \u0627\u0644\u062c\u0632\u0627\u0626\u0631 \u0648\u0638\u0651\u0641 \u0628\u0630\u0643\u0627\u0621\u060c \u0644\u0627 \u0628\u062c\u0647\u062f \u0627\u0644\u0646\u062e\u0628\u0629 \u0645\u0646 \u0627\u0644\u0645\u0648\u0627\u0647\u0628 \u062a\u0646\u062a\u0638\u0631\u0643 \u0623\u0637\u0644\u0642 \u0627\u0644\u0639\u0646\u0627\u0646 \u0644\u0642\u0648\u0629 \u0625\u0639\u0644\u0627\u0646\u0627\u062a \u0627\u0644\u0648\u0638\u0627\u0626\u0641 \u0627\u0644\u0644\u0627\u0645\u062d\u062f\u0648\u062f\u0629. \u0627\u0633\u062a\u0642\u0628\u0644 \u0645\u0644\u0641\u0627\u062a \u0627\u0644\u0634\u0631\u0643\u0627\u062a \u0645\u062c\u0627\u0646\u064b\u0627 \u0648\u0627\u0628\u062f\u0623 \u0641\u064a \u0628\u0646\u0627\u0621 \u0641\u0631\u064a\u0642 \u0623\u062d\u0644\u0627\u0645\u0643 \u0628\u0636\u063a\u0637\u0629 \u0632\u0631 \u0648\u0627\u062d\u062f\u0629 \u0639\u0628\u0631 JobsDZ. \u0627\u0628\u062f\u0623 \u0627\u0644\u062a\u0648\u0638\u064a\u0641 \u0645\u062c\u0627\u0646\u0627\u064b \u0627\u0643\u062a\u0634\u0641 \u0627\u0644\u0645\u0632\u064a\u062f 0+ \u0634\u0631\u0643\u0629\u2026","rel":"","context":"Article similaire","block_context":{"text":"Article similaire","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":3831,"url":"https:\/\/jobsdz.com\/home-01\/","url_meta":{"origin":8357,"position":1},"title":"Connecting Talent with Opportunity","author":"Admin","date":"novembre 24, 2022","format":false,"excerpt":"Find Your Next Job Connecting talent with opportunities across Algeria Keywords Region All Regions Adrar A\u00efn-Defla A\u00efn-T\u00e9mouchent Alger Annaba Batna B\u00e9char B\u00e9ja\u00efa B\u00e9ni Abb\u00e8s Biskra Blida Bordj Badji Mokhtar Bordj-Bou-Arreridj Bouira Boumerd\u00e8s Chlef Constantine Djanet Djelfa El M\u2019Ghair El Meniaa El-Bayadh El-Oued El-Tarf Ghardaia Guelma Illizi In Guezzam In Salah\u2026","rel":"","context":"Article similaire","block_context":{"text":"Article similaire","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":27724,"url":"https:\/\/jobsdz.com\/fr\/cv-maker\/","url_meta":{"origin":8357,"position":2},"title":"CV Maker","author":"Admin","date":"d\u00e9cembre 9, 2025","format":false,"excerpt":"CV Pro Ultimate \u2013 \u0645\u0646\u0635\u0629 \u0627\u0644\u0633\u064a\u0631\u0629 \u0627\u0644\u0630\u0627\u062a\u064a\u0629 \u0627\u0644\u0627\u062d\u062a\u0631\u0627\u0641\u064a\u0629 CV Pro Ultimate \u2713 \u062d\u0641\u0638 \u0627\u0644\u0645\u062d\u062a\u0648\u0649 \u0627\u0644\u062a\u0635\u0645\u064a\u0645 \u062a\u062d\u0633\u064a\u0646 \u0625\u0639\u062f\u0627\u062f\u0627\u062a \u0627\u0644\u0627\u0643\u062a\u0645\u0627\u06440% \u0642\u0648\u0627\u0644\u0628 \u0633\u0631\u064a\u0639\u0629 \u0645\u0637\u0648\u0631 \u0645\u0633\u0648\u0642 \u0637\u0627\u0644\u0628 \u0645\u0635\u0645\u0645 \u0627\u0644\u0627\u0633\u0645 \u0627\u0644\u0643\u0627\u0645\u0644 \u0627\u0644\u0645\u0633\u0645\u0649 \u0627\u0644\u0648\u0638\u064a\u0641\u064a \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0627\u0644\u0647\u0627\u062a\u0641 \u0627\u0644\u0648\u0644\u0627\u064a\u0629 \u0627\u0644\u0628\u0644\u062f \u0627\u0644\u0631\u0645\u0632 \u0627\u0644\u0628\u0631\u064a\u062f\u064a \u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u0634\u062e\u0635\u064a \u0644\u064a\u0646\u0643\u062f \u0625\u0646 \u062c\u064a\u062a \u0647\u0627\u0628 \u0646\u0628\u0630\u0629 \u062a\u0639\u0631\u064a\u0641\u064a\u0629 \u0627\u0644\u0635\u0648\u0631\u0629 \u0627\u0644\u0634\u062e\u0635\u064a\u0629 \u0627\u0644\u0623\u0642\u0633\u0627\u0645 \u0645\u062e\u0635\u0635 \u0627\u0644\u0645\u0647\u0627\u0631\u0627\u062a \u0627\u0644\u0644\u063a\u0627\u062a \u0625\u0639\u0627\u062f\u0629\u2026","rel":"","context":"Article similaire","block_context":{"text":"Article similaire","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":10788,"url":"https:\/\/jobsdz.com\/accessibility-center\/","url_meta":{"origin":8357,"position":3},"title":"Accessibility Center","author":"Admin","date":"avril 14, 2025","format":false,"excerpt":"Accessibility Hub: Our Commitment to Equal Opportunities for All At Jobsdz, we firmly believe that work is a right for everyone, regardless of physical, sensory, or cognitive abilities. We have built our platform not just as a gateway to professional opportunities, but as an inclusive space, accessible to all. The\u2026","rel":"","context":"Article similaire","block_context":{"text":"Article similaire","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":38,"url":"https:\/\/jobsdz.com\/terms\/","url_meta":{"origin":8357,"position":4},"title":"Terms","author":"Admin","date":"mars 10, 2021","format":false,"excerpt":"\ud83d\udcc4 Terms and Conditions Welcome to JobsDZ. By accessing or using our website, you agree to the following terms and conditions. Please read them carefully.1. Acceptance of TermsBy using JobsDZ, you confirm that you have read, understood, and agreed to be bound by these Terms and Conditions.2. Use of the\u2026","rel":"","context":"Article similaire","block_context":{"text":"Article similaire","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"mfb_rest_fields":["title","jetpack_sharing_enabled","jetpack-related-posts","gutenberg_elementor_mode"],"_links":{"self":[{"href":"https:\/\/jobsdz.com\/fr\/wp-json\/wp\/v2\/pages\/8357","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jobsdz.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/jobsdz.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/jobsdz.com\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/jobsdz.com\/fr\/wp-json\/wp\/v2\/comments?post=8357"}],"version-history":[{"count":5,"href":"https:\/\/jobsdz.com\/fr\/wp-json\/wp\/v2\/pages\/8357\/revisions"}],"predecessor-version":[{"id":22673,"href":"https:\/\/jobsdz.com\/fr\/wp-json\/wp\/v2\/pages\/8357\/revisions\/22673"}],"wp:attachment":[{"href":"https:\/\/jobsdz.com\/fr\/wp-json\/wp\/v2\/media?parent=8357"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}