-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathexample.typ
121 lines (96 loc) · 2.11 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
#import "moderncv.typ": *
#show: project.with(
title: "Master Frobnicator",
author: "John Doe",
github: "johndoe1337",
phone: "+01 234 56 7890",
email: "[email protected]"
)
= Education
#cventry(
start: (month: "October", year: 2100),
end: (month: "October", year: 2101),
role: [Frobnication Engineering],
place: "University of Central Mars City, M.Sc."
)[
#v(1em)
_with a grade of 110/110 with honors_
]
#cventry(
start: (month: "October", year: 2099),
end: (month: "October", year: 2100),
role: [Frobnication Science and Engineering],
place: "University of Central Mars City, B.Sc."
)[
#v(1em)
_with a grade of 110/110 with honors_
]
= Work Experience
#cventry(
start: (month: "December", year: 2101),
end: (month: "", year: "Present"),
role: [Junior Frobnication Engineer],
place: "WeDontWork Inc.",
lorem(40)
)
= Side Projects
#cventry(
start: (month: "December", year: 2099),
end: (month: "", year: "Present"),
role: [Quux Master],
place: "MasterQuuxers.mars",
lorem(40)
)
#cventry(
start: (month: "March", year: 2098),
end: (month: "August", year: 2099),
role: [Full-bar frobnicator],
place: "M.O.O.N. Inc",
lorem(40)
)
= Languages
#cvlanguage(
language: [Martian],
description: [Mother tongue]
)
#cvlanguage(
language: [Klingon],
description: [C64 level],
certificate: [Earth Klingon Certificate -- Certificate in Advanced Klingon (CAK64)]
)
#pagebreak()
= Technical Skills
#cvcol[
==== Programming Languages
#grid(
columns: (1fr, 1fr, 1fr),
row-gutter: 0.5em,
[- Java],
[- C],
[- C++],
[- Python],
[- Martian],
[- English],
[- ChatGPT],
[- Ancient Greek],
[- Legalese]
)
]
#cvcol[
==== Environments
- Earth (development and server management)
- Wind (development)
- Fire (development)
]
#cvcol[
==== Misc
Various university-related and personal projects, some available on my GitHub profile.
]
= Other
#cvcol[
- Best Pizza Cook Central Mars City 2091 Championship Winner
- Coffee Conossieur
- If You Are Reading This You Are Awesome
]
#v(1fr)
#align(center)[_(Last updated: February 2102)_]