chore: line
Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
This commit is contained in:
parent
7b5369a546
commit
4a097e13f9
1 changed files with 5 additions and 4 deletions
|
|
@ -9,6 +9,7 @@
|
||||||
#let jobtitle-company-spacing = -0.8em
|
#let jobtitle-company-spacing = -0.8em
|
||||||
#let company-lineitems-spacing = -0.5em
|
#let company-lineitems-spacing = -0.5em
|
||||||
#let inter-job-spacing = -0.2em
|
#let inter-job-spacing = -0.2em
|
||||||
|
#let line-stroke-width = 0.1pt
|
||||||
|
|
||||||
#let inter-section-spacing = 0.5em
|
#let inter-section-spacing = 0.5em
|
||||||
#let section-color = rgb(59, 89, 152) // Blue color for sections
|
#let section-color = rgb(59, 89, 152) // Blue color for sections
|
||||||
|
|
@ -50,7 +51,7 @@ Engineering lead with 8+ years of expertise in designing scalable system archite
|
||||||
// Work Experience Section
|
// Work Experience Section
|
||||||
#text(size: 12pt, weight: "bold", fill: section-color)[Work Experience]
|
#text(size: 12pt, weight: "bold", fill: section-color)[Work Experience]
|
||||||
#v(jobtitle-company-spacing)
|
#v(jobtitle-company-spacing)
|
||||||
#line(length: 100%, stroke: 0.5pt)
|
#line(length: 100%, stroke: line-stroke-width + section-color)
|
||||||
#v(jobtitle-company-spacing)
|
#v(jobtitle-company-spacing)
|
||||||
|
|
||||||
*1st Engineer / Engineering Lead* #h(1fr) *May 2022 - Present*\
|
*1st Engineer / Engineering Lead* #h(1fr) *May 2022 - Present*\
|
||||||
|
|
@ -103,7 +104,7 @@ _#link("https://frappe.io/erpnext")[#text(fill: section-color)[Frappe Technologi
|
||||||
// Skills Section
|
// Skills Section
|
||||||
#text(size: 12pt, weight: "bold", fill: section-color)[Skills]
|
#text(size: 12pt, weight: "bold", fill: section-color)[Skills]
|
||||||
#v(jobtitle-company-spacing)
|
#v(jobtitle-company-spacing)
|
||||||
#line(length: 100%, stroke: 0.5pt)
|
#line(length: 100%, stroke: line-stroke-width + section-color)
|
||||||
#v(jobtitle-company-spacing)
|
#v(jobtitle-company-spacing)
|
||||||
|
|
||||||
#grid(
|
#grid(
|
||||||
|
|
@ -126,7 +127,7 @@ _#link("https://frappe.io/erpnext")[#text(fill: section-color)[Frappe Technologi
|
||||||
// Accomplishments Section
|
// Accomplishments Section
|
||||||
#text(size: 12pt, weight: "bold", fill: section-color)[Projects]
|
#text(size: 12pt, weight: "bold", fill: section-color)[Projects]
|
||||||
#v(jobtitle-company-spacing)
|
#v(jobtitle-company-spacing)
|
||||||
#line(length: 100%, stroke: 0.5pt)
|
#line(length: 100%, stroke: line-stroke-width + section-color)
|
||||||
#v(jobtitle-company-spacing)
|
#v(jobtitle-company-spacing)
|
||||||
|
|
||||||
_#link("https://semaphore.chat/")[#text(fill: section-color)[Semaphore]]_ - a multi LLM chat application with authentication, web search, resumable streams via a sync engine over websockets, and mobile-friendly interface using Next.js, Postgres
|
_#link("https://semaphore.chat/")[#text(fill: section-color)[Semaphore]]_ - a multi LLM chat application with authentication, web search, resumable streams via a sync engine over websockets, and mobile-friendly interface using Next.js, Postgres
|
||||||
|
|
@ -149,7 +150,7 @@ _#link("https://semaphore.chat/")[#text(fill: section-color)[Semaphore]]_ - a mu
|
||||||
// Education Section
|
// Education Section
|
||||||
#text(size: 12pt, weight: "bold", fill: section-color)[Education]
|
#text(size: 12pt, weight: "bold", fill: section-color)[Education]
|
||||||
#v(jobtitle-company-spacing)
|
#v(jobtitle-company-spacing)
|
||||||
#line(length: 100%, stroke: 0.5pt)
|
#line(length: 100%, stroke: line-stroke-width + section-color)
|
||||||
#v(jobtitle-company-spacing)
|
#v(jobtitle-company-spacing)
|
||||||
|
|
||||||
*#link("https://www.sfit.ac.in/")[#text(fill: section-color)[St. Francis Institute of Technology]], #link("https://mu.ac.in/")[#text(fill: section-color)[Mumbai University]]* #h(1fr) *June 2013 - November 2017*\
|
*#link("https://www.sfit.ac.in/")[#text(fill: section-color)[St. Francis Institute of Technology]], #link("https://mu.ac.in/")[#text(fill: section-color)[Mumbai University]]* #h(1fr) *June 2013 - November 2017*\
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue