--- title: "Baptiste, 35 ans ½, designer [ux]{.small-caps}" hero: image: banner.png alt: "échelles de note montrant mes compétences. 'Test utilisateur' est bien noté, 'design graphique' est mal noté, 'faire valider une page d'accueil du premier coup' est très bien noté. Et 'modestie' est même noté 6/5" picture_lightbox: true permalink: "/portfolio/index.html" eleventyNavigation: key: main title: Portfolio order: 3 ---
{% heading "2", "", "C'est quoi un designer ux ?" | safe %} {% include "components/portfolio_tabs.njk" %}
{% renderFile "./src/heroPages/portfolio/portfolioIntro.md" %}
{# TOOLS #}
{% heading "2", "", "Mes outils" %}
{% for tool in tools %}
{{tool.name}}
{% endfor %}
{# CLIENTS #}
{% heading "2", "", "Clients principaux" %}
    {% for client in clients %}
  • {{client.sector}}
      {% for item in client.list %}
    • {{item}}
    • {% include "components/separator.njk" %} {% endfor %}
  • {% endfor %}
{# PROJETS #}
{% heading "2", "", "Quelques projets" %}