feat: modularize
Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
This commit is contained in:
parent
d4abc67c13
commit
aa55140471
2 changed files with 26 additions and 8 deletions
14
data.yaml
Normal file
14
data.yaml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
|
||||
author: Ameya Shenoy
|
||||
email: shenoy.ameya@gmail.com
|
||||
international_calling_code: "+91"
|
||||
phone_number: "8655408932"
|
||||
website: codingcoffee.dev
|
||||
github: codingcoffee
|
||||
linkedin: codingcoffee
|
||||
twitter_x: codingcoffeeX
|
||||
|
||||
|
||||
summary: Engineering lead with 8+ years of expertise in designing scalable system architecture, leading high performing teams, and delivering AI driven solutions while also maintaining the role of an individual contributor on complex projects
|
||||
|
||||
|
||||
20
resume.typ
20
resume.typ
|
|
@ -1,4 +1,8 @@
|
|||
#set document(author: "Ameya Shenoy", title: "Resume")
|
||||
|
||||
#let data = yaml("data.yaml")
|
||||
|
||||
|
||||
#set document(author: data.author, title: "Resume")
|
||||
#set page(margin: (x: 0.4in, y: 0.4in))
|
||||
#set text(font: "New Computer Modern", size: 10pt)
|
||||
#set par(justify: true, leading: 0.45em)
|
||||
|
|
@ -21,19 +25,19 @@
|
|||
columns: (1fr, 1fr, 1fr),
|
||||
align: (left, center, right),
|
||||
[
|
||||
#link("tel:+918655408932")[#text(fill: section-color)[(+91) 8655408932]] \
|
||||
#link("tel: " + data.international_calling_code + data.phone_number)[#text(fill: section-color)[(#data.international_calling_code) #data.phone_number]] \
|
||||
Mumbai, India \
|
||||
#link("mailto:shenoy.ameya@gmail.com")[#text(fill: section-color)[shenoy.ameya\@gmail.com]]
|
||||
#link("mailto:" + data.email)[#text(fill: section-color)[#data.email]]
|
||||
],
|
||||
[
|
||||
#text(size: 24pt, weight: "bold")[Ameya Shenoy] \
|
||||
#text(size: 24pt, weight: "bold")[#data.author] \
|
||||
#v(-0.5em)
|
||||
#text(size: 14pt, fill: section-color)[Engineering Lead]
|
||||
],
|
||||
[
|
||||
#link("https://github.com/codingcoffee")[#text(fill: section-color)[github.com/codingcoffee]] \
|
||||
#link("https://www.linkedin.com/in/codingcoffee")[#text(fill: section-color)[www.linkedin.com/in/codingcoffee]] \
|
||||
#link("https://codingcoffee.dev")[#text(fill: section-color)[codingcoffee.dev]]
|
||||
#link("https://github.com/" + data.github)[#text(fill: section-color)[github.com/#data.github]] \
|
||||
#link("https://www.linkedin.com/in/" + data.linkedin)[#text(fill: section-color)[www.linkedin.com/in/#data.linkedin]] \
|
||||
#link("https://" + data.website)[#text(fill: section-color)[#data.website]]
|
||||
]
|
||||
)
|
||||
|
||||
|
|
@ -42,7 +46,7 @@
|
|||
|
||||
|
||||
// Summary
|
||||
Engineering lead with 8+ years of expertise in designing scalable system architecture, leading high performing teams, and delivering AI driven solutions while also maintaining the role of an individual contributor on complex projects
|
||||
#data.summary
|
||||
|
||||
#v(inter-section-spacing)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue