{% extends 'themesWebsite/cvs/application/cv/base.html.twig' %}
{% block title %}CV anonyme {{ slug }}{% endblock title %}
{% block header %}{% include "/themesWebsite/cvs/application/cv/components/header_anonyme.html.twig" with {'slug':slug} %}{% endblock header %}
{% block body %}
<section class="section-frame mx-xxl-11 overflow-hidden">
<div class="wrapper image-wrapper bg-image bg-cover bg-overlay bg-overlay-light-500" data-image-src="https://sylvain-dieterle.com/ups/653fe559574d1638850597.png">
<div class="container py-16 py-md-18 text-center position-relative">
<div class="position-absolute shape yellow d-none d-lg-block w-5" style="top: 18%; left: 5%;"><img src="https://sylvain-dieterle.com/ups/653fe592ce7ec779385852.svg" class="icon-svg w-100 h-100" alt="" /></div>
<div class="position-absolute shape leaf d-none d-lg-block w-10" style="bottom: 30%; left: 2%;"><img src="https://sylvain-dieterle.com/ups/653fe612ee0bf246496598.svg" class="icon-svg w-100 h-100" alt="" /></div>
<div class="position-absolute shape fuchsia d-none d-lg-block w-6" style="top: 20%; right: 2%; transform: rotate(70deg);"><img src="https://sylvain-dieterle.com/ups/653fe5fd0a314582889925.svg" class="icon-svg w-100 h-100" alt="" /></div>
<div class="position-absolute shape grape d-none d-lg-block w-6" style="bottom: 28%; right: 5%;"><img src="https://sylvain-dieterle.com/ups/653fe5d755af3087577495.svg" class="icon-svg w-100 h-100" alt="" /></div>
<div class="row">
<div class="col-lg-9 col-xxl-8 mx-auto">
<h1 class="display-1 fs-70 px-md-10 px-lg-0 px-xl-8 mb-5">đź‘‹ Salut, je suis {{ candidate.titleJob|lower }}</h1>
<p class="lead fs-24 px-md-10 px-lg-0 mx-lg-n10 mx-xl-0 mb-8">{{ candidate.descriptionCoverAnonyme }}</p>
</div>
</div>
</div>
</div>
</section>
<section class="wrapper bg-light" id="services">
<div class="container py-16 py-md-18">
<div class="row d-flex align-items-start gy-10 mb-18 mb-md-20">
<div class="col-lg-5 position-lg-sticky" style="top: 8rem;">
<h3 class="display-2 mb-5">Les services que j'ai élaborés correspondent à vos exigences.</h3>
<p class="mb-7">{{ candidate.descriptionServicesAnonyme }}</p>
</div>
<div class="col-lg-6 ms-auto">
{% set couleurs = ['bg-soft-fuchsia', 'bg-soft-yellow', 'bg-soft-leaf', 'bg-soft-orange', 'bg-soft-grape', 'bg-soft-aqua'] %}
{% for s in services %}
{% set indexCouleur = loop.index0 % couleurs|length %}
<div class="card {{ couleurs[indexCouleur] }} mb-6">
<div class="card-body d-flex flex-row">
<div>
<img src="https://sylvain-dieterle.com/ups/6540dfdd83e0d175633467.svg" class="icon-svg icon-svg-md text-fuchsia me-5" alt="IcĂ´ne" />
</div>
<div>
<h3 class="fs-21 mb-2">{{ s.title }}</h3>
<p class="mb-0">{{ s.description }}</p>
</div>
</div>
</div>
{% endfor %}
</div>
</div>
</div>
</section>
<section class="wrapper bg-light" id="projects">
<div class="container py-16 py-md-18">
<div class="row align-items-center mb-10">
<div class="col-md-8 col-lg-9 col-xl-8 col-xxl-7">
<h2 class="display-2 mb-0">Découvrez une sélection de mes projets les plus récents, mettant en avant des concepts innovants.</h2>
</div>
</div>
{% set couleurs = ['bg-soft-fuchsia', 'bg-soft-yellow', 'bg-soft-leaf', 'bg-soft-orange', 'bg-soft-grape', 'bg-soft-aqua'] %}
{% for project in projects %}
{% set indexCouleur = loop.index0 % couleurs|length %}
<div class="card {{ couleurs[indexCouleur] }} mb-10">
<div class="card-body p-12 pb-0">
<div class="row">
<div class="col-lg-12 pb-12 align-self-center">
<h3 class="h1 post-title mb-3">{{ project.title }}</h3>
<p>{{ project.descriptionAnonyme }}</p>
</div>
{# <div class="col-lg-7 offset-lg-1 align-self-end">
<figure><img class="img-fluid mb-10" src="https://sylvain-dieterle.com/ups/65a1309f1e2ea379952735.png" alt="{{ project.title }}" /></figure>
</div> #}
</div>
</div>
</div>
{% endfor %}
</div>
</section>
<section class="wrapper bg-light">
<div class="container py-16 py-md-18">
<a id="about"></a>
<div class="row gx-md-8 gx-xl-12 gy-10 align-items-center mt-lg-18 mb-16 mb-md-18">
<div class="col-lg-12">
<h2 class="display-2 mb-3">Plus d'informations sur moi </h2>
<p class="lead">{{ candidate.descriptionAnonyme|nl2br }}</p>
</div>
</div>
<div class="row gx-md-8 gx-xl-12 gy-10">
<div class="col-lg-5 mx-auto">
<h2 class="display-2 mb-3">Mon parcours</h2>
<p>{{ candidate.descriptionExperienceAnonyme|nl2br }}</p>
</div>
<div class="col-lg-7">
<ul class="timeline">
{% for q in experiences %}
<li class="timeline-item">
<div class="timeline-info meta fs-14">{% if q.start is not empty %}{{ q.start|date('M Y') }}{% endif %} - {% if q.today == 1 %}aujourd'hui{% else %}{{ q.end|date('M Y') }}{% endif %}</div>
<div class="timeline-marker"></div>
<div class="timeline-content">
{% if q.schoolName is not empty %}
<h3 class="timeline-title">{% if q.title is not empty %}{{ q.title }}{% endif %} Ă {{ q.schoolName }}</h3>
{% else %}
<h3 class="timeline-title">{% if q.enterpriseName is not empty %}{{ q.enterpriseName }}{% endif %} - {% if q.title is not empty %}{{ q.title }}{% endif %}</h3>
{% endif %}
{% if q.diploma == 1 %}<p><span style="color:red;">Certifié</span></p>{% endif %}
<p>{{ q.descriptionAnonyme }}</p>
</div>
</li>
{% endfor %}
</ul>
</div>
</div>
</div>
</section>
<section class="wrapper" id="skills">
<div class="container py-14 py-md-16">
<div class="row text-center">
<div class="col-lg-10 col-xl-9 col-xxl-8 mx-auto position-relative">
<h3 class="display-3 mb-11 px-lg-5 px-xl-0 px-xxl-3">Mes compétences</h3>
</div>
</div>
<div class="row">
<div class="col-xxl-11 mx-auto">
<div class="row gx-md-8 gy-10 text-center">
{% set couleurs = ['bg-soft-fuchsia', 'bg-soft-yellow', 'bg-soft-leaf', 'bg-soft-orange', 'bg-soft-grape', 'bg-soft-aqua'] %}
{% for skill in skills %}
{% set indexCouleur = loop.index0 % couleurs|length %}
<div class="col-md-6 col-lg-3">
<div class="svg-bg svg-bg-lg {{ couleurs[indexCouleur] }} rounded-xl mb-4"> <img src="https://sylvain-dieterle.com/ups/6540dfdd83e0d175633467.svg" class="svg-inject icon-svg solid text-navy" alt="" /> </div>
<h4 class="fs-20">{{ skill.title|upper }}</h4>
</div>
{% endfor %}
</div>
</div>
</div>
</div>
</section>
<section class="section-frame mx-xxl-11 overflow-hidden">
<div class="wrapper image-wrapper bg-image bg-cover bg-overlay bg-overlay-light-500" data-image-src="https://sylvain-dieterle.com/ups/653fe559574d1638850597.png">
<div class="container py-16 py-md-18 text-center">
<div class="position-absolute shape yellow d-none d-lg-block w-5" style="top: 18%; left: 5%;"><img src="https://sylvain-dieterle.com/ups/653fe592ce7ec779385852.svg" class="icon-svg w-100 h-100" alt="" /></div>
<div class="position-absolute shape leaf d-none d-lg-block w-10" style="bottom: 30%; left: 2%;"><img src="https://sylvain-dieterle.com/ups/653fe612ee0bf246496598.svg" class="icon-svg w-100 h-100" alt="" /></div>
<div class="position-absolute shape fuchsia d-none d-lg-block w-6" style="top: 20%; right: 2%; transform: rotate(70deg);"><img src="https://sylvain-dieterle.com/ups/653fe5fd0a314582889925.svg" class="icon-svg w-100 h-100" alt="" /></div>
<div class="position-absolute shape grape d-none d-lg-block w-6" style="bottom: 28%; right: 5%;"><img src="https://sylvain-dieterle.com/ups/653fe5d755af3087577495.svg" class="icon-svg w-100 h-100" alt="" /></div>
<div class="row">
<div class="col-lg-9 col-xxl-8 mx-auto">
<h1 class="display-1 fs-70 mx-lg-n10 mx-xl-0 mb-5">Vous pensez Ă un projet ? Collaborons ensemble !</h1>
<p class="lead fs-24 px-md-12 px-lg-0 mx-lg-n10 mx-xl-0 mb-8">J'apporte des solutions rapides pour faciliter la vie de mes clients. Des questions ? Contactez-moi et je vous répondrai rapidement.</p>
<a href="mailto:contact@mirtillo.fr" class="btn btn-lg btn-primary btn-icon btn-icon-end">Envoyer moi un message</a>
</div>
</div>
</div>
</div>
</section>
{% endblock body %}