cuddly/samples/cv.kdl

47 lines
1.2 KiB
Plaintext

name "Echo"
lang "en"
contact "Contact" {
tel alt="Phone" "+33 6 39 98 00 00"
email alt="E-mail" "pro@example.net"
git alt="Git repository" "https://git.example.net/Echo"
linkedin alt="Linkedin" "https://www.linkedin.com/"
}
hobbies "Hobbies" {
hobby alt="Train" icon="train" "I like train"
}
skills {
skillsection "Languages" {
skill name="Français" "Native speaker"
skill name="Anglais" "Fluent"
}
skillsection "Programming" {
skill name="Languages" "Rust" "Python" "C++" "Bash" "JavaScript"
skill name="Frontend" "Preact" "WebGL"
}
}
experiences {
xptype "Professional experiences" {
xpsection "Cute plushies specialist" \
period="Mai 2020 - Avril 2021" \
type="internship" \
organisation="Somewhere, Nice City" {
xpitem "Hanging out with plushies"
xpitem "Hugging stuffed friends"
description "Some kind of important description."
}
}
xptype "Education" {
xpsection "Master in cute plushies manufacturing" \
period="2019 - 2021" \
type="double degree" \
organisation="École des Peluches Mignonnes (EPM), Université du Québec, Montréal"
}
}