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.
51 lines
1.3 KiB
51 lines
1.3 KiB
#import "@preview/fontawesome:0.1.0": * |
|
|
|
#import "../cv.typ": base_layout, work_item, lenk, default_style |
|
#import "self.typ" |
|
|
|
#base_layout( |
|
style: default_style, |
|
[ |
|
= #self.name |
|
|
|
#text(fill: default_style.colors.base)[#fa-envelope()] #self.email |
|
|
|
#line(length: 100%, stroke: 4pt + default_style.colors.light) |
|
], |
|
[ |
|
== Left column |
|
|
|
foo bar lorem ipsum etc |
|
|
|
you could have any kind of text here |
|
|
|
this layout isn't very good without some page adjustments. if you want ideas, check out xenua_cv.typ |
|
|
|
the main changes there are smaller page margins, a different font, |
|
a few show rules to make a more interesting theming, and |
|
a better header layout. |
|
|
|
you can create your own template, or just do everything in one file, who am i to judge |
|
], |
|
[ |
|
== Aaaaand, right column |
|
|
|
woah |
|
such text, much wow |
|
|
|
== another heading |
|
|
|
maybe even use a library function, like this? |
|
|
|
#work_item( |
|
title: "Expert Shitposter", |
|
time: "ever since the dawn of time", |
|
location: "in this and other universes", |
|
ref: lenk("https://www.youtube.com/watch?v=dQw4w9WgXcQ")[space.time/shitposter] |
|
) |
|
|
|
i worked at the space time foundation as |
|
an expert shitposter, bla bla, |
|
capitalist pleasing writing here |
|
] |
|
)
|
|
|