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

View File

@@ -13,8 +13,10 @@
#set text(font: font)
#show link: set text(blue)
#let section2(body) = {
v(15pt)
v(30pt)
grid(
columns: (1fr, auto, 1fr),
column-gutter: 5pt,
@@ -162,14 +164,13 @@
[#align(end)[English]]
)
#block(height: 9cm, width: 100%)[
/*#block(height: 9cm, width: 100%)[
#let imagshadowsize = 0.25cm
#place(right + bottom)[#block(fill: FeatureColor, width: 100% - imagshadowsize, height: 100%-imagshadowsize)]
#place(left + top)[
#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]
@@ -201,6 +202,18 @@
[#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]
#stack(
spacing: 10pt,