feat: initial typst template for resume
This commit is contained in:
42
resume/profile_en/certificates.typ
Normal file
42
resume/profile_en/certificates.typ
Normal file
@ -0,0 +1,42 @@
|
||||
// Imports
|
||||
#import "@preview/brilliant-cv:4.0.1": cv-honor, cv-section
|
||||
|
||||
|
||||
#cv-section("Certificates & Awards")
|
||||
|
||||
#cv-honor(
|
||||
date: [2022],
|
||||
title: [AWS Certified Security - Specialty],
|
||||
issuer: [Amazon Web Services (AWS)],
|
||||
url: "https://aws.amazon.com/certification/",
|
||||
location: [Online],
|
||||
)
|
||||
|
||||
#cv-honor(
|
||||
date: [2021],
|
||||
title: [Data Science Excellence Award],
|
||||
issuer: [XYZ Corporation],
|
||||
location: [San Francisco, CA],
|
||||
)
|
||||
|
||||
#cv-honor(
|
||||
date: [2020],
|
||||
title: [Applied Data Science with Python Specialization],
|
||||
issuer: [University of Michigan via Coursera],
|
||||
url: "https://coursera.org/specializations/data-science-python",
|
||||
location: [Online],
|
||||
)
|
||||
|
||||
#cv-honor(
|
||||
date: [2019],
|
||||
title: [Tableau Desktop Certified Professional],
|
||||
issuer: [Tableau Software],
|
||||
url: "https://www.tableau.com/learn/certification",
|
||||
)
|
||||
|
||||
#cv-honor(
|
||||
date: [2018],
|
||||
title: [SQL Fundamentals Track],
|
||||
issuer: [DataCamp],
|
||||
location: [Online],
|
||||
)
|
||||
Reference in New Issue
Block a user