{% include "head.html" %}

{{ config.theme.main_title | default('MkDocs curriculum vitae')}}

{%- if config.theme.profile_picture %}
Profile picture link seems to be broken or unreachable.
{%- endif %}

{{ config.theme.basic_informations_section_title | default('Basic informations')}}

{{ config.theme.firstname }} {{ config.theme.lastname }}

{{ config.theme.mail }}

{{ config.theme.location }}


{{ config.theme.personnal_links_section_title | default('Links')}}

{%- if config.theme.personnal_links.github %} GitHub
{%- endif %} {%- if config.theme.personnal_links.gitlab %} GitLab
{%- endif %} {%- if config.theme.personnal_links.linkedin %} LinkedIn
{%- endif %} {%- if config.theme.personnal_links.facebook %} Facebook
{%- endif %} {%- if config.theme.personnal_links.youtube %} YouTube
{%- endif %} {%- if config.theme.personnal_links.Instagram %} Instagram
{%- endif %} {%- if config.theme.personnal_links.tiktok %} TikTok
{%- endif %}

{{ config.theme.experiences_section_title | default('Experiences')}}


{{ config.theme.education_section_title | default('Education')}}