var/cache/dev/twig/af/afddd509820e4d0e75f27de365eadb12.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/index/home.html.twig */
  14. class __TwigTemplate_8b3143bf90e07bdd33fa377af0d0338f 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 1
  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/index/home.html.twig"));
  39.         $this->parent $this->loadTemplate("base.html.twig""frontend/index/home.html.twig"1);
  40.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  41.         
  42.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  43.     }
  44.     // line 3
  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 4
  51.         echo "    \"Agende de développements sur mesure basée à Rennes 35000, sites internet vitrine, boutiques en ligne, portfolios, gestion clientelles, gestion de stock, automatisation de tâches.\"
  52. ";
  53.         
  54.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  55.     }
  56.     // line 7
  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 8
  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 11
  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 12
  75.         echo "    <script type=\"application/ld+json\">
  76. {
  77.     \"@context\": \"https://schema.org\",
  78.     \"@type\": \"Organization\",
  79.     \"name\": \"Agence de développement web PHP à Rennes\",
  80.     \"description\": \"Nous sommes une agence de développement web PHP basée à Rennes, en Bretagne. Nous vous accompagnons dans la création d'applications sur mesure pour améliorer la productivité de votre entreprise. Nous maîtrisons le langage de programmation le plus rapide, PHP, ainsi que le framework Symfony.\",
  81.     \"url\": \"https://www.lifeinthecloud.fr/\",
  82.     \"logo\": \"https://www.lifeinthecloud.fr/frontend/images/logo.png\",
  83.     \"sameAs\": [
  84.         \"https://www.linkedin.com/in/antoine-darche/\",
  85.         \"https://github.com/Ecureuilvirtuel\"
  86.     ],
  87.     \"address\": {
  88.         \"@type\": \"PostalAddress\",
  89.         \"streetAddress\": \"46 rue Mauconseil\",
  90.         \"addressLocality\": \"Rennes\",
  91.         \"postalCode\": \"35000\",
  92.         \"addressCountry\": \"FR\"
  93.     },
  94.     \"founder\": {
  95.         \"@type\": \"Person\",
  96.         \"name\": \"Antoine Darche\"
  97.     },
  98.     \"knowsAbout\": [
  99.         \"PHP\",
  100.         \"Symfony\",
  101.         \"APIs\",
  102.         \"RGPD\",
  103.         \"développeur full-stack\"
  104.     ]
  105. }
  106.     </script>
  107. ";
  108.         
  109.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  110.     }
  111.     // line 46
  112.     public function block_body($context, array $blocks = [])
  113.     {
  114.         $macros $this->macros;
  115.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  116.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  117.         // line 47
  118.         echo "
  119.     <!-- Started -->
  120.     <div class=\"section started relative z-[97] opacity-100 visible text-center p-0 m-0\">
  121.         <div class=\"centrize full-width\">
  122.             <div class=\"vertical-center\">
  123.                 <div class=\"logo-home\">
  124.                     <img src=\"";
  125.         // line 53
  126.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("frontend/build/images/logo.png"), "html"nulltrue);
  127.         echo "\" alt=\"Logo Life in the cloud\" />
  128.                 </div>
  129.                 <div class=\"started-content inline-block align-middle text-center relative\">
  130.                     <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=\"Life in the cloud\">Life in the cloud</h1>
  131.                     <div class=\"h-subtitle text-[13px] typing-subtitle\">
  132.                         <p>Développement d'applications et de sites internet sur-mesure.</p>
  133.                         <p>Basé à Rennes, Bretagne.</p>
  134.                     </div>
  135.                     <span class=\"typed-subtitle text-[13px]\"></span>
  136.                 </div>
  137.             </div>
  138.         </div>
  139.         <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>
  140.     </div>
  141.     <div class=\"section about relative z-[97] px-[80px] pt-0 pb-[40px] opacity-100 visible\">
  142.         <div class=\"content relative\">
  143.             <div class=\"title relative mb-[40px]\">
  144.                 <div class=\"title_inner inline-block align-middle text-center relative leading-[18px] text-[13px] text-[#141414] uppercase tracking-[0.04em]\">
  145.                     Services
  146.                 </div>
  147.             </div>
  148.             <div class=\"skills list\">
  149.                 <p>
  150.                     \"Transformez votre vision en réalité : Solutions web sur-mesure et performantes pour propulser votre activité\"
  151.                 </p>
  152.                 ";
  153.         // line 83
  154.         $context["services"] = [=> "<h2><strong>Développement de service web sur-mesure</strong> : sites internet, applications web, API, marketplaces, etc... Ces applications peuvent être accessible sur internet ou sur votre réseau interne (intranet)"=> "<strong>Gestion et optimisation</strong> de bases de données"=> "<strong>Conseil et accompagnement</strong> pour la conception de votre projet web"=> "<strong>Maintenance et mise à jour</strong> de vos applications existantes"];
  155.         // line 89
  156.         echo "
  157.                 <ul class=\"p-0 list-none text-[0] my-0\">
  158.                     ";
  159.         // line 91
  160.         $context['_parent'] = $context;
  161.         $context['_seq'] = twig_ensure_traversable(($context["services"] ?? null));
  162.         foreach ($context['_seq'] as $context["_key"] => $context["service"]) {
  163.             // line 92
  164.             echo "                        <li class=\"relative pt-0  pb-[10px] px-[30px]align-top\">
  165.                             <div class=\"name pl-[23px] text-justify relative text-[13px] font-normal mt-0 mx-0 mb-[9px] text-[#363636] text-justify\">
  166.                                 ";
  167.             // line 94
  168.             echo $context["service"];
  169.             echo "
  170.                             </div>
  171.                         </li>
  172.                     ";
  173.         }
  174.         $_parent $context['_parent'];
  175.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['service'], $context['_parent'], $context['loop']);
  176.         $context array_intersect_key($context$_parent) + $_parent;
  177.         // line 98
  178.         echo "                </ul>
  179.             </div>
  180.         </div>
  181.     </div>
  182.     <!-- About -->
  183.     <div class=\"section about relative z-[97] px-[80px] pt-0 pb-[40px] opacity-100 visible\">
  184.         <div class=\"content relative\">
  185.             <div class=\"title relative mb-[40px] mt-[50px]\">
  186.                 <div class=\"title_inner inline-block align-middle text-center relative leading-[18px] text-[13px] text-[#141414] uppercase tracking-[0.04em]\">
  187.                     L'expertise Life in the cloud
  188.                 </div>
  189.             </div>
  190.             <div class=\"skills list\">
  191.                 <p>
  192.                     \"Donnez vie à vos projets web avec un développeur passionné et compétent\"
  193.                 </p>
  194.                 ";
  195.         // line 118
  196.         $context["expertises"] = [=> "Maîtrise de <strong>PHP</strong> et du framework <strong>Symfony</strong>"=> "Expérience dans la gestion de bases de données"=> "Compréhension approfondie des besoins des clients et capacité à fournir des solutions personnalisées"=> "Connaissances en développement frontend (HTML, CSS, JavaScript) pour une expérience utilisateur optimale"=> "Capacité à travailler en équipe et à collaborer avec d'autres professionnels pour assurer un résultat final de qualité"=> "Compétences en investigation de code pour déboguer des erreurs et améliorer les performances"=> "Expérience en support d'application pour garantir que les sites web restent opérationnels et sécurisés"=> "Expertise en <strong>SEO</strong> pour améliorer la visibilité des sites web dans les moteurs de recherche"];
  197.         // line 128
  198.         echo "
  199.                 <ul class=\"p-0 list-none text-[0] my-0 mx-[-30px]\">
  200.                     ";
  201.         // line 130
  202.         $context['_parent'] = $context;
  203.         $context['_seq'] = twig_ensure_traversable(($context["expertises"] ?? null));
  204.         foreach ($context['_seq'] as $context["_key"] => $context["expertise"]) {
  205.             // line 131
  206.             echo "                    <li class=\"relative pt-0  pb-[10px] px-[30px] inline-block align-top w-1/2\">
  207.                         <div class=\"name pl-[23px] relative text-[13px] font-normal mt-0 mx-0 mb-[9px] text-[#363636] text-justify\">
  208.                             ";
  209.             // line 133
  210.             echo $context["expertise"];
  211.             echo "
  212.                         </div>
  213.                     </li>
  214.                     ";
  215.         }
  216.         $_parent $context['_parent'];
  217.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['expertise'], $context['_parent'], $context['loop']);
  218.         $context array_intersect_key($context$_parent) + $_parent;
  219.         // line 137
  220.         echo "                </ul>
  221.                 <img src=\"";
  222.         // line 139
  223.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("frontend/build/images/An_illustration_depicting_the_expertise_of_a_web_agen_373c5d57-8dbc-48c0-9450-aa343902d90c.png"), "html"nulltrue);
  224.         echo "\" alt=\"Illustration d'un programmeur web\" class=\"w-[100%] mt-[50px]\" />
  225.             </div>
  226.         </div>
  227.     </div>
  228. ";
  229.         
  230.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  231.     }
  232.     public function getTemplateName()
  233.     {
  234.         return "frontend/index/home.html.twig";
  235.     }
  236.     public function isTraitable()
  237.     {
  238.         return false;
  239.     }
  240.     public function getDebugInfo()
  241.     {
  242.         return array (  253 => 139,  249 => 137,  239 => 133,  235 => 131,  231 => 130,  227 => 128,  225 => 118,  203 => 98,  193 => 94,  189 => 92,  185 => 91,  181 => 89,  179 => 83,  146 => 53,  138 => 47,  131 => 46,  92 => 12,  85 => 11,  77 => 8,  70 => 7,  62 => 4,  55 => 3,  38 => 1,);
  243.     }
  244.     public function getSourceContext()
  245.     {
  246.         return new Source("""frontend/index/home.html.twig""/srv/app/templates/frontend/index/home.html.twig");
  247.     }
  248. }