feat(core): new page "projects"

This commit is contained in:
nico.hdr8
2025-10-06 14:57:50 +02:00
parent 9a855f8543
commit 505f505176
7 changed files with 35 additions and 2 deletions

View File

@@ -13,6 +13,9 @@
<a routerLink="/about" routerLinkActive="active">
{{ 'common.about' | translate }}
</a>
<a routerLink="/projects" routerLinkActive="active">
{{ 'common.projects' | translate }}
</a>
</li>
</ul>
</div>