24 lines
394 B
Typst
24 lines
394 B
Typst
// 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],
|
|
)
|