{% extends "core/base.html" %} {% load static %} {% block title %}Accueil - Portfolio{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{% if hero %}

{{ hero.title }}

{{ hero.subtitle }}

{% if hero.illustration %} {{ hero.title }} {% endif %}

{{ hero.description }}

{% if hero.illustration %}
{{ hero.title }}
{% endif %}
{% endif %} {% if stats %}
{% for stat in stats %}
{{ stat.number }} {{ stat.label }}
{% endfor %}
{% endif %} {% if featured_projects %}

Dernières Réalisations

{% for project in featured_projects %}
{{ project.title }} {% if project.category %} {{ project.category.name }} {% endif %}

{{ project.title }}

{{ project.summary }}

{% if project.skills.all %}
{% for skill in project.skills.all|slice:":6" %} {% endfor %}
{% endif %}
{% endfor %}
{% endif %} {% if featured_services %}

Mes Expertises

{% for service in featured_services %}

{{ service.title }}

{{ service.short_description }}

{% endfor %}
{% endif %} {% if values %}

Pourquoi Me Choisir

{% for value in values %}

{{ value.title }}

{{ value.description }}

{% endfor %}
{% endif %} {% if cta %}
/// SYSTEM.TERMINAL.EXE
> EXECUTE: contact.init()

{{ cta.title }}

{% if cta.text %}

{{ cta.text }}

{% endif %}
SYSTEM: ONLINE
RESPONSE TIME: <24H
STATUS: AVAILABLE
{% endif %} {% endblock %}