{% set projects = [ { icon: 'bi-globe', color: 'primary', name: 'frontMkmPy', description: 'home.frontend_description'|trans, url: 'https://github.com/gschmirgal/frontMkmPy' }, { icon: 'bi-terminal', color: 'success', name: 'mkm.py', description: 'home.script_description'|trans, url: 'https://github.com/gschmirgal/mkmpy' }, { icon: 'bi-cpu', color: 'info', name: 'MKMOraclePy', description: 'home.ai_description'|trans, url: 'https://github.com/gschmirgal/MKMOraclePy' } ] %}

{{ 'home.project_links'|trans }}

{% for project in projects %} {% include 'components/home/_project_card.html.twig' with { project: project } %} {% endfor %}