diff --git a/data.yaml b/data.yaml new file mode 100644 index 0000000..201e3be --- /dev/null +++ b/data.yaml @@ -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 + + diff --git a/resume.typ b/resume.typ index c023535..8996d70 100644 --- a/resume.typ +++ b/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)