Merge branch 'dev'
commit
081229d66a
|
@ -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"
|
||||||
|
|
||||||
|
|
|
@ -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")
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue