forked from jsonresume/resume-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathschema.html
196 lines (187 loc) · 6.14 KB
/
schema.html
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
---
layout: default
title: Schema
---
<header id="header">
<div class="container">
<div class="row">
<div class="col-sm-12">
<h1>Schema</h1>
</div>
</div>
</div>
</header>
<div id="schema" class="container">
<div class="row">
<div class="col-sm-3">
<h4>What is it?</h4>
<p>JSON Resume is a community driven open source initiative to create JSON-based standard for resumes.</p>
<h4>Why JSON?</h4>
<p>We believe that the strengths of the JSON format makes it a good fit for resumes. It's lightweight, easy to use and it's perfect to build tools for!</p>
<p>We also feel that the <a href="http://json-schema.org">JSON Schema</a> is mature enough for writing usable semantics.</p>
<h4>Open Source</h4>
<p>The schema is <a href="https://github.com/jsonresume/resume-schema">open source</a> and community-driven. We release everything we do under the MIT license.</p>
</div>
<div class="col-sm-9 col-md-5">
<div class="header">
<div class="pull-right version">version 0.0.0</div>
resume.json
</div>
<pre class="top">
{
</pre>
<pre>
"basics": {
"name": <span>"John Doe",</span>
"label": <span>"Programmer",</span>
"picture": <span>"",</span>
"email": <span>"[email protected]",</span>
"phone": <span>"(912) 555-4321",</span>
"website": <span>"http://johndoe.com",</span>
"summary": <span>"A summary of John Doe...",</span>
"location": {
"address": <span>"2712 Broadway St",</span>
"postalCode": <span>"CA 94115",</span>
"city": <span>"San Francisco",</span>
"countryCode": <span>"US",</span>
"region": <span>"California"</span>
},
"profiles": [{
"network": <span>"Twitter",</span>
"username": <span>"john",</span>
"url": <span>"http://twitter.com/john"</span>
}]
},
"work": [{
"company": <span>"Company",</span>
"position": <span>"President",</span>
"website": <span>"http://company.com",</span>
"startDate": <span>"2013-01-01",</span>
"endDate": <span>"2014-01-01",</span>
"summary": <span>"Description...",</span>
"highlights": [
<span>"Started the company"</span>
]
}],
"volunteer": [{
"organization": <span>"Organization",</span>
"position": <span>"Volunteer",</span>
"website": <span>"http://organization.com/",</span>
"startDate": <span>"2012-01-01",</span>
"endDate": <span>"2013-01-01",</span>
"summary": <span>"Description...",</span>
"highlights": [
<span>"Awarded 'Volunteer of the Month'"</span>
]
}],
"education": [{
"institution": <span>"University",</span>
"area": <span>"Software Development",</span>
"studyType": <span>"Bachelor",</span>
"startDate": <span>"2011-01-01",</span>
"endDate": <span>"2013-01-01",</span>
"gpa": <span>"4.0",</span>
"courses": [
<span>"DB1101 - Basic SQL"</span>
]
}],
"awards": [{
"title": <span>"Award",</span>
"date": <span>"2014-11-01",</span>
"awarder": <span>"Company",</span>
"summary": <span>"There is no spoon."</span>
}],
"publications": [{
"name": <span>"Publication",</span>
"publisher": <span>"Company",</span>
"releaseDate": <span>"2014-10-01",</span>
"website": <span>"http://publication.com",</span>
"summary": <span>"Description..."</span>
}],
"skills": [{
"name": <span>"Web Development",</span>
"level": <span>"Master",</span>
"keywords": [
<span>"HTML",</span>
<span>"CSS",</span>
<span>"Javascript"</span>
]
}],
"languages": [{
"name": <span>"English",</span>
"level": <span>"Native speaker"</span>
}],
"interests": [{
"name": <span>"Wildlife",</span>
"keywords": [
<span>"Ferrets",</span>
<span>"Unicorns"</span>
]
}],
"references": [{
"name": <span>"Jane Doe",</span>
"reference": <span>"Reference..."</span>
}]
</pre>
<pre class="bottom">
}
</pre>
</div>
<div class="col-sm-4 hidden-sm">
<h4>Integrations</h4>
<p>Export your profile into the JSON Resume format from the services below:</p>
<div class="row integration">
<div class="col-xs-2">
<img src="https://represent.io/assets/logos/logo-yellow.png">
</div>
<div class="col-xs-10">
<p><strong>Represent.io</strong></p>
<p><a href="http://represent.io">http://represent.io</a></p>
<p>Represent is the best way to create a beautiful and professional resume in minutes.</p>
</div>
</div>
<div class="row integration">
<div class="col-xs-2">
<img style="width: 35px;" src="https://i.imgur.com/bXti2H5.png">
</div>
<div class="col-xs-10">
<p><strong>DoYouBuzz</strong></p>
<p><a href="http://www.doyoubuzz.com/us/">http://doyoubuzz.com/</a></p>
<p>Creating a resume has never been easier. In a few minutes, you will have a beautiful resume you can use anywhere.</p>
</div>
</div>
<div class="row integration">
<div class="col-xs-2">
<img style="width: 35px;" src="https://resumefodder.com/favicon.ico">
</div>
<div class="col-xs-10">
<p><strong>Resume Fodder</strong></p>
<p><a href="https://resumefodder.com/generate.html">https://resumefodder.com</a></p>
<p>Generate a Microsoft Word resume from JSON Resume data,
online or from your own computer.</p>
</div>
</div>
<div class="row integration">
<div class="col-xs-2">
<img style="width: 35px;" src="https://velocv.com/favicon.ico">
</div>
<div class="col-xs-10">
<p><strong>veloCV</strong></p>
<p><a href="https://velocv.com">https://velocv.com</a></p>
<p>Resumé builder completely based on jsonResume with 1 click LinkedIn import (multilanguage profiles supported).</p>
</div>
</div>
<div class="row integration">
<div class="col-xs-2">
<img src="https://www.bashful.ly/images/logo-de0ab0cae5cb1eadd09908e52534f912.png?vsn=d" alt="Bashfully logo" height="35">
</div>
<div class="col-xs-10">
<p><strong>Bashfully</strong></p>
<p><a href="https://www.bashful.ly">https://www.bashful.ly</a></p>
<p>Completely free resumé builder and hosting with LinkedIn, GitHub and Flickr portfolio support for import alongside PDF or JSON Resume export.</p>
</div>
</div>
</div>
</div>
</div>
</div>