Axcess Promotion

Description

  • Axcess Promotion

  • September 2024

As part of my role at Axcess Promotion, I designed the website for a real estate agency.

The goal was to create a clean, elegant, and user-friendly interface that showcases properties while reflecting the professionalism and reliability of the agency.

This project focused on user experience, clear presentation of information, and smooth navigation — all key elements in a sector where trust and clarity are essential.

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'; } } });