mirror of https://github.com/eyhc1/rendercv.git
update examples
This commit is contained in:
parent
9570cf3677
commit
7ce3e70b8a
BIN
John_Doe_CV.pdf
BIN
John_Doe_CV.pdf
Binary file not shown.
|
@ -28,7 +28,7 @@ cv:
|
|||
- My Third Custom Section
|
||||
- My Final Custom Section
|
||||
education:
|
||||
- institution: Boğaziçi University
|
||||
- institution: My University
|
||||
url: https://boun.edu.tr
|
||||
area: Mechanical Engineering
|
||||
study_type: BS
|
||||
|
@ -36,9 +36,9 @@ cv:
|
|||
start_date: "2017-09-01"
|
||||
end_date: "2023-01-01"
|
||||
transcript_url: https://example.com
|
||||
gpa: 3.10/4.00
|
||||
gpa: 3.99/4.00
|
||||
highlights:
|
||||
- "Class rank: 10 of 62"
|
||||
- "Class rank: 1 of 62"
|
||||
- institution: The University of Texas at Austin
|
||||
url: https://utexas.edu
|
||||
area: Mechanical Engineering, Student Exchange Program
|
||||
|
@ -47,7 +47,6 @@ cv:
|
|||
end_date: "2022-01-15"
|
||||
transcript_url: https://example.com
|
||||
gpa: 4.00/4.00
|
||||
highlights: []
|
||||
work_experience:
|
||||
- company: CERN
|
||||
position: Mechanical Engineer
|
||||
|
@ -169,11 +168,14 @@ cv:
|
|||
|
||||
- title: My Final Custom Section
|
||||
entry_type: NormalEntry
|
||||
link_text: My Link Text
|
||||
entries:
|
||||
- name: This is a normal entry!
|
||||
url: https://example.com
|
||||
highlights:
|
||||
- You don't have to specify a *date* or **location** every time.
|
||||
- You can use *Markdown* in the **highlights**!
|
||||
- "Special characters test: üğç"
|
||||
|
||||
design:
|
||||
theme: classic
|
||||
|
|
Loading…
Reference in New Issue