Iziasys

Description

  • Iziasys

  • November 2024

This is the website of Iziasys, where I spend my days looking intensely at Figma and pretending it's very complicated.

Jokes aside, I had the pleasure of designing the entire site — from the visual identity to the user interface, with lots of neatly aligned pixels and a bit of coffee-fueled creativity.

A fun project for an even cooler team (and no, I’m not just saying that because they might see this.

ssss document.addEventListener('DOMContentLoaded', function () { const filterButton = document.querySelector('.filter[data-group="category_all"]'); const language = document.documentElement.lang; if (filterButton) { if (language === 'fr') { filterButton.textContent = 'Tout'; } else if (language === 'de') { filterButton.textContent = 'Alle'; } else { filterButton.textContent = 'All'; } } });