-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample.typ
51 lines (33 loc) · 1.09 KB
/
example.typ
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
#import "tiacv.typ": *
#show: tiacv
#page_header("Test User", "Doing my job", "Living somewhere", quote: "Been there, done that", information: (
link("tel:+4912345678443")[#fa("phone") (+49) 123 456 78 443],
link("mailto:[email protected]")[#fa("envelope") my\@email.something],
link("https://github.com/tiavision")[#fa-brands([github]) tiavision]),
)
= Summary
asdf
#lorem(30)
#lorem(30)
// === Skills
#skills(("Typst","C#","GitHub"))
= Work Experience
#cventry(location: [My Home], timespan: [April 2022 -- September 2022])[== Some Company Inc][Job title][
This is what I did:
- Something
- Something else
#skills(("Typst","C#","GitHub"))
]
#cventry(location: [My Home], timespan: [April 2022 -- September 2022])[== Just Another Company][Typst Writer][
This is what I did:
- Drink Coffee
- Do some actual work
#skills(("Typst","C#","GitHub"))
]
= Education
#cventry(location: [My Home], timespan: [April 2022 -- September 2022])[== Some University][Master of Typing][
This is what I did:
- Something
- Something else
#skills(("Typst","C#","GitHub"))
]