var/cache/dev/twig/b5/b59d28ea11291b905b6a2028b8bafbad.php line 60

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\CoreExtension;
  6. use Twig\Extension\SandboxExtension;
  7. use Twig\Markup;
  8. use Twig\Sandbox\SecurityError;
  9. use Twig\Sandbox\SecurityNotAllowedTagError;
  10. use Twig\Sandbox\SecurityNotAllowedFilterError;
  11. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  12. use Twig\Source;
  13. use Twig\Template;
  14. use Twig\TemplateWrapper;
  15. /* application/whileresume/website/business/homepage_en.html.twig */
  16. class __TwigTemplate_6baae4e7d7d04cd4825b2bf2705ee140 extends Template
  17. {
  18.     private Source $source;
  19.     /**
  20.      * @var array<string, Template>
  21.      */
  22.     private array $macros = [];
  23.     public function __construct(Environment $env)
  24.     {
  25.         parent::__construct($env);
  26.         $this->source $this->getSourceContext();
  27.         $this->blocks = [
  28.             'title' => [$this'block_title'],
  29.             'description' => [$this'block_description'],
  30.             'robots' => [$this'block_robots'],
  31.             'meta_social' => [$this'block_meta_social'],
  32.             'meta' => [$this'block_meta'],
  33.             'body_header' => [$this'block_body_header'],
  34.             'body' => [$this'block_body'],
  35.             'footerjs' => [$this'block_footerjs'],
  36.         ];
  37.     }
  38.     protected function doGetParent(array $context): bool|string|Template|TemplateWrapper
  39.     {
  40.         // line 1
  41.         return "vitrine/lexend/layout.html.twig";
  42.     }
  43.     protected function doDisplay(array $context, array $blocks = []): iterable
  44.     {
  45.         $macros $this->macros;
  46.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  47.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""application/whileresume/website/business/homepage_en.html.twig"));
  48.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  49.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""application/whileresume/website/business/homepage_en.html.twig"));
  50.         $this->parent $this->load("vitrine/lexend/layout.html.twig"1);
  51.         yield from $this->parent->unwrap()->yield($contextarray_merge($this->blocks$blocks));
  52.         
  53.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  54.         
  55.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  56.     }
  57.     // line 4
  58.     /**
  59.      * @return iterable<null|scalar|\Stringable>
  60.      */
  61.     public function block_title(array $context, array $blocks = []): iterable
  62.     {
  63.         $macros $this->macros;
  64.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  65.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  66.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  67.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  68.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["page"]) || array_key_exists("page"$context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.'4$this->source); })()), "shortTitle", [], "any"falsefalsefalse4), "html"nulltrue);
  69.         
  70.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  71.         
  72.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  73.         yield from [];
  74.     }
  75.     // line 5
  76.     /**
  77.      * @return iterable<null|scalar|\Stringable>
  78.      */
  79.     public function block_description(array $context, array $blocks = []): iterable
  80.     {
  81.         $macros $this->macros;
  82.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  83.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""description"));
  84.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  85.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""description"));
  86.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["page"]) || array_key_exists("page"$context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.'5$this->source); })()), "shortDescription", [], "any"falsefalsefalse5), "html"nulltrue);
  87.         
  88.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  89.         
  90.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  91.         yield from [];
  92.     }
  93.     // line 6
  94.     /**
  95.      * @return iterable<null|scalar|\Stringable>
  96.      */
  97.     public function block_robots(array $context, array $blocks = []): iterable
  98.     {
  99.         $macros $this->macros;
  100.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  101.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""robots"));
  102.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  103.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""robots"));
  104.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["page"]) || array_key_exists("page"$context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.'6$this->source); })()), "robots", [], "any"falsefalsefalse6), "html"nulltrue);
  105.         
  106.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  107.         
  108.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  109.         yield from [];
  110.     }
  111.     // line 8
  112.     /**
  113.      * @return iterable<null|scalar|\Stringable>
  114.      */
  115.     public function block_meta_social(array $context, array $blocks = []): iterable
  116.     {
  117.         $macros $this->macros;
  118.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  119.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_social"));
  120.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  121.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_social"));
  122.         yield from $this->yieldParentBlock("meta_social"$context$blocks);
  123.         yield from $this->load("/vitrine/components/socialmedia.html.twig"8)->unwrap()->yield(CoreExtension::merge($context, ["page" => (isset($context["page"]) || array_key_exists("page"$context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.'8$this->source); })()), "social_type" => "website"]));
  124.         
  125.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  126.         
  127.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  128.         yield from [];
  129.     }
  130.     // line 9
  131.     /**
  132.      * @return iterable<null|scalar|\Stringable>
  133.      */
  134.     public function block_meta(array $context, array $blocks = []): iterable
  135.     {
  136.         $macros $this->macros;
  137.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  138.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta"));
  139.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  140.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta"));
  141.         yield from $this->yieldParentBlock("meta"$context$blocks);
  142.         yield from $this->load("/vitrine/components/author.html.twig"9)->unwrap()->yield(CoreExtension::merge($context, ["page" => (isset($context["page"]) || array_key_exists("page"$context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.'9$this->source); })())]));
  143.         
  144.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  145.         
  146.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  147.         yield from [];
  148.     }
  149.     // line 11
  150.     /**
  151.      * @return iterable<null|scalar|\Stringable>
  152.      */
  153.     public function block_body_header(array $context, array $blocks = []): iterable
  154.     {
  155.         $macros $this->macros;
  156.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  157.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body_header"));
  158.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  159.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body_header"));
  160.         // line 12
  161.         yield "                        ";
  162.         yield from $this->load("application/whileresume/website/business/homepage_en.html.twig"12"1598551767")->unwrap()->yield(CoreExtension::merge($context, ["navcolor" => "blue""navtype" => "default"]));
  163.         // line 17
  164.         yield "                    ";
  165.         
  166.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  167.         
  168.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  169.         yield from [];
  170.     }
  171.     // line 19
  172.     /**
  173.      * @return iterable<null|scalar|\Stringable>
  174.      */
  175.     public function block_body(array $context, array $blocks = []): iterable
  176.     {
  177.         $macros $this->macros;
  178.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  179.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  180.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  181.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  182.         // line 20
  183.         yield "
  184.                         <div id=\"register\" class=\"hero-header hero-five-scene section panel overflow-hidden\">
  185.                             <div class=\"position-cover bg-gradient-to-t from-secondary to-white dark:from-gray-800 dark:to-gray-900\"></div>
  186.                             <div class=\"section-outer panel pb-6 sm:pb-8 pt-9 xl:pt-10 xl:pb-9\">
  187.                                 <div class=\"container max-w-xl\">
  188.                                     <div class=\"section-inner panel\">
  189.                                         <div class=\"row child-cols-12 justify-center lg:justify-between items-center g-6 lg:g-0\">
  190.                                             <div class=\"sm:col-8 lg:col-5\">
  191.                                                 <div class=\"panel vstack gap-2 text-center lg:text-start rtl:lg:text-end xl:me-4\">
  192.                                                     <h1 class=\"h2 md:h1 lg:display-5 m-0\">AI resume database that gives you access to the <span class=\"text-primary dark:text-tertiary\">best tech talent</span></h1>
  193.                                                     <p class=\"fs-6 sm:fs-5 text-dark dark:text-white text-opacity-70\">
  194.                                                         Every week, software engineers, data scientists, DevOps, cloud experts and other tech profiles join our platform to be recruited by the best companies.
  195.                                                         <strong>Get instant access to a pool of highly qualified candidates</strong>.
  196.                                                     </p>
  197.                                                     <div class=\"vstack gap-1\">
  198.                                                         ";
  199.         // line 38
  200.         yield         $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'38$this->source); })()), 'form_start', ["attr" => ["class" => ""]]);
  201.         yield "
  202.                                                         <div class=\"row child-cols-12 md:child-cols-6 g-2\" style=\"margin-top:7px;\">
  203.                                                             <div>
  204.                                                                 ";
  205.         // line 42
  206.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'42$this->source); })()), "name", [], "any"falsefalsefalse42), 'widget', ["attr" => ["placeholder" => "John"]]);
  207.         yield "
  208.                                                             </div>
  209.                                                             <div>
  210.                                                                 ";
  211.         // line 45
  212.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'45$this->source); })()), "lastname", [], "any"falsefalsefalse45), 'widget', ["attr" => ["placeholder" => "DOE"]]);
  213.         yield "
  214.                                                             </div>
  215.                                                         </div>
  216.                                                         <div class=\"row child-cols-12 g-2\" style=\"margin-top:7px;\">
  217.                                                             <div>
  218.                                                                 ";
  219.         // line 51
  220.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'51$this->source); })()), "email", [], "any"falsefalsefalse51), 'widget', ["attr" => ["placeholder" => "john.doe@whileresume.com"]]);
  221.         yield "
  222.                                                                 <div id=\"emailMessage\" class=\"message hidden\"></div>
  223.                                                             </div>
  224.                                                         </div>
  225.                                                         <div class=\"row child-cols-12 md:child-cols-6 g-2\" style=\"margin-top:7px;\">
  226.                                                             <div>
  227.                                                                 ";
  228.         // line 58
  229.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'58$this->source); })()), "password", [], "any"falsefalsefalse58), "first", [], "any"falsefalsefalse58), 'widget', ["attr" => ["placeholder" => "Password""class" => "form-control"]]);
  230.         yield "
  231.                                                             </div>
  232.                                                             <div>
  233.                                                                 ";
  234.         // line 61
  235.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'61$this->source); })()), "password", [], "any"falsefalsefalse61), "second", [], "any"falsefalsefalse61), 'widget', ["attr" => ["placeholder" => "Confirm password""class" => "form-control"]]);
  236.         yield "
  237.                                                             </div>
  238.                                                         </div>
  239.                                                         <div class=\"row child-cols-12\" style=\"margin-top:20px;\">
  240.                                                             <div>
  241.                                                                 <p class=\"fs-7 text-dark dark:text-white text-opacity-70\">";
  242.         // line 67
  243.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'67$this->source); })()), "acceptTerm", [], "any"falsefalsefalse67), 'widget');
  244.         yield " I accept the <a href=\"/recruiter-data-protection\" class=\"uc-link text-underline dark:text-secondary\">data protection policy</a> and <a href=\"/general-terms-and-conditions-of-sale\">general terms and conditions of sale</a>.</p>
  245.                                                             </div>
  246.                                                         </div>
  247.                                                         <div style=\"margin-bottom:20px; margin-top:20px;\">
  248.                                                             ";
  249.         // line 72
  250.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env$this->source, (isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'72$this->source); })()), "recaptcha", [], "any"falsefalsefalse72), 'widget');
  251.         yield "
  252.                                                         </div>
  253.                                                         <button type=\"submit\" class=\"btn btn-primary btn-md text-white mt-2\">Validate registration</button>
  254.                                                     </div>
  255.                                                     ";
  256.         // line 79
  257.         yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'79$this->source); })()), 'rest');
  258.         yield "
  259.                                                     ";
  260.         // line 80
  261.         yield         $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock((isset($context["form"]) || array_key_exists("form"$context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.'80$this->source); })()), 'form_end');
  262.         yield "
  263.                                                 </div>
  264.                                             </div>
  265.                                             <div class=\"sm:col-auto\">
  266.                                                 <div class=\"hero-scroll-scene panel sm:w-550px sm:h-600px lg:w-450px lg:h-500px xl:w-600px xl:h-650px\" style=\"transform: translateX(0px); opacity: 1;\">
  267.                                                     <figure class=\"featured-image m-0 rounded ratio ratio-1x1 rounded-3 h-100 overflow-hidden\">
  268.                                                         <img class=\"media-cover image\" src=\"/uploads/business.jpeg\" alt=\"Interview between a candidate and a recruiter\">
  269.                                                     </figure>
  270.                                                 </div>
  271.                                             </div>
  272.                                         </div>
  273.                                     </div>
  274.                                 </div>
  275.                             </div>
  276.                         </div>
  277.                         <div id=\"features\" class=\"main-features section panel overflow-hidden\" style=\"margin-top:30px;\">
  278.                             <div class=\"section-outer panel py-6 lg:py-8 xl:py-10\">
  279.                                 <div class=\"container\">
  280.                                     <div class=\"row child-cols col-match justify-between g-4 lg:g-8 xl:g-10\">
  281.                                         <div class=\"col-12 sm:col-6 order-0 lg:order-1\">
  282.                                             <div class=\"panel w-100\">
  283.                                                 <img src=\"/uploads/rh/mascotte_filtrage3.png\" alt=\"A recruiter with a stack of résumés.\" class=\"rounded-2\" style=\"background-color:#F5EDE3;\">
  284.                                             </div>
  285.                                         </div>
  286.                                         <div class=\"col-12 sm:col-6 order-1 lg:order-0\">
  287.                                             <div class=\"panel vstack justify-between gap-4 sm:gap-6 h-100\">
  288.                                                 <div>
  289.                                                     <div class=\"panel vstack gap-2\">
  290.                                                         <span class=\"fs-6 fw-bold m-0 text-primary\">01.</span>
  291.                                                         <h2 class=\"h4 lg:h3 xl:h2 m-0\">Simplified search system with AI</h2>
  292.                                                         <p class=\"fs-6 lg:fs-5 opacity-70 dark:opacity-80\">
  293.                                                             Simply describe the position in the search bar. Access thousands of resumes in seconds and instantly discover candidates who best match your criteria.
  294.                                                         </p>
  295.                                                         <p class=\"fs-6 lg:fs-5 opacity-70 dark:opacity-80\">
  296.                                                             Our mobile application allows you to manage your recruitments on the go: conversations with candidates, advanced search, consultation of resumes and presentation videos
  297.                                                         </p>
  298.                                                     </div>
  299.                                                 </div>
  300.                                                 <div>
  301.                                                     <div class=\"p-3 panel vstack gap-3 rounded border\">
  302.                                                         <p class=\"fs-6 dark:text-white\">\" I wanted to simplify the process as much as possible: just describe the desired position to instantly access thousands of relevant resumes. And with our mobile app, I can manage my recruitments anywhere: conversations, searches, resume and video consultation. Recruitment finally becomes nomadic and efficient. \"</p>
  303.                                                         <div class=\"panel hstack gap-1\">
  304.                                                             <img class=\"w-40px rounded-circle\" src=\"/uploads/keithshema.jpeg\" alt=\"Keith SHEMA\">
  305.                                                             <div class=\"panel vstack items-start gap-0\">
  306.                                                                 <h6 class=\"h6 m-0\">Keith SHEMA</h6>
  307.                                                                 <span class=\"fs-7 opacity-70\">Founder Whileresume & Holyfield and partners</span>
  308.                                                             </div>
  309.                                                         </div>
  310.                                                     </div>
  311.                                                 </div>
  312.                                             </div>
  313.                                         </div>
  314.                                     </div>
  315.                                     <div class=\"row child-cols col-match justify-between g-4 lg:g-8 xl:g-10\" style=\"margin-top:40px;\">
  316.                                         <div class=\"col-12 sm:col-6 order-0 lg:order-1\">
  317.                                             <div class=\"panel w-100\">
  318.                                                 <img src=\"/uploads/rh/mascotte_upload2.png\" alt=\"A recruiter looking at a résumé on their phone.\" class=\"rounded-2\" style=\"background-color:#F5EDE3;\">
  319.                                             </div>
  320.                                         </div>
  321.                                         <div class=\"col-12 sm:col-6 order-1 lg:order-0\">
  322.                                             <div class=\"panel vstack justify-between gap-4 sm:gap-6 h-100\">
  323.                                                 <div>
  324.                                                     <div class=\"panel vstack gap-2\">
  325.                                                         <span class=\"fs-6 fw-bold m-0 text-primary\">02.</span>
  326.                                                         <h2 class=\"h4 lg:h3 xl:h2 m-0\">Enriched candidate profiles</h2>
  327.                                                         <p class=\"fs-6 lg:fs-5 opacity-70 dark:opacity-80\">
  328.                                                             Candidates create complete profiles with standardized resume, video resume and detailed portfolio. Beyond the traditional resume, discover their projects, achievements, technical skills and soft skills.
  329.                                                         </p>
  330.                                                         <p class=\"fs-6 lg:fs-5 opacity-70 dark:opacity-80\">
  331.                                                             The video resume reveals the candidate's personality and motivation, while the structured classic resume centralizes all professional information. 360° view for informed recruitment decisions.
  332.                                                         </p>
  333.                                                     </div>
  334.                                                 </div>
  335.                                                 <div>
  336.                                                     <div class=\"p-3 panel vstack gap-3 rounded border\">
  337.                                                         <p class=\"fs-6 dark:text-white\">\" As a recruiter, I've always been frustrated by the limitations of the traditional resume. Our platform offers a 360° view of candidates: structured resume, video to discover their personality, and detailed portfolio. This comprehensive approach finally allows me to make truly informed recruitment decisions. \"</p>
  338.                                                         <div class=\"panel hstack gap-1\">
  339.                                                             <img class=\"w-40px rounded-circle\" src=\"/uploads/keithshema.jpeg\" alt=\"Keith SHEMA\">
  340.                                                             <div class=\"panel vstack items-start gap-0\">
  341.                                                                 <h6 class=\"h6 m-0\">Keith SHEMA</h6>
  342.                                                                 <span class=\"fs-7 opacity-70\">Founder Whileresume & Holyfield and partners</span>
  343.                                                             </div>
  344.                                                         </div>
  345.                                                     </div>
  346.                                                 </div>
  347.                                             </div>
  348.                                         </div>
  349.                                     </div>
  350.                                     <div class=\"row child-cols col-match justify-between g-4 lg:g-8 xl:g-10\" style=\"margin-top:40px;\">
  351.                                         <div class=\"col-12 sm:col-6 order-0 lg:order-1\">
  352.                                             <div class=\"panel w-100\">
  353.                                                 <img src=\"/uploads/rh/mascotte_reunion.png\" alt=\"A recruiter and a candidate talking\" class=\"rounded-2\">
  354.                                             </div>
  355.                                         </div>
  356.                                         <div class=\"col-12 sm:col-6 order-1 lg:order-0\">
  357.                                             <div class=\"panel vstack justify-between gap-4 sm:gap-6 h-100\">
  358.                                                 <div>
  359.                                                     <div class=\"panel vstack gap-2\">
  360.                                                         <span class=\"fs-6 fw-bold m-0 text-primary\">03.</span>
  361.                                                         <h2 class=\"h4 lg:h3 xl:h2 m-0\">One-click unlimited candidate contact</h2>
  362.                                                         <p class=\"fs-6 lg:fs-5 opacity-70 dark:opacity-80\">
  363.                                                             Instant messaging to directly contact candidates who interest you. No need to wait for qualified candidates to come to you directly.
  364.                                                         </p>
  365.                                                         <p class=\"fs-6 lg:fs-5 opacity-70 dark:opacity-80\">
  366.                                                             Fluid and fast communication to accelerate your recruitment processes. Keep a centralized exchange history for optimal follow-up, and benefit from classic and video resumes at all times.
  367.                                                         </p>
  368.                                                     </div>
  369.                                                 </div>
  370.                                                 <div>
  371.                                                     <div class=\"p-3 panel vstack gap-3 rounded border\">
  372.                                                         <p class=\"fs-6 dark:text-white\">
  373.                                                             What frustrated me most as a recruiter was waiting for good candidates to come forward and being limited in my contacts on traditional platforms. With our instant messaging, I can finally take the initiative and directly contact the talents that interest me, without restriction. Fluid communication, centralized history, classic and video resume: everything is designed to accelerate our processes without losing quality.
  374.                                                         </p>
  375.                                                         <div class=\"panel hstack gap-1\">
  376.                                                             <img class=\"w-40px rounded-circle\" src=\"/uploads/keithshema.jpeg\" alt=\"Keith SHEMA\">
  377.                                                             <div class=\"panel vstack items-start gap-0\">
  378.                                                                 <h6 class=\"h6 m-0\">Keith SHEMA</h6>
  379.                                                                 <span class=\"fs-7 opacity-70\">Founder Whileresume & Holyfield and partners</span>
  380.                                                             </div>
  381.                                                         </div>
  382.                                                     </div>
  383.                                                 </div>
  384.                                             </div>
  385.                                         </div>
  386.                                     </div>
  387.                                     <div class=\"row child-cols col-match justify-between g-4 lg:g-8 xl:g-10\" style=\"margin-top:40px;\">
  388.                                         <div class=\"col-12 sm:col-6 order-0 lg:order-1\">
  389.                                             <div class=\"panel w-100\">
  390.                                                 <img src=\"/uploads/rh/mascotte_register.png\" alt=\"A recruiter on a couch using the Whileresum app\" class=\"rounded-2\">
  391.                                             </div>
  392.                                         </div>
  393.                                         <div class=\"col-12 sm:col-6 order-1 lg:order-0\">
  394.                                             <div class=\"panel vstack justify-between gap-4 sm:gap-6 h-100\">
  395.                                                 <div>
  396.                                                     <div class=\"panel vstack gap-2\">
  397.                                                         <span class=\"fs-6 fw-bold m-0 text-primary\">04.</span>
  398.                                                         <h2 class=\"h4 lg:h3 xl:h2 m-0\">Intuitive and efficient interface</h2>
  399.                                                         <p class=\"fs-6 lg:fs-5 opacity-70 dark:opacity-80\">
  400.                                                             Web & mobile platform that combines simplicity and performance. Intuitive interface with fluid navigation, advanced multi-criteria filters and customizable dashboards.
  401.                                                         </p>
  402.                                                         <p class=\"fs-6 lg:fs-5 opacity-70 dark:opacity-80\">
  403.                                                             Instant adoption, no training required. Designed to be accessible to companies that want to recruit, while offering powerful professional features.
  404.                                                         </p>
  405.                                                         <p class=\"fs-6 lg:fs-5 opacity-70 dark:opacity-80\">
  406.                                                             The tool disappears in favor of the essential: your candidates. Save precious time on recruitment tasks to focus on human exchange and building authentic relationships with your talents.
  407.                                                         </p>
  408.                                                     </div>
  409.                                                 </div>
  410.                                                 <div>
  411.                                                     <div class=\"p-3 panel vstack gap-3 rounded border\">
  412.                                                         <p class=\"fs-6 dark:text-white\">\" I wanted to create a tool that disappears in favor of the essential: your candidates. Our platform combines simplicity and performance so you save precious time on technical tasks and focus on what really matters: human exchange and building authentic relationships with your talents. \"</p>
  413.                                                         <div class=\"panel hstack gap-1\">
  414.                                                             <img class=\"w-40px rounded-circle\" src=\"/uploads/sylvaindieterle_circle.jpeg\" alt=\"Sylvain DIETERLE\">
  415.                                                             <div class=\"panel vstack items-start gap-0\">
  416.                                                                 <h6 class=\"h6 m-0\">Sylvain DIETERLE</h6>
  417.                                                                 <span class=\"fs-7 opacity-70\">Founder Whileresume & Mirtillo</span>
  418.                                                             </div>
  419.                                                         </div>
  420.                                                     </div>
  421.                                                 </div>
  422.                                             </div>
  423.                                         </div>
  424.                                     </div>
  425.                                 </div>
  426.                             </div>
  427.                         </div>
  428.                         <div id=\"our_service_details\" class=\"services-details section panel overflow-hidden\" style=\"margin-bottom:80px;\">
  429.                             <div class=\"section-outer panel\">
  430.                                 <div class=\"container sm:max-w-lg xl:max-w-xl\">
  431.                                     <div class=\"section-inner panel\">
  432.                                         <div class=\"panel vstack items-center gap-2 xl:gap-3 mb-4 lg:mb-8 max-w-650px mx-auto text-center\" data-anime=\"onview: -100; targets: &gt;*; translateY: [48, 0]; opacity: [0, 1]; easing: easeOutCubic; duration: 500; delay: anime.stagger(100, {start: 200});\">
  433.                                             <h2 class=\"h3 lg:h2 xl:h1 m-0\">An alternative to LinkedIn</h2>
  434.                                         </div>
  435.                                         <div class=\"services-items row child-cols-12 sm:child-cols-6 lg:child-cols-4 g-4 col-match\" data-anime=\"onview: -100; targets: &gt;*; translateY: [48, 0]; opacity: [0, 1]; easing: easeOutCubic; duration: 500; delay: anime.stagger(100, {start: 400});\">
  436.                                             <div style=\"transform: translateY(0px); opacity: 1;\">
  437.                                                 <div class=\"service-item vstack gap-2 p-1 rounded-2 border\" style=\"border:2px solid green !important;\">
  438.                                                     <div class=\"hstack gap-2 p-2 bg-secondary dark:bg-white dark:bg-opacity-5 rounded-1-5\">
  439.                                                         <img class=\"w-40px\" src=\"https://whileresume.com/uploads/favicon.png\" alt=\"feature-icon\" data-uc-svg=\"\">
  440.                                                         <h3 class=\"title h5 xl:h4 m-0\">1st. Whileresume</h3>
  441.                                                     </div>
  442.                                                     <div class=\"uc-list uc-list-divider fs-7 xl:fs-6 text-muted px-2 pb-1\">
  443.                                                         <div class=\"panel\">
  444.                                                             <div style=\"font-size:16px !important;\">Automatic profile optimization with AI</div>
  445.                                                             <div class=\"hstack items-center gap-1 py-narrow\">
  446.                                                                 <i class=\"icon-narrow unicon-checkmark fw-bold text-primary\"></i>
  447.                                                                 <p>Yes</p>
  448.                                                             </div>
  449.                                                         </div>
  450.                                                         <div class=\"panel\">
  451.                                                             <div style=\"font-size:16px !important;\">Price per user</div>
  452.                                                             <div class=\"hstack items-center gap-1 py-narrow\">
  453.                                                                 <i class=\"icon-narrow unicon-checkmark fw-bold text-primary dark:text-secondary\"></i>
  454.                                                                 <p>\$1200 / year</p>
  455.                                                             </div>
  456.                                                         </div>
  457.                                                         <div class=\"panel\">
  458.                                                             <div style=\"font-size:16px !important;\">Usage limits related to candidate contact</div>
  459.                                                             <div class=\"hstack items-center gap-1 py-narrow\">
  460.                                                                 <i class=\"icon-narrow unicon-checkmark fw-bold text-primary dark:text-secondary\"></i>
  461.                                                                 <p>Unlimited</p>
  462.                                                             </div>
  463.                                                         </div>
  464.                                                         <div class=\"panel\">
  465.                                                             <div style=\"font-size:16px !important;\">Video resume</div>
  466.                                                             <div class=\"hstack items-center gap-1 py-narrow\">
  467.                                                                 <i class=\"icon-narrow unicon-checkmark fw-bold text-primary dark:text-secondary\"></i>
  468.                                                                 <p>Yes</p>
  469.                                                             </div>
  470.                                                         </div>
  471.                                                         <div class=\"panel\">
  472.                                                             <div style=\"font-size:16px !important;\">Integrated internal messaging</div>
  473.                                                             <div class=\"hstack items-center gap-1 py-narrow\">
  474.                                                                 <i class=\"icon-narrow unicon-checkmark fw-bold text-primary dark:text-secondary\"></i>
  475.                                                                 <p>Yes</p>
  476.                                                             </div>
  477.                                                         </div>
  478.                                                     </div>
  479.                                                 </div>
  480.                                             </div>
  481.                                             <div style=\"transform: translateY(0px); opacity: 1;\">
  482.                                                 <div class=\"service-item vstack gap-2 p-1 rounded-2 border dark:text-white\">
  483.                                                     <div class=\"hstack gap-2 p-2 bg-secondary dark:bg-white dark:bg-opacity-5 rounded-1-5\">
  484.                                                         <img class=\"w-40px\" src=\"https://whileresume.com/uploads/favicon.png\" alt=\"feature-icon\" data-uc-svg=\"\">
  485.                                                         <h3 class=\"title h5 xl:h4 m-0\">2nd. LinkedIn</h3>
  486.                                                     </div>
  487.                                                     <div class=\"uc-list uc-list-divider fs-7 xl:fs-6 text-muted px-2 pb-1\">
  488.                                                         <div class=\"panel\">
  489.                                                             <div style=\"font-size:16px !important;\">Automatic profile optimization with AI</div>
  490.                                                             <div class=\"hstack items-center gap-1 py-narrow\">
  491.                                                                 <i class=\"fa-solid fa-times fw-bold text-danger\"></i>
  492.                                                                 <p>No</p>
  493.                                                             </div>
  494.                                                         </div>
  495.                                                         <div class=\"panel\">
  496.                                                             <div style=\"font-size:16px !important;\">Price per user</div>
  497.                                                             <div class=\"hstack items-center gap-1 py-narrow\">
  498.                                                                 <i class=\"fa-solid fa-times fw-bold text-danger\"></i>
  499.                                                                 <p>\$7290 / year</p>
  500.                                                             </div>
  501.                                                         </div>
  502.                                                         <div class=\"panel\">
  503.                                                             <div style=\"font-size:16px !important;\">Usage limits related to candidate contact</div>
  504.                                                             <div class=\"hstack items-center gap-1 py-narrow\">
  505.                                                                 <i class=\"icon-narrow unicon-checkmark fw-bold text-warning\"></i>
  506.                                                                 <p>Limited</p>
  507.                                                             </div>
  508.                                                         </div>
  509.                                                         <div class=\"panel\">
  510.                                                             <div style=\"font-size:16px !important;\">Video resume</div>
  511.                                                             <div class=\"hstack items-center gap-1 py-narrow\">
  512.                                                                 <i class=\"fa-solid fa-times fw-bold text-danger\"></i>
  513.                                                                 <p>No</p>
  514.                                                             </div>
  515.                                                         </div>
  516.                                                         <div class=\"panel\">
  517.                                                             <div style=\"font-size:16px !important;\">Integrated internal messaging</div>
  518.                                                             <div class=\"hstack items-center gap-1 py-narrow\">
  519.                                                                 <i class=\"icon-narrow unicon-checkmark fw-bold text-primary\"></i>
  520.                                                                 <p>Yes</p>
  521.                                                             </div>
  522.                                                         </div>
  523.                                                     </div>
  524.                                                 </div>
  525.                                             </div>
  526.                                             <div style=\"transform: translateY(0px); opacity: 1;\">
  527.                                                 <div class=\"service-item vstack gap-2 p-1 rounded-2 border dark:text-white\">
  528.                                                     <div class=\"hstack gap-2 p-2 bg-secondary dark:bg-white dark:bg-opacity-5 rounded-1-5\">
  529.                                                         <img class=\"w-40px\" src=\"https://whileresume.com/uploads/favicon.png\" alt=\"feature-icon\" data-uc-svg=\"\">
  530.                                                         <h3 class=\"title h5 xl:h4 m-0\">3rd. Indeed</h3>
  531.                                                     </div>
  532.                                                     <div class=\"uc-list uc-list-divider fs-7 xl:fs-6 text-muted px-2 pb-1\">
  533.                                                         <div class=\"panel\">
  534.                                                             <div style=\"font-size:16px !important;\">Automatic profile optimization with AI</div>
  535.                                                             <div class=\"hstack items-center gap-1 py-narrow\">
  536.                                                                 <i class=\"fa-solid fa-times fw-bold text-danger\"></i>
  537.                                                                 <p>No</p>
  538.                                                             </div>
  539.                                                         </div>
  540.                                                         <div class=\"panel\">
  541.                                                             <div style=\"font-size:16px !important;\">Price per user</div>
  542.                                                             <div class=\"hstack items-center gap-1 py-narrow\">
  543.                                                                 <i class=\"fa-solid fa-times fw-bold text-danger\"></i>
  544.                                                                 <p>\$3840 /an</p>
  545.                                                             </div>
  546.                                                         </div>
  547.                                                         <div class=\"panel\">
  548.                                                             <div style=\"font-size:16px !important;\">Usage limits related to candidate contact</div>
  549.                                                             <div class=\"hstack items-center gap-1 py-narrow\">
  550.                                                                 <i class=\"fa-solid fa-times fw-bold text-danger\"></i>
  551.                                                                 <p>Limited</p>
  552.                                                             </div>
  553.                                                         </div>
  554.                                                         <div class=\"panel\">
  555.                                                             <div style=\"font-size:16px !important;\">Video resume</div>
  556.                                                             <div class=\"hstack items-center gap-1 py-narrow\">
  557.                                                                 <i class=\"fa-solid fa-times fw-bold text-danger\"></i>
  558.                                                                 <p>No</p>
  559.                                                             </div>
  560.                                                         </div>
  561.                                                         <div class=\"panel\">
  562.                                                             <div style=\"font-size:16px !important;\">Integrated internal messaging</div>
  563.                                                             <div class=\"hstack items-center gap-1 py-narrow\">
  564.                                                                 <i class=\"icon-narrow unicon-checkmark fw-bold text-danger\"></i>
  565.                                                                 <p>No</p>
  566.                                                             </div>
  567.                                                         </div>
  568.                                                     </div>
  569.                                                 </div>
  570.                                             </div>
  571.                                         </div>
  572.                                     </div>
  573.                                 </div>
  574.                             </div>
  575.                         </div>
  576.                         </div>
  577.                         <div id=\"cta\" class=\"cta section panel overflow-hidden\">
  578.                             <div class=\"section-outer panel\">
  579.                                 <div class=\"container max-w-xl\">
  580.                                     <div class=\"section-inner panel overflow-hidden rounded xl:rounded-2 px-2 sm:px-0 py-4 sm:py-6 xl:py-9 bg-secondary dark:bg-gray-800\">
  581.                                         <div class=\"vstack items-center gap-2 max-w-400px lg:max-w-600px mx-auto text-center\">
  582.                                             <h2 class=\"h3 sm:h1 xl:display-6 m-0\">Don't miss out on the best talent anymore</h2>
  583.                                             <p class=\"fs-6 sm:fs-5 text-dark dark:text-white text-opacity-70\">Simplified AI search • Video resumes & enriched portfolios</p>
  584.                                             <a href=\"#register\" class=\"btn btn-md h-48px lg:h-56px min-w-150px btn-primary text-white mt-2\">
  585.                                                 <span>Try now</span>
  586.                                                 <i class=\"icon icon-1 unicon-arrow-up-right\"></i>
  587.                                             </a>
  588.                                             <p class=\"fs-7 text-dark dark:text-white text-opacity-70\">\$0 to start</p>
  589.                                         </div>
  590.                                     </div>
  591.                                 </div>
  592.                             </div>
  593.                         </div>
  594.                         <div id=\"pricing\" class=\"pricing-tiers section panel overflow-hidden\">
  595.                             <div class=\"section-outer panel\" style=\"margin-bottom:100px; margin-top:50px;\">
  596.                                 <div class=\"container max-w-lg\">
  597.                                     <div class=\"section-inner panel\">
  598.                                         <div class=\"panel vstack items-center gap-4 sm:gap-6 xl:gap-8\">
  599.                                             <div class=\"heading panel vstack items-center gap-2 xl:gap-3 text-center\">
  600.                                                 <h2 class=\"h4 lg:h3 m-0\">Our offers</h2>
  601.                                                 <p class=\"fs-6 xl:fs-5 text-dark dark:text-white text-opacity-70\">Our solutions are designed to meet the needs of your type of business</p>
  602.                                             </div>
  603.                                             <div class=\"panel w-100 lg:max-w-900px border rounded-3 overflow-hidden\">
  604.                                                 <div class=\"row child-cols-12 sm:child-cols-6 col-match justify-between g-0\">
  605.                                                     <div>
  606.                                                         <div class=\"tier panel vstack gap-2 xl:gap-4 px-3 py-4 sm:p-4 lg:p-6 rounded-0\">
  607.                                                             <span class=\"position-absolute top-0 ltr:end-0 rtl:start-0 d-inline-flex py-narrow px-1 bg-primary rounded-1 fs-7 text-white fw-medium\" style=\"margin-top:15px;\">Popular</span>
  608.                                                             <div class=\"panel\">
  609.                                                                 <h3 class=\"title h5 sm:h4 dark:text-white\">Essential</h3>
  610.                                                                 <p class=\"desc dark:text-whiteopacity-70 dark:opacity-80\">
  611.                                                                     For seasonal recruitment
  612.                                                                 </p>
  613.                                                             </div>
  614.                                                             <div class=\"panel\">
  615.                                                                 <div class=\"panel vstack gap-narrow\">
  616.                                                                     <h5 class=\"title h3 sm:h2 m-0 dark:text-white\">\$0 <span style=\"text-decoration: line-through; color:slategrey;\">\$120</span> EUR</h5>
  617.                                                                     <span class=\"fs-7 opacity-70\">Ex VAT/month per user</span>
  618.                                                                     <div class=\"vstack gap-1 justify-center text-center mt-3\">
  619.                                                                         <a href=\"#register\" class=\"btn btn-md sm:btn-sm lg:btn-md btn-primary text-white\">Free during beta test</a>
  620.                                                                         <span class=\"fs-7 opacity-70 min-h-24px\">No commitment</span>
  621.                                                                     </div>
  622.                                                                 </div>
  623.                                                             </div>
  624.                                                             <div class=\"panel\">
  625.                                                                 <div class=\"panel vstack gap-2\">
  626.                                                                     <span class=\"fs-6 fw-bold dark:text-white\">Features:</span>
  627.                                                                     <div class=\"hstack gap-1 fs-7\">
  628.                                                                         <i class=\"cstack w-16px h-16px bg-primary text-white rounded-circle unicon-checkmark fw-bold\"></i>
  629.                                                                         <span>Mobile friendly application</span>
  630.                                                                     </div>
  631.                                                                     <div class=\"hstack gap-1 fs-7\">
  632.                                                                         <i class=\"cstack w-16px h-16px bg-primary text-white rounded-circle unicon-checkmark fw-bold\"></i>
  633.                                                                         <span>Candidate filters</span>
  634.                                                                     </div>
  635.                                                                     <div class=\"hstack gap-1 fs-7\">
  636.                                                                         <i class=\"cstack w-16px h-16px bg-primary text-white rounded-circle unicon-checkmark fw-bold\"></i>
  637.                                                                         <span>Instant messaging</span>
  638.                                                                     </div>
  639.                                                                     <div class=\"hstack gap-1 fs-7\">
  640.                                                                         <i class=\"cstack w-16px h-16px bg-primary text-white rounded-circle unicon-checkmark fw-bold\"></i>
  641.                                                                         <span>Email notifications</span>
  642.                                                                     </div>
  643.                                                                     <div class=\"hstack gap-1 fs-7\">
  644.                                                                         <i class=\"cstack w-16px h-16px bg-primary text-white rounded-circle unicon-checkmark fw-bold\"></i>
  645.                                                                         <span>Convert a resume to anonymous resume</span>
  646.                                                                     </div>
  647.                                                                     <div class=\"hstack gap-1 fs-7\">
  648.                                                                         <i class=\"cstack w-16px h-16px bg-primary text-white rounded-circle unicon-checkmark fw-bold\"></i>
  649.                                                                         <span>Your company in our directory</span>
  650.                                                                     </div>
  651.                                                                     <div class=\"hstack gap-1 fs-7\">
  652.                                                                         <i class=\"cstack w-16px h-16px bg-primary text-white rounded-circle unicon-checkmark fw-bold\"></i>
  653.                                                                         <span>48H support</span>
  654.                                                                     </div>
  655.                                                                 </div>
  656.                                                             </div>
  657.                                                         </div>
  658.                                                     </div>
  659.                                                     <div>
  660.                                                         <div class=\"tier panel vstack gap-2 xl:gap-4 px-3 py-4 sm:p-4 lg:p-6 rounded-0 bg-secondary dark:bg-gray-800\">
  661.                                                             <div class=\"panel\">
  662.                                                                 <h3 class=\"title h5 sm:h4 dark:text-white\">Business</h3>
  663.                                                                 <p class=\"desc dark:text-whiteopacity-70 dark:opacity-80\">Boost your large-scale recruitment</p>
  664.                                                             </div>
  665.                                                             <div class=\"panel\">
  666.                                                                 <div class=\"panel vstack gap-narrow\">
  667.                                                                     <h5 class=\"title h3 sm:h2 m-0 dark:text-white\">\$0 <span style=\"text-decoration: line-through; color:slategrey;\">\$1200</span> EUR</h5>
  668.                                                                     <span class=\"fs-7 opacity-70\">Ex VAT/year per user &nbsp; &nbsp; -20% savings per year</span>
  669.                                                                     <div class=\"vstack gap-1 justify-center text-center mt-3\">
  670.                                                                         <a href=\"#register\" class=\"btn btn-md sm:btn-sm lg:btn-md btn-primary text-white\">Coming soon</a>
  671.                                                                         <span class=\"fs-7 opacity-70 min-h-24px\">12 months commitment</span>
  672.                                                                     </div>
  673.                                                                 </div>
  674.                                                             </div>
  675.                                                             <div class=\"panel\">
  676.                                                                 <div class=\"panel vstack gap-2\">
  677.                                                                     <span class=\"fs-6 fw-bold dark:text-white\">Features:</span>
  678.                                                                     <div class=\"hstack gap-1 fs-7\">
  679.                                                                         <i class=\"cstack w-16px h-16px bg-primary text-white rounded-circle unicon-checkmark fw-bold\"></i>
  680.                                                                         <span>Mobile friendly application</span>
  681.                                                                     </div>
  682.                                                                     <div class=\"hstack gap-1 fs-7\">
  683.                                                                         <i class=\"cstack w-16px h-16px bg-primary text-white rounded-circle unicon-checkmark fw-bold\"></i>
  684.                                                                         <span>Candidate filters</span>
  685.                                                                     </div>
  686.                                                                     <div class=\"hstack gap-1 fs-7\">
  687.                                                                         <i class=\"cstack w-16px h-16px bg-primary text-white rounded-circle unicon-checkmark fw-bold\"></i>
  688.                                                                         <span>Instant messaging</span>
  689.                                                                     </div>
  690.                                                                     <div class=\"hstack gap-1 fs-7\">
  691.                                                                         <i class=\"cstack w-16px h-16px bg-primary text-white rounded-circle unicon-checkmark fw-bold\"></i>
  692.                                                                         <span>Email notifications</span>
  693.                                                                     </div>
  694.                                                                     <div class=\"hstack gap-1 fs-7\">
  695.                                                                         <i class=\"cstack w-16px h-16px bg-primary text-white rounded-circle unicon-checkmark fw-bold\"></i>
  696.                                                                         <span>Convert a resume to anonymous resume</span>
  697.                                                                     </div>
  698.                                                                     <div class=\"hstack gap-1 fs-7\">
  699.                                                                         <i class=\"cstack w-16px h-16px bg-primary text-white rounded-circle unicon-checkmark fw-bold\"></i>
  700.                                                                         <span>Your company in our directory</span>
  701.                                                                     </div>
  702.                                                                     <div class=\"hstack gap-1 fs-7\">
  703.                                                                         <i class=\"cstack w-16px h-16px bg-primary text-white rounded-circle unicon-checkmark fw-bold\"></i>
  704.                                                                         <span>24H support</span>
  705.                                                                     </div>
  706.                                                                 </div>
  707.                                                             </div>
  708.                                                         </div>
  709.                                                     </div>
  710.                                                 </div>
  711.                                             </div>
  712.                                         </div>
  713.                                     </div>
  714.                                 </div>
  715.                             </div>
  716.                         </div>
  717.                         <div id=\"about-team\" class=\"clients-feedbacks section panel overflow-hidden swiper-parent\">
  718.                             <div class=\"section-outer panel overflow-hidden pb-6 sm:pb-8 xl:pb-10\">
  719.                                 <div class=\"container\">
  720.                                     <div class=\"section-inner panel\" data-anime=\"onview: -200; targets: &gt;*; translateY: [48, 0]; opacity: [0, 1]; easing: easeOutCubic; duration: 500; delay: anime.stagger(100, {start: 200});\">
  721.                                         <div class=\"section-heading panel vstack items-center gap-2 xl:gap-3 mb-6 max-w-700px mx-auto text-center\" style=\"transform: translateY(0px); opacity: 1;\">
  722.                                             <h2 class=\"h4 lg:h3 m-0\">Who are we?</h2>
  723.                                         </div>
  724.                                         <div class=\"section-content panel\" style=\"transform: translateY(0px); opacity: 1;\">
  725.                                             <div class=\"swiper overflow-unset swiper-initialized swiper-horizontal swiper-watch-progress swiper-backface-hidden\" data-uc-swiper=\"items: 1.05; gap: 8; center: true; active: 1; dots: .swiper-pagination;\" data-uc-swiper-s=\"items: 1.2; gap: 16;\" data-uc-swiper-m=\"items: 1.3; gap: 16;\" data-uc-swiper-l=\"items: 1.5; gap: 32;\">
  726.                                                 <div class=\"swiper-wrapper items-center\" id=\"swiper-wrapper-52846922df4bcdaa\" aria-live=\"polite\" style=\"transition-duration: 0ms; transition-delay: 0ms; transform: translate3d(-660px, 0px, 0px);\">
  727.                                                     <div class=\"swiper-slide swiper-slide-visible swiper-slide-prev\" role=\"group\" aria-label=\"1 / 3\" style=\"width: 848px; margin-right: 32px;\">
  728.                                                         <div class=\"clients-item panel overflow-hidden rounded-2 xl:rounded-3 border border-1 bg-white dark:bg-opacity-5 dark:text-white\">
  729.                                                             <div class=\"row child-cols-12 sm:child-cols-6 g-0 col-match\">
  730.                                                                 <div>
  731.                                                                     <div class=\"clients-item-video panel\">
  732.                                                                         <figure class=\"clients-item-video panel ratio ratio-1x1 overflow-hidden h-100\">
  733.                                                                             <img class=\"image media-cover\" src=\"/uploads/sylvaindieterle.jpeg\" alt=\"Sylvain DIETERLE\">
  734.                                                                         </figure>
  735.                                                                     </div>
  736.                                                                 </div>
  737.                                                                 <div>
  738.                                                                     <div class=\"clients-item-content panel vstack justify-between gap-3 xl:gap-4 p-3 lg:p-4 xl:p-6\">
  739.                                                                         <div>
  740.                                                                             <p class=\"desc fs-6 sm:fs-7 lg:fs-5 lh-xxl text-gray dark:text-gray-100\">
  741.                                                                                 With dual degrees in Digital Marketing & Communication and Computer Development, Sylvain has combined strategic vision and technical excellence for over 10 years. Leading Mirtillo, he designs tailor-made digital experiences for startups and transforming companies: web & mobile applications, intelligent platforms, growth strategies.
  742.                                                                             </p>
  743.                                                                             ";
  744.         // line 586
  745.         yield "
  746.                                                                             <p class=\"desc fs-6 sm:fs-7 lg:fs-5 lh-xxl text-gray dark:text-gray-100\" style=\"margin-bottom:60px;\">
  747.                                                                                 <strong>Mental stack:</strong> Product vision • Technical architecture • Growth mindset • AI & automation
  748.                                                                             </p>
  749.                                                                         </div>
  750.                                                                         <div>
  751.                                                                             <h4 class=\"title h6 lg:h5 mb-0 lg:mb-narrow text-inherit\">Sylvain, 34 years old</h4>
  752.                                                                             <span class=\"fs-7 lg:fs-6 text-gray-300 dark:text-gray-200\">Founder & Digital Architect at Mirtillo</span>
  753.                                                                         </div>
  754.                                                                     </div>
  755.                                                                 </div>
  756.                                                             </div>
  757.                                                         </div>
  758.                                                     </div>
  759.                                                     <div class=\"swiper-slide swiper-slide-visible swiper-slide-fully-visible swiper-slide-active\" role=\"group\" aria-label=\"2 / 3\" style=\"width: 848px; margin-right: 32px;\">
  760.                                                         <div class=\"clients-item panel overflow-hidden rounded-2 xl:rounded-3 border border-1 bg-white dark:bg-opacity-5 dark:text-white\">
  761.                                                             <div class=\"row child-cols-12 sm:child-cols-6 g-0 col-match\">
  762.                                                                 <div>
  763.                                                                     <div class=\"clients-item-video panel\">
  764.                                                                         <figure class=\"clients-item-video panel ratio ratio-1x1 overflow-hidden h-100\">
  765.                                                                             <img class=\"image media-cover\" src=\"/uploads/keithshema.jpeg\" alt=\"KEITH SHEMA\">
  766.                                                                         </figure>
  767.                                                                     </div>
  768.                                                                 </div>
  769.                                                                 <div>
  770.                                                                     <div class=\"clients-item-content panel vstack justify-between gap-3 xl:gap-4 p-3 lg:p-4 xl:p-6\">
  771.                                                                         <div>
  772.                                                                             <p class=\"desc fs-6 sm:fs-7 lg:fs-5 lh-xxl text-gray dark:text-gray-100\">
  773.                                                                                 With a Master's degree in Law, Leith has been working for 7 years in the recruitment of exceptional talent. After cutting his teeth in a reputable firm, he founded Holyfield & Partners 5 years ago: a headhunting boutique specializing in premium legal profiles. His mission? Connect large groups and international law firms with the best talent, thanks to a tailor-made and data-driven approach.
  774.                                                                             </p>
  775.                                                                             ";
  776.         // line 623
  777.         yield "
  778.                                                                             <p class=\"desc fs-6 sm:fs-7 lg:fs-5 lh-xxl text-gray dark:text-gray-100\">
  779.                                                                                 <strong>Mental stack:</strong> Executive search • Legal expertise • Data-driven recruitment • HR innovation
  780.                                                                             </p>
  781.                                                                         </div>
  782.                                                                         <div>
  783.                                                                             <h4 class=\"title h6 lg:h5 mb-0 lg:mb-narrow text-inherit\">Keith, 32 years old</h4>
  784.                                                                             <span class=\"fs-7 lg:fs-6 text-gray-300 dark:text-gray-200\">Founder & CEO of Holyfield & Partners</span>
  785.                                                                         </div>
  786.                                                                     </div>
  787.                                                                 </div>
  788.                                                             </div>
  789.                                                         </div>
  790.                                                     </div>
  791.                                                 </div>
  792.                                                 <span class=\"swiper-notification\" aria-live=\"assertive\" aria-atomic=\"true\"></span></div>
  793.                                         </div>
  794.                                         <div class=\"section-footer panel mt-6 sm:mt-6 h-8px\" style=\"transform: translateY(0px); opacity: 1;\">
  795.                                             <div class=\"swiper-pagination position-absolute bottom-0 text-primary dark:text-quaternary m-0 justify-center swiper-pagination-clickable swiper-pagination-bullets swiper-pagination-horizontal\"><span class=\"swiper-pagination-bullet\" tabindex=\"0\" role=\"button\" aria-label=\"Go to slide 1\"></span><span class=\"swiper-pagination-bullet swiper-pagination-bullet-active\" tabindex=\"0\" role=\"button\" aria-label=\"Go to slide 2\" aria-current=\"true\"></span><span class=\"swiper-pagination-bullet\" tabindex=\"0\" role=\"button\" aria-label=\"Go to slide 3\"></span></div>
  796.                                         </div>
  797.                                     </div>
  798.                                 </div>
  799.                             </div>
  800.                         </div>
  801.                         <div id=\"faq\" class=\"faq section panel\" style=\"margin-top:100px; margin-bottom:100px;\">
  802.                             <div class=\"section-outer panel\">
  803.                                 <div class=\"container\">
  804.                                     <div class=\"section-inner panel\">
  805.                                         <div class=\"row child-cols-12 col-match gy-2 lg:gy-6\">
  806.                                             <div>
  807.                                                 <div class=\"vstack items-center text-center gap-2\">
  808.                                                     <h2 class=\"h4 lg:h3 m-0\">How does it work?</h2>
  809.                                                 </div>
  810.                                             </div>
  811.                                             <div>
  812.                                                 <div class=\"panel\">
  813.                                                     <ul class=\"uc-accordion gap-1 max-w-850px mx-auto\" data-uc-accordion=\"targets: > li; multiple: false;\">
  814.                                                         <li class=\"panel p-3 lg:p-4 rounded-1-5 bg-secondary dark:bg-gray-300 dark:bg-opacity-15\">
  815.                                                             <a class=\"uc-accordion-title h6 md:h5 lg:h4 ls-0 fw-bold ltr:pe-4 rtl:ps-4\" href=\"#\">Can I filter resumes?</a>
  816.                                                             <div class=\"uc-accordion-content lg:fs-5 opacity-70\">
  817.                                                                 <p>Yes, our platform has an advanced search system specifically designed to facilitate your recruitment. You can filter candidates according to many criteria: specific skills, years of experience, geographical location, education level, desired contract type, availability, and many others. These precise filters allow you to quickly identify profiles that exactly match your needs, without wasting time browsing through irrelevant resumes.</p>
  818.                                                             </div>
  819.                                                         </li>
  820.                                                         <li class=\"panel p-3 lg:p-4 rounded-1-5 bg-secondary dark:bg-gray-300 dark:bg-opacity-15\">
  821.                                                             <a class=\"uc-accordion-title h6 md:h5 lg:h4 ls-0 fw-bold ltr:pe-4 rtl:ps-4\" href=\"#\">How do I contact candidates?</a>
  822.                                                             <div class=\"uc-accordion-content lg:fs-5 opacity-70\">
  823.                                                                 <p>Connecting with candidates is simple and direct. An integrated messaging system on the platform allows you to contact candidates who interest you in complete confidentiality. You can also, if the candidate has chosen to share their contact information, reach them directly by email or phone. This flexibility allows you to choose the most appropriate communication method for each situation and establish quick contact with your future talents.</p>
  824.                                                             </div>
  825.                                                         </li>
  826.                                                         <li class=\"panel p-3 lg:p-4 rounded-1-5 bg-secondary dark:bg-gray-300 dark:bg-opacity-15\">
  827.                                                             <a class=\"uc-accordion-title h6 md:h5 lg:h4 ls-0 fw-bold ltr:pe-4 rtl:ps-4\" href=\"#\">Which sectors are covered?</a>
  828.                                                             <div class=\"uc-accordion-content lg:fs-5 opacity-70\">
  829.                                                                 <p>Our resume database is deliberately open to all sectors of activity and all types of professions. Whether you recruit in IT, finance, marketing, industry, sales, healthcare, education or any other field, you will find qualified profiles. This diversity makes our database rich and allows you to recruit for any position, from junior to senior, in all professional sectors.</p>
  830.                                                             </div>
  831.                                                         </li>
  832.                                                         <li class=\"panel p-3 lg:p-4 rounded-1-5 bg-secondary dark:bg-gray-300 dark:bg-opacity-15\">
  833.                                                             <a class=\"uc-accordion-title h6 md:h5 lg:h4 ls-0 fw-bold ltr:pe-4 rtl:ps-4\" href=\"#\">What is the difference with LinkedIn?</a>
  834.                                                             <div class=\"uc-accordion-content lg:fs-5 opacity-70\">
  835.                                                                 <p>Our resume database fundamentally differs from LinkedIn and traditional job boards through its qualitative approach. Unlike generalist platforms where you have to browse through thousands of inactive or poorly engaged profiles, our database only presents candidates who are truly available and ready to be contacted. The database is qualified and regularly updated to ensure profile relevance. Our precise filters (skills, experience, location, availability...) allow you to quickly identify the right profiles without drowning in the mass. Connection is direct, simple and without intermediaries, far from the noise and distractions of professional social networks. You also access rare talents, sometimes absent from traditional major networks. In summary: more relevance, less noise, and candidates truly open to opportunities.</p>
  836.                                                             </div>
  837.                                                         </li>
  838.                                                     </ul>
  839.                                                 </div>
  840.                                             </div>
  841.                                         </div>
  842.                                     </div>
  843.                                 </div>
  844.                             </div>
  845.                         </div>
  846.                     ";
  847.         
  848.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  849.         
  850.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  851.         yield from [];
  852.     }
  853.     // line 698
  854.     /**
  855.      * @return iterable<null|scalar|\Stringable>
  856.      */
  857.     public function block_footerjs(array $context, array $blocks = []): iterable
  858.     {
  859.         $macros $this->macros;
  860.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  861.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""footerjs"));
  862.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  863.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""footerjs"));
  864.         // line 699
  865.         yield "                    <script>
  866.                         // List of forbidden domains (synchronized with PHP)
  867.                         const forbiddenDomains = [
  868.                             'gmail.com', 'yahoo.com', 'yahoo.fr', 'hotmail.com', 'hotmail.fr',
  869.                             'outlook.com', 'outlook.fr', 'live.com', 'live.fr', 'aol.com',
  870.                             'free.fr', 'orange.fr', 'wanadoo.fr', 'laposte.net', 'sfr.fr',
  871.                             'bbox.fr', 'icloud.com', 'me.com', 'protonmail.com', 'tutanota.com'
  872.                         ];
  873.                         // Temporary domains also forbidden
  874.                         const tempDomains = [
  875.                             'tempmail.org', '10minutemail.com', 'guerrillamail.com',
  876.                             'mailinator.com', 'yopmail.com'
  877.                         ];
  878.                         // Main validation function
  879.                         function validateProfessionalEmail(email) {
  880.                             // Basic format validation
  881.                             const emailRegex = /^[^\\s@]+@[^\\s@]+\\.[^\\s@]+\$/;
  882.                             if (!emailRegex.test(email)) {
  883.                                 return {
  884.                                     valid: false,
  885.                                     message: 'Invalid email format'
  886.                                 };
  887.                             }
  888.                             // Domain extraction
  889.                             const domain = email.split('@')[1]?.toLowerCase().trim();
  890.                             if (!domain) {
  891.                                 return {
  892.                                     valid: false,
  893.                                     message: 'Missing email domain'
  894.                                 };
  895.                             }
  896.                             // Check forbidden domains
  897.                             if (\$.inArray(domain, forbiddenDomains) !== -1) {
  898.                                 return {
  899.                                     valid: false,
  900.                                     message: 'Personal addresses are not allowed. Use your professional email.'
  901.                                 };
  902.                             }
  903.                             // Check temporary domains
  904.                             if (\$.inArray(domain, tempDomains) !== -1) {
  905.                                 return {
  906.                                     valid: false,
  907.                                     message: 'Temporary addresses are not allowed.'
  908.                                 };
  909.                             }
  910.                             // Additional checks
  911.                             if (domain.length < 4 || domain.indexOf('.') === -1) {
  912.                                 return {
  913.                                     valid: false,
  914.                                     message: 'Invalid email domain'
  915.                                 };
  916.                             }
  917.                             return {
  918.                                 valid: true,
  919.                                 message: '✅ Valid professional email address!'
  920.                             };
  921.                         }
  922.                         // Function to update field appearance
  923.             function updateEmailField(\$input, isValid, message) {
  924.                 const \$messageDiv = \$('#emailMessage');
  925.                 const \$submitBtn = \$('#submitBtn');
  926.                 // Remove previous classes
  927.                 \$input.removeClass('email-valid email-invalid');
  928.                 \$messageDiv.removeClass('success error');
  929.                 if (\$input.val().trim() === '') {
  930.                     // Empty field - hide message and reset default state
  931.                     \$messageDiv.addClass('hidden').text('');
  932.                     \$submitBtn.prop('disabled', true);
  933.                     return;
  934.                 }
  935.                 // Display message (remove hidden class)
  936.                 \$messageDiv.removeClass('hidden');
  937.                 if (isValid) {
  938.                     // Valid email
  939.                     \$input.addClass('email-valid');
  940.                     \$messageDiv.addClass('success').text(message);
  941.                     \$submitBtn.prop('disabled', false);
  942.                 } else {
  943.                     // Invalid email
  944.                     \$input.addClass('email-invalid');
  945.                     \$messageDiv.addClass('error').text('❌ ' + message);
  946.                     \$submitBtn.prop('disabled', true);
  947.                 }
  948.             }
  949.                         // Display forbidden domains
  950.                         \$.each(forbiddenDomains, function(index, domain) {
  951.                             \$('#domainsList').append(
  952.                                 \$('<span>').addClass('domain-tag').text(domain)
  953.                             );
  954.                         });
  955.                         // Real-time validation
  956.                         \$('#users_email').on('input', function() {
  957.                             const email = \$(this).val().trim();
  958.                             const result = validateProfessionalEmail(email);
  959.                             updateEmailField(\$(this), result.valid, result.message);
  960.                         });
  961.                         // Validation on focus loss
  962.                         \$('#users_email').on('blur', function() {
  963.                             const email = \$(this).val().trim();
  964.                             if (email) {
  965.                                 const result = validateProfessionalEmail(email);
  966.                                 updateEmailField(\$(this), result.valid, result.message);
  967.                             }
  968.                         });
  969.                         // Form submission
  970.                         \$('#emailForm').on('submit', function(e) {
  971.                             e.preventDefault();
  972.                             const email = \$('#users_email').val().trim();
  973.                             const result = validateProfessionalEmail(email);
  974.                             if (result.valid) {
  975.                                 // Here you can send data to PHP server with AJAX
  976.                                 \$.ajax({
  977.                                     url: 'your-script.php',
  978.                                     method: 'POST',
  979.                                     data: { email: email },
  980.                                     success: function(response) {
  981.                                         alert('Registration successful!');
  982.                                         console.log('Server response:', response);
  983.                                     },
  984.                                     error: function(xhr, status, error) {
  985.                                         alert('Registration error: ' + xhr.responseText);
  986.                                     }
  987.                                 });
  988.                             } else {
  989.                                 updateEmailField(\$('#users_email'), false, result.message);
  990.                             }
  991.                         });
  992.                     </script>
  993.                 ";
  994.         
  995.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  996.         
  997.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  998.         yield from [];
  999.     }
  1000.     /**
  1001.      * @codeCoverageIgnore
  1002.      */
  1003.     public function getTemplateName(): string
  1004.     {
  1005.         return "application/whileresume/website/business/homepage_en.html.twig";
  1006.     }
  1007.     /**
  1008.      * @codeCoverageIgnore
  1009.      */
  1010.     public function isTraitable(): bool
  1011.     {
  1012.         return false;
  1013.     }
  1014.     /**
  1015.      * @codeCoverageIgnore
  1016.      */
  1017.     public function getDebugInfo(): array
  1018.     {
  1019.         return array (  951 => 699,  938 => 698,  854 => 623,  820 => 586,  316 => 80,  312 => 79,  302 => 72,  294 => 67,  285 => 61,  279 => 58,  269 => 51,  260 => 45,  254 => 42,  247 => 38,  227 => 20,  214 => 19,  203 => 17,  200 => 12,  187 => 11,  163 => 9,  139 => 8,  116 => 6,  93 => 5,  70 => 4,  47 => 1,);
  1020.     }
  1021.     public function getSourceContext(): Source
  1022.     {
  1023.         return new Source("{% extends 'vitrine/lexend/layout.html.twig' %}
  1024.                     {% block title %}{{ page.shortTitle }}{% endblock title %}
  1025.                     {% block description %}{{ page.shortDescription }}{% endblock description %}
  1026.                     {% block robots %}{{ page.robots }}{% endblock robots %}
  1027.                     {% block meta_social %}{{ parent() }}{% include \"/vitrine/components/socialmedia.html.twig\" with { 'page':page,'social_type':'website' } %}{% endblock meta_social %}
  1028.                     {% block meta %}{{ parent() }}{% include \"/vitrine/components/author.html.twig\" with {'page':page } %}{% endblock meta %}
  1029.                     {% block body_header %}
  1030.                         {% embed \"/vitrine/lexend/components/header.html.twig\" with {'navcolor':'blue','navtype':'default'} %}
  1031.                             {% block header_content %}
  1032.                                 {% include \"/vitrine/lexend/components/languages/loader.html.twig\" %}
  1033.                             {% endblock %}
  1034.                         {% endembed %}
  1035.                     {% endblock body_header %}
  1036.                     {% block body %}
  1037.                         <div id=\"register\" class=\"hero-header hero-five-scene section panel overflow-hidden\">
  1038.                             <div class=\"position-cover bg-gradient-to-t from-secondary to-white dark:from-gray-800 dark:to-gray-900\"></div>
  1039.                             <div class=\"section-outer panel pb-6 sm:pb-8 pt-9 xl:pt-10 xl:pb-9\">
  1040.                                 <div class=\"container max-w-xl\">
  1041.                                     <div class=\"section-inner panel\">
  1042.                                         <div class=\"row child-cols-12 justify-center lg:justify-between items-center g-6 lg:g-0\">
  1043.                                             <div class=\"sm:col-8 lg:col-5\">
  1044.                                                 <div class=\"panel vstack gap-2 text-center lg:text-start rtl:lg:text-end xl:me-4\">
  1045.                                                     <h1 class=\"h2 md:h1 lg:display-5 m-0\">AI resume database that gives you access to the <span class=\"text-primary dark:text-tertiary\">best tech talent</span></h1>
  1046.                                                     <p class=\"fs-6 sm:fs-5 text-dark dark:text-white text-opacity-70\">
  1047.                                                         Every week, software engineers, data scientists, DevOps, cloud experts and other tech profiles join our platform to be recruited by the best companies.
  1048.                                                         <strong>Get instant access to a pool of highly qualified candidates</strong>.
  1049.                                                     </p>
  1050.                                                     <div class=\"vstack gap-1\">
  1051.                                                         {{ form_start(form,{'attr':{'class':''}}) }}
  1052.                                                         <div class=\"row child-cols-12 md:child-cols-6 g-2\" style=\"margin-top:7px;\">
  1053.                                                             <div>
  1054.                                                                 {{ form_widget(form.name,{'attr':{'placeholder':'John'}}) }}
  1055.                                                             </div>
  1056.                                                             <div>
  1057.                                                                 {{ form_widget(form.lastname,{'attr':{'placeholder':'DOE'}}) }}
  1058.                                                             </div>
  1059.                                                         </div>
  1060.                                                         <div class=\"row child-cols-12 g-2\" style=\"margin-top:7px;\">
  1061.                                                             <div>
  1062.                                                                 {{ form_widget(form.email,{'attr':{'placeholder':'john.doe@whileresume.com'}}) }}
  1063.                                                                 <div id=\"emailMessage\" class=\"message hidden\"></div>
  1064.                                                             </div>
  1065.                                                         </div>
  1066.                                                         <div class=\"row child-cols-12 md:child-cols-6 g-2\" style=\"margin-top:7px;\">
  1067.                                                             <div>
  1068.                                                                 {{ form_widget(form.password.first,{'attr':{'placeholder':'Password','class':'form-control'}}) }}
  1069.                                                             </div>
  1070.                                                             <div>
  1071.                                                                 {{ form_widget(form.password.second,{'attr':{'placeholder':'Confirm password','class':'form-control'}}) }}
  1072.                                                             </div>
  1073.                                                         </div>
  1074.                                                         <div class=\"row child-cols-12\" style=\"margin-top:20px;\">
  1075.                                                             <div>
  1076.                                                                 <p class=\"fs-7 text-dark dark:text-white text-opacity-70\">{{ form_widget(form.acceptTerm) }} I accept the <a href=\"/recruiter-data-protection\" class=\"uc-link text-underline dark:text-secondary\">data protection policy</a> and <a href=\"/general-terms-and-conditions-of-sale\">general terms and conditions of sale</a>.</p>
  1077.                                                             </div>
  1078.                                                         </div>
  1079.                                                         <div style=\"margin-bottom:20px; margin-top:20px;\">
  1080.                                                             {{ form_widget(form.recaptcha) }}
  1081.                                                         </div>
  1082.                                                         <button type=\"submit\" class=\"btn btn-primary btn-md text-white mt-2\">Validate registration</button>
  1083.                                                     </div>
  1084.                                                     {{ form_rest(form) }}
  1085.                                                     {{ form_end(form) }}
  1086.                                                 </div>
  1087.                                             </div>
  1088.                                             <div class=\"sm:col-auto\">
  1089.                                                 <div class=\"hero-scroll-scene panel sm:w-550px sm:h-600px lg:w-450px lg:h-500px xl:w-600px xl:h-650px\" style=\"transform: translateX(0px); opacity: 1;\">
  1090.                                                     <figure class=\"featured-image m-0 rounded ratio ratio-1x1 rounded-3 h-100 overflow-hidden\">
  1091.                                                         <img class=\"media-cover image\" src=\"/uploads/business.jpeg\" alt=\"Interview between a candidate and a recruiter\">
  1092.                                                     </figure>
  1093.                                                 </div>
  1094.                                             </div>
  1095.                                         </div>
  1096.                                     </div>
  1097.                                 </div>
  1098.                             </div>
  1099.                         </div>
  1100.                         <div id=\"features\" class=\"main-features section panel overflow-hidden\" style=\"margin-top:30px;\">
  1101.                             <div class=\"section-outer panel py-6 lg:py-8 xl:py-10\">
  1102.                                 <div class=\"container\">
  1103.                                     <div class=\"row child-cols col-match justify-between g-4 lg:g-8 xl:g-10\">
  1104.                                         <div class=\"col-12 sm:col-6 order-0 lg:order-1\">
  1105.                                             <div class=\"panel w-100\">
  1106.                                                 <img src=\"/uploads/rh/mascotte_filtrage3.png\" alt=\"A recruiter with a stack of résumés.\" class=\"rounded-2\" style=\"background-color:#F5EDE3;\">
  1107.                                             </div>
  1108.                                         </div>
  1109.                                         <div class=\"col-12 sm:col-6 order-1 lg:order-0\">
  1110.                                             <div class=\"panel vstack justify-between gap-4 sm:gap-6 h-100\">
  1111.                                                 <div>
  1112.                                                     <div class=\"panel vstack gap-2\">
  1113.                                                         <span class=\"fs-6 fw-bold m-0 text-primary\">01.</span>
  1114.                                                         <h2 class=\"h4 lg:h3 xl:h2 m-0\">Simplified search system with AI</h2>
  1115.                                                         <p class=\"fs-6 lg:fs-5 opacity-70 dark:opacity-80\">
  1116.                                                             Simply describe the position in the search bar. Access thousands of resumes in seconds and instantly discover candidates who best match your criteria.
  1117.                                                         </p>
  1118.                                                         <p class=\"fs-6 lg:fs-5 opacity-70 dark:opacity-80\">
  1119.                                                             Our mobile application allows you to manage your recruitments on the go: conversations with candidates, advanced search, consultation of resumes and presentation videos
  1120.                                                         </p>
  1121.                                                     </div>
  1122.                                                 </div>
  1123.                                                 <div>
  1124.                                                     <div class=\"p-3 panel vstack gap-3 rounded border\">
  1125.                                                         <p class=\"fs-6 dark:text-white\">\" I wanted to simplify the process as much as possible: just describe the desired position to instantly access thousands of relevant resumes. And with our mobile app, I can manage my recruitments anywhere: conversations, searches, resume and video consultation. Recruitment finally becomes nomadic and efficient. \"</p>
  1126.                                                         <div class=\"panel hstack gap-1\">
  1127.                                                             <img class=\"w-40px rounded-circle\" src=\"/uploads/keithshema.jpeg\" alt=\"Keith SHEMA\">
  1128.                                                             <div class=\"panel vstack items-start gap-0\">
  1129.                                                                 <h6 class=\"h6 m-0\">Keith SHEMA</h6>
  1130.                                                                 <span class=\"fs-7 opacity-70\">Founder Whileresume & Holyfield and partners</span>
  1131.                                                             </div>
  1132.                                                         </div>
  1133.                                                     </div>
  1134.                                                 </div>
  1135.                                             </div>
  1136.                                         </div>
  1137.                                     </div>
  1138.                                     <div class=\"row child-cols col-match justify-between g-4 lg:g-8 xl:g-10\" style=\"margin-top:40px;\">
  1139.                                         <div class=\"col-12 sm:col-6 order-0 lg:order-1\">
  1140.                                             <div class=\"panel w-100\">
  1141.                                                 <img src=\"/uploads/rh/mascotte_upload2.png\" alt=\"A recruiter looking at a résumé on their phone.\" class=\"rounded-2\" style=\"background-color:#F5EDE3;\">
  1142.                                             </div>
  1143.                                         </div>
  1144.                                         <div class=\"col-12 sm:col-6 order-1 lg:order-0\">
  1145.                                             <div class=\"panel vstack justify-between gap-4 sm:gap-6 h-100\">
  1146.                                                 <div>
  1147.                                                     <div class=\"panel vstack gap-2\">
  1148.                                                         <span class=\"fs-6 fw-bold m-0 text-primary\">02.</span>
  1149.                                                         <h2 class=\"h4 lg:h3 xl:h2 m-0\">Enriched candidate profiles</h2>
  1150.                                                         <p class=\"fs-6 lg:fs-5 opacity-70 dark:opacity-80\">
  1151.                                                             Candidates create complete profiles with standardized resume, video resume and detailed portfolio. Beyond the traditional resume, discover their projects, achievements, technical skills and soft skills.
  1152.                                                         </p>
  1153.                                                         <p class=\"fs-6 lg:fs-5 opacity-70 dark:opacity-80\">
  1154.                                                             The video resume reveals the candidate's personality and motivation, while the structured classic resume centralizes all professional information. 360° view for informed recruitment decisions.
  1155.                                                         </p>
  1156.                                                     </div>
  1157.                                                 </div>
  1158.                                                 <div>
  1159.                                                     <div class=\"p-3 panel vstack gap-3 rounded border\">
  1160.                                                         <p class=\"fs-6 dark:text-white\">\" As a recruiter, I've always been frustrated by the limitations of the traditional resume. Our platform offers a 360° view of candidates: structured resume, video to discover their personality, and detailed portfolio. This comprehensive approach finally allows me to make truly informed recruitment decisions. \"</p>
  1161.                                                         <div class=\"panel hstack gap-1\">
  1162.                                                             <img class=\"w-40px rounded-circle\" src=\"/uploads/keithshema.jpeg\" alt=\"Keith SHEMA\">
  1163.                                                             <div class=\"panel vstack items-start gap-0\">
  1164.                                                                 <h6 class=\"h6 m-0\">Keith SHEMA</h6>
  1165.                                                                 <span class=\"fs-7 opacity-70\">Founder Whileresume & Holyfield and partners</span>
  1166.                                                             </div>
  1167.                                                         </div>
  1168.                                                     </div>
  1169.                                                 </div>
  1170.                                             </div>
  1171.                                         </div>
  1172.                                     </div>
  1173.                                     <div class=\"row child-cols col-match justify-between g-4 lg:g-8 xl:g-10\" style=\"margin-top:40px;\">
  1174.                                         <div class=\"col-12 sm:col-6 order-0 lg:order-1\">
  1175.                                             <div class=\"panel w-100\">
  1176.                                                 <img src=\"/uploads/rh/mascotte_reunion.png\" alt=\"A recruiter and a candidate talking\" class=\"rounded-2\">
  1177.                                             </div>
  1178.                                         </div>
  1179.                                         <div class=\"col-12 sm:col-6 order-1 lg:order-0\">
  1180.                                             <div class=\"panel vstack justify-between gap-4 sm:gap-6 h-100\">
  1181.                                                 <div>
  1182.                                                     <div class=\"panel vstack gap-2\">
  1183.                                                         <span class=\"fs-6 fw-bold m-0 text-primary\">03.</span>
  1184.                                                         <h2 class=\"h4 lg:h3 xl:h2 m-0\">One-click unlimited candidate contact</h2>
  1185.                                                         <p class=\"fs-6 lg:fs-5 opacity-70 dark:opacity-80\">
  1186.                                                             Instant messaging to directly contact candidates who interest you. No need to wait for qualified candidates to come to you directly.
  1187.                                                         </p>
  1188.                                                         <p class=\"fs-6 lg:fs-5 opacity-70 dark:opacity-80\">
  1189.                                                             Fluid and fast communication to accelerate your recruitment processes. Keep a centralized exchange history for optimal follow-up, and benefit from classic and video resumes at all times.
  1190.                                                         </p>
  1191.                                                     </div>
  1192.                                                 </div>
  1193.                                                 <div>
  1194.                                                     <div class=\"p-3 panel vstack gap-3 rounded border\">
  1195.                                                         <p class=\"fs-6 dark:text-white\">
  1196.                                                             What frustrated me most as a recruiter was waiting for good candidates to come forward and being limited in my contacts on traditional platforms. With our instant messaging, I can finally take the initiative and directly contact the talents that interest me, without restriction. Fluid communication, centralized history, classic and video resume: everything is designed to accelerate our processes without losing quality.
  1197.                                                         </p>
  1198.                                                         <div class=\"panel hstack gap-1\">
  1199.                                                             <img class=\"w-40px rounded-circle\" src=\"/uploads/keithshema.jpeg\" alt=\"Keith SHEMA\">
  1200.                                                             <div class=\"panel vstack items-start gap-0\">
  1201.                                                                 <h6 class=\"h6 m-0\">Keith SHEMA</h6>
  1202.                                                                 <span class=\"fs-7 opacity-70\">Founder Whileresume & Holyfield and partners</span>
  1203.                                                             </div>
  1204.                                                         </div>
  1205.                                                     </div>
  1206.                                                 </div>
  1207.                                             </div>
  1208.                                         </div>
  1209.                                     </div>
  1210.                                     <div class=\"row child-cols col-match justify-between g-4 lg:g-8 xl:g-10\" style=\"margin-top:40px;\">
  1211.                                         <div class=\"col-12 sm:col-6 order-0 lg:order-1\">
  1212.                                             <div class=\"panel w-100\">
  1213.                                                 <img src=\"/uploads/rh/mascotte_register.png\" alt=\"A recruiter on a couch using the Whileresum app\" class=\"rounded-2\">
  1214.                                             </div>
  1215.                                         </div>
  1216.                                         <div class=\"col-12 sm:col-6 order-1 lg:order-0\">
  1217.                                             <div class=\"panel vstack justify-between gap-4 sm:gap-6 h-100\">
  1218.                                                 <div>
  1219.                                                     <div class=\"panel vstack gap-2\">
  1220.                                                         <span class=\"fs-6 fw-bold m-0 text-primary\">04.</span>
  1221.                                                         <h2 class=\"h4 lg:h3 xl:h2 m-0\">Intuitive and efficient interface</h2>
  1222.                                                         <p class=\"fs-6 lg:fs-5 opacity-70 dark:opacity-80\">
  1223.                                                             Web & mobile platform that combines simplicity and performance. Intuitive interface with fluid navigation, advanced multi-criteria filters and customizable dashboards.
  1224.                                                         </p>
  1225.                                                         <p class=\"fs-6 lg:fs-5 opacity-70 dark:opacity-80\">
  1226.                                                             Instant adoption, no training required. Designed to be accessible to companies that want to recruit, while offering powerful professional features.
  1227.                                                         </p>
  1228.                                                         <p class=\"fs-6 lg:fs-5 opacity-70 dark:opacity-80\">
  1229.                                                             The tool disappears in favor of the essential: your candidates. Save precious time on recruitment tasks to focus on human exchange and building authentic relationships with your talents.
  1230.                                                         </p>
  1231.                                                     </div>
  1232.                                                 </div>
  1233.                                                 <div>
  1234.                                                     <div class=\"p-3 panel vstack gap-3 rounded border\">
  1235.                                                         <p class=\"fs-6 dark:text-white\">\" I wanted to create a tool that disappears in favor of the essential: your candidates. Our platform combines simplicity and performance so you save precious time on technical tasks and focus on what really matters: human exchange and building authentic relationships with your talents. \"</p>
  1236.                                                         <div class=\"panel hstack gap-1\">
  1237.                                                             <img class=\"w-40px rounded-circle\" src=\"/uploads/sylvaindieterle_circle.jpeg\" alt=\"Sylvain DIETERLE\">
  1238.                                                             <div class=\"panel vstack items-start gap-0\">
  1239.                                                                 <h6 class=\"h6 m-0\">Sylvain DIETERLE</h6>
  1240.                                                                 <span class=\"fs-7 opacity-70\">Founder Whileresume & Mirtillo</span>
  1241.                                                             </div>
  1242.                                                         </div>
  1243.                                                     </div>
  1244.                                                 </div>
  1245.                                             </div>
  1246.                                         </div>
  1247.                                     </div>
  1248.                                 </div>
  1249.                             </div>
  1250.                         </div>
  1251.                         <div id=\"our_service_details\" class=\"services-details section panel overflow-hidden\" style=\"margin-bottom:80px;\">
  1252.                             <div class=\"section-outer panel\">
  1253.                                 <div class=\"container sm:max-w-lg xl:max-w-xl\">
  1254.                                     <div class=\"section-inner panel\">
  1255.                                         <div class=\"panel vstack items-center gap-2 xl:gap-3 mb-4 lg:mb-8 max-w-650px mx-auto text-center\" data-anime=\"onview: -100; targets: &gt;*; translateY: [48, 0]; opacity: [0, 1]; easing: easeOutCubic; duration: 500; delay: anime.stagger(100, {start: 200});\">
  1256.                                             <h2 class=\"h3 lg:h2 xl:h1 m-0\">An alternative to LinkedIn</h2>
  1257.                                         </div>
  1258.                                         <div class=\"services-items row child-cols-12 sm:child-cols-6 lg:child-cols-4 g-4 col-match\" data-anime=\"onview: -100; targets: &gt;*; translateY: [48, 0]; opacity: [0, 1]; easing: easeOutCubic; duration: 500; delay: anime.stagger(100, {start: 400});\">
  1259.                                             <div style=\"transform: translateY(0px); opacity: 1;\">
  1260.                                                 <div class=\"service-item vstack gap-2 p-1 rounded-2 border\" style=\"border:2px solid green !important;\">
  1261.                                                     <div class=\"hstack gap-2 p-2 bg-secondary dark:bg-white dark:bg-opacity-5 rounded-1-5\">
  1262.                                                         <img class=\"w-40px\" src=\"https://whileresume.com/uploads/favicon.png\" alt=\"feature-icon\" data-uc-svg=\"\">
  1263.                                                         <h3 class=\"title h5 xl:h4 m-0\">1st. Whileresume</h3>
  1264.                                                     </div>
  1265.                                                     <div class=\"uc-list uc-list-divider fs-7 xl:fs-6 text-muted px-2 pb-1\">
  1266.                                                         <div class=\"panel\">
  1267.                                                             <div style=\"font-size:16px !important;\">Automatic profile optimization with AI</div>
  1268.                                                             <div class=\"hstack items-center gap-1 py-narrow\">
  1269.                                                                 <i class=\"icon-narrow unicon-checkmark fw-bold text-primary\"></i>
  1270.                                                                 <p>Yes</p>
  1271.                                                             </div>
  1272.                                                         </div>
  1273.                                                         <div class=\"panel\">
  1274.                                                             <div style=\"font-size:16px !important;\">Price per user</div>
  1275.                                                             <div class=\"hstack items-center gap-1 py-narrow\">
  1276.                                                                 <i class=\"icon-narrow unicon-checkmark fw-bold text-primary dark:text-secondary\"></i>
  1277.                                                                 <p>\$1200 / year</p>
  1278.                                                             </div>
  1279.                                                         </div>
  1280.                                                         <div class=\"panel\">
  1281.                                                             <div style=\"font-size:16px !important;\">Usage limits related to candidate contact</div>
  1282.                                                             <div class=\"hstack items-center gap-1 py-narrow\">
  1283.                                                                 <i class=\"icon-narrow unicon-checkmark fw-bold text-primary dark:text-secondary\"></i>
  1284.                                                                 <p>Unlimited</p>
  1285.                                                             </div>
  1286.                                                         </div>
  1287.                                                         <div class=\"panel\">
  1288.                                                             <div style=\"font-size:16px !important;\">Video resume</div>
  1289.                                                             <div class=\"hstack items-center gap-1 py-narrow\">
  1290.                                                                 <i class=\"icon-narrow unicon-checkmark fw-bold text-primary dark:text-secondary\"></i>
  1291.                                                                 <p>Yes</p>
  1292.                                                             </div>
  1293.                                                         </div>
  1294.                                                         <div class=\"panel\">
  1295.                                                             <div style=\"font-size:16px !important;\">Integrated internal messaging</div>
  1296.                                                             <div class=\"hstack items-center gap-1 py-narrow\">
  1297.                                                                 <i class=\"icon-narrow unicon-checkmark fw-bold text-primary dark:text-secondary\"></i>
  1298.                                                                 <p>Yes</p>
  1299.                                                             </div>
  1300.                                                         </div>
  1301.                                                     </div>
  1302.                                                 </div>
  1303.                                             </div>
  1304.                                             <div style=\"transform: translateY(0px); opacity: 1;\">
  1305.                                                 <div class=\"service-item vstack gap-2 p-1 rounded-2 border dark:text-white\">
  1306.                                                     <div class=\"hstack gap-2 p-2 bg-secondary dark:bg-white dark:bg-opacity-5 rounded-1-5\">
  1307.                                                         <img class=\"w-40px\" src=\"https://whileresume.com/uploads/favicon.png\" alt=\"feature-icon\" data-uc-svg=\"\">
  1308.                                                         <h3 class=\"title h5 xl:h4 m-0\">2nd. LinkedIn</h3>
  1309.                                                     </div>
  1310.                                                     <div class=\"uc-list uc-list-divider fs-7 xl:fs-6 text-muted px-2 pb-1\">
  1311.                                                         <div class=\"panel\">
  1312.                                                             <div style=\"font-size:16px !important;\">Automatic profile optimization with AI</div>
  1313.                                                             <div class=\"hstack items-center gap-1 py-narrow\">
  1314.                                                                 <i class=\"fa-solid fa-times fw-bold text-danger\"></i>
  1315.                                                                 <p>No</p>
  1316.                                                             </div>
  1317.                                                         </div>
  1318.                                                         <div class=\"panel\">
  1319.                                                             <div style=\"font-size:16px !important;\">Price per user</div>
  1320.                                                             <div class=\"hstack items-center gap-1 py-narrow\">
  1321.                                                                 <i class=\"fa-solid fa-times fw-bold text-danger\"></i>
  1322.                                                                 <p>\$7290 / year</p>
  1323.                                                             </div>
  1324.                                                         </div>
  1325.                                                         <div class=\"panel\">
  1326.                                                             <div style=\"font-size:16px !important;\">Usage limits related to candidate contact</div>
  1327.                                                             <div class=\"hstack items-center gap-1 py-narrow\">
  1328.                                                                 <i class=\"icon-narrow unicon-checkmark fw-bold text-warning\"></i>
  1329.                                                                 <p>Limited</p>
  1330.                                                             </div>
  1331.                                                         </div>
  1332.                                                         <div class=\"panel\">
  1333.                                                             <div style=\"font-size:16px !important;\">Video resume</div>
  1334.                                                             <div class=\"hstack items-center gap-1 py-narrow\">
  1335.                                                                 <i class=\"fa-solid fa-times fw-bold text-danger\"></i>
  1336.                                                                 <p>No</p>
  1337.                                                             </div>
  1338.                                                         </div>
  1339.                                                         <div class=\"panel\">
  1340.                                                             <div style=\"font-size:16px !important;\">Integrated internal messaging</div>
  1341.                                                             <div class=\"hstack items-center gap-1 py-narrow\">
  1342.                                                                 <i class=\"icon-narrow unicon-checkmark fw-bold text-primary\"></i>
  1343.                                                                 <p>Yes</p>
  1344.                                                             </div>
  1345.                                                         </div>
  1346.                                                     </div>
  1347.                                                 </div>
  1348.                                             </div>
  1349.                                             <div style=\"transform: translateY(0px); opacity: 1;\">
  1350.                                                 <div class=\"service-item vstack gap-2 p-1 rounded-2 border dark:text-white\">
  1351.                                                     <div class=\"hstack gap-2 p-2 bg-secondary dark:bg-white dark:bg-opacity-5 rounded-1-5\">
  1352.                                                         <img class=\"w-40px\" src=\"https://whileresume.com/uploads/favicon.png\" alt=\"feature-icon\" data-uc-svg=\"\">
  1353.                                                         <h3 class=\"title h5 xl:h4 m-0\">3rd. Indeed</h3>
  1354.                                                     </div>
  1355.                                                     <div class=\"uc-list uc-list-divider fs-7 xl:fs-6 text-muted px-2 pb-1\">
  1356.                                                         <div class=\"panel\">
  1357.                                                             <div style=\"font-size:16px !important;\">Automatic profile optimization with AI</div>
  1358.                                                             <div class=\"hstack items-center gap-1 py-narrow\">
  1359.                                                                 <i class=\"fa-solid fa-times fw-bold text-danger\"></i>
  1360.                                                                 <p>No</p>
  1361.                                                             </div>
  1362.                                                         </div>
  1363.                                                         <div class=\"panel\">
  1364.                                                             <div style=\"font-size:16px !important;\">Price per user</div>
  1365.                                                             <div class=\"hstack items-center gap-1 py-narrow\">
  1366.                                                                 <i class=\"fa-solid fa-times fw-bold text-danger\"></i>
  1367.                                                                 <p>\$3840 /an</p>
  1368.                                                             </div>
  1369.                                                         </div>
  1370.                                                         <div class=\"panel\">
  1371.                                                             <div style=\"font-size:16px !important;\">Usage limits related to candidate contact</div>
  1372.                                                             <div class=\"hstack items-center gap-1 py-narrow\">
  1373.                                                                 <i class=\"fa-solid fa-times fw-bold text-danger\"></i>
  1374.                                                                 <p>Limited</p>
  1375.                                                             </div>
  1376.                                                         </div>
  1377.                                                         <div class=\"panel\">
  1378.                                                             <div style=\"font-size:16px !important;\">Video resume</div>
  1379.                                                             <div class=\"hstack items-center gap-1 py-narrow\">
  1380.                                                                 <i class=\"fa-solid fa-times fw-bold text-danger\"></i>
  1381.                                                                 <p>No</p>
  1382.                                                             </div>
  1383.                                                         </div>
  1384.                                                         <div class=\"panel\">
  1385.                                                             <div style=\"font-size:16px !important;\">Integrated internal messaging</div>
  1386.                                                             <div class=\"hstack items-center gap-1 py-narrow\">
  1387.                                                                 <i class=\"icon-narrow unicon-checkmark fw-bold text-danger\"></i>
  1388.                                                                 <p>No</p>
  1389.                                                             </div>
  1390.                                                         </div>
  1391.                                                     </div>
  1392.                                                 </div>
  1393.                                             </div>
  1394.                                         </div>
  1395.                                     </div>
  1396.                                 </div>
  1397.                             </div>
  1398.                         </div>
  1399.                         </div>
  1400.                         <div id=\"cta\" class=\"cta section panel overflow-hidden\">
  1401.                             <div class=\"section-outer panel\">
  1402.                                 <div class=\"container max-w-xl\">
  1403.                                     <div class=\"section-inner panel overflow-hidden rounded xl:rounded-2 px-2 sm:px-0 py-4 sm:py-6 xl:py-9 bg-secondary dark:bg-gray-800\">
  1404.                                         <div class=\"vstack items-center gap-2 max-w-400px lg:max-w-600px mx-auto text-center\">
  1405.                                             <h2 class=\"h3 sm:h1 xl:display-6 m-0\">Don't miss out on the best talent anymore</h2>
  1406.                                             <p class=\"fs-6 sm:fs-5 text-dark dark:text-white text-opacity-70\">Simplified AI search • Video resumes & enriched portfolios</p>
  1407.                                             <a href=\"#register\" class=\"btn btn-md h-48px lg:h-56px min-w-150px btn-primary text-white mt-2\">
  1408.                                                 <span>Try now</span>
  1409.                                                 <i class=\"icon icon-1 unicon-arrow-up-right\"></i>
  1410.                                             </a>
  1411.                                             <p class=\"fs-7 text-dark dark:text-white text-opacity-70\">\$0 to start</p>
  1412.                                         </div>
  1413.                                     </div>
  1414.                                 </div>
  1415.                             </div>
  1416.                         </div>
  1417.                         <div id=\"pricing\" class=\"pricing-tiers section panel overflow-hidden\">
  1418.                             <div class=\"section-outer panel\" style=\"margin-bottom:100px; margin-top:50px;\">
  1419.                                 <div class=\"container max-w-lg\">
  1420.                                     <div class=\"section-inner panel\">
  1421.                                         <div class=\"panel vstack items-center gap-4 sm:gap-6 xl:gap-8\">
  1422.                                             <div class=\"heading panel vstack items-center gap-2 xl:gap-3 text-center\">
  1423.                                                 <h2 class=\"h4 lg:h3 m-0\">Our offers</h2>
  1424.                                                 <p class=\"fs-6 xl:fs-5 text-dark dark:text-white text-opacity-70\">Our solutions are designed to meet the needs of your type of business</p>
  1425.                                             </div>
  1426.                                             <div class=\"panel w-100 lg:max-w-900px border rounded-3 overflow-hidden\">
  1427.                                                 <div class=\"row child-cols-12 sm:child-cols-6 col-match justify-between g-0\">
  1428.                                                     <div>
  1429.                                                         <div class=\"tier panel vstack gap-2 xl:gap-4 px-3 py-4 sm:p-4 lg:p-6 rounded-0\">
  1430.                                                             <span class=\"position-absolute top-0 ltr:end-0 rtl:start-0 d-inline-flex py-narrow px-1 bg-primary rounded-1 fs-7 text-white fw-medium\" style=\"margin-top:15px;\">Popular</span>
  1431.                                                             <div class=\"panel\">
  1432.                                                                 <h3 class=\"title h5 sm:h4 dark:text-white\">Essential</h3>
  1433.                                                                 <p class=\"desc dark:text-whiteopacity-70 dark:opacity-80\">
  1434.                                                                     For seasonal recruitment
  1435.                                                                 </p>
  1436.                                                             </div>
  1437.                                                             <div class=\"panel\">
  1438.                                                                 <div class=\"panel vstack gap-narrow\">
  1439.                                                                     <h5 class=\"title h3 sm:h2 m-0 dark:text-white\">\$0 <span style=\"text-decoration: line-through; color:slategrey;\">\$120</span> EUR</h5>
  1440.                                                                     <span class=\"fs-7 opacity-70\">Ex VAT/month per user</span>
  1441.                                                                     <div class=\"vstack gap-1 justify-center text-center mt-3\">
  1442.                                                                         <a href=\"#register\" class=\"btn btn-md sm:btn-sm lg:btn-md btn-primary text-white\">Free during beta test</a>
  1443.                                                                         <span class=\"fs-7 opacity-70 min-h-24px\">No commitment</span>
  1444.                                                                     </div>
  1445.                                                                 </div>
  1446.                                                             </div>
  1447.                                                             <div class=\"panel\">
  1448.                                                                 <div class=\"panel vstack gap-2\">
  1449.                                                                     <span class=\"fs-6 fw-bold dark:text-white\">Features:</span>
  1450.                                                                     <div class=\"hstack gap-1 fs-7\">
  1451.                                                                         <i class=\"cstack w-16px h-16px bg-primary text-white rounded-circle unicon-checkmark fw-bold\"></i>
  1452.                                                                         <span>Mobile friendly application</span>
  1453.                                                                     </div>
  1454.                                                                     <div class=\"hstack gap-1 fs-7\">
  1455.                                                                         <i class=\"cstack w-16px h-16px bg-primary text-white rounded-circle unicon-checkmark fw-bold\"></i>
  1456.                                                                         <span>Candidate filters</span>
  1457.                                                                     </div>
  1458.                                                                     <div class=\"hstack gap-1 fs-7\">
  1459.                                                                         <i class=\"cstack w-16px h-16px bg-primary text-white rounded-circle unicon-checkmark fw-bold\"></i>
  1460.                                                                         <span>Instant messaging</span>
  1461.                                                                     </div>
  1462.                                                                     <div class=\"hstack gap-1 fs-7\">
  1463.                                                                         <i class=\"cstack w-16px h-16px bg-primary text-white rounded-circle unicon-checkmark fw-bold\"></i>
  1464.                                                                         <span>Email notifications</span>
  1465.                                                                     </div>
  1466.                                                                     <div class=\"hstack gap-1 fs-7\">
  1467.                                                                         <i class=\"cstack w-16px h-16px bg-primary text-white rounded-circle unicon-checkmark fw-bold\"></i>
  1468.                                                                         <span>Convert a resume to anonymous resume</span>
  1469.                                                                     </div>
  1470.                                                                     <div class=\"hstack gap-1 fs-7\">
  1471.                                                                         <i class=\"cstack w-16px h-16px bg-primary text-white rounded-circle unicon-checkmark fw-bold\"></i>
  1472.                                                                         <span>Your company in our directory</span>
  1473.                                                                     </div>
  1474.                                                                     <div class=\"hstack gap-1 fs-7\">
  1475.                                                                         <i class=\"cstack w-16px h-16px bg-primary text-white rounded-circle unicon-checkmark fw-bold\"></i>
  1476.                                                                         <span>48H support</span>
  1477.                                                                     </div>
  1478.                                                                 </div>
  1479.                                                             </div>
  1480.                                                         </div>
  1481.                                                     </div>
  1482.                                                     <div>
  1483.                                                         <div class=\"tier panel vstack gap-2 xl:gap-4 px-3 py-4 sm:p-4 lg:p-6 rounded-0 bg-secondary dark:bg-gray-800\">
  1484.                                                             <div class=\"panel\">
  1485.                                                                 <h3 class=\"title h5 sm:h4 dark:text-white\">Business</h3>
  1486.                                                                 <p class=\"desc dark:text-whiteopacity-70 dark:opacity-80\">Boost your large-scale recruitment</p>
  1487.                                                             </div>
  1488.                                                             <div class=\"panel\">
  1489.                                                                 <div class=\"panel vstack gap-narrow\">
  1490.                                                                     <h5 class=\"title h3 sm:h2 m-0 dark:text-white\">\$0 <span style=\"text-decoration: line-through; color:slategrey;\">\$1200</span> EUR</h5>
  1491.                                                                     <span class=\"fs-7 opacity-70\">Ex VAT/year per user &nbsp; &nbsp; -20% savings per year</span>
  1492.                                                                     <div class=\"vstack gap-1 justify-center text-center mt-3\">
  1493.                                                                         <a href=\"#register\" class=\"btn btn-md sm:btn-sm lg:btn-md btn-primary text-white\">Coming soon</a>
  1494.                                                                         <span class=\"fs-7 opacity-70 min-h-24px\">12 months commitment</span>
  1495.                                                                     </div>
  1496.                                                                 </div>
  1497.                                                             </div>
  1498.                                                             <div class=\"panel\">
  1499.                                                                 <div class=\"panel vstack gap-2\">
  1500.                                                                     <span class=\"fs-6 fw-bold dark:text-white\">Features:</span>
  1501.                                                                     <div class=\"hstack gap-1 fs-7\">
  1502.                                                                         <i class=\"cstack w-16px h-16px bg-primary text-white rounded-circle unicon-checkmark fw-bold\"></i>
  1503.                                                                         <span>Mobile friendly application</span>
  1504.                                                                     </div>
  1505.                                                                     <div class=\"hstack gap-1 fs-7\">
  1506.                                                                         <i class=\"cstack w-16px h-16px bg-primary text-white rounded-circle unicon-checkmark fw-bold\"></i>
  1507.                                                                         <span>Candidate filters</span>
  1508.                                                                     </div>
  1509.                                                                     <div class=\"hstack gap-1 fs-7\">
  1510.                                                                         <i class=\"cstack w-16px h-16px bg-primary text-white rounded-circle unicon-checkmark fw-bold\"></i>
  1511.                                                                         <span>Instant messaging</span>
  1512.                                                                     </div>
  1513.                                                                     <div class=\"hstack gap-1 fs-7\">
  1514.                                                                         <i class=\"cstack w-16px h-16px bg-primary text-white rounded-circle unicon-checkmark fw-bold\"></i>
  1515.                                                                         <span>Email notifications</span>
  1516.                                                                     </div>
  1517.                                                                     <div class=\"hstack gap-1 fs-7\">
  1518.                                                                         <i class=\"cstack w-16px h-16px bg-primary text-white rounded-circle unicon-checkmark fw-bold\"></i>
  1519.                                                                         <span>Convert a resume to anonymous resume</span>
  1520.                                                                     </div>
  1521.                                                                     <div class=\"hstack gap-1 fs-7\">
  1522.                                                                         <i class=\"cstack w-16px h-16px bg-primary text-white rounded-circle unicon-checkmark fw-bold\"></i>
  1523.                                                                         <span>Your company in our directory</span>
  1524.                                                                     </div>
  1525.                                                                     <div class=\"hstack gap-1 fs-7\">
  1526.                                                                         <i class=\"cstack w-16px h-16px bg-primary text-white rounded-circle unicon-checkmark fw-bold\"></i>
  1527.                                                                         <span>24H support</span>
  1528.                                                                     </div>
  1529.                                                                 </div>
  1530.                                                             </div>
  1531.                                                         </div>
  1532.                                                     </div>
  1533.                                                 </div>
  1534.                                             </div>
  1535.                                         </div>
  1536.                                     </div>
  1537.                                 </div>
  1538.                             </div>
  1539.                         </div>
  1540.                         <div id=\"about-team\" class=\"clients-feedbacks section panel overflow-hidden swiper-parent\">
  1541.                             <div class=\"section-outer panel overflow-hidden pb-6 sm:pb-8 xl:pb-10\">
  1542.                                 <div class=\"container\">
  1543.                                     <div class=\"section-inner panel\" data-anime=\"onview: -200; targets: &gt;*; translateY: [48, 0]; opacity: [0, 1]; easing: easeOutCubic; duration: 500; delay: anime.stagger(100, {start: 200});\">
  1544.                                         <div class=\"section-heading panel vstack items-center gap-2 xl:gap-3 mb-6 max-w-700px mx-auto text-center\" style=\"transform: translateY(0px); opacity: 1;\">
  1545.                                             <h2 class=\"h4 lg:h3 m-0\">Who are we?</h2>
  1546.                                         </div>
  1547.                                         <div class=\"section-content panel\" style=\"transform: translateY(0px); opacity: 1;\">
  1548.                                             <div class=\"swiper overflow-unset swiper-initialized swiper-horizontal swiper-watch-progress swiper-backface-hidden\" data-uc-swiper=\"items: 1.05; gap: 8; center: true; active: 1; dots: .swiper-pagination;\" data-uc-swiper-s=\"items: 1.2; gap: 16;\" data-uc-swiper-m=\"items: 1.3; gap: 16;\" data-uc-swiper-l=\"items: 1.5; gap: 32;\">
  1549.                                                 <div class=\"swiper-wrapper items-center\" id=\"swiper-wrapper-52846922df4bcdaa\" aria-live=\"polite\" style=\"transition-duration: 0ms; transition-delay: 0ms; transform: translate3d(-660px, 0px, 0px);\">
  1550.                                                     <div class=\"swiper-slide swiper-slide-visible swiper-slide-prev\" role=\"group\" aria-label=\"1 / 3\" style=\"width: 848px; margin-right: 32px;\">
  1551.                                                         <div class=\"clients-item panel overflow-hidden rounded-2 xl:rounded-3 border border-1 bg-white dark:bg-opacity-5 dark:text-white\">
  1552.                                                             <div class=\"row child-cols-12 sm:child-cols-6 g-0 col-match\">
  1553.                                                                 <div>
  1554.                                                                     <div class=\"clients-item-video panel\">
  1555.                                                                         <figure class=\"clients-item-video panel ratio ratio-1x1 overflow-hidden h-100\">
  1556.                                                                             <img class=\"image media-cover\" src=\"/uploads/sylvaindieterle.jpeg\" alt=\"Sylvain DIETERLE\">
  1557.                                                                         </figure>
  1558.                                                                     </div>
  1559.                                                                 </div>
  1560.                                                                 <div>
  1561.                                                                     <div class=\"clients-item-content panel vstack justify-between gap-3 xl:gap-4 p-3 lg:p-4 xl:p-6\">
  1562.                                                                         <div>
  1563.                                                                             <p class=\"desc fs-6 sm:fs-7 lg:fs-5 lh-xxl text-gray dark:text-gray-100\">
  1564.                                                                                 With dual degrees in Digital Marketing & Communication and Computer Development, Sylvain has combined strategic vision and technical excellence for over 10 years. Leading Mirtillo, he designs tailor-made digital experiences for startups and transforming companies: web & mobile applications, intelligent platforms, growth strategies.
  1565.                                                                             </p>
  1566.                                                                             {#
  1567.                                                                             <p class=\"desc fs-6 sm:fs-7 lg:fs-5 lh-xxl text-gray dark:text-gray-100\">
  1568.                                                                                 Passionate about AI and product innovation, he now co-pilots Whileresume, a solution that reinvents recruitment through technology. His motto? Create intuitive, high-performance, impactful tools where tech and human meet.
  1569.                                                                             </p>
  1570.                                                                             #}
  1571.                                                                             <p class=\"desc fs-6 sm:fs-7 lg:fs-5 lh-xxl text-gray dark:text-gray-100\" style=\"margin-bottom:60px;\">
  1572.                                                                                 <strong>Mental stack:</strong> Product vision • Technical architecture • Growth mindset • AI & automation
  1573.                                                                             </p>
  1574.                                                                         </div>
  1575.                                                                         <div>
  1576.                                                                             <h4 class=\"title h6 lg:h5 mb-0 lg:mb-narrow text-inherit\">Sylvain, 34 years old</h4>
  1577.                                                                             <span class=\"fs-7 lg:fs-6 text-gray-300 dark:text-gray-200\">Founder & Digital Architect at Mirtillo</span>
  1578.                                                                         </div>
  1579.                                                                     </div>
  1580.                                                                 </div>
  1581.                                                             </div>
  1582.                                                         </div>
  1583.                                                     </div>
  1584.                                                     <div class=\"swiper-slide swiper-slide-visible swiper-slide-fully-visible swiper-slide-active\" role=\"group\" aria-label=\"2 / 3\" style=\"width: 848px; margin-right: 32px;\">
  1585.                                                         <div class=\"clients-item panel overflow-hidden rounded-2 xl:rounded-3 border border-1 bg-white dark:bg-opacity-5 dark:text-white\">
  1586.                                                             <div class=\"row child-cols-12 sm:child-cols-6 g-0 col-match\">
  1587.                                                                 <div>
  1588.                                                                     <div class=\"clients-item-video panel\">
  1589.                                                                         <figure class=\"clients-item-video panel ratio ratio-1x1 overflow-hidden h-100\">
  1590.                                                                             <img class=\"image media-cover\" src=\"/uploads/keithshema.jpeg\" alt=\"KEITH SHEMA\">
  1591.                                                                         </figure>
  1592.                                                                     </div>
  1593.                                                                 </div>
  1594.                                                                 <div>
  1595.                                                                     <div class=\"clients-item-content panel vstack justify-between gap-3 xl:gap-4 p-3 lg:p-4 xl:p-6\">
  1596.                                                                         <div>
  1597.                                                                             <p class=\"desc fs-6 sm:fs-7 lg:fs-5 lh-xxl text-gray dark:text-gray-100\">
  1598.                                                                                 With a Master's degree in Law, Leith has been working for 7 years in the recruitment of exceptional talent. After cutting his teeth in a reputable firm, he founded Holyfield & Partners 5 years ago: a headhunting boutique specializing in premium legal profiles. His mission? Connect large groups and international law firms with the best talent, thanks to a tailor-made and data-driven approach.
  1599.                                                                             </p>
  1600.                                                                             {#
  1601.                                                                             <p class=\"desc fs-6 sm:fs-7 lg:fs-5 lh-xxl text-gray dark:text-gray-100\">
  1602.                                                                                 An entrepreneur convinced that tech must serve humanity, he is now reinventing talent-company matching by combining excellence, performance and HR innovation.
  1603.                                                                             </p>
  1604.                                                                             #}
  1605.                                                                             <p class=\"desc fs-6 sm:fs-7 lg:fs-5 lh-xxl text-gray dark:text-gray-100\">
  1606.                                                                                 <strong>Mental stack:</strong> Executive search • Legal expertise • Data-driven recruitment • HR innovation
  1607.                                                                             </p>
  1608.                                                                         </div>
  1609.                                                                         <div>
  1610.                                                                             <h4 class=\"title h6 lg:h5 mb-0 lg:mb-narrow text-inherit\">Keith, 32 years old</h4>
  1611.                                                                             <span class=\"fs-7 lg:fs-6 text-gray-300 dark:text-gray-200\">Founder & CEO of Holyfield & Partners</span>
  1612.                                                                         </div>
  1613.                                                                     </div>
  1614.                                                                 </div>
  1615.                                                             </div>
  1616.                                                         </div>
  1617.                                                     </div>
  1618.                                                 </div>
  1619.                                                 <span class=\"swiper-notification\" aria-live=\"assertive\" aria-atomic=\"true\"></span></div>
  1620.                                         </div>
  1621.                                         <div class=\"section-footer panel mt-6 sm:mt-6 h-8px\" style=\"transform: translateY(0px); opacity: 1;\">
  1622.                                             <div class=\"swiper-pagination position-absolute bottom-0 text-primary dark:text-quaternary m-0 justify-center swiper-pagination-clickable swiper-pagination-bullets swiper-pagination-horizontal\"><span class=\"swiper-pagination-bullet\" tabindex=\"0\" role=\"button\" aria-label=\"Go to slide 1\"></span><span class=\"swiper-pagination-bullet swiper-pagination-bullet-active\" tabindex=\"0\" role=\"button\" aria-label=\"Go to slide 2\" aria-current=\"true\"></span><span class=\"swiper-pagination-bullet\" tabindex=\"0\" role=\"button\" aria-label=\"Go to slide 3\"></span></div>
  1623.                                         </div>
  1624.                                     </div>
  1625.                                 </div>
  1626.                             </div>
  1627.                         </div>
  1628.                         <div id=\"faq\" class=\"faq section panel\" style=\"margin-top:100px; margin-bottom:100px;\">
  1629.                             <div class=\"section-outer panel\">
  1630.                                 <div class=\"container\">
  1631.                                     <div class=\"section-inner panel\">
  1632.                                         <div class=\"row child-cols-12 col-match gy-2 lg:gy-6\">
  1633.                                             <div>
  1634.                                                 <div class=\"vstack items-center text-center gap-2\">
  1635.                                                     <h2 class=\"h4 lg:h3 m-0\">How does it work?</h2>
  1636.                                                 </div>
  1637.                                             </div>
  1638.                                             <div>
  1639.                                                 <div class=\"panel\">
  1640.                                                     <ul class=\"uc-accordion gap-1 max-w-850px mx-auto\" data-uc-accordion=\"targets: > li; multiple: false;\">
  1641.                                                         <li class=\"panel p-3 lg:p-4 rounded-1-5 bg-secondary dark:bg-gray-300 dark:bg-opacity-15\">
  1642.                                                             <a class=\"uc-accordion-title h6 md:h5 lg:h4 ls-0 fw-bold ltr:pe-4 rtl:ps-4\" href=\"#\">Can I filter resumes?</a>
  1643.                                                             <div class=\"uc-accordion-content lg:fs-5 opacity-70\">
  1644.                                                                 <p>Yes, our platform has an advanced search system specifically designed to facilitate your recruitment. You can filter candidates according to many criteria: specific skills, years of experience, geographical location, education level, desired contract type, availability, and many others. These precise filters allow you to quickly identify profiles that exactly match your needs, without wasting time browsing through irrelevant resumes.</p>
  1645.                                                             </div>
  1646.                                                         </li>
  1647.                                                         <li class=\"panel p-3 lg:p-4 rounded-1-5 bg-secondary dark:bg-gray-300 dark:bg-opacity-15\">
  1648.                                                             <a class=\"uc-accordion-title h6 md:h5 lg:h4 ls-0 fw-bold ltr:pe-4 rtl:ps-4\" href=\"#\">How do I contact candidates?</a>
  1649.                                                             <div class=\"uc-accordion-content lg:fs-5 opacity-70\">
  1650.                                                                 <p>Connecting with candidates is simple and direct. An integrated messaging system on the platform allows you to contact candidates who interest you in complete confidentiality. You can also, if the candidate has chosen to share their contact information, reach them directly by email or phone. This flexibility allows you to choose the most appropriate communication method for each situation and establish quick contact with your future talents.</p>
  1651.                                                             </div>
  1652.                                                         </li>
  1653.                                                         <li class=\"panel p-3 lg:p-4 rounded-1-5 bg-secondary dark:bg-gray-300 dark:bg-opacity-15\">
  1654.                                                             <a class=\"uc-accordion-title h6 md:h5 lg:h4 ls-0 fw-bold ltr:pe-4 rtl:ps-4\" href=\"#\">Which sectors are covered?</a>
  1655.                                                             <div class=\"uc-accordion-content lg:fs-5 opacity-70\">
  1656.                                                                 <p>Our resume database is deliberately open to all sectors of activity and all types of professions. Whether you recruit in IT, finance, marketing, industry, sales, healthcare, education or any other field, you will find qualified profiles. This diversity makes our database rich and allows you to recruit for any position, from junior to senior, in all professional sectors.</p>
  1657.                                                             </div>
  1658.                                                         </li>
  1659.                                                         <li class=\"panel p-3 lg:p-4 rounded-1-5 bg-secondary dark:bg-gray-300 dark:bg-opacity-15\">
  1660.                                                             <a class=\"uc-accordion-title h6 md:h5 lg:h4 ls-0 fw-bold ltr:pe-4 rtl:ps-4\" href=\"#\">What is the difference with LinkedIn?</a>
  1661.                                                             <div class=\"uc-accordion-content lg:fs-5 opacity-70\">
  1662.                                                                 <p>Our resume database fundamentally differs from LinkedIn and traditional job boards through its qualitative approach. Unlike generalist platforms where you have to browse through thousands of inactive or poorly engaged profiles, our database only presents candidates who are truly available and ready to be contacted. The database is qualified and regularly updated to ensure profile relevance. Our precise filters (skills, experience, location, availability...) allow you to quickly identify the right profiles without drowning in the mass. Connection is direct, simple and without intermediaries, far from the noise and distractions of professional social networks. You also access rare talents, sometimes absent from traditional major networks. In summary: more relevance, less noise, and candidates truly open to opportunities.</p>
  1663.                                                             </div>
  1664.                                                         </li>
  1665.                                                     </ul>
  1666.                                                 </div>
  1667.                                             </div>
  1668.                                         </div>
  1669.                                     </div>
  1670.                                 </div>
  1671.                             </div>
  1672.                         </div>
  1673.                     {% endblock body %}
  1674.                 {% block footerjs %}
  1675.                     <script>
  1676.                         // List of forbidden domains (synchronized with PHP)
  1677.                         const forbiddenDomains = [
  1678.                             'gmail.com', 'yahoo.com', 'yahoo.fr', 'hotmail.com', 'hotmail.fr',
  1679.                             'outlook.com', 'outlook.fr', 'live.com', 'live.fr', 'aol.com',
  1680.                             'free.fr', 'orange.fr', 'wanadoo.fr', 'laposte.net', 'sfr.fr',
  1681.                             'bbox.fr', 'icloud.com', 'me.com', 'protonmail.com', 'tutanota.com'
  1682.                         ];
  1683.                         // Temporary domains also forbidden
  1684.                         const tempDomains = [
  1685.                             'tempmail.org', '10minutemail.com', 'guerrillamail.com',
  1686.                             'mailinator.com', 'yopmail.com'
  1687.                         ];
  1688.                         // Main validation function
  1689.                         function validateProfessionalEmail(email) {
  1690.                             // Basic format validation
  1691.                             const emailRegex = /^[^\\s@]+@[^\\s@]+\\.[^\\s@]+\$/;
  1692.                             if (!emailRegex.test(email)) {
  1693.                                 return {
  1694.                                     valid: false,
  1695.                                     message: 'Invalid email format'
  1696.                                 };
  1697.                             }
  1698.                             // Domain extraction
  1699.                             const domain = email.split('@')[1]?.toLowerCase().trim();
  1700.                             if (!domain) {
  1701.                                 return {
  1702.                                     valid: false,
  1703.                                     message: 'Missing email domain'
  1704.                                 };
  1705.                             }
  1706.                             // Check forbidden domains
  1707.                             if (\$.inArray(domain, forbiddenDomains) !== -1) {
  1708.                                 return {
  1709.                                     valid: false,
  1710.                                     message: 'Personal addresses are not allowed. Use your professional email.'
  1711.                                 };
  1712.                             }
  1713.                             // Check temporary domains
  1714.                             if (\$.inArray(domain, tempDomains) !== -1) {
  1715.                                 return {
  1716.                                     valid: false,
  1717.                                     message: 'Temporary addresses are not allowed.'
  1718.                                 };
  1719.                             }
  1720.                             // Additional checks
  1721.                             if (domain.length < 4 || domain.indexOf('.') === -1) {
  1722.                                 return {
  1723.                                     valid: false,
  1724.                                     message: 'Invalid email domain'
  1725.                                 };
  1726.                             }
  1727.                             return {
  1728.                                 valid: true,
  1729.                                 message: '✅ Valid professional email address!'
  1730.                             };
  1731.                         }
  1732.                         // Function to update field appearance
  1733.             function updateEmailField(\$input, isValid, message) {
  1734.                 const \$messageDiv = \$('#emailMessage');
  1735.                 const \$submitBtn = \$('#submitBtn');
  1736.                 // Remove previous classes
  1737.                 \$input.removeClass('email-valid email-invalid');
  1738.                 \$messageDiv.removeClass('success error');
  1739.                 if (\$input.val().trim() === '') {
  1740.                     // Empty field - hide message and reset default state
  1741.                     \$messageDiv.addClass('hidden').text('');
  1742.                     \$submitBtn.prop('disabled', true);
  1743.                     return;
  1744.                 }
  1745.                 // Display message (remove hidden class)
  1746.                 \$messageDiv.removeClass('hidden');
  1747.                 if (isValid) {
  1748.                     // Valid email
  1749.                     \$input.addClass('email-valid');
  1750.                     \$messageDiv.addClass('success').text(message);
  1751.                     \$submitBtn.prop('disabled', false);
  1752.                 } else {
  1753.                     // Invalid email
  1754.                     \$input.addClass('email-invalid');
  1755.                     \$messageDiv.addClass('error').text('❌ ' + message);
  1756.                     \$submitBtn.prop('disabled', true);
  1757.                 }
  1758.             }
  1759.                         // Display forbidden domains
  1760.                         \$.each(forbiddenDomains, function(index, domain) {
  1761.                             \$('#domainsList').append(
  1762.                                 \$('<span>').addClass('domain-tag').text(domain)
  1763.                             );
  1764.                         });
  1765.                         // Real-time validation
  1766.                         \$('#users_email').on('input', function() {
  1767.                             const email = \$(this).val().trim();
  1768.                             const result = validateProfessionalEmail(email);
  1769.                             updateEmailField(\$(this), result.valid, result.message);
  1770.                         });
  1771.                         // Validation on focus loss
  1772.                         \$('#users_email').on('blur', function() {
  1773.                             const email = \$(this).val().trim();
  1774.                             if (email) {
  1775.                                 const result = validateProfessionalEmail(email);
  1776.                                 updateEmailField(\$(this), result.valid, result.message);
  1777.                             }
  1778.                         });
  1779.                         // Form submission
  1780.                         \$('#emailForm').on('submit', function(e) {
  1781.                             e.preventDefault();
  1782.                             const email = \$('#users_email').val().trim();
  1783.                             const result = validateProfessionalEmail(email);
  1784.                             if (result.valid) {
  1785.                                 // Here you can send data to PHP server with AJAX
  1786.                                 \$.ajax({
  1787.                                     url: 'your-script.php',
  1788.                                     method: 'POST',
  1789.                                     data: { email: email },
  1790.                                     success: function(response) {
  1791.                                         alert('Registration successful!');
  1792.                                         console.log('Server response:', response);
  1793.                                     },
  1794.                                     error: function(xhr, status, error) {
  1795.                                         alert('Registration error: ' + xhr.responseText);
  1796.                                     }
  1797.                                 });
  1798.                             } else {
  1799.                                 updateEmailField(\$('#users_email'), false, result.message);
  1800.                             }
  1801.                         });
  1802.                     </script>
  1803.                 {% endblock footerjs %}""application/whileresume/website/business/homepage_en.html.twig""/var/www/vhosts/mirtillostudio.fr/b1.mirtillostudio.fr/version-1/templates/application/whileresume/website/business/homepage_en.html.twig");
  1804.     }
  1805. }
  1806. /* application/whileresume/website/business/homepage_en.html.twig */
  1807. class __TwigTemplate_6baae4e7d7d04cd4825b2bf2705ee140___1598551767 extends Template
  1808. {
  1809.     private Source $source;
  1810.     /**
  1811.      * @var array<string, Template>
  1812.      */
  1813.     private array $macros = [];
  1814.     public function __construct(Environment $env)
  1815.     {
  1816.         parent::__construct($env);
  1817.         $this->source $this->getSourceContext();
  1818.         $this->blocks = [
  1819.             'header_content' => [$this'block_header_content'],
  1820.         ];
  1821.     }
  1822.     protected function doGetParent(array $context): bool|string|Template|TemplateWrapper
  1823.     {
  1824.         // line 12
  1825.         return "/vitrine/lexend/components/header.html.twig";
  1826.     }
  1827.     protected function doDisplay(array $context, array $blocks = []): iterable
  1828.     {
  1829.         $macros $this->macros;
  1830.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1831.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""application/whileresume/website/business/homepage_en.html.twig"));
  1832.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1833.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""application/whileresume/website/business/homepage_en.html.twig"));
  1834.         $this->parent $this->load("/vitrine/lexend/components/header.html.twig"12);
  1835.         yield from $this->parent->unwrap()->yield($contextarray_merge($this->blocks$blocks));
  1836.         
  1837.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1838.         
  1839.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1840.     }
  1841.     // line 13
  1842.     /**
  1843.      * @return iterable<null|scalar|\Stringable>
  1844.      */
  1845.     public function block_header_content(array $context, array $blocks = []): iterable
  1846.     {
  1847.         $macros $this->macros;
  1848.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1849.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header_content"));
  1850.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1851.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header_content"));
  1852.         // line 14
  1853.         yield "                                ";
  1854.         yield from $this->load("/vitrine/lexend/components/languages/loader.html.twig"14)->unwrap()->yield($context);
  1855.         // line 15
  1856.         yield "                            ";
  1857.         
  1858.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1859.         
  1860.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1861.         yield from [];
  1862.     }
  1863.     /**
  1864.      * @codeCoverageIgnore
  1865.      */
  1866.     public function getTemplateName(): string
  1867.     {
  1868.         return "application/whileresume/website/business/homepage_en.html.twig";
  1869.     }
  1870.     /**
  1871.      * @codeCoverageIgnore
  1872.      */
  1873.     public function isTraitable(): bool
  1874.     {
  1875.         return false;
  1876.     }
  1877.     /**
  1878.      * @codeCoverageIgnore
  1879.      */
  1880.     public function getDebugInfo(): array
  1881.     {
  1882.         return array (  2048 => 15,  2045 => 14,  2032 => 13,  2009 => 12,  951 => 699,  938 => 698,  854 => 623,  820 => 586,  316 => 80,  312 => 79,  302 => 72,  294 => 67,  285 => 61,  279 => 58,  269 => 51,  260 => 45,  254 => 42,  247 => 38,  227 => 20,  214 => 19,  203 => 17,  200 => 12,  187 => 11,  163 => 9,  139 => 8,  116 => 6,  93 => 5,  70 => 4,  47 => 1,);
  1883.     }
  1884.     public function getSourceContext(): Source
  1885.     {
  1886.         return new Source("{% extends 'vitrine/lexend/layout.html.twig' %}
  1887.                     {% block title %}{{ page.shortTitle }}{% endblock title %}
  1888.                     {% block description %}{{ page.shortDescription }}{% endblock description %}
  1889.                     {% block robots %}{{ page.robots }}{% endblock robots %}
  1890.                     {% block meta_social %}{{ parent() }}{% include \"/vitrine/components/socialmedia.html.twig\" with { 'page':page,'social_type':'website' } %}{% endblock meta_social %}
  1891.                     {% block meta %}{{ parent() }}{% include \"/vitrine/components/author.html.twig\" with {'page':page } %}{% endblock meta %}
  1892.                     {% block body_header %}
  1893.                         {% embed \"/vitrine/lexend/components/header.html.twig\" with {'navcolor':'blue','navtype':'default'} %}
  1894.                             {% block header_content %}
  1895.                                 {% include \"/vitrine/lexend/components/languages/loader.html.twig\" %}
  1896.                             {% endblock %}
  1897.                         {% endembed %}
  1898.                     {% endblock body_header %}
  1899.                     {% block body %}
  1900.                         <div id=\"register\" class=\"hero-header hero-five-scene section panel overflow-hidden\">
  1901.                             <div class=\"position-cover bg-gradient-to-t from-secondary to-white dark:from-gray-800 dark:to-gray-900\"></div>
  1902.                             <div class=\"section-outer panel pb-6 sm:pb-8 pt-9 xl:pt-10 xl:pb-9\">
  1903.                                 <div class=\"container max-w-xl\">
  1904.                                     <div class=\"section-inner panel\">
  1905.                                         <div class=\"row child-cols-12 justify-center lg:justify-between items-center g-6 lg:g-0\">
  1906.                                             <div class=\"sm:col-8 lg:col-5\">
  1907.                                                 <div class=\"panel vstack gap-2 text-center lg:text-start rtl:lg:text-end xl:me-4\">
  1908.                                                     <h1 class=\"h2 md:h1 lg:display-5 m-0\">AI resume database that gives you access to the <span class=\"text-primary dark:text-tertiary\">best tech talent</span></h1>
  1909.                                                     <p class=\"fs-6 sm:fs-5 text-dark dark:text-white text-opacity-70\">
  1910.                                                         Every week, software engineers, data scientists, DevOps, cloud experts and other tech profiles join our platform to be recruited by the best companies.
  1911.                                                         <strong>Get instant access to a pool of highly qualified candidates</strong>.
  1912.                                                     </p>
  1913.                                                     <div class=\"vstack gap-1\">
  1914.                                                         {{ form_start(form,{'attr':{'class':''}}) }}
  1915.                                                         <div class=\"row child-cols-12 md:child-cols-6 g-2\" style=\"margin-top:7px;\">
  1916.                                                             <div>
  1917.                                                                 {{ form_widget(form.name,{'attr':{'placeholder':'John'}}) }}
  1918.                                                             </div>
  1919.                                                             <div>
  1920.                                                                 {{ form_widget(form.lastname,{'attr':{'placeholder':'DOE'}}) }}
  1921.                                                             </div>
  1922.                                                         </div>
  1923.                                                         <div class=\"row child-cols-12 g-2\" style=\"margin-top:7px;\">
  1924.                                                             <div>
  1925.                                                                 {{ form_widget(form.email,{'attr':{'placeholder':'john.doe@whileresume.com'}}) }}
  1926.                                                                 <div id=\"emailMessage\" class=\"message hidden\"></div>
  1927.                                                             </div>
  1928.                                                         </div>
  1929.                                                         <div class=\"row child-cols-12 md:child-cols-6 g-2\" style=\"margin-top:7px;\">
  1930.                                                             <div>
  1931.                                                                 {{ form_widget(form.password.first,{'attr':{'placeholder':'Password','class':'form-control'}}) }}
  1932.                                                             </div>
  1933.                                                             <div>
  1934.                                                                 {{ form_widget(form.password.second,{'attr':{'placeholder':'Confirm password','class':'form-control'}}) }}
  1935.                                                             </div>
  1936.                                                         </div>
  1937.                                                         <div class=\"row child-cols-12\" style=\"margin-top:20px;\">
  1938.                                                             <div>
  1939.                                                                 <p class=\"fs-7 text-dark dark:text-white text-opacity-70\">{{ form_widget(form.acceptTerm) }} I accept the <a href=\"/recruiter-data-protection\" class=\"uc-link text-underline dark:text-secondary\">data protection policy</a> and <a href=\"/general-terms-and-conditions-of-sale\">general terms and conditions of sale</a>.</p>
  1940.                                                             </div>
  1941.                                                         </div>
  1942.                                                         <div style=\"margin-bottom:20px; margin-top:20px;\">
  1943.                                                             {{ form_widget(form.recaptcha) }}
  1944.                                                         </div>
  1945.                                                         <button type=\"submit\" class=\"btn btn-primary btn-md text-white mt-2\">Validate registration</button>
  1946.                                                     </div>
  1947.                                                     {{ form_rest(form) }}
  1948.                                                     {{ form_end(form) }}
  1949.                                                 </div>
  1950.                                             </div>
  1951.                                             <div class=\"sm:col-auto\">
  1952.                                                 <div class=\"hero-scroll-scene panel sm:w-550px sm:h-600px lg:w-450px lg:h-500px xl:w-600px xl:h-650px\" style=\"transform: translateX(0px); opacity: 1;\">
  1953.                                                     <figure class=\"featured-image m-0 rounded ratio ratio-1x1 rounded-3 h-100 overflow-hidden\">
  1954.                                                         <img class=\"media-cover image\" src=\"/uploads/business.jpeg\" alt=\"Interview between a candidate and a recruiter\">
  1955.                                                     </figure>
  1956.                                                 </div>
  1957.                                             </div>
  1958.                                         </div>
  1959.                                     </div>
  1960.                                 </div>
  1961.                             </div>
  1962.                         </div>
  1963.                         <div id=\"features\" class=\"main-features section panel overflow-hidden\" style=\"margin-top:30px;\">
  1964.                             <div class=\"section-outer panel py-6 lg:py-8 xl:py-10\">
  1965.                                 <div class=\"container\">
  1966.                                     <div class=\"row child-cols col-match justify-between g-4 lg:g-8 xl:g-10\">
  1967.                                         <div class=\"col-12 sm:col-6 order-0 lg:order-1\">
  1968.                                             <div class=\"panel w-100\">
  1969.                                                 <img src=\"/uploads/rh/mascotte_filtrage3.png\" alt=\"A recruiter with a stack of résumés.\" class=\"rounded-2\" style=\"background-color:#F5EDE3;\">
  1970.                                             </div>
  1971.                                         </div>
  1972.                                         <div class=\"col-12 sm:col-6 order-1 lg:order-0\">
  1973.                                             <div class=\"panel vstack justify-between gap-4 sm:gap-6 h-100\">
  1974.                                                 <div>
  1975.                                                     <div class=\"panel vstack gap-2\">
  1976.                                                         <span class=\"fs-6 fw-bold m-0 text-primary\">01.</span>
  1977.                                                         <h2 class=\"h4 lg:h3 xl:h2 m-0\">Simplified search system with AI</h2>
  1978.                                                         <p class=\"fs-6 lg:fs-5 opacity-70 dark:opacity-80\">
  1979.                                                             Simply describe the position in the search bar. Access thousands of resumes in seconds and instantly discover candidates who best match your criteria.
  1980.                                                         </p>
  1981.                                                         <p class=\"fs-6 lg:fs-5 opacity-70 dark:opacity-80\">
  1982.                                                             Our mobile application allows you to manage your recruitments on the go: conversations with candidates, advanced search, consultation of resumes and presentation videos
  1983.                                                         </p>
  1984.                                                     </div>
  1985.                                                 </div>
  1986.                                                 <div>
  1987.                                                     <div class=\"p-3 panel vstack gap-3 rounded border\">
  1988.                                                         <p class=\"fs-6 dark:text-white\">\" I wanted to simplify the process as much as possible: just describe the desired position to instantly access thousands of relevant resumes. And with our mobile app, I can manage my recruitments anywhere: conversations, searches, resume and video consultation. Recruitment finally becomes nomadic and efficient. \"</p>
  1989.                                                         <div class=\"panel hstack gap-1\">
  1990.                                                             <img class=\"w-40px rounded-circle\" src=\"/uploads/keithshema.jpeg\" alt=\"Keith SHEMA\">
  1991.                                                             <div class=\"panel vstack items-start gap-0\">
  1992.                                                                 <h6 class=\"h6 m-0\">Keith SHEMA</h6>
  1993.                                                                 <span class=\"fs-7 opacity-70\">Founder Whileresume & Holyfield and partners</span>
  1994.                                                             </div>
  1995.                                                         </div>
  1996.                                                     </div>
  1997.                                                 </div>
  1998.                                             </div>
  1999.                                         </div>
  2000.                                     </div>
  2001.                                     <div class=\"row child-cols col-match justify-between g-4 lg:g-8 xl:g-10\" style=\"margin-top:40px;\">
  2002.                                         <div class=\"col-12 sm:col-6 order-0 lg:order-1\">
  2003.                                             <div class=\"panel w-100\">
  2004.                                                 <img src=\"/uploads/rh/mascotte_upload2.png\" alt=\"A recruiter looking at a résumé on their phone.\" class=\"rounded-2\" style=\"background-color:#F5EDE3;\">
  2005.                                             </div>
  2006.                                         </div>
  2007.                                         <div class=\"col-12 sm:col-6 order-1 lg:order-0\">
  2008.                                             <div class=\"panel vstack justify-between gap-4 sm:gap-6 h-100\">
  2009.                                                 <div>
  2010.                                                     <div class=\"panel vstack gap-2\">
  2011.                                                         <span class=\"fs-6 fw-bold m-0 text-primary\">02.</span>
  2012.                                                         <h2 class=\"h4 lg:h3 xl:h2 m-0\">Enriched candidate profiles</h2>
  2013.                                                         <p class=\"fs-6 lg:fs-5 opacity-70 dark:opacity-80\">
  2014.                                                             Candidates create complete profiles with standardized resume, video resume and detailed portfolio. Beyond the traditional resume, discover their projects, achievements, technical skills and soft skills.
  2015.                                                         </p>
  2016.                                                         <p class=\"fs-6 lg:fs-5 opacity-70 dark:opacity-80\">
  2017.                                                             The video resume reveals the candidate's personality and motivation, while the structured classic resume centralizes all professional information. 360° view for informed recruitment decisions.
  2018.                                                         </p>
  2019.                                                     </div>
  2020.                                                 </div>
  2021.                                                 <div>
  2022.                                                     <div class=\"p-3 panel vstack gap-3 rounded border\">
  2023.                                                         <p class=\"fs-6 dark:text-white\">\" As a recruiter, I've always been frustrated by the limitations of the traditional resume. Our platform offers a 360° view of candidates: structured resume, video to discover their personality, and detailed portfolio. This comprehensive approach finally allows me to make truly informed recruitment decisions. \"</p>
  2024.                                                         <div class=\"panel hstack gap-1\">
  2025.                                                             <img class=\"w-40px rounded-circle\" src=\"/uploads/keithshema.jpeg\" alt=\"Keith SHEMA\">
  2026.                                                             <div class=\"panel vstack items-start gap-0\">
  2027.                                                                 <h6 class=\"h6 m-0\">Keith SHEMA</h6>
  2028.                                                                 <span class=\"fs-7 opacity-70\">Founder Whileresume & Holyfield and partners</span>
  2029.                                                             </div>
  2030.                                                         </div>
  2031.                                                     </div>
  2032.                                                 </div>
  2033.                                             </div>
  2034.                                         </div>
  2035.                                     </div>
  2036.                                     <div class=\"row child-cols col-match justify-between g-4 lg:g-8 xl:g-10\" style=\"margin-top:40px;\">
  2037.                                         <div class=\"col-12 sm:col-6 order-0 lg:order-1\">
  2038.                                             <div class=\"panel w-100\">
  2039.                                                 <img src=\"/uploads/rh/mascotte_reunion.png\" alt=\"A recruiter and a candidate talking\" class=\"rounded-2\">
  2040.                                             </div>
  2041.                                         </div>
  2042.                                         <div class=\"col-12 sm:col-6 order-1 lg:order-0\">
  2043.                                             <div class=\"panel vstack justify-between gap-4 sm:gap-6 h-100\">
  2044.                                                 <div>
  2045.                                                     <div class=\"panel vstack gap-2\">
  2046.                                                         <span class=\"fs-6 fw-bold m-0 text-primary\">03.</span>
  2047.                                                         <h2 class=\"h4 lg:h3 xl:h2 m-0\">One-click unlimited candidate contact</h2>
  2048.                                                         <p class=\"fs-6 lg:fs-5 opacity-70 dark:opacity-80\">
  2049.                                                             Instant messaging to directly contact candidates who interest you. No need to wait for qualified candidates to come to you directly.
  2050.                                                         </p>
  2051.                                                         <p class=\"fs-6 lg:fs-5 opacity-70 dark:opacity-80\">
  2052.                                                             Fluid and fast communication to accelerate your recruitment processes. Keep a centralized exchange history for optimal follow-up, and benefit from classic and video resumes at all times.
  2053.                                                         </p>
  2054.                                                     </div>
  2055.                                                 </div>
  2056.                                                 <div>
  2057.                                                     <div class=\"p-3 panel vstack gap-3 rounded border\">
  2058.                                                         <p class=\"fs-6 dark:text-white\">
  2059.                                                             What frustrated me most as a recruiter was waiting for good candidates to come forward and being limited in my contacts on traditional platforms. With our instant messaging, I can finally take the initiative and directly contact the talents that interest me, without restriction. Fluid communication, centralized history, classic and video resume: everything is designed to accelerate our processes without losing quality.
  2060.                                                         </p>
  2061.                                                         <div class=\"panel hstack gap-1\">
  2062.                                                             <img class=\"w-40px rounded-circle\" src=\"/uploads/keithshema.jpeg\" alt=\"Keith SHEMA\">
  2063.                                                             <div class=\"panel vstack items-start gap-0\">
  2064.                                                                 <h6 class=\"h6 m-0\">Keith SHEMA</h6>
  2065.                                                                 <span class=\"fs-7 opacity-70\">Founder Whileresume & Holyfield and partners</span>
  2066.                                                             </div>
  2067.                                                         </div>
  2068.                                                     </div>
  2069.                                                 </div>
  2070.                                             </div>
  2071.                                         </div>
  2072.                                     </div>
  2073.                                     <div class=\"row child-cols col-match justify-between g-4 lg:g-8 xl:g-10\" style=\"margin-top:40px;\">
  2074.                                         <div class=\"col-12 sm:col-6 order-0 lg:order-1\">
  2075.                                             <div class=\"panel w-100\">
  2076.                                                 <img src=\"/uploads/rh/mascotte_register.png\" alt=\"A recruiter on a couch using the Whileresum app\" class=\"rounded-2\">
  2077.                                             </div>
  2078.                                         </div>
  2079.                                         <div class=\"col-12 sm:col-6 order-1 lg:order-0\">
  2080.                                             <div class=\"panel vstack justify-between gap-4 sm:gap-6 h-100\">
  2081.                                                 <div>
  2082.                                                     <div class=\"panel vstack gap-2\">
  2083.                                                         <span class=\"fs-6 fw-bold m-0 text-primary\">04.</span>
  2084.                                                         <h2 class=\"h4 lg:h3 xl:h2 m-0\">Intuitive and efficient interface</h2>
  2085.                                                         <p class=\"fs-6 lg:fs-5 opacity-70 dark:opacity-80\">
  2086.                                                             Web & mobile platform that combines simplicity and performance. Intuitive interface with fluid navigation, advanced multi-criteria filters and customizable dashboards.
  2087.                                                         </p>
  2088.                                                         <p class=\"fs-6 lg:fs-5 opacity-70 dark:opacity-80\">
  2089.                                                             Instant adoption, no training required. Designed to be accessible to companies that want to recruit, while offering powerful professional features.
  2090.                                                         </p>
  2091.                                                         <p class=\"fs-6 lg:fs-5 opacity-70 dark:opacity-80\">
  2092.                                                             The tool disappears in favor of the essential: your candidates. Save precious time on recruitment tasks to focus on human exchange and building authentic relationships with your talents.
  2093.                                                         </p>
  2094.                                                     </div>
  2095.                                                 </div>
  2096.                                                 <div>
  2097.                                                     <div class=\"p-3 panel vstack gap-3 rounded border\">
  2098.                                                         <p class=\"fs-6 dark:text-white\">\" I wanted to create a tool that disappears in favor of the essential: your candidates. Our platform combines simplicity and performance so you save precious time on technical tasks and focus on what really matters: human exchange and building authentic relationships with your talents. \"</p>
  2099.                                                         <div class=\"panel hstack gap-1\">
  2100.                                                             <img class=\"w-40px rounded-circle\" src=\"/uploads/sylvaindieterle_circle.jpeg\" alt=\"Sylvain DIETERLE\">
  2101.                                                             <div class=\"panel vstack items-start gap-0\">
  2102.                                                                 <h6 class=\"h6 m-0\">Sylvain DIETERLE</h6>
  2103.                                                                 <span class=\"fs-7 opacity-70\">Founder Whileresume & Mirtillo</span>
  2104.                                                             </div>
  2105.                                                         </div>
  2106.                                                     </div>
  2107.                                                 </div>
  2108.                                             </div>
  2109.                                         </div>
  2110.                                     </div>
  2111.                                 </div>
  2112.                             </div>
  2113.                         </div>
  2114.                         <div id=\"our_service_details\" class=\"services-details section panel overflow-hidden\" style=\"margin-bottom:80px;\">
  2115.                             <div class=\"section-outer panel\">
  2116.                                 <div class=\"container sm:max-w-lg xl:max-w-xl\">
  2117.                                     <div class=\"section-inner panel\">
  2118.                                         <div class=\"panel vstack items-center gap-2 xl:gap-3 mb-4 lg:mb-8 max-w-650px mx-auto text-center\" data-anime=\"onview: -100; targets: &gt;*; translateY: [48, 0]; opacity: [0, 1]; easing: easeOutCubic; duration: 500; delay: anime.stagger(100, {start: 200});\">
  2119.                                             <h2 class=\"h3 lg:h2 xl:h1 m-0\">An alternative to LinkedIn</h2>
  2120.                                         </div>
  2121.                                         <div class=\"services-items row child-cols-12 sm:child-cols-6 lg:child-cols-4 g-4 col-match\" data-anime=\"onview: -100; targets: &gt;*; translateY: [48, 0]; opacity: [0, 1]; easing: easeOutCubic; duration: 500; delay: anime.stagger(100, {start: 400});\">
  2122.                                             <div style=\"transform: translateY(0px); opacity: 1;\">
  2123.                                                 <div class=\"service-item vstack gap-2 p-1 rounded-2 border\" style=\"border:2px solid green !important;\">
  2124.                                                     <div class=\"hstack gap-2 p-2 bg-secondary dark:bg-white dark:bg-opacity-5 rounded-1-5\">
  2125.                                                         <img class=\"w-40px\" src=\"https://whileresume.com/uploads/favicon.png\" alt=\"feature-icon\" data-uc-svg=\"\">
  2126.                                                         <h3 class=\"title h5 xl:h4 m-0\">1st. Whileresume</h3>
  2127.                                                     </div>
  2128.                                                     <div class=\"uc-list uc-list-divider fs-7 xl:fs-6 text-muted px-2 pb-1\">
  2129.                                                         <div class=\"panel\">
  2130.                                                             <div style=\"font-size:16px !important;\">Automatic profile optimization with AI</div>
  2131.                                                             <div class=\"hstack items-center gap-1 py-narrow\">
  2132.                                                                 <i class=\"icon-narrow unicon-checkmark fw-bold text-primary\"></i>
  2133.                                                                 <p>Yes</p>
  2134.                                                             </div>
  2135.                                                         </div>
  2136.                                                         <div class=\"panel\">
  2137.                                                             <div style=\"font-size:16px !important;\">Price per user</div>
  2138.                                                             <div class=\"hstack items-center gap-1 py-narrow\">
  2139.                                                                 <i class=\"icon-narrow unicon-checkmark fw-bold text-primary dark:text-secondary\"></i>
  2140.                                                                 <p>\$1200 / year</p>
  2141.                                                             </div>
  2142.                                                         </div>
  2143.                                                         <div class=\"panel\">
  2144.                                                             <div style=\"font-size:16px !important;\">Usage limits related to candidate contact</div>
  2145.                                                             <div class=\"hstack items-center gap-1 py-narrow\">
  2146.                                                                 <i class=\"icon-narrow unicon-checkmark fw-bold text-primary dark:text-secondary\"></i>
  2147.                                                                 <p>Unlimited</p>
  2148.                                                             </div>
  2149.                                                         </div>
  2150.                                                         <div class=\"panel\">
  2151.                                                             <div style=\"font-size:16px !important;\">Video resume</div>
  2152.                                                             <div class=\"hstack items-center gap-1 py-narrow\">
  2153.                                                                 <i class=\"icon-narrow unicon-checkmark fw-bold text-primary dark:text-secondary\"></i>
  2154.                                                                 <p>Yes</p>
  2155.                                                             </div>
  2156.                                                         </div>
  2157.                                                         <div class=\"panel\">
  2158.                                                             <div style=\"font-size:16px !important;\">Integrated internal messaging</div>
  2159.                                                             <div class=\"hstack items-center gap-1 py-narrow\">
  2160.                                                                 <i class=\"icon-narrow unicon-checkmark fw-bold text-primary dark:text-secondary\"></i>
  2161.                                                                 <p>Yes</p>
  2162.                                                             </div>
  2163.                                                         </div>
  2164.                                                     </div>
  2165.                                                 </div>
  2166.                                             </div>
  2167.                                             <div style=\"transform: translateY(0px); opacity: 1;\">
  2168.                                                 <div class=\"service-item vstack gap-2 p-1 rounded-2 border dark:text-white\">
  2169.                                                     <div class=\"hstack gap-2 p-2 bg-secondary dark:bg-white dark:bg-opacity-5 rounded-1-5\">
  2170.                                                         <img class=\"w-40px\" src=\"https://whileresume.com/uploads/favicon.png\" alt=\"feature-icon\" data-uc-svg=\"\">
  2171.                                                         <h3 class=\"title h5 xl:h4 m-0\">2nd. LinkedIn</h3>
  2172.                                                     </div>
  2173.                                                     <div class=\"uc-list uc-list-divider fs-7 xl:fs-6 text-muted px-2 pb-1\">
  2174.                                                         <div class=\"panel\">
  2175.                                                             <div style=\"font-size:16px !important;\">Automatic profile optimization with AI</div>
  2176.                                                             <div class=\"hstack items-center gap-1 py-narrow\">
  2177.                                                                 <i class=\"fa-solid fa-times fw-bold text-danger\"></i>
  2178.                                                                 <p>No</p>
  2179.                                                             </div>
  2180.                                                         </div>
  2181.                                                         <div class=\"panel\">
  2182.                                                             <div style=\"font-size:16px !important;\">Price per user</div>
  2183.                                                             <div class=\"hstack items-center gap-1 py-narrow\">
  2184.                                                                 <i class=\"fa-solid fa-times fw-bold text-danger\"></i>
  2185.                                                                 <p>\$7290 / year</p>
  2186.                                                             </div>
  2187.                                                         </div>
  2188.                                                         <div class=\"panel\">
  2189.                                                             <div style=\"font-size:16px !important;\">Usage limits related to candidate contact</div>
  2190.                                                             <div class=\"hstack items-center gap-1 py-narrow\">
  2191.                                                                 <i class=\"icon-narrow unicon-checkmark fw-bold text-warning\"></i>
  2192.                                                                 <p>Limited</p>
  2193.                                                             </div>
  2194.                                                         </div>
  2195.                                                         <div class=\"panel\">
  2196.                                                             <div style=\"font-size:16px !important;\">Video resume</div>
  2197.                                                             <div class=\"hstack items-center gap-1 py-narrow\">
  2198.                                                                 <i class=\"fa-solid fa-times fw-bold text-danger\"></i>
  2199.                                                                 <p>No</p>
  2200.                                                             </div>
  2201.                                                         </div>
  2202.                                                         <div class=\"panel\">
  2203.                                                             <div style=\"font-size:16px !important;\">Integrated internal messaging</div>
  2204.                                                             <div class=\"hstack items-center gap-1 py-narrow\">
  2205.                                                                 <i class=\"icon-narrow unicon-checkmark fw-bold text-primary\"></i>
  2206.                                                                 <p>Yes</p>
  2207.                                                             </div>
  2208.                                                         </div>
  2209.                                                     </div>
  2210.                                                 </div>
  2211.                                             </div>
  2212.                                             <div style=\"transform: translateY(0px); opacity: 1;\">
  2213.                                                 <div class=\"service-item vstack gap-2 p-1 rounded-2 border dark:text-white\">
  2214.                                                     <div class=\"hstack gap-2 p-2 bg-secondary dark:bg-white dark:bg-opacity-5 rounded-1-5\">
  2215.                                                         <img class=\"w-40px\" src=\"https://whileresume.com/uploads/favicon.png\" alt=\"feature-icon\" data-uc-svg=\"\">
  2216.                                                         <h3 class=\"title h5 xl:h4 m-0\">3rd. Indeed</h3>
  2217.                                                     </div>
  2218.                                                     <div class=\"uc-list uc-list-divider fs-7 xl:fs-6 text-muted px-2 pb-1\">
  2219.                                                         <div class=\"panel\">
  2220.                                                             <div style=\"font-size:16px !important;\">Automatic profile optimization with AI</div>
  2221.                                                             <div class=\"hstack items-center gap-1 py-narrow\">
  2222.                                                                 <i class=\"fa-solid fa-times fw-bold text-danger\"></i>
  2223.                                                                 <p>No</p>
  2224.                                                             </div>
  2225.                                                         </div>
  2226.                                                         <div class=\"panel\">
  2227.                                                             <div style=\"font-size:16px !important;\">Price per user</div>
  2228.                                                             <div class=\"hstack items-center gap-1 py-narrow\">
  2229.                                                                 <i class=\"fa-solid fa-times fw-bold text-danger\"></i>
  2230.                                                                 <p>\$3840 /an</p>
  2231.                                                             </div>
  2232.                                                         </div>
  2233.                                                         <div class=\"panel\">
  2234.                                                             <div style=\"font-size:16px !important;\">Usage limits related to candidate contact</div>
  2235.                                                             <div class=\"hstack items-center gap-1 py-narrow\">
  2236.                                                                 <i class=\"fa-solid fa-times fw-bold text-danger\"></i>
  2237.                                                                 <p>Limited</p>
  2238.                                                             </div>
  2239.                                                         </div>
  2240.                                                         <div class=\"panel\">
  2241.                                                             <div style=\"font-size:16px !important;\">Video resume</div>
  2242.                                                             <div class=\"hstack items-center gap-1 py-narrow\">
  2243.                                                                 <i class=\"fa-solid fa-times fw-bold text-danger\"></i>
  2244.                                                                 <p>No</p>
  2245.                                                             </div>
  2246.                                                         </div>
  2247.                                                         <div class=\"panel\">
  2248.                                                             <div style=\"font-size:16px !important;\">Integrated internal messaging</div>
  2249.                                                             <div class=\"hstack items-center gap-1 py-narrow\">
  2250.                                                                 <i class=\"icon-narrow unicon-checkmark fw-bold text-danger\"></i>
  2251.                                                                 <p>No</p>
  2252.                                                             </div>
  2253.                                                         </div>
  2254.                                                     </div>
  2255.                                                 </div>
  2256.                                             </div>
  2257.                                         </div>
  2258.                                     </div>
  2259.                                 </div>
  2260.                             </div>
  2261.                         </div>
  2262.                         </div>
  2263.                         <div id=\"cta\" class=\"cta section panel overflow-hidden\">
  2264.                             <div class=\"section-outer panel\">
  2265.                                 <div class=\"container max-w-xl\">
  2266.                                     <div class=\"section-inner panel overflow-hidden rounded xl:rounded-2 px-2 sm:px-0 py-4 sm:py-6 xl:py-9 bg-secondary dark:bg-gray-800\">
  2267.                                         <div class=\"vstack items-center gap-2 max-w-400px lg:max-w-600px mx-auto text-center\">
  2268.                                             <h2 class=\"h3 sm:h1 xl:display-6 m-0\">Don't miss out on the best talent anymore</h2>
  2269.                                             <p class=\"fs-6 sm:fs-5 text-dark dark:text-white text-opacity-70\">Simplified AI search • Video resumes & enriched portfolios</p>
  2270.                                             <a href=\"#register\" class=\"btn btn-md h-48px lg:h-56px min-w-150px btn-primary text-white mt-2\">
  2271.                                                 <span>Try now</span>
  2272.                                                 <i class=\"icon icon-1 unicon-arrow-up-right\"></i>
  2273.                                             </a>
  2274.                                             <p class=\"fs-7 text-dark dark:text-white text-opacity-70\">\$0 to start</p>
  2275.                                         </div>
  2276.                                     </div>
  2277.                                 </div>
  2278.                             </div>
  2279.                         </div>
  2280.                         <div id=\"pricing\" class=\"pricing-tiers section panel overflow-hidden\">
  2281.                             <div class=\"section-outer panel\" style=\"margin-bottom:100px; margin-top:50px;\">
  2282.                                 <div class=\"container max-w-lg\">
  2283.                                     <div class=\"section-inner panel\">
  2284.                                         <div class=\"panel vstack items-center gap-4 sm:gap-6 xl:gap-8\">
  2285.                                             <div class=\"heading panel vstack items-center gap-2 xl:gap-3 text-center\">
  2286.                                                 <h2 class=\"h4 lg:h3 m-0\">Our offers</h2>
  2287.                                                 <p class=\"fs-6 xl:fs-5 text-dark dark:text-white text-opacity-70\">Our solutions are designed to meet the needs of your type of business</p>
  2288.                                             </div>
  2289.                                             <div class=\"panel w-100 lg:max-w-900px border rounded-3 overflow-hidden\">
  2290.                                                 <div class=\"row child-cols-12 sm:child-cols-6 col-match justify-between g-0\">
  2291.                                                     <div>
  2292.                                                         <div class=\"tier panel vstack gap-2 xl:gap-4 px-3 py-4 sm:p-4 lg:p-6 rounded-0\">
  2293.                                                             <span class=\"position-absolute top-0 ltr:end-0 rtl:start-0 d-inline-flex py-narrow px-1 bg-primary rounded-1 fs-7 text-white fw-medium\" style=\"margin-top:15px;\">Popular</span>
  2294.                                                             <div class=\"panel\">
  2295.                                                                 <h3 class=\"title h5 sm:h4 dark:text-white\">Essential</h3>
  2296.                                                                 <p class=\"desc dark:text-whiteopacity-70 dark:opacity-80\">
  2297.                                                                     For seasonal recruitment
  2298.                                                                 </p>
  2299.                                                             </div>
  2300.                                                             <div class=\"panel\">
  2301.                                                                 <div class=\"panel vstack gap-narrow\">
  2302.                                                                     <h5 class=\"title h3 sm:h2 m-0 dark:text-white\">\$0 <span style=\"text-decoration: line-through; color:slategrey;\">\$120</span> EUR</h5>
  2303.                                                                     <span class=\"fs-7 opacity-70\">Ex VAT/month per user</span>
  2304.                                                                     <div class=\"vstack gap-1 justify-center text-center mt-3\">
  2305.                                                                         <a href=\"#register\" class=\"btn btn-md sm:btn-sm lg:btn-md btn-primary text-white\">Free during beta test</a>
  2306.                                                                         <span class=\"fs-7 opacity-70 min-h-24px\">No commitment</span>
  2307.                                                                     </div>
  2308.                                                                 </div>
  2309.                                                             </div>
  2310.                                                             <div class=\"panel\">
  2311.                                                                 <div class=\"panel vstack gap-2\">
  2312.                                                                     <span class=\"fs-6 fw-bold dark:text-white\">Features:</span>
  2313.                                                                     <div class=\"hstack gap-1 fs-7\">
  2314.                                                                         <i class=\"cstack w-16px h-16px bg-primary text-white rounded-circle unicon-checkmark fw-bold\"></i>
  2315.                                                                         <span>Mobile friendly application</span>
  2316.                                                                     </div>
  2317.                                                                     <div class=\"hstack gap-1 fs-7\">
  2318.                                                                         <i class=\"cstack w-16px h-16px bg-primary text-white rounded-circle unicon-checkmark fw-bold\"></i>
  2319.                                                                         <span>Candidate filters</span>
  2320.                                                                     </div>
  2321.                                                                     <div class=\"hstack gap-1 fs-7\">
  2322.                                                                         <i class=\"cstack w-16px h-16px bg-primary text-white rounded-circle unicon-checkmark fw-bold\"></i>
  2323.                                                                         <span>Instant messaging</span>
  2324.                                                                     </div>
  2325.                                                                     <div class=\"hstack gap-1 fs-7\">
  2326.                                                                         <i class=\"cstack w-16px h-16px bg-primary text-white rounded-circle unicon-checkmark fw-bold\"></i>
  2327.                                                                         <span>Email notifications</span>
  2328.                                                                     </div>
  2329.                                                                     <div class=\"hstack gap-1 fs-7\">
  2330.                                                                         <i class=\"cstack w-16px h-16px bg-primary text-white rounded-circle unicon-checkmark fw-bold\"></i>
  2331.                                                                         <span>Convert a resume to anonymous resume</span>
  2332.                                                                     </div>
  2333.                                                                     <div class=\"hstack gap-1 fs-7\">
  2334.                                                                         <i class=\"cstack w-16px h-16px bg-primary text-white rounded-circle unicon-checkmark fw-bold\"></i>
  2335.                                                                         <span>Your company in our directory</span>
  2336.                                                                     </div>
  2337.                                                                     <div class=\"hstack gap-1 fs-7\">
  2338.                                                                         <i class=\"cstack w-16px h-16px bg-primary text-white rounded-circle unicon-checkmark fw-bold\"></i>
  2339.                                                                         <span>48H support</span>
  2340.                                                                     </div>
  2341.                                                                 </div>
  2342.                                                             </div>
  2343.                                                         </div>
  2344.                                                     </div>
  2345.                                                     <div>
  2346.                                                         <div class=\"tier panel vstack gap-2 xl:gap-4 px-3 py-4 sm:p-4 lg:p-6 rounded-0 bg-secondary dark:bg-gray-800\">
  2347.                                                             <div class=\"panel\">
  2348.                                                                 <h3 class=\"title h5 sm:h4 dark:text-white\">Business</h3>
  2349.                                                                 <p class=\"desc dark:text-whiteopacity-70 dark:opacity-80\">Boost your large-scale recruitment</p>
  2350.                                                             </div>
  2351.                                                             <div class=\"panel\">
  2352.                                                                 <div class=\"panel vstack gap-narrow\">
  2353.                                                                     <h5 class=\"title h3 sm:h2 m-0 dark:text-white\">\$0 <span style=\"text-decoration: line-through; color:slategrey;\">\$1200</span> EUR</h5>
  2354.                                                                     <span class=\"fs-7 opacity-70\">Ex VAT/year per user &nbsp; &nbsp; -20% savings per year</span>
  2355.                                                                     <div class=\"vstack gap-1 justify-center text-center mt-3\">
  2356.                                                                         <a href=\"#register\" class=\"btn btn-md sm:btn-sm lg:btn-md btn-primary text-white\">Coming soon</a>
  2357.                                                                         <span class=\"fs-7 opacity-70 min-h-24px\">12 months commitment</span>
  2358.                                                                     </div>
  2359.                                                                 </div>
  2360.                                                             </div>
  2361.                                                             <div class=\"panel\">
  2362.                                                                 <div class=\"panel vstack gap-2\">
  2363.                                                                     <span class=\"fs-6 fw-bold dark:text-white\">Features:</span>
  2364.                                                                     <div class=\"hstack gap-1 fs-7\">
  2365.                                                                         <i class=\"cstack w-16px h-16px bg-primary text-white rounded-circle unicon-checkmark fw-bold\"></i>
  2366.                                                                         <span>Mobile friendly application</span>
  2367.                                                                     </div>
  2368.                                                                     <div class=\"hstack gap-1 fs-7\">
  2369.                                                                         <i class=\"cstack w-16px h-16px bg-primary text-white rounded-circle unicon-checkmark fw-bold\"></i>
  2370.                                                                         <span>Candidate filters</span>
  2371.                                                                     </div>
  2372.                                                                     <div class=\"hstack gap-1 fs-7\">
  2373.                                                                         <i class=\"cstack w-16px h-16px bg-primary text-white rounded-circle unicon-checkmark fw-bold\"></i>
  2374.                                                                         <span>Instant messaging</span>
  2375.                                                                     </div>
  2376.                                                                     <div class=\"hstack gap-1 fs-7\">
  2377.                                                                         <i class=\"cstack w-16px h-16px bg-primary text-white rounded-circle unicon-checkmark fw-bold\"></i>
  2378.                                                                         <span>Email notifications</span>
  2379.                                                                     </div>
  2380.                                                                     <div class=\"hstack gap-1 fs-7\">
  2381.                                                                         <i class=\"cstack w-16px h-16px bg-primary text-white rounded-circle unicon-checkmark fw-bold\"></i>
  2382.                                                                         <span>Convert a resume to anonymous resume</span>
  2383.                                                                     </div>
  2384.                                                                     <div class=\"hstack gap-1 fs-7\">
  2385.                                                                         <i class=\"cstack w-16px h-16px bg-primary text-white rounded-circle unicon-checkmark fw-bold\"></i>
  2386.                                                                         <span>Your company in our directory</span>
  2387.                                                                     </div>
  2388.                                                                     <div class=\"hstack gap-1 fs-7\">
  2389.                                                                         <i class=\"cstack w-16px h-16px bg-primary text-white rounded-circle unicon-checkmark fw-bold\"></i>
  2390.                                                                         <span>24H support</span>
  2391.                                                                     </div>
  2392.                                                                 </div>
  2393.                                                             </div>
  2394.                                                         </div>
  2395.                                                     </div>
  2396.                                                 </div>
  2397.                                             </div>
  2398.                                         </div>
  2399.                                     </div>
  2400.                                 </div>
  2401.                             </div>
  2402.                         </div>
  2403.                         <div id=\"about-team\" class=\"clients-feedbacks section panel overflow-hidden swiper-parent\">
  2404.                             <div class=\"section-outer panel overflow-hidden pb-6 sm:pb-8 xl:pb-10\">
  2405.                                 <div class=\"container\">
  2406.                                     <div class=\"section-inner panel\" data-anime=\"onview: -200; targets: &gt;*; translateY: [48, 0]; opacity: [0, 1]; easing: easeOutCubic; duration: 500; delay: anime.stagger(100, {start: 200});\">
  2407.                                         <div class=\"section-heading panel vstack items-center gap-2 xl:gap-3 mb-6 max-w-700px mx-auto text-center\" style=\"transform: translateY(0px); opacity: 1;\">
  2408.                                             <h2 class=\"h4 lg:h3 m-0\">Who are we?</h2>
  2409.                                         </div>
  2410.                                         <div class=\"section-content panel\" style=\"transform: translateY(0px); opacity: 1;\">
  2411.                                             <div class=\"swiper overflow-unset swiper-initialized swiper-horizontal swiper-watch-progress swiper-backface-hidden\" data-uc-swiper=\"items: 1.05; gap: 8; center: true; active: 1; dots: .swiper-pagination;\" data-uc-swiper-s=\"items: 1.2; gap: 16;\" data-uc-swiper-m=\"items: 1.3; gap: 16;\" data-uc-swiper-l=\"items: 1.5; gap: 32;\">
  2412.                                                 <div class=\"swiper-wrapper items-center\" id=\"swiper-wrapper-52846922df4bcdaa\" aria-live=\"polite\" style=\"transition-duration: 0ms; transition-delay: 0ms; transform: translate3d(-660px, 0px, 0px);\">
  2413.                                                     <div class=\"swiper-slide swiper-slide-visible swiper-slide-prev\" role=\"group\" aria-label=\"1 / 3\" style=\"width: 848px; margin-right: 32px;\">
  2414.                                                         <div class=\"clients-item panel overflow-hidden rounded-2 xl:rounded-3 border border-1 bg-white dark:bg-opacity-5 dark:text-white\">
  2415.                                                             <div class=\"row child-cols-12 sm:child-cols-6 g-0 col-match\">
  2416.                                                                 <div>
  2417.                                                                     <div class=\"clients-item-video panel\">
  2418.                                                                         <figure class=\"clients-item-video panel ratio ratio-1x1 overflow-hidden h-100\">
  2419.                                                                             <img class=\"image media-cover\" src=\"/uploads/sylvaindieterle.jpeg\" alt=\"Sylvain DIETERLE\">
  2420.                                                                         </figure>
  2421.                                                                     </div>
  2422.                                                                 </div>
  2423.                                                                 <div>
  2424.                                                                     <div class=\"clients-item-content panel vstack justify-between gap-3 xl:gap-4 p-3 lg:p-4 xl:p-6\">
  2425.                                                                         <div>
  2426.                                                                             <p class=\"desc fs-6 sm:fs-7 lg:fs-5 lh-xxl text-gray dark:text-gray-100\">
  2427.                                                                                 With dual degrees in Digital Marketing & Communication and Computer Development, Sylvain has combined strategic vision and technical excellence for over 10 years. Leading Mirtillo, he designs tailor-made digital experiences for startups and transforming companies: web & mobile applications, intelligent platforms, growth strategies.
  2428.                                                                             </p>
  2429.                                                                             {#
  2430.                                                                             <p class=\"desc fs-6 sm:fs-7 lg:fs-5 lh-xxl text-gray dark:text-gray-100\">
  2431.                                                                                 Passionate about AI and product innovation, he now co-pilots Whileresume, a solution that reinvents recruitment through technology. His motto? Create intuitive, high-performance, impactful tools where tech and human meet.
  2432.                                                                             </p>
  2433.                                                                             #}
  2434.                                                                             <p class=\"desc fs-6 sm:fs-7 lg:fs-5 lh-xxl text-gray dark:text-gray-100\" style=\"margin-bottom:60px;\">
  2435.                                                                                 <strong>Mental stack:</strong> Product vision • Technical architecture • Growth mindset • AI & automation
  2436.                                                                             </p>
  2437.                                                                         </div>
  2438.                                                                         <div>
  2439.                                                                             <h4 class=\"title h6 lg:h5 mb-0 lg:mb-narrow text-inherit\">Sylvain, 34 years old</h4>
  2440.                                                                             <span class=\"fs-7 lg:fs-6 text-gray-300 dark:text-gray-200\">Founder & Digital Architect at Mirtillo</span>
  2441.                                                                         </div>
  2442.                                                                     </div>
  2443.                                                                 </div>
  2444.                                                             </div>
  2445.                                                         </div>
  2446.                                                     </div>
  2447.                                                     <div class=\"swiper-slide swiper-slide-visible swiper-slide-fully-visible swiper-slide-active\" role=\"group\" aria-label=\"2 / 3\" style=\"width: 848px; margin-right: 32px;\">
  2448.                                                         <div class=\"clients-item panel overflow-hidden rounded-2 xl:rounded-3 border border-1 bg-white dark:bg-opacity-5 dark:text-white\">
  2449.                                                             <div class=\"row child-cols-12 sm:child-cols-6 g-0 col-match\">
  2450.                                                                 <div>
  2451.                                                                     <div class=\"clients-item-video panel\">
  2452.                                                                         <figure class=\"clients-item-video panel ratio ratio-1x1 overflow-hidden h-100\">
  2453.                                                                             <img class=\"image media-cover\" src=\"/uploads/keithshema.jpeg\" alt=\"KEITH SHEMA\">
  2454.                                                                         </figure>
  2455.                                                                     </div>
  2456.                                                                 </div>
  2457.                                                                 <div>
  2458.                                                                     <div class=\"clients-item-content panel vstack justify-between gap-3 xl:gap-4 p-3 lg:p-4 xl:p-6\">
  2459.                                                                         <div>
  2460.                                                                             <p class=\"desc fs-6 sm:fs-7 lg:fs-5 lh-xxl text-gray dark:text-gray-100\">
  2461.                                                                                 With a Master's degree in Law, Leith has been working for 7 years in the recruitment of exceptional talent. After cutting his teeth in a reputable firm, he founded Holyfield & Partners 5 years ago: a headhunting boutique specializing in premium legal profiles. His mission? Connect large groups and international law firms with the best talent, thanks to a tailor-made and data-driven approach.
  2462.                                                                             </p>
  2463.                                                                             {#
  2464.                                                                             <p class=\"desc fs-6 sm:fs-7 lg:fs-5 lh-xxl text-gray dark:text-gray-100\">
  2465.                                                                                 An entrepreneur convinced that tech must serve humanity, he is now reinventing talent-company matching by combining excellence, performance and HR innovation.
  2466.                                                                             </p>
  2467.                                                                             #}
  2468.                                                                             <p class=\"desc fs-6 sm:fs-7 lg:fs-5 lh-xxl text-gray dark:text-gray-100\">
  2469.                                                                                 <strong>Mental stack:</strong> Executive search • Legal expertise • Data-driven recruitment • HR innovation
  2470.                                                                             </p>
  2471.                                                                         </div>
  2472.                                                                         <div>
  2473.                                                                             <h4 class=\"title h6 lg:h5 mb-0 lg:mb-narrow text-inherit\">Keith, 32 years old</h4>
  2474.                                                                             <span class=\"fs-7 lg:fs-6 text-gray-300 dark:text-gray-200\">Founder & CEO of Holyfield & Partners</span>
  2475.                                                                         </div>
  2476.                                                                     </div>
  2477.                                                                 </div>
  2478.                                                             </div>
  2479.                                                         </div>
  2480.                                                     </div>
  2481.                                                 </div>
  2482.                                                 <span class=\"swiper-notification\" aria-live=\"assertive\" aria-atomic=\"true\"></span></div>
  2483.                                         </div>
  2484.                                         <div class=\"section-footer panel mt-6 sm:mt-6 h-8px\" style=\"transform: translateY(0px); opacity: 1;\">
  2485.                                             <div class=\"swiper-pagination position-absolute bottom-0 text-primary dark:text-quaternary m-0 justify-center swiper-pagination-clickable swiper-pagination-bullets swiper-pagination-horizontal\"><span class=\"swiper-pagination-bullet\" tabindex=\"0\" role=\"button\" aria-label=\"Go to slide 1\"></span><span class=\"swiper-pagination-bullet swiper-pagination-bullet-active\" tabindex=\"0\" role=\"button\" aria-label=\"Go to slide 2\" aria-current=\"true\"></span><span class=\"swiper-pagination-bullet\" tabindex=\"0\" role=\"button\" aria-label=\"Go to slide 3\"></span></div>
  2486.                                         </div>
  2487.                                     </div>
  2488.                                 </div>
  2489.                             </div>
  2490.                         </div>
  2491.                         <div id=\"faq\" class=\"faq section panel\" style=\"margin-top:100px; margin-bottom:100px;\">
  2492.                             <div class=\"section-outer panel\">
  2493.                                 <div class=\"container\">
  2494.                                     <div class=\"section-inner panel\">
  2495.                                         <div class=\"row child-cols-12 col-match gy-2 lg:gy-6\">
  2496.                                             <div>
  2497.                                                 <div class=\"vstack items-center text-center gap-2\">
  2498.                                                     <h2 class=\"h4 lg:h3 m-0\">How does it work?</h2>
  2499.                                                 </div>
  2500.                                             </div>
  2501.                                             <div>
  2502.                                                 <div class=\"panel\">
  2503.                                                     <ul class=\"uc-accordion gap-1 max-w-850px mx-auto\" data-uc-accordion=\"targets: > li; multiple: false;\">
  2504.                                                         <li class=\"panel p-3 lg:p-4 rounded-1-5 bg-secondary dark:bg-gray-300 dark:bg-opacity-15\">
  2505.                                                             <a class=\"uc-accordion-title h6 md:h5 lg:h4 ls-0 fw-bold ltr:pe-4 rtl:ps-4\" href=\"#\">Can I filter resumes?</a>
  2506.                                                             <div class=\"uc-accordion-content lg:fs-5 opacity-70\">
  2507.                                                                 <p>Yes, our platform has an advanced search system specifically designed to facilitate your recruitment. You can filter candidates according to many criteria: specific skills, years of experience, geographical location, education level, desired contract type, availability, and many others. These precise filters allow you to quickly identify profiles that exactly match your needs, without wasting time browsing through irrelevant resumes.</p>
  2508.                                                             </div>
  2509.                                                         </li>
  2510.                                                         <li class=\"panel p-3 lg:p-4 rounded-1-5 bg-secondary dark:bg-gray-300 dark:bg-opacity-15\">
  2511.                                                             <a class=\"uc-accordion-title h6 md:h5 lg:h4 ls-0 fw-bold ltr:pe-4 rtl:ps-4\" href=\"#\">How do I contact candidates?</a>
  2512.                                                             <div class=\"uc-accordion-content lg:fs-5 opacity-70\">
  2513.                                                                 <p>Connecting with candidates is simple and direct. An integrated messaging system on the platform allows you to contact candidates who interest you in complete confidentiality. You can also, if the candidate has chosen to share their contact information, reach them directly by email or phone. This flexibility allows you to choose the most appropriate communication method for each situation and establish quick contact with your future talents.</p>
  2514.                                                             </div>
  2515.                                                         </li>
  2516.                                                         <li class=\"panel p-3 lg:p-4 rounded-1-5 bg-secondary dark:bg-gray-300 dark:bg-opacity-15\">
  2517.                                                             <a class=\"uc-accordion-title h6 md:h5 lg:h4 ls-0 fw-bold ltr:pe-4 rtl:ps-4\" href=\"#\">Which sectors are covered?</a>
  2518.                                                             <div class=\"uc-accordion-content lg:fs-5 opacity-70\">
  2519.                                                                 <p>Our resume database is deliberately open to all sectors of activity and all types of professions. Whether you recruit in IT, finance, marketing, industry, sales, healthcare, education or any other field, you will find qualified profiles. This diversity makes our database rich and allows you to recruit for any position, from junior to senior, in all professional sectors.</p>
  2520.                                                             </div>
  2521.                                                         </li>
  2522.                                                         <li class=\"panel p-3 lg:p-4 rounded-1-5 bg-secondary dark:bg-gray-300 dark:bg-opacity-15\">
  2523.                                                             <a class=\"uc-accordion-title h6 md:h5 lg:h4 ls-0 fw-bold ltr:pe-4 rtl:ps-4\" href=\"#\">What is the difference with LinkedIn?</a>
  2524.                                                             <div class=\"uc-accordion-content lg:fs-5 opacity-70\">
  2525.                                                                 <p>Our resume database fundamentally differs from LinkedIn and traditional job boards through its qualitative approach. Unlike generalist platforms where you have to browse through thousands of inactive or poorly engaged profiles, our database only presents candidates who are truly available and ready to be contacted. The database is qualified and regularly updated to ensure profile relevance. Our precise filters (skills, experience, location, availability...) allow you to quickly identify the right profiles without drowning in the mass. Connection is direct, simple and without intermediaries, far from the noise and distractions of professional social networks. You also access rare talents, sometimes absent from traditional major networks. In summary: more relevance, less noise, and candidates truly open to opportunities.</p>
  2526.                                                             </div>
  2527.                                                         </li>
  2528.                                                     </ul>
  2529.                                                 </div>
  2530.                                             </div>
  2531.                                         </div>
  2532.                                     </div>
  2533.                                 </div>
  2534.                             </div>
  2535.                         </div>
  2536.                     {% endblock body %}
  2537.                 {% block footerjs %}
  2538.                     <script>
  2539.                         // List of forbidden domains (synchronized with PHP)
  2540.                         const forbiddenDomains = [
  2541.                             'gmail.com', 'yahoo.com', 'yahoo.fr', 'hotmail.com', 'hotmail.fr',
  2542.                             'outlook.com', 'outlook.fr', 'live.com', 'live.fr', 'aol.com',
  2543.                             'free.fr', 'orange.fr', 'wanadoo.fr', 'laposte.net', 'sfr.fr',
  2544.                             'bbox.fr', 'icloud.com', 'me.com', 'protonmail.com', 'tutanota.com'
  2545.                         ];
  2546.                         // Temporary domains also forbidden
  2547.                         const tempDomains = [
  2548.                             'tempmail.org', '10minutemail.com', 'guerrillamail.com',
  2549.                             'mailinator.com', 'yopmail.com'
  2550.                         ];
  2551.                         // Main validation function
  2552.                         function validateProfessionalEmail(email) {
  2553.                             // Basic format validation
  2554.                             const emailRegex = /^[^\\s@]+@[^\\s@]+\\.[^\\s@]+\$/;
  2555.                             if (!emailRegex.test(email)) {
  2556.                                 return {
  2557.                                     valid: false,
  2558.                                     message: 'Invalid email format'
  2559.                                 };
  2560.                             }
  2561.                             // Domain extraction
  2562.                             const domain = email.split('@')[1]?.toLowerCase().trim();
  2563.                             if (!domain) {
  2564.                                 return {
  2565.                                     valid: false,
  2566.                                     message: 'Missing email domain'
  2567.                                 };
  2568.                             }
  2569.                             // Check forbidden domains
  2570.                             if (\$.inArray(domain, forbiddenDomains) !== -1) {
  2571.                                 return {
  2572.                                     valid: false,
  2573.                                     message: 'Personal addresses are not allowed. Use your professional email.'
  2574.                                 };
  2575.                             }
  2576.                             // Check temporary domains
  2577.                             if (\$.inArray(domain, tempDomains) !== -1) {
  2578.                                 return {
  2579.                                     valid: false,
  2580.                                     message: 'Temporary addresses are not allowed.'
  2581.                                 };
  2582.                             }
  2583.                             // Additional checks
  2584.                             if (domain.length < 4 || domain.indexOf('.') === -1) {
  2585.                                 return {
  2586.                                     valid: false,
  2587.                                     message: 'Invalid email domain'
  2588.                                 };
  2589.                             }
  2590.                             return {
  2591.                                 valid: true,
  2592.                                 message: '✅ Valid professional email address!'
  2593.                             };
  2594.                         }
  2595.                         // Function to update field appearance
  2596.             function updateEmailField(\$input, isValid, message) {
  2597.                 const \$messageDiv = \$('#emailMessage');
  2598.                 const \$submitBtn = \$('#submitBtn');
  2599.                 // Remove previous classes
  2600.                 \$input.removeClass('email-valid email-invalid');
  2601.                 \$messageDiv.removeClass('success error');
  2602.                 if (\$input.val().trim() === '') {
  2603.                     // Empty field - hide message and reset default state
  2604.                     \$messageDiv.addClass('hidden').text('');
  2605.                     \$submitBtn.prop('disabled', true);
  2606.                     return;
  2607.                 }
  2608.                 // Display message (remove hidden class)
  2609.                 \$messageDiv.removeClass('hidden');
  2610.                 if (isValid) {
  2611.                     // Valid email
  2612.                     \$input.addClass('email-valid');
  2613.                     \$messageDiv.addClass('success').text(message);
  2614.                     \$submitBtn.prop('disabled', false);
  2615.                 } else {
  2616.                     // Invalid email
  2617.                     \$input.addClass('email-invalid');
  2618.                     \$messageDiv.addClass('error').text('❌ ' + message);
  2619.                     \$submitBtn.prop('disabled', true);
  2620.                 }
  2621.             }
  2622.                         // Display forbidden domains
  2623.                         \$.each(forbiddenDomains, function(index, domain) {
  2624.                             \$('#domainsList').append(
  2625.                                 \$('<span>').addClass('domain-tag').text(domain)
  2626.                             );
  2627.                         });
  2628.                         // Real-time validation
  2629.                         \$('#users_email').on('input', function() {
  2630.                             const email = \$(this).val().trim();
  2631.                             const result = validateProfessionalEmail(email);
  2632.                             updateEmailField(\$(this), result.valid, result.message);
  2633.                         });
  2634.                         // Validation on focus loss
  2635.                         \$('#users_email').on('blur', function() {
  2636.                             const email = \$(this).val().trim();
  2637.                             if (email) {
  2638.                                 const result = validateProfessionalEmail(email);
  2639.                                 updateEmailField(\$(this), result.valid, result.message);
  2640.                             }
  2641.                         });
  2642.                         // Form submission
  2643.                         \$('#emailForm').on('submit', function(e) {
  2644.                             e.preventDefault();
  2645.                             const email = \$('#users_email').val().trim();
  2646.                             const result = validateProfessionalEmail(email);
  2647.                             if (result.valid) {
  2648.                                 // Here you can send data to PHP server with AJAX
  2649.                                 \$.ajax({
  2650.                                     url: 'your-script.php',
  2651.                                     method: 'POST',
  2652.                                     data: { email: email },
  2653.                                     success: function(response) {
  2654.                                         alert('Registration successful!');
  2655.                                         console.log('Server response:', response);
  2656.                                     },
  2657.                                     error: function(xhr, status, error) {
  2658.                                         alert('Registration error: ' + xhr.responseText);
  2659.                                     }
  2660.                                 });
  2661.                             } else {
  2662.                                 updateEmailField(\$('#users_email'), false, result.message);
  2663.                             }
  2664.                         });
  2665.                     </script>
  2666.                 {% endblock footerjs %}""application/whileresume/website/business/homepage_en.html.twig""/var/www/vhosts/mirtillostudio.fr/b1.mirtillostudio.fr/version-1/templates/application/whileresume/website/business/homepage_en.html.twig");
  2667.     }
  2668. }