first
This commit is contained in:
55
V2.typ
Normal file
55
V2.typ
Normal 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
|
||||
Bachelor’s 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]
|
||||
)
|
||||
Reference in New Issue
Block a user