-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathexample.typ
94 lines (65 loc) · 1.74 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
#import "alta-typst.typ": alta, term, skill, styled-link
#alta(
name: "John Smith",
links: (
(name: "email", link: "mailto:[email protected]"),
(name: "website", link: "https://example.com/", display: "example.com"),
(name: "github", link: "https://github.com/example", display: "@example"),
(name: "linkedin", link: "https://linkedin.com/in/example", display: "John Smith"),
),
tagline: [Software Engineer. #lorem(10)],
[
== Experience
=== Junior Software Engineer \
_Company Two_\
#term[Jul 2021 --- Jul 2022][London, UK]
- #lorem(15)
- #lorem(10)
- #lorem(24)
=== Junior Systems Administrator \
_Company 1_\
#term[Oct 2019 --- Jul 2021][Bournemouth, UK]
- #lorem(20)
- #lorem(10)
References available on request
== Education
=== Higher \
_University Name_\
#term[Sep 2019 --- Jul 2023][Location, UK]
B.Sc. Computer Science with Year in Industry. #lorem(10)
=== A-Levels \
_Place Grammar School_\
#term[Sep 2017 --- Aug 2019][Place, UK]
#lorem(10)
== Interests
- Walks on the beach
- #lorem(8)
- #lorem(6)
- #lorem(4)
- #lorem(12)
#colbreak()
== Projects
==== #link("https://example.com")[Some project]
#lorem(30)
#styled-link("https://example.com")[Example page]
==== Project with a longer name
#lorem(20)
==== Employee Appraisal System
- #lorem(15)
- #lorem(10)
- #lorem(20)
==== Hackathons
/ Hack1: #lorem(20)
/ TwoHackTwo: #lorem(15)
==== Project 4
- #lorem(30)
- #lorem(10)
==== Project Five
- #lorem(23)
== Skills
#skill("Go", 5)
#skill("TypeScript", 3)
#skill("Git", 1)
#skill("Typst", 1)
],
)