Skip to content

Instantly share code, notes, and snippets.

@crmsnbleyd
Created January 18, 2024 16:38
Show Gist options
  • Save crmsnbleyd/df6f6c651dfa0441d7c72a46aaae15a3 to your computer and use it in GitHub Desktop.
Save crmsnbleyd/df6f6c651dfa0441d7c72a46aaae15a3 to your computer and use it in GitHub Desktop.
Typst resume template
#show heading: set text(font: "Fira Sans")
#show link: item => box[
#set text(blue)
#underline(item)
]
#set page(
margin: (x: 0.9cm, y: 1.3cm),
)
#set par(justify: true)
#let title(body) = {underline([*#body*])}
#let skill(head, description) = {
grid(
columns: (1fr, 3fr),
title[#head],
description
)}
#let section_title(body) ={
grid(columns: (auto, auto))[== #body][
#line(start: (1%, 0.8em), length: 100%,stroke: fuchsia,)]
}
#let divi ={
h(0.8em);"|";h(1em)
}
#let dated_experience(name, start_date, end_date) ={
[#title[#name] #h(1fr) #start_date -- #end_date\ ]
}
// content starts here
= Your Name Here
#link("mailto:mail@example.com")[mail\@example.com] |
#link("https://github.com/crmsnbleyd")[github.com/crmsnbleyd] |
#link("https://linkedin.com/in/your-name")[linkedin.com/in/your-name] | #link("https://drewsh.com")[drewsh.com]
#lorem(30)
#section_title[Education]
#dated_experience[Name of University][start][end]
#lorem(6) GPA #h(1fr) Location\
- #lorem(10)
#section_title[Work Experience]
#dated_experience[Name of Workplace][start][end]
Position #h(1fr) Location \
- #lorem(30)
- #lorem(30)
- #lorem(30)
#section_title[Skills]
#skill[Programming Languages][*Experienced:*#h(1em)
Python #divi Common Lisp #divi Shell (including awk, sed) \
*Familiar:* #h(2.6em)
Typescript #divi Go #divi Rust #divi Java
]
#skill[Software Development][
Docker
#divi Kubernetes+Helm
#divi Jenkins
#divi Github Actions
#divi Drone CI
]
#skill[Languages][
*Native:*#h(1.9em)
English #divi Hindi
#h(1em)
*Beginner:*#h(0.8em)
Malayalam #divi German
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment