chore: projects
Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
This commit is contained in:
parent
78550e3ff5
commit
57578b3cb4
1 changed files with 9 additions and 7 deletions
16
resume.typ
16
resume.typ
|
|
@ -97,14 +97,16 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// Accomplishments Section
|
// Projects Section
|
||||||
#text(size: 12pt, weight: "bold", fill: section-color)[#smallcaps[Projects]]
|
#if "projects" in data and data.projects.len() > 0 [
|
||||||
#v(jobtitle-company-spacing)
|
#text(size: 12pt, weight: "bold", fill: section-color)[#smallcaps[Projects]]
|
||||||
#line(length: 100%, stroke: line-stroke-width + section-color)
|
#v(jobtitle-company-spacing)
|
||||||
#v(jobtitle-company-spacing)
|
#line(length: 100%, stroke: line-stroke-width + section-color)
|
||||||
|
#v(jobtitle-company-spacing)
|
||||||
|
|
||||||
#for project in data.projects [
|
#for project in data.projects [
|
||||||
_#link("https://" + project.website)[#text(fill: section-color)[#project.title]]_ - #project.description\
|
_#link("https://" + project.website)[#text(fill: section-color)[#project.title]]_ - #project.description\
|
||||||
|
]
|
||||||
]
|
]
|
||||||
|
|
||||||
#v(inter-section-spacing)
|
#v(inter-section-spacing)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue