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)
|
#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,
|
||||||
|
|||||||
Reference in New Issue
Block a user