feat(cv): Updated CV to 2025
Some checks failed
Build Docker Image / Build (push) Has been cancelled

Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
This commit is contained in:
Tuan-Dat Tran
2025-01-24 17:09:58 +01:00
parent 541fd5297c
commit 94ad506ce6
6 changed files with 37 additions and 26 deletions

View File

@@ -86,11 +86,11 @@ fn Projects() -> Element {
div {
class: "flex gap-4 items-center flex-wrap",
Project {
title: t!("publications_projects_projects_bachelorproject_title"),
authors: t!("publications_projects_projects_bachelorproject_authors"),
kind: t!("publications_projects_projects_bachelorproject_kind"),
url: t!("publications_projects_projects_bachelorproject_url"),
description: t!("publications_projects_projects_bachelorproject_description")
title: t!("publications_projects_projects_bpba_title"),
authors: t!("publications_projects_projects_bpba_authors"),
kind: t!("publications_projects_projects_bpba_kind"),
url: t!("publications_projects_projects_bpba_url"),
description: t!("publications_projects_projects_bpba_description")
},
Project {
title: t!("publications_projects_projects_dotfiles_title"),