<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\CoreExtension;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
use Twig\TemplateWrapper;
/* profil/accueilEleve.html.twig */
class __TwigTemplate_db7ac9404b4ab881fa6f5bad6d4f5675 extends Template
{
private Source $source;
/**
* @var array<string, Template>
*/
private array $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'title' => [$this, 'block_title'],
'body' => [$this, 'block_body'],
'javascripts' => [$this, 'block_javascripts'],
];
}
protected function doGetParent(array $context): bool|string|Template|TemplateWrapper
{
// line 10
return "basepm.html.twig";
}
protected function doDisplay(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "profil/accueilEleve.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "profil/accueilEleve.html.twig"));
$this->parent = $this->load("basepm.html.twig", 10);
yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 11
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_title(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
yield "Elèves - Projets Métiers";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 12
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_body(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
// line 13
yield "</div>
<div class=\"full\">
<div class=\"container-sm\">
<h1 class=\"centrer fontOdibee mt60\">Un parcours adapté à chaque âge</h1>
</div>
</div>
<div class=\"row centrer container-sm\">
<div class=\"col margColeleve\">
<div>
<a href=\"";
// line 27
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_register", ["type" => "college"]);
yield "\">
<img src=\"";
// line 28
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/Illustration/college.svg"), "html", null, true);
yield "\" alt=\"COLLÉGIENS\" width=\"100%\" height=\"100%\" class=\"allume\"></a>
</div>
<a href=\"";
// line 30
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_register", ["type" => "college"]);
yield "\">
<h4 class=\"legendePofil college\">COLLÉGIENS</h4>
<p>Tu es collégien et tu cherches une orientation dans la poursuite de tes études ou d'un apprentissage.</p></a>
</div>
<div class=\"col margColeleve\">
<div>
<a href=\"";
// line 37
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_register", ["type" => "lycee"]);
yield "\">
<img src=\"";
// line 38
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/Illustration/lycee.svg"), "html", null, true);
yield "\" alt=\"LYCEENS\" width=\"100%\" height=\"100%\" class=\"allume\"></a>
</div>
<a href=\"";
// line 40
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_register", ["type" => "lycee"]);
yield "\">
<h4 class=\"legendePofil lycee\">LYCEENS</h4>
<p>Vous êtes lycéen et vous cherchez une orientation dans la poursuite de vos études ou d'un métier.</p></a>
</div>
</div>
<div class=\"full eleves\">
<img src=\"";
// line 49
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/slider/eleves.svg"), "html", null, true);
yield "\" alt=\"Projets métiers\" width=\"80%\" height=\"80%\" class=\"centrer\">
</div>
<div class=\"full aLaLigne\"></div>
<br>
<br>
<br>
<style>
.allume{
opacity: 80%;
}
.allume:hover{
opacity: 100%;
}
</style>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 77
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_javascripts(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
// line 78
yield " ";
yield from $this->yieldParentBlock("javascripts", $context, $blocks);
yield "
<script src=\"https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick.js\"></script>
<script>
\$(document).ready(function(){
\$('.customer-logos').slick({
slidesToShow: 6,
slidesToScroll: 1,
autoplay: true,
autoplaySpeed: 1500,
arrows: false,
dots: false,
pauseOnHover: false,
responsive: [{
eakpoint: 768,
settings: {
slidesToShow: 4
}
}, {
eakpoint: 520,
settings: {
slidesToShow: 3
}
}]
});
});
</script>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName(): string
{
return "profil/accueilEleve.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable(): bool
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo(): array
{
return array ( 206 => 78, 193 => 77, 157 => 49, 145 => 40, 140 => 38, 136 => 37, 126 => 30, 121 => 28, 117 => 27, 101 => 13, 88 => 12, 65 => 11, 42 => 10,);
}
public function getSourceContext(): Source
{
return new Source("{#
/*
* Ce fichier est la propriété de l'association (c) Projets Métiers
*
* (c) crée par Jean-Marc CATALA <jeanmmarccatala@gmail.com>
*
*/
#}
{% extends 'basepm.html.twig' %}
{% block title %}Elèves - Projets Métiers{% endblock %}
{% block body %}
</div>
<div class=\"full\">
<div class=\"container-sm\">
<h1 class=\"centrer fontOdibee mt60\">Un parcours adapté à chaque âge</h1>
</div>
</div>
<div class=\"row centrer container-sm\">
<div class=\"col margColeleve\">
<div>
<a href=\"{{ path('app_register',{type:'college'}) }}\">
<img src=\"{{ asset('images/Illustration/college.svg') }}\" alt=\"COLLÉGIENS\" width=\"100%\" height=\"100%\" class=\"allume\"></a>
</div>
<a href=\"{{ path('app_register',{type:'college'}) }}\">
<h4 class=\"legendePofil college\">COLLÉGIENS</h4>
<p>Tu es collégien et tu cherches une orientation dans la poursuite de tes études ou d'un apprentissage.</p></a>
</div>
<div class=\"col margColeleve\">
<div>
<a href=\"{{ path('app_register',{type:'lycee'}) }}\">
<img src=\"{{ asset('images/Illustration/lycee.svg') }}\" alt=\"LYCEENS\" width=\"100%\" height=\"100%\" class=\"allume\"></a>
</div>
<a href=\"{{ path('app_register',{type:'lycee'}) }}\">
<h4 class=\"legendePofil lycee\">LYCEENS</h4>
<p>Vous êtes lycéen et vous cherchez une orientation dans la poursuite de vos études ou d'un métier.</p></a>
</div>
</div>
<div class=\"full eleves\">
<img src=\"{{ asset('images/slider/eleves.svg') }}\" alt=\"Projets métiers\" width=\"80%\" height=\"80%\" class=\"centrer\">
</div>
<div class=\"full aLaLigne\"></div>
<br>
<br>
<br>
<style>
.allume{
opacity: 80%;
}
.allume:hover{
opacity: 100%;
}
</style>
{% endblock %}
{% block javascripts %}
{{ parent() }}
<script src=\"https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick.js\"></script>
<script>
\$(document).ready(function(){
\$('.customer-logos').slick({
slidesToShow: 6,
slidesToScroll: 1,
autoplay: true,
autoplaySpeed: 1500,
arrows: false,
dots: false,
pauseOnHover: false,
responsive: [{
eakpoint: 768,
settings: {
slidesToShow: 4
}
}, {
eakpoint: 520,
settings: {
slidesToShow: 3
}
}]
});
});
</script>
{% endblock %}
", "profil/accueilEleve.html.twig", "/srv/data/web/vhosts/projetsmetiers.org/htdocs/templates/profil/accueilEleve.html.twig");
}
}