fix: update transtech

This commit is contained in:
violette 2025-01-12 23:28:55 -05:00
parent 4485d5e88d
commit 6d4a818b49
6 changed files with 118 additions and 175 deletions

View file

@ -20,7 +20,7 @@
size: eval(settings.font.size.contacts),
font: settings.font.minor_highlight,
)
Email: #link("mailto:" + config.contacts.email)\
#if (not settings.public) {
@ -30,7 +30,7 @@
Git: #link(config.contacts.git) \
Website: #link(config.contacts.website) \
#if (not settings.public) {
personnal.contacts.address
}
@ -45,9 +45,9 @@
eval(settings.font.size.education_description),
font: settings.font.minor_highlight,
)
A *software engineer* with a confident grasp of *infrastructure*, *system design*, and *DevOps*, now seeking opportunities to excel in the realms of solution architecture.
A *software developer* with a confident grasp of *infrastructure*, *system design*, and *DevOps*, now seeking opportunities to excel in the realms of solution architecture.
Open to roles ranging from *software engineering* to *DevOps*.
Open to roles ranging from *software developer* to *DevOps*.
]
= Skills
@ -62,7 +62,7 @@
// size: eval(settings.font.size.tags),
font: settings.font.minor_highlight,
)
*#skill.name*
*#skill.name*
#linebreak()
#skill.items.join(" ")
]
@ -93,12 +93,12 @@
}
count = count + 1
}
},
},
if (lang.at("comment") != "None"){
par[#sym.arrow.r.curve #lang.comment]
}
)
]
]
}
@ -127,7 +127,7 @@
size: eval(settings.font.size.tags),
font: settings.font.general
)
#config.hobbies.other.join(" ")
]
@ -173,7 +173,7 @@
font: settings.font.minor_highlight,
)
#h(0.5cm)
#place.degree #place.major \
#place.degree - #place.major \
#if (place.at("track") != "None"){
h(0.5cm)
[#place.track]
@ -193,9 +193,9 @@
font: settings.font.general
)
#job.from #job.to \
*#job.position*
#link(job.company.link)[\@ #job.company.name]
#link(job.company.link)[\@ #job.company.name]
]
#par(
justify: false,
@ -278,58 +278,6 @@
]
]
}
= Notable Personnal Projects
#{
for project in config.projects.personnal [
#par(
justify: true,
leading: eval(settings.paragraph.leading)
)[
#par[
#set block(spacing: eval(settings.paragraph.spacing))
#set text(
size: eval(settings.font.size.heading),
font: settings.font.general
)
#project.year --
#if (project.at("from", default: "") != "" and project.at("to", default: "") != "") {
[ #project.from #project.to]
}
#link(project.main.link)[#project.main.name]
]
#par[
#set block(spacing: eval(settings.paragraph.spacing))
#set text(
size: eval(settings.font.size.description),
font: settings.font.general
)
#{
for point in project.description [
#h(0.5cm) #point \
]
}
]
#par(
justify: true,
leading: eval(settings.paragraph.leading),
)[
#set block(spacing: eval(settings.paragraph.spacing))
#set text(
size: eval(settings.font.size.tags),
font: settings.font.minor_highlight
)
#{
let tag_line = project.tags.join(" ")
tag_line
}
]
]
]
}
]}