forked from chomosuke/typst-preview.nvim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.typ
63 lines (47 loc) · 2.1 KB
/
test.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
#show heading: set text(font: "Linux Biolinum", size: 20pt)
#show link: underline
#set page(
margin: (x: 0.9cm, y: 1.3cm),
)
#set par(justify: true)
#let chiline() = {v(-3pt); line(length: 100%); v(-5pt)}
#show text: set text(size: 18pt)
= Someone's CV
someone\@some-university.edu
== Education
#chiline()
*Institute of Learning* #h(1fr) 2333/23 -- 2333/23 \
Bachelor in Computer Science #h(1fr) Distinction \
- Graduated with honors, consistently a part of the dean's list.
*School of Secondary Education* #h(1fr) 2333/23 -- 2333/23 \
High School Diploma #h(1fr) Outstanding performance \
- Awarded scholarships due to exemplary academic record.
== Work Experience
#chiline()
*Yet another amazing Company* #h(1fr) 2333/23 -- 2333/23 \
Software Engineer #h(1fr) Recognized for efficient coding \
- Worked on optimization of code to increase website performance.
- Improved website load speed by 30%.
- Spearheaded migration of database from MySQL to PostgreSQL.
*Amazing Company* #h(1fr) 2333/23 -- 2333/23 \
Software Engineer #h(1fr) Recognized for efficient coding \
- Worked on optimization of code to increase website performance.
- Improved website load speed by 30%.
- Spearheaded migration of database from MySQL to PostgreSQL.
*Technology Co.* #h(1fr) 2333/23 -- 2333/23 \
Junior Developer #h(1fr) Team player and diligent worker \
- Assisted in development of company's primary software product.
- Conducted thorough debugging to uphold product quality.
- Facilitated weekly meetings to improve team collaboration.
== Projects
#chiline()
*Project X1* #h(1fr) 2333/23 -- 2333/23 \
Lead Developer #h(1fr) Strategic planner \
- Successfully launched a mobile application with over 10,000 downloads.
- Designed scalable architecture to support growing user base.
- Ensured proper testing and debugging for smooth user experience.
*Project Y1* #h(1fr) 2333/23 -- 2333/23 \
Web Designer #h(1fr) Excellence in front-end design \
- Created an award-winning website for a non-profit organization.
- Developed responsive user interface for improved usability.
- Implemented engaging visual elements and optimized multimedia content.