This commit is contained in:
samantha42
2026-03-18 08:21:42 +01:00
commit b28fe4fde4
63 changed files with 1016 additions and 0 deletions

55
V2.typ Normal file
View File

@@ -0,0 +1,55 @@
#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]
)