Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
This commit is contained in:
12
src/cv.rs
12
src/cv.rs
@@ -33,8 +33,18 @@ pub fn CV() -> Element {
|
||||
fn Introduction() -> Element {
|
||||
rsx! {
|
||||
div {
|
||||
class: "flex",
|
||||
class: "flex-col",
|
||||
h6 { class: "text-lg font-semibold text-white", { t!("cv_introduction_title") } },
|
||||
P { { t!("cv_introduction_0") } },
|
||||
P {
|
||||
{ t!("cv_introduction_tools") },
|
||||
" ",
|
||||
Link { new_tab: true, to: "https://www.lazyvim.org/", "NeoVim (LazyVim)" },
|
||||
", ",
|
||||
Link { new_tab: true, to: "https://zellij.dev/", "Zellij" },
|
||||
", ",
|
||||
Link { new_tab: true, to: "https://k9scli.io/", "k9s" }
|
||||
},
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user