Added basic layout for login

Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
This commit is contained in:
Tuan-Dat Tran
2024-09-18 14:03:01 +02:00
parent ac80065e82
commit b44792871c
8 changed files with 467 additions and 520 deletions

View File

@@ -16,7 +16,7 @@
"card": {
"name": "Tuan-Dat Tran",
"gender": "(He/Him)",
"text": "Hey there! 👋🏻👋🏼👋🏽👋🏾👋🏿\nWelcome to my little place on the internet\nMy name is Tuan and I'm passionate about Linux, system security, automation, network performance tweaking and all things tech.\nWhile you're here, why don't you check out my projects over on Gitea?",
"text": "Hey there! 👋🏻👋🏼👋🏽👋🏾👋🏿\nWelcome to my little place on the internet\nMy name is Tuan and I'm passionate about Linux, system security, automation and all things tech.\nWhile you're here, why don't you check out my projects over on Gitea?",
"contact_button": "Get in touch."
}
},
@@ -142,10 +142,13 @@
"under_construction": "This page is currently under construction"
},
"footer": {
"year": "© 2024 ",
"year": " 2024 ",
"name": "Tuan-Dat Tran",
"rights": ". All Rights Reserved.",
"contact": "Contact"
},
"login": {
"title": "Login"
}
}
}