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

@@ -1,6 +1,11 @@
{
"common": {
"home": "Startseite",
"about": "Über mich"
"about": "Über mich",
"projects": "Projekte"
},
"home": {
"header": "Hi, ich bin<br/>Nico HAIDER.",
"subheader": "Softwareentwickler für Webseiten, Web-Apps, Mobile-Apps, Desktop-Apps und vieles mehr."
}
}

View File

@@ -1,6 +1,11 @@
{
"common": {
"home": "Home",
"about": "About"
"about": "About",
"projects": "Projects"
},
"home": {
"header": "Hi, I'm<br/>Nico HAIDER.",
"subheader": "Software developer for websites, web apps, mobile apps, desktop apps and much more."
}
}