Skip to content

Latest commit

 

History

History
152 lines (120 loc) · 4.11 KB

about.md

File metadata and controls

152 lines (120 loc) · 4.11 KB
layout title accent_color accent_image menu order
about
À propos
#E04750
/assets/img/remi-houda.jpg
true
4

{% for staff_data in site.data.staff_list | sort "end" | reverse %}

L'équipe {{ staff_data.date }}

{% for staff_member in staff_data.staff_members %} {% assign image_basename = staff_member.image %} {% if image_basename == "" or image_basename == nil %} {% assign image_basename = "UniMakersMemberNoImage.png" %} {% endif %} {% assign image_url = image_basename | prepend: "/assets/img/membre/" %}
{{ staff_member.name }}

{{ staff_member.name }}

{{ staff_member.post }}

{% endfor %}
{% endfor %}

Le branding Kit d'Unimakers

BrandingKit

*[FLIP]: First-Last-Invert-Play. A coding technique to achieve performant page transition animations.