You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
443 B
22 lines
443 B
1 year ago
|
#import "xenua_cv.typ": xenua_cv, xenua_style
|
||
|
#import "cv.typ": work_item, lenk
|
||
|
#import "self.typ"
|
||
|
|
||
|
#xenua_cv(
|
||
|
self,
|
||
|
[
|
||
|
== left content
|
||
|
foo bar meow
|
||
|
],
|
||
|
[
|
||
|
== right content
|
||
|
hellfire r9x missile doesn't know where it is, someone sabotaged it
|
||
|
|
||
|
#work_item(style: xenua_style,
|
||
|
title: "Software Engineer",
|
||
|
time: "2020 - 2021",
|
||
|
location: "Remote",
|
||
|
ref: lenk("https://rami.io")[rami.io],
|
||
|
)
|
||
|
],
|
||
|
)
|