Files
cv/V2.typ
samantha42 b28fe4fde4 first
2026-03-18 08:21:42 +01:00

55 lines
1.1 KiB
Typst
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
#import "preramble.typ": *
#import "@preview/cetz:0.4.0": canvas, draw
#import "@preview/cades:0.3.1": qr-code
#let font = { "Helvetica" }
#let titlefont = { "LibreCaslonDisplay" }
#set text(font: font, size: 11pt)
#set page(
paper: "a4",
margin: (
top: 0.5cm,
bottom: 0.5cm,
x: 0.5cm,
),
fill: BackgroundColor
)
#grid(
columns: (4fr, 80pt),
[
#stack(
spacing: 8pt,
[#text(size: 52pt, weight: 500, font: "Libre Caslon Text")[#align(start)[Samantha]]],
[#text(size: 24pt, weight: 500, font: "Libre Caslon Text")[#align(start)[Vero Friis]]]
)
],
[
#align(center)[#qr-code("samantha42.xyz", width: 80pt, background: rgb(0,0,0,0))]
]
)
#grid(
columns: (3fr, 2fr),
column-gutter: 10pt,
[
#set text(size: 13pt)
#set par(justify: true)
#v(10pt)
= Summary
Bachelors student in Business Administration seeking an entry-level analyst or finance-related role while studying. Strong numerical skills, advanced Excel, and experience in company, risk, and financial analysis. Analytical, detail-oriented, and efficiency-focused.
],
[s]
)