https://github.com/cadojo/vita
Professional resume templates using Typst!
https://github.com/cadojo/vita
Last synced: 3 months ago
JSON representation
Professional resume templates using Typst!
- Host: GitHub
- URL: https://github.com/cadojo/vita
- Owner: cadojo
- License: mit
- Created: 2023-07-04T15:49:31.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-03T17:41:28.000Z (over 1 year ago)
- Last Synced: 2025-01-16T20:23:07.155Z (4 months ago)
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📝 `vita`
_Professional résumé templates with Typst!_
## Usage
Template
```typst
#import "@preview/vita:0.1.0": *//
// Assuming an icons directory exists, filled with SVG files,
// you can use the `decorated` function like so!
//
// email: decorated("icons/mail.svg", link("mailto:[email protected]", `[email protected]`)),
////
// Style
//#show: modern.with(
name: "Elle Woods",
title: "Technical Résumé",
email: decorated("icons/mail.svg", link("mailto:[email protected]", `[email protected]`)),
phone: decorated("icons/phone.svg", link("tel:+1234567898", `+1 (123) 456-7898`)),
theme: rgb(200, 150, 180),
body: stack(spacing: 3em, experiences(), degrees(), skills()),
side: stack(spacing: 3em, projects(header: "Court Cases"), socials(header: "Personal Media"),
),
)//
// Content
//#experience(
"Supreme Court",
role: ("Associate Justice"),
start: "October 2023",
stop: "Present"
)[
- Wrote $3$ opinions, co-signed 7 other opinions without ethics violations or appearances of impropriety
- First to expand court wardrobe to pink & lavender robes
]#experience(
"Federal Court",
role: ("Federal Judge"),
start: "September 2022",
stop: "October 2023"
)[
- Ruled on $159$ cases; was objectivelly just and fair every time
- Wrote $98273$ pages of opinions; no spelling mistakes
]#experience(
"Woods Legal",
role: ("Partner & Founder"),
start: "August 2020",
stop: "September 2022"
)[
- Undefeated court record with cases spanning real estate law, common law, criminal law, and more
- Founded firm; $5$ stars on Yelp, no poor reviews
]#experience(
"Calahan Legal",
role: "Intern",
start: "May 2019",
stop: "May 2020",
)[
- Successfully defended Sister wrongfully acused of murder; did so prior to earning degree
- Exposed boss for the creep he was; ruined future chance at political office
]#degree(
"J.D.", "Law",
school: "Harvard",
stop: "May 2020",
)[
- Valedictorian of spring class of 2020
]#degree(
"B.S.", "Fashion Merchandising",
school: "UCLA",
stop: "May 2017",
)[
- Funneled beer; earned 4.0 GPA
- Sorority President
]#skill("Writing")[
- Can write briefs with eyes closed
]#skill("Fashion")[
- Good at fashion idk
]#project(
`Case 1`,
description: "Solved this case."
)#social(
link("https://github.com/fake/ellewoods", `@elle`),
icon: "icons/github.svg",
)#social(
link("https://www.linkedin.com/in/fake/ellewoods/", `in/ellewoods`),
icon: "icons/linkedin.svg",
)#social(
link("https://elle.woods.fashionlaw", `elle.woods.fashionlaw`),
icon: "icons/home.svg",
)
```## Licenses
All content in this repository is covered by the top-level [MIT License](/LICENSE), except for icons, which are not original content and are licensed by [ICONAIR](/icons/ICONOIR).