anfang von lebenslauf und motivationsschreiben
This commit is contained in:
parent
390f83f76f
commit
1b86fe8138
33 changed files with 743 additions and 0 deletions
20
others/brilliant-cv/modules_en/projects.typ
Normal file
20
others/brilliant-cv/modules_en/projects.typ
Normal file
|
@ -0,0 +1,20 @@
|
|||
// Imports
|
||||
#import "@preview/brilliant-cv:2.0.3": cvSection, cvEntry
|
||||
#let metadata = toml("../metadata.toml")
|
||||
#let cvSection = cvSection.with(metadata: metadata)
|
||||
#let cvEntry = cvEntry.with(metadata: metadata)
|
||||
|
||||
|
||||
#cvSection("Projects & Associations")
|
||||
|
||||
#cvEntry(
|
||||
title: [Volunteer Data Analyst],
|
||||
society: [ABC Nonprofit Organization],
|
||||
date: [2019 - Present],
|
||||
location: [New York, NY],
|
||||
description: list(
|
||||
[Analyze donor and fundraising data to identify trends and opportunities for growth],
|
||||
[Create data visualizations and dashboards to communicate insights to the board of directors],
|
||||
[Collaborate with other volunteers to develop and implement data-driven strategies],
|
||||
),
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue