anfang von lebenslauf und motivationsschreiben
This commit is contained in:
parent
390f83f76f
commit
1b86fe8138
33 changed files with 743 additions and 0 deletions
26
others/brilliant-cv/modules_zh/certificates.typ
Normal file
26
others/brilliant-cv/modules_zh/certificates.typ
Normal file
|
@ -0,0 +1,26 @@
|
|||
// Imports
|
||||
#import "@preview/brilliant-cv:2.0.3": cvSection, cvHonor
|
||||
#let metadata = toml("../metadata.toml")
|
||||
#let cvSection = cvSection.with(metadata: metadata)
|
||||
#let cvHonor = cvHonor.with(metadata: metadata)
|
||||
|
||||
|
||||
#cvSection("证书")
|
||||
|
||||
#cvHonor(
|
||||
date: [2022],
|
||||
title: [AWS 安全认证],
|
||||
issuer: [亚马逊网络服务 (AWS)],
|
||||
)
|
||||
|
||||
#cvHonor(
|
||||
date: [2017],
|
||||
title: [应用数据科学与 Python],
|
||||
issuer: [Coursera],
|
||||
)
|
||||
|
||||
#cvHonor(
|
||||
date: [],
|
||||
title: [SQL 基础课程],
|
||||
issuer: [Datacamp],
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue