removal of iamge, and addition of project section
This commit is contained in:
23
Main.typ
23
Main.typ
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user