feat: initial typst template for resume
This commit is contained in:
23
resume/profile_de/certificates.typ
Normal file
23
resume/profile_de/certificates.typ
Normal file
@ -0,0 +1,23 @@
|
||||
// Imports
|
||||
#import "@preview/brilliant-cv:4.0.1": cv-honor, cv-section
|
||||
|
||||
|
||||
#cv-section("Zertifikate")
|
||||
|
||||
#cv-honor(
|
||||
date: [2022],
|
||||
title: [AWS: Zertifizierte Sicherheit],
|
||||
issuer: [Amazon Web Services (AWS)],
|
||||
)
|
||||
|
||||
#cv-honor(
|
||||
date: [2017],
|
||||
title: [Angewandte Datenwissenschaft mit Python],
|
||||
issuer: [Coursera],
|
||||
)
|
||||
|
||||
#cv-honor(
|
||||
date: [],
|
||||
title: [SQL-Grundlagenkurs],
|
||||
issuer: [Datacamp],
|
||||
)
|
||||
Reference in New Issue
Block a user