var/cache/dev/twig/da/daa4cae75f83173b7b9dfe29ef8a1f75.php line 41

  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* frontend/contact/contact.html.twig */
  14. class __TwigTemplate_e1976d068e94c50640580cb29709a7f4 extends Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->blocks = [
  23.             'meta_description' => [$this'block_meta_description'],
  24.             'meta_keywords' => [$this'block_meta_keywords'],
  25.             'json_ld' => [$this'block_json_ld'],
  26.             'body' => [$this'block_body'],
  27.         ];
  28.     }
  29.     protected function doGetParent(array $context)
  30.     {
  31.         // line 22
  32.         return "base.html.twig";
  33.     }
  34.     protected function doDisplay(array $context, array $blocks = [])
  35.     {
  36.         $macros $this->macros;
  37.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  38.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""frontend/contact/contact.html.twig"));
  39.         $this->parent $this->loadTemplate("base.html.twig""frontend/contact/contact.html.twig"22);
  40.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  41.         
  42.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  43.     }
  44.     // line 1
  45.     public function block_meta_description($context, array $blocks = [])
  46.     {
  47.         $macros $this->macros;
  48.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  49.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_description"));
  50.         // line 2
  51.         echo "    Plongez dans le monde de PHP, le langage de programmation le plus rapide pour le développement web. Notre blog vous guide à travers les avantages de PHP, les raisons pour lesquelles choisir Symfony comme framework, et l'importance des applications sur mesure pour améliorer la productivité des entreprises. Découvrez les notions de base telles que les APIs, les frameworks, la RGPD et apprenez à devenir un développeur full-stack.
  52. ";
  53.         
  54.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  55.     }
  56.     // line 5
  57.     public function block_meta_keywords($context, array $blocks = [])
  58.     {
  59.         $macros $this->macros;
  60.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  61.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_keywords"));
  62.         // line 6
  63.         echo "    Rennes, 35000, développement, web, site internet, gestion, logiciel, framework, symfony, php, Hoa, PHP, DARCHE, Antoine, Bretagne
  64. ";
  65.         
  66.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  67.     }
  68.     // line 9
  69.     public function block_json_ld($context, array $blocks = [])
  70.     {
  71.         $macros $this->macros;
  72.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  73.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""json_ld"));
  74.         // line 10
  75.         echo "    <script type=\"application/ld+json\">
  76. {
  77.   \"@context\": \"https://schema.org\",
  78.   \"@type\": \"ContactPage\",
  79.   \"name\": \"Agence de développement web PHP à Rennes\",
  80.   \"description\": \"Nous sommes une agence de développement web spécialisée en PHP à Rennes en Bretagne. Nous proposons des solutions sur mesure pour améliorer la productivité de votre entreprise. Contactez-nous pour en savoir plus !\",
  81.   \"url\": \"https://www.lifeinthecloud.fr/contact\"
  82. }
  83.     </script>
  84. ";
  85.         
  86.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  87.     }
  88.     // line 24
  89.     public function block_body($context, array $blocks = [])
  90.     {
  91.         $macros $this->macros;
  92.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  93.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  94.         // line 25
  95.         echo "    <!-- Started -->
  96.     <div class=\"section started relative z-[97] opacity-100 visible text-center p-0 m-0\">
  97.         <div class=\"centrize full-width\">
  98.             <div class=\"vertical-center\">
  99.                 <div class=\"started-content inline-block align-middle text-center relative\">
  100.                     <h1 class=\"h-title text-[68px] font-roboto text-[#141414] font-bold uppercase tracking-[0.04em] mx-0 mt-[10px] mb-[5px] glitch-effect\" data-text=\"Contacts\">Contacts</h1>
  101.                     <div class=\"h-subtitle typing-bread text-[13px]\">
  102.                         <p><a href=\"";
  103.         // line 32
  104.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("home");
  105.         echo "\">Accueil</a> / <span class=\"text-extra-color\">Contacts</span></p>
  106.                     </div>
  107.                     <span class=\"typed-bread\"></span>
  108.                 </div>
  109.             </div>
  110.         </div>
  111.         <a href=\"#\" class=\"mouse_btn text-[68px] text-extra-color text-center absolute w-[20px] left-1/2 bottom-[80px] ml-[-10px]\"><span class=\"ion ion-mouse relative top-0\"></span></a>
  112.     </div>
  113.     <!-- Contacts Info -->
  114.     <div class=\"section contacts relative z-[97] px-[80px] pt-0 pb-[150px] opacity-100 visible\">
  115.         <div class=\"content relative\">
  116.             <div class=\"title relative\">
  117.                 <div class=\"title_inner inline-block align-middle text-center relative leading-[18px] text-[13px] text-[#141414] uppercase tracking-[0.04em]\">Contacts</div>
  118.             </div>
  119.             <div class=\"service-items\">
  120.                 <div class=\"service-item inline-block align-top w-[28%] mt-[50px] mr-[4%] mb-0 ml-0 text-left\">
  121.                     <div class=\"icon float-left w-[36px] text-center text-[30px] text-extra-color\"><span class=\"ion ion-android-phone-portrait block\"></span></div>
  122.                     <div class=\"name font-medium text-[13px] text-[#141414] mt-[6px] mr-0 mb-0 ml-[46px]\">Téléphone</div>
  123.                     <p class=\"!mt-[20px] !mb-0\">
  124.                         <a href=\"tel:+33647529681\" title=\"Appeler\">+ (33) 6 47 52 96 81</a>
  125.                     </p>
  126.                 </div>
  127.                 <div class=\"service-item inline-block align-top w-[28%] mt-[50px] mr-[4%] mb-0 ml-0 text-left\">
  128.                     <div class=\"icon float-left w-[36px] text-center text-[30px] text-extra-color\"><span class=\"ion ion-email block\"></span></div>
  129.                     <div class=\"name font-medium text-[13px] text-[#141414] mt-[6px] mr-0 mb-0 ml-[46px]\">Email</div>
  130.                     <p class=\"!mt-[20px] !mb-0\">
  131.                         <a href=\"mailto:darche.antoine@gmail.com\">darche.antoine [at] gmail.com</a>
  132.                     </p>
  133.                 </div>
  134.                 <div class=\"service-item inline-block align-top w-[28%] mt-[50px] mr-[4%] mb-0 ml-0 text-left\">
  135.                     <div class=\"icon float-left w-[36px] text-center text-[30px] text-extra-color\"><span class=\"ion ion-ios-location block\"></span></div>
  136.                     <div class=\"name font-medium text-[13px] text-[#141414] mt-[6px] mr-0 mb-0 ml-[46px]\">Adresse</div>
  137.                     <p class=\"!mt-[20px] !mb-0\">
  138.                         13 All. Beethoven, 35131 Chatres-De-Bretagne
  139.                         <br />FRANCE
  140.                     </p>
  141.                 </div>
  142.                 <div class=\"service-item inline-block align-top w-[28%] mt-[50px] mr-[4%] mb-0 ml-0 text-left\">
  143.                     <div class=\"icon float-left w-[36px] text-center text-[30px] text-extra-color\"><span class=\"ion ion-social-linkedin block\"></span></div>
  144.                     <div class=\"name font-medium text-[13px] text-[#141414] mt-[6px] mr-0 mb-0 ml-[46px]\">Linkedin</div>
  145.                     <p class=\"!mt-[20px] !mb-0\">
  146.                         <a target=\"_blank\" href=\"";
  147.         // line 74
  148.         echo twig_escape_filter($this->env, ($context["linkedin_url"] ?? null), "html"nulltrue);
  149.         echo "\" title=\"Voir le profil d'Antoine Darche sur Linkedin\">
  150.                             ";
  151.         // line 75
  152.         echo twig_escape_filter($this->envtwig_replace_filter(($context["linkedin_url"] ?? null), ["https://www." => ""]), "html"nulltrue);
  153.         echo "
  154.                         </a>
  155.                     </p>
  156.                 </div>
  157.             </div>
  158.         </div>
  159.     </div>
  160.     <div class=\"section contacts relative z-[97] px-[80px] pt-0 pb-[150px] opacity-100 visible\">
  161.         <div class=\"content relative\">
  162.             <div class=\"title relative\">
  163.                 <div class=\"title_inner inline-block align-middle text-center relative leading-[18px] text-[13px] text-[#141414] uppercase tracking-[0.04em]\" id=\"contactForm\">Formulaire de contact</div>
  164.             </div>
  165.             ";
  166.         // line 87
  167.         if (($context["showSuccess"] ?? null)) {
  168.             // line 88
  169.             echo "                <p>
  170.                     Merci, votre message a bien été envoyé. Nous vous contacterons sous peu!
  171.                 </p>
  172.             ";
  173.         } else {
  174.             // line 92
  175.             echo "                <div class=\"contact_form mt-[30px]\">
  176.                     ";
  177.             // line 94
  178.             echo             $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock(($context["form"] ?? null), 'form_start');
  179.             echo "
  180.                     <div class=\"group-val\">
  181.                         ";
  182.             // line 96
  183.             echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, ($context["form"] ?? null), "name", [], "any"falsefalsefalse96), 'row', ["attr" => ["class" => "form-control"]]);
  184.             echo "
  185.                     </div>
  186.                     <div class=\"group-val\">
  187.                         ";
  188.             // line 101
  189.             echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, ($context["form"] ?? null), "email", [], "any"falsefalsefalse101), 'row', ["attr" => ["class" => "form-control"]]);
  190.             echo "
  191.                     </div>
  192.                     <div class=\"group-val ct-gr\">
  193.                         ";
  194.             // line 105
  195.             echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, ($context["form"] ?? null), "message", [], "any"falsefalsefalse105), 'row', ["attr" => ["class" => "!mt-[55px] form-control"]]);
  196.             echo "
  197.                     </div>
  198.                     <div class=\"group-val ct-gr\">
  199.                         ";
  200.             // line 109
  201.             echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env$this->source, ($context["form"] ?? null), "captcha", [], "any"falsefalsefalse109), 'widget', ["attr" => ["class" => "form-control"]]);
  202.             echo "
  203.                     </div>
  204.                     <div class=\"form-group\">
  205.                         <input type=\"submit\" value=\"Envoyer le message\" class=\"btn fill\">
  206.                     </div>
  207.                     ";
  208.             // line 115
  209.             echo             $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock(($context["form"] ?? null), 'form_end');
  210.             echo "
  211.                 </div>
  212.             ";
  213.         }
  214.         // line 119
  215.         echo "        </div>
  216.     </div>
  217. ";
  218.         
  219.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  220.     }
  221.     public function getTemplateName()
  222.     {
  223.         return "frontend/contact/contact.html.twig";
  224.     }
  225.     public function isTraitable()
  226.     {
  227.         return false;
  228.     }
  229.     public function getDebugInfo()
  230.     {
  231.         return array (  244 => 119,  237 => 115,  228 => 109,  221 => 105,  214 => 101,  206 => 96,  201 => 94,  197 => 92,  191 => 88,  189 => 87,  174 => 75,  170 => 74,  125 => 32,  116 => 25,  109 => 24,  92 => 10,  85 => 9,  77 => 6,  70 => 5,  62 => 2,  55 => 1,  38 => 22,);
  232.     }
  233.     public function getSourceContext()
  234.     {
  235.         return new Source("""frontend/contact/contact.html.twig""/srv/app/templates/frontend/contact/contact.html.twig");
  236.     }
  237. }