anfang von lebenslauf und motivationsschreiben
This commit is contained in:
parent
390f83f76f
commit
1b86fe8138
33 changed files with 743 additions and 0 deletions
24
others/brilliant-cv/modules_de/education.typ
Normal file
24
others/brilliant-cv/modules_de/education.typ
Normal file
|
@ -0,0 +1,24 @@
|
|||
// Imports
|
||||
#import "@preview/brilliant-cv:2.0.3": cvSection, cvEntry, hBar
|
||||
#let metadata = toml("../metadata.toml")
|
||||
#let cvSection = cvSection.with(metadata: metadata)
|
||||
#let cvEntry = cvEntry.with(metadata: metadata)
|
||||
|
||||
|
||||
#cvSection("Bildung")
|
||||
|
||||
#cvEntry(
|
||||
title: [Realschulabschluss], //TODO: Titel herausfinden
|
||||
date: [2018-2022],
|
||||
society: [Carl-Benz-Realschule],
|
||||
location: [Düsseldorf],
|
||||
description: [],
|
||||
)
|
||||
|
||||
#cvEntry(
|
||||
title: [Fachhochschulreife],
|
||||
date: [2022-2025],
|
||||
society: [Dieter-Forte-Gesamtschule],
|
||||
location: [Düsseldorf],
|
||||
description: [],
|
||||
)
|
27
others/brilliant-cv/modules_de/skills.typ
Normal file
27
others/brilliant-cv/modules_de/skills.typ
Normal file
|
@ -0,0 +1,27 @@
|
|||
// Imports
|
||||
#import "@preview/brilliant-cv:2.0.3": cvSection, cvSkill, hBar
|
||||
#let metadata = toml("../metadata.toml")
|
||||
#let cvSection = cvSection.with(metadata: metadata)
|
||||
|
||||
|
||||
#cvSection("Kenntnisse")
|
||||
|
||||
#cvSkill(
|
||||
type: [Sprachen],
|
||||
info: [Deutsch (flüssig) #hBar() Englisch (fast flüssig)],
|
||||
)
|
||||
|
||||
#cvSkill(
|
||||
type: [generelle IT],
|
||||
info: [Container (Docker, Kubernetes) #hBar() Linux Systeme (Debian, NixOS, Archlinux) #hBar() POSIX-Shell #hBar() allgemeine Cybersicherheit],
|
||||
)
|
||||
|
||||
#cvSkill(
|
||||
type: [Programmieren],
|
||||
info: [allgemeine Begrifflichkeiten & Konzepte (Server-Client Modell, primitive Datentypen etc.) #hBar() Python #hBar() Rust #hBar() Nix (siehe NixOS)],
|
||||
)
|
||||
|
||||
// #cvSkill(
|
||||
// type: [Personal Interests],
|
||||
// info: [Swimming #hBar() Cooking #hBar() Reading],
|
||||
// )
|
Loading…
Add table
Add a link
Reference in a new issue