forked from salomonelli/best-resume-ever
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.yml
executable file
·92 lines (80 loc) · 2.34 KB
/
data.yml
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
/* #*/ export const PERSON = `
name:
first: John
middle:
last: Doe
about: Hi, my name is John Doe. I"m just about the most boring type of person you could
possibly imagine. I like collecting leaves from the tree in my back yard and documenting
each time I eat a peanut that is non-uniform. I am not a robot. Please hire me.
position: Software Developer
birth:
year: 1990
location: New York
experience:
- company: Company A
position: Developer
timeperiod: since January 2016
description: Programming and watching cute cat videos.
website: https://example.com
- company: Company B
position: Frontend Developer
timeperiod: January 2015 - December 2015
description: Fulfillment of extremely important tasks.
- company: Company C
position: Trainee
timeperiod: March 2014 - December 2014
description: Making coffee and baking cookies.
education:
- degree: Master of Arts
timeperiod: March 2012 - December 2013
description: Major in Hacking and Computer Penetration, University A, New York, USA.
website: https://example.com
- degree: Bachelor of Science
timeperiod: March 2009 - December 2011
description: Major in Engineering, University B, Los Angeles, USA.
# skill level goes 0 to 100
skills:
- name: HTML5
level: 99
- name: CSS3
level: 95
- name: JavaScript
level: 97
- name: Node.js
level: 93
- name: Angular 2
level: 60
- name: TypeScript
level: 80
- name: ES.Next
level: 70
- name: Docker
level: 99
knowledge: Also proficient in Adobe Photoshop and Illustrator, grew up bilingual
(English and Klingon).
projects:
- name: best-resume-ever
platform: Vue
description: 👔 💼 Build fast 🚀 and easy multiple beautiful resumes and create your best CV ever! Made with Vue and LESS.
url: https://github.com/salomonelli/best-resume-ever
hobbies:
- name: Video Games
iconClass: fa fa-gamepad
url: https://example.com
- name: Drawing
iconClass: fa fa-pencil
url: https://example.com
contributions:
- name: best-resume-ever
description: 👔 💼 Build fast 🚀 and easy multiple beautiful resumes.
url: https://github.com/salomonelli/best-resume-ever
contact:
email: [email protected]
phone: 0123 456789
street: 1234 Broadway
city: New York
website: johndoe.com
github: johnyD
# en, de, fr, pt, ca, cn, it, es, th, pt-br, ru, sv, id, hu, pl, ja, ka, nl, he, zh-tw, lt, ko, el
lang: en
`