mirror of https://github.com/eyhc1/rendercv.git
update examples
This commit is contained in:
parent
6989a965c2
commit
37fb02157a
BIN
John_Doe_CV.pdf
BIN
John_Doe_CV.pdf
Binary file not shown.
|
@ -3,12 +3,13 @@ cv:
|
|||
label: Mechanical Engineer
|
||||
location: Geneva, Switzerland
|
||||
email: johndoe@example.com
|
||||
phone: "+33749882538"
|
||||
phone: "+sds33749882538sss"
|
||||
website: https://example.com
|
||||
social_networks:
|
||||
- network: GitHub
|
||||
username: johndoe
|
||||
summary: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque porta
|
||||
summary:
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque porta
|
||||
vitae dolor vel placerat. Class aptent taciti sociosqu ad litora torquent per conubia
|
||||
nostra, per inceptos himenaeos. Phasellus ullamcorper, neque id varius dignissim,
|
||||
tellus sem maximus risus, at lobortis nisl sem id ligula.
|
||||
|
@ -55,11 +56,12 @@ cv:
|
|||
start_date: "2023-02-01"
|
||||
end_date: present
|
||||
highlights:
|
||||
- CERN is a research organization that operates the world's largest and most powerful particle accelerator.
|
||||
- CERN is a research organization that operates the world's largest and most
|
||||
powerful particle accelerator.
|
||||
- Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor
|
||||
incididunt ut labore et dolore magna aliqua.
|
||||
- Id leo in vitae turpis massa sed, posuere aliquam ultrices sagittis orci a scelerisque,
|
||||
lorem ipsum dolor sit amet.
|
||||
- Id leo in vitae turpis massa sed, posuere aliquam ultrices sagittis orci a
|
||||
scelerisque, lorem ipsum dolor sit amet.
|
||||
- company: AmIACompany
|
||||
position: Summer Intern
|
||||
location: Istanbul, Turkey
|
||||
|
@ -67,8 +69,9 @@ cv:
|
|||
start_date: "2022-06-15"
|
||||
end_date: "2022-08-01"
|
||||
highlights:
|
||||
- AmIACompany is a technology company that provides web-based engineering applications
|
||||
that enable the simulation and optimization of products and manufacturing tools.
|
||||
- AmIACompany is a technology company that provides web-based engineering
|
||||
applications that enable the simulation and optimization of products and
|
||||
manufacturing tools.
|
||||
- Modeled and simulated a metal-forming process deep drawing using finite element
|
||||
analysis with open-source software called CalculiX.
|
||||
academic_projects:
|
||||
|
@ -117,7 +120,8 @@ cv:
|
|||
27/30"
|
||||
url: https://example.com
|
||||
- name: GRE
|
||||
details: "Verbal Reasoning: 160/170, Quantitative Reasoning: 170/170, Analytical Writing: 5.5/6"
|
||||
details: "Verbal Reasoning: 160/170, Quantitative Reasoning: 170/170, Analytical
|
||||
Writing: 5.5/6"
|
||||
url: https://example.com
|
||||
personal_projects:
|
||||
- name: Ray Tracing in C++
|
||||
|
@ -132,8 +136,7 @@ cv:
|
|||
location: Chamonix, France
|
||||
date: Summer 2017 and 2018
|
||||
highlights:
|
||||
- Taught skiing during winters as a certified
|
||||
skiing instructor.
|
||||
- Taught skiing during winters as a certified skiing instructor.
|
||||
custom_sections:
|
||||
- title: My Custom Section
|
||||
entry_type: OneLineEntry
|
||||
|
@ -149,8 +152,8 @@ cv:
|
|||
area: Hop!
|
||||
study_type: HA
|
||||
highlights:
|
||||
- "There are only five types of entries: EducationEntry, ExperienceEntry,
|
||||
NormalEntry, OneLineEntry, and PublicationEntry."
|
||||
- "There are only five types of entries: *EducationEntry*, *ExperienceEntry*,
|
||||
*NormalEntry*, *OneLineEntry*, and *PublicationEntry*."
|
||||
- This is an EducationEntry!
|
||||
start_date: "2022-06-15"
|
||||
end_date: "2022-08-01"
|
||||
|
@ -162,16 +165,15 @@ cv:
|
|||
date: My Date
|
||||
location: My Location
|
||||
highlights:
|
||||
- I think this is really working. This is an ExperienceEntry!
|
||||
- I think this is really working. This is an *ExperienceEntry*!
|
||||
|
||||
- title: My Final Custom Section
|
||||
entry_type: NormalEntry
|
||||
entries:
|
||||
- name: This is a normal entry!
|
||||
highlights:
|
||||
- I don't have to specify a *date* or **location** every time.
|
||||
- I can use *Markdown* in the **highlights** section!
|
||||
|
||||
- You don't have to specify a *date* or **location** every time.
|
||||
- You can use *Markdown* in the **highlights**!
|
||||
|
||||
design:
|
||||
theme: classic
|
||||
|
|
Loading…
Reference in New Issue