var/cache/dev/twig/9d/9d4d33ae4bb8d49d06690a29b7283aac.php line 50

Open in your IDE?
  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. /* profil/accueilProf.html.twig */
  14. class __TwigTemplate_bbd82fa202e5fe4c9f73e3fef96c7215 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. 'title' => [$this, 'block_title'],
  24. 'body' => [$this, 'block_body'],
  25. 'javascripts' => [$this, 'block_javascripts'],
  26. ];
  27. }
  28. protected function doGetParent(array $context)
  29. {
  30. // line 10
  31. return "basepm.html.twig";
  32. }
  33. protected function doDisplay(array $context, array $blocks = [])
  34. {
  35. $macros = $this->macros;
  36. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  37. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "profil/accueilProf.html.twig"));
  38. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  39. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "profil/accueilProf.html.twig"));
  40. $this->parent = $this->loadTemplate("basepm.html.twig", "profil/accueilProf.html.twig", 10);
  41. $this->parent->display($context, array_merge($this->blocks, $blocks));
  42. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  43. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  44. }
  45. // line 11
  46. public function block_title($context, array $blocks = [])
  47. {
  48. $macros = $this->macros;
  49. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  50. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
  51. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  52. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
  53. echo "Professeurs - Projets Métiers";
  54. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  55. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  56. }
  57. // line 12
  58. public function block_body($context, array $blocks = [])
  59. {
  60. $macros = $this->macros;
  61. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  62. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
  63. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  64. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
  65. // line 13
  66. echo "
  67. <div class=\"full\">
  68. <div class=\"container-sm\">
  69. <h1 class=\"centrer padding-bottom fontOdibee mt60\">Un parcours adapté à chaque âge</h1>
  70. </div>
  71. </div>
  72. <div class=\"row centrer container-sm\">
  73. <div class=\"col margCol\">
  74. <div>
  75. <a href=\"";
  76. // line 28
  77. echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_register", ["type" => "professeur"]);
  78. echo "\">
  79. <img src=\"";
  80. // line 29
  81. echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/Illustration/college.svg"), "html", null, true);
  82. echo "\" alt=\"COLLEGIENS\" width=\"100%\" height=\"100%\"class=\"allume\"></a>
  83. </div>
  84. <a href=\"";
  85. // line 31
  86. echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_register", ["type" => "professeur"]);
  87. echo "\">
  88. <h4 class=\"legendePofil college\">COLLEGIENS</h4>
  89. <p>Vous êtes professeur de collégiens qui cherchent une orientation ou un apprentissage dans la poursuite de leurs études.</p></a>
  90. </div>
  91. <div class=\"col margCol\">
  92. <div>
  93. <a href=\"";
  94. // line 38
  95. echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_register", ["type" => "professeur"]);
  96. echo "\">
  97. <img src=\"";
  98. // line 39
  99. echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/Illustration/lycee.svg"), "html", null, true);
  100. echo "\" alt=\"LYCÉENS\" width=\"100%\" height=\"100%\"class=\"allume\"></a>
  101. </div>
  102. <a href=\"";
  103. // line 41
  104. echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_register", ["type" => "professeur"]);
  105. echo "\">
  106. <h4 class=\"legendePofil lycee\">LYCÉENS</h4>
  107. <p>Vous êtes professeur de lycéens qui cherchent une orientation ou un métier dans la poursuite de leurs études.</p></a>
  108. </div>
  109. <div class=\"col margCol\">
  110. <div>
  111. <a href=\"";
  112. // line 47
  113. echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_register", ["type" => "conseiller"]);
  114. echo "\">
  115. <img src=\"";
  116. // line 48
  117. echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/Illustration/adultes.svg"), "html", null, true);
  118. echo "\" alt=\"JEUNES ADULTES\" width=\"100%\" height=\"100%\"class=\"allume\"></a>
  119. </div>
  120. <a href=\"";
  121. // line 50
  122. echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_register", ["type" => "conseiller"]);
  123. echo "\">
  124. <h4 class=\"legendePofil jeuneAdulte\"> JEUNES ADULTES</h4>
  125. <p>Vous êtes conseiller de jeunes adultes qui cherchent une formation ou un métier.</p></a>
  126. </div>
  127. </div>
  128. <div class=\"full profs\">
  129. <img src=\"";
  130. // line 60
  131. echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/slider/profs.svg"), "html", null, true);
  132. echo "\" alt=\"Projets métiers\" width=\"80%\" height=\"80%\" class=\"centrer\">
  133. </div>
  134. <div class=\"full temoignagesParents\">
  135. <h1 class=\"centrer padding-bottom fontOdibee\">Les enseignants en parlent</h1>
  136. <br>
  137. <div class=\"row centrer container-sm cadre placardParent\">
  138. <div class=\"colon12Marge2\">
  139. <p class=\"centrer\">«Très satisfaite car on découvre une présentation de l'orientation qui change des simples
  140. \"notions\" sur les filières proposées par les établissements. Contenu concret, directement applicable auprès des élèves.»</p>
  141. <p class=\"centrer Josefinitalic\">Professeur au lycée Plaine de Neauphle de Trappes</p>
  142. </div>
  143. <a href=\"";
  144. // line 75
  145. echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("temoignages");
  146. echo "\">
  147. <div class=\"reste\">
  148. <div class=\"triangleProf\"></div>
  149. </div>
  150. </a>
  151. </div>
  152. </div>
  153. <div class=\"full vertFooter\">
  154. <div class=\"bgimage\" style=\"width: 50%; display: inline-block\">
  155. <h1 class=\"fontOdibee mt60 blanc pdlft200\">VOUS ÊTES UN CHEF D'ÉTABLISSEMENT SCOLAIRE</h1>
  156. <p class=\"pdlft200 blanc PargPiedPage paddRight piedPageFlush\">Vous avez le souci d'accompagner vos professeurs et vos élèves dans le parcours Avenir.</p>
  157. <a href=\"";
  158. // line 91
  159. echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("qui");
  160. echo "\" class=\"boutonPiedPage centrerPP\">CONTACTEZ-NOUS</a>
  161. </div>
  162. <div style=\"width: 48%;display: inline-block\">
  163. <h1 class=\"fontOdibee mt60 blanc pdlft200\">VOUS ÊTES UNE ENTREPRISE,<br> UNE COLLECTIVITE LOCALE,<br> UN PARTICULIER</h1>
  164. <p class=\"mt60 pdlft200 blanc PargPiedPage paddRight\">Vous avez le souci d'accompagner vos professeurs et vos élèves dans le parcours Avenir.</p>
  165. <a href=\"";
  166. // line 98
  167. echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("contact");
  168. echo "\" class=\"boutonPiedPage centrerPP\">CONTACTEZ-NOUS</a>
  169. </div>
  170. </div>
  171. <div class=\"full aLaLigne\"></div>
  172. <br>
  173. <br>
  174. <br>
  175. ";
  176. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  177. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  178. }
  179. // line 109
  180. public function block_javascripts($context, array $blocks = [])
  181. {
  182. $macros = $this->macros;
  183. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  184. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
  185. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  186. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
  187. // line 110
  188. echo " ";
  189. $this->displayParentBlock("javascripts", $context, $blocks);
  190. echo "
  191. <script src=\"https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick.js\"></script>
  192. <script>
  193. \$(document).ready(function(){
  194. \$('.customer-logos').slick({
  195. slidesToShow: 6,
  196. slidesToScroll: 1,
  197. autoplay: true,
  198. autoplaySpeed: 1500,
  199. arrows: false,
  200. dots: false,
  201. pauseOnHover: false,
  202. responsive: [{
  203. eakpoint: 768,
  204. settings: {
  205. slidesToShow: 4
  206. }
  207. }, {
  208. eakpoint: 520,
  209. settings: {
  210. slidesToShow: 3
  211. }
  212. }]
  213. });
  214. });
  215. </script>
  216. ";
  217. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  218. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  219. }
  220. /**
  221. * @codeCoverageIgnore
  222. */
  223. public function getTemplateName()
  224. {
  225. return "profil/accueilProf.html.twig";
  226. }
  227. /**
  228. * @codeCoverageIgnore
  229. */
  230. public function isTraitable()
  231. {
  232. return false;
  233. }
  234. /**
  235. * @codeCoverageIgnore
  236. */
  237. public function getDebugInfo()
  238. {
  239. return array ( 240 => 110, 230 => 109, 212 => 98, 202 => 91, 183 => 75, 165 => 60, 152 => 50, 147 => 48, 143 => 47, 134 => 41, 129 => 39, 125 => 38, 115 => 31, 110 => 29, 106 => 28, 89 => 13, 79 => 12, 60 => 11, 37 => 10,);
  240. }
  241. public function getSourceContext()
  242. {
  243. return new Source("{#
  244. /*
  245. * Ce fichier est la propriété de l'association (c) Projets Métiers
  246. *
  247. * (c) crée par Jean-Marc CATALA <jeanmmarccatala@gmail.com>
  248. *
  249. */
  250. #}
  251. {% extends 'basepm.html.twig' %}
  252. {% block title %}Professeurs - Projets Métiers{% endblock %}
  253. {% block body %}
  254. <div class=\"full\">
  255. <div class=\"container-sm\">
  256. <h1 class=\"centrer padding-bottom fontOdibee mt60\">Un parcours adapté à chaque âge</h1>
  257. </div>
  258. </div>
  259. <div class=\"row centrer container-sm\">
  260. <div class=\"col margCol\">
  261. <div>
  262. <a href=\"{{ path('app_register',{type:'professeur'}) }}\">
  263. <img src=\"{{ asset('images/Illustration/college.svg') }}\" alt=\"COLLEGIENS\" width=\"100%\" height=\"100%\"class=\"allume\"></a>
  264. </div>
  265. <a href=\"{{ path('app_register',{type:'professeur'}) }}\">
  266. <h4 class=\"legendePofil college\">COLLEGIENS</h4>
  267. <p>Vous êtes professeur de collégiens qui cherchent une orientation ou un apprentissage dans la poursuite de leurs études.</p></a>
  268. </div>
  269. <div class=\"col margCol\">
  270. <div>
  271. <a href=\"{{ path('app_register',{type:'professeur'}) }}\">
  272. <img src=\"{{ asset('images/Illustration/lycee.svg') }}\" alt=\"LYCÉENS\" width=\"100%\" height=\"100%\"class=\"allume\"></a>
  273. </div>
  274. <a href=\"{{ path('app_register',{type:'professeur'}) }}\">
  275. <h4 class=\"legendePofil lycee\">LYCÉENS</h4>
  276. <p>Vous êtes professeur de lycéens qui cherchent une orientation ou un métier dans la poursuite de leurs études.</p></a>
  277. </div>
  278. <div class=\"col margCol\">
  279. <div>
  280. <a href=\"{{ path('app_register',{type:'conseiller'}) }}\">
  281. <img src=\"{{ asset('images/Illustration/adultes.svg') }}\" alt=\"JEUNES ADULTES\" width=\"100%\" height=\"100%\"class=\"allume\"></a>
  282. </div>
  283. <a href=\"{{ path('app_register',{type:'conseiller'}) }}\">
  284. <h4 class=\"legendePofil jeuneAdulte\"> JEUNES ADULTES</h4>
  285. <p>Vous êtes conseiller de jeunes adultes qui cherchent une formation ou un métier.</p></a>
  286. </div>
  287. </div>
  288. <div class=\"full profs\">
  289. <img src=\"{{ asset('images/slider/profs.svg') }}\" alt=\"Projets métiers\" width=\"80%\" height=\"80%\" class=\"centrer\">
  290. </div>
  291. <div class=\"full temoignagesParents\">
  292. <h1 class=\"centrer padding-bottom fontOdibee\">Les enseignants en parlent</h1>
  293. <br>
  294. <div class=\"row centrer container-sm cadre placardParent\">
  295. <div class=\"colon12Marge2\">
  296. <p class=\"centrer\">«Très satisfaite car on découvre une présentation de l'orientation qui change des simples
  297. \"notions\" sur les filières proposées par les établissements. Contenu concret, directement applicable auprès des élèves.»</p>
  298. <p class=\"centrer Josefinitalic\">Professeur au lycée Plaine de Neauphle de Trappes</p>
  299. </div>
  300. <a href=\"{{ path('temoignages') }}\">
  301. <div class=\"reste\">
  302. <div class=\"triangleProf\"></div>
  303. </div>
  304. </a>
  305. </div>
  306. </div>
  307. <div class=\"full vertFooter\">
  308. <div class=\"bgimage\" style=\"width: 50%; display: inline-block\">
  309. <h1 class=\"fontOdibee mt60 blanc pdlft200\">VOUS ÊTES UN CHEF D'ÉTABLISSEMENT SCOLAIRE</h1>
  310. <p class=\"pdlft200 blanc PargPiedPage paddRight piedPageFlush\">Vous avez le souci d'accompagner vos professeurs et vos élèves dans le parcours Avenir.</p>
  311. <a href=\"{{ path('qui') }}\" class=\"boutonPiedPage centrerPP\">CONTACTEZ-NOUS</a>
  312. </div>
  313. <div style=\"width: 48%;display: inline-block\">
  314. <h1 class=\"fontOdibee mt60 blanc pdlft200\">VOUS ÊTES UNE ENTREPRISE,<br> UNE COLLECTIVITE LOCALE,<br> UN PARTICULIER</h1>
  315. <p class=\"mt60 pdlft200 blanc PargPiedPage paddRight\">Vous avez le souci d'accompagner vos professeurs et vos élèves dans le parcours Avenir.</p>
  316. <a href=\"{{ path('contact') }}\" class=\"boutonPiedPage centrerPP\">CONTACTEZ-NOUS</a>
  317. </div>
  318. </div>
  319. <div class=\"full aLaLigne\"></div>
  320. <br>
  321. <br>
  322. <br>
  323. {% endblock %}
  324. {% block javascripts %}
  325. {{ parent() }}
  326. <script src=\"https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick.js\"></script>
  327. <script>
  328. \$(document).ready(function(){
  329. \$('.customer-logos').slick({
  330. slidesToShow: 6,
  331. slidesToScroll: 1,
  332. autoplay: true,
  333. autoplaySpeed: 1500,
  334. arrows: false,
  335. dots: false,
  336. pauseOnHover: false,
  337. responsive: [{
  338. eakpoint: 768,
  339. settings: {
  340. slidesToShow: 4
  341. }
  342. }, {
  343. eakpoint: 520,
  344. settings: {
  345. slidesToShow: 3
  346. }
  347. }]
  348. });
  349. });
  350. </script>
  351. {% endblock %}
  352. ", "profil/accueilProf.html.twig", "/srv/data/web/vhosts/projetsmetiers.org/htdocs/templates/profil/accueilProf.html.twig");
  353. }
  354. }