removal of iamge, and addition of project section

This commit is contained in:
zipfriis
2026-04-08 10:28:37 +02:00
parent fbfd4d9b98
commit 5e0e1ef109
2 changed files with 757 additions and 4689 deletions

5423
Main.pdf

File diff suppressed because it is too large Load Diff

View File

@@ -13,8 +13,10 @@
#set text(font: font) #set text(font: font)
#show link: set text(blue)
#let section2(body) = { #let section2(body) = {
v(15pt) v(30pt)
grid( grid(
columns: (1fr, auto, 1fr), columns: (1fr, auto, 1fr),
column-gutter: 5pt, column-gutter: 5pt,
@@ -162,14 +164,13 @@
[#align(end)[English]] [#align(end)[English]]
) )
#block(height: 9cm, width: 100%)[ /*#block(height: 9cm, width: 100%)[
#let imagshadowsize = 0.25cm #let imagshadowsize = 0.25cm
#place(right + bottom)[#block(fill: FeatureColor, width: 100% - imagshadowsize, height: 100%-imagshadowsize)] #place(right + bottom)[#block(fill: FeatureColor, width: 100% - imagshadowsize, height: 100%-imagshadowsize)]
#place(left + top)[ #place(left + top)[
#let data = read("Assets/profile.png", encoding: none) #let data = read("Assets/profile.png", encoding: none)
#image-grayscale(data, width: 100% - imagshadowsize, height: 100%-imagshadowsize) #image-grayscale(data, width: 100% - imagshadowsize, height: 100%-imagshadowsize)]
] ]*/
]
#section2[Contact] #section2[Contact]
@@ -201,6 +202,18 @@
[#progress(40)] [#progress(40)]
) )
#section2[Projects]
#stack(
spacing: 10pt,
[*Portfolio Engine — Go, SQLite*],
[
A self-built backend replacing spreadsheet-based portfolio tracking. Tracks trades, revenue by period/segment, and company data via a REST API. Roadmap includes EPS, FIFO realised gains, and dividend tax calculations.
],[
#link("https://git.samantha42.xyz/samantha/Portfolio-Engine")[Repo link]
]
)
#section2[Interests] #section2[Interests]
#stack( #stack(
spacing: 10pt, spacing: 10pt,