Compare commits

...

3 Commits

Author SHA1 Message Date
Tuan-Dat Tran 081229d66a Merge branch 'dev' 2024-05-21 23:32:53 +02:00
Tuan-Dat Tran 3fb233ebcc Update version number
Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
2024-05-21 23:25:36 +02:00
Tuan-Dat Tran 8a6ac977b3 Fixed times in cv
Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
2024-05-21 23:22:17 +02:00
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
VERSION=0.1.0 VERSION=0.1.1
LOCAL_IMAGE="athome" LOCAL_IMAGE="athome"
REMOTE_IMAGE="athome" REMOTE_IMAGE="athome"

View File

@ -49,19 +49,19 @@ fn WorkExperience() -> Element {
technologies: vec!["Rust".to_string(), "Python".to_string(), "P4".to_string(), "Linux".to_string(), "Docker".to_string(), "Kubernetes".to_string()], technologies: vec!["Rust".to_string(), "Python".to_string(), "P4".to_string(), "Linux".to_string(), "Docker".to_string(), "Kubernetes".to_string()],
description: translate!(i18, "cv.workexperience.ra_ude.description") description: translate!(i18, "cv.workexperience.ra_ude.description")
}, },
CVEntry {time: translate!(i18, "cv.workexperience.ra_ude.time"), title: translate!(i18, "cv.workexperience.mentoring_ude.title"), CVEntry {time: translate!(i18, "cv.workexperience.mentoring_ude.time"), title: translate!(i18, "cv.workexperience.mentoring_ude.title"),
technologies: vec!["Powerpoint".to_string()], technologies: vec!["Powerpoint".to_string()],
description: translate!(i18, "cv.workexperience.mentoring_ude.description") description: translate!(i18, "cv.workexperience.mentoring_ude.description")
}, },
CVEntry {time: translate!(i18, "cv.workexperience.ra_ude.time"), title: translate!(i18, "cv.workexperience.se2_gefeba.title"), CVEntry {time: translate!(i18, "cv.workexperience.se2_gefeba.time"), title: translate!(i18, "cv.workexperience.se2_gefeba.title"),
technologies: vec!["C#".to_string(), "Angular".to_string(), "bootstrap".to_string(), "Entity Framework".to_string()], technologies: vec!["C#".to_string(), "Angular".to_string(), "bootstrap".to_string(), "Entity Framework".to_string()],
description: translate!(i18, "cv.workexperience.se2_gefeba.description") description: translate!(i18, "cv.workexperience.se2_gefeba.description")
}, },
CVEntry {time: translate!(i18, "cv.workexperience.ra_ude.time"), title: translate!(i18, "cv.workexperience.student_fse.title"), CVEntry {time: translate!(i18, "cv.workexperience.student_fse.time"), title: translate!(i18, "cv.workexperience.student_fse.title"),
technologies: vec!["Linux".to_string(), "Networking".to_string(), "LaTeX".to_string()], technologies: vec!["Linux".to_string(), "Networking".to_string(), "LaTeX".to_string()],
description: translate!(i18, "cv.workexperience.student_fse.description") description: translate!(i18, "cv.workexperience.student_fse.description")
}, },
CVEntry {time: translate!(i18, "cv.workexperience.ra_ude.time"), title: translate!(i18, "cv.workexperience.se1_gefeba.title"), CVEntry {time: translate!(i18, "cv.workexperience.se1_gefeba.time"), title: translate!(i18, "cv.workexperience.se1_gefeba.title"),
technologies: vec!["C#".to_string(), "HTML".to_string(), "Javascript".to_string(), "CSS".to_string()], technologies: vec!["C#".to_string(), "HTML".to_string(), "Javascript".to_string(), "CSS".to_string()],
description: translate!(i18, "cv.workexperience.se1_gefeba.description") description: translate!(i18, "cv.workexperience.se1_gefeba.description")
}, },