-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathexample.xml
More file actions
302 lines (286 loc) · 7.74 KB
/
Copy pathexample.xml
File metadata and controls
302 lines (286 loc) · 7.74 KB
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
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
<cvdata>
<!-- Name (Your Fullname) -->
<name>Johann du Toit</name>
<!-- Date of Birth -->
<dob year="0000" month="00" day="00" />
<!--
Your Addresses
residential or postal
Example:
<residential>My Residential Address</residential>
<postal>My Postal Address</postal>
-->
<address>
</address>
<!-- E-Mail -->
<email>youremail@domain.com</email>
<!--
Contact Numbers to reach you by
<tel> / <cel> or <fax>
<tel>xxx xxx xxxx</tel> / <cel>xxx xxx xxxx</cel> / <fax>xxx xxx xxxx</fax>
-->
<contactnumbers>
<tel>xxx xxx xxxx</tel>
<cel>xxx xxx xxxx</cel>
<fax>xxx xxx xxxx</fax>
</contactnumbers>
<!-- Profile/Cover Letter -->
<letter>
This is my letter
</letter>
<!--
Accounts on the Internet you would like to link to
<account>
<name>Facebook</name>
<url>http://www.facebook.com</url>
<logo>facebook_logo.png</logo>
</account>
-->
<accounts>
</accounts>
<!--
Your Skills with their Rating ( out of 5 ) on how good you are with them
<skill rating="4">Java</skill>
-->
<skills>
<skill rating="4">Java</skill>
<skill rating="4">C#</skill>
<skill rating="4">Python</skill>
<skill rating="5">PHP</skill>
<skill rating="1">XSLT</skill>
<skill rating="3">MongoDB (NoSQL)</skill>
<skill rating="5">MySQL</skill>
<skill rating="4">LINQ</skill>
<skill rating="3">WCF</skill>
<skill rating="3">IIS</skill>
<skill rating="4">ASP.NET</skill>
<skill rating="3">SQL Server (2005/2008)</skill>
<skill rating="3">WPF</skill>
<skill rating="1">Oracle 11g DB</skill>
<skill rating="3">Android Development</skill>
<skill rating="4">Linux</skill>
<skill rating="4">Javascript</skill>
<skill rating="4">CSS2/3</skill>
<skill rating="3">Subversion</skill>
<skill rating="3">Git</skill>
</skills>
<!--
Where did you go to school.
What Year?
And any distictions with the format <distinction>Information Technology</distinction>. (This is from South-Africa don't you if you have this in your country)
-->
<school>
<name>Swartland Hoerskool</name>
<year>2009</year>
<distinctions>
<distinction>Information Technology</distinction>
<distinction>Life Sciences</distinction>
</distinctions>
</school>
<!--
Any Training/Qaulifications etc. you have would go here.
<edu>
<name>Name of Training/Qaulifcation</name>
<logo>Filename of Logo under assets/custom</logo>
<timeframe>Year when you received this</timeframe>
<description>
Nice little description on why or how easy it was for you :D
</description>
</edu>
Could'nt include the logos as I'm not sure if I may distribute it like that
-->
<education>
<edu>
<name>CCNA - Cisco Certified Network Associate</name>
<logo>logo.jpg</logo>
<timeframe>2010</timeframe>
<description>
Description Here
</description>
</edu>
<edu>
<name>CCNP - Cisco Certified Network Professional</name>
<logo>logo.jpg</logo>
<timeframe>2011</timeframe>
<description>
Description Here
</description>
</edu>
<edu>
<name>MCPD - Microsoft Certified Professional Developer</name>
<logo>logo.png</logo>
<timeframe>2010</timeframe>
<description>
Description Here
</description>
</edu>
<edu>
<name>MCITP - Microsoft Certified Information Technology Specialist</name>
<logo>logo.png</logo>
<timeframe>2010</timeframe>
<description>
Description Here
</description>
</edu>
<edu>
<name>ITIL Foundations V3 (Green Badge)</name>
<logo>logo.png</logo>
<timeframe>2010</timeframe>
<description>
Description Here
</description>
</edu>
<edu>
<name>CBP Project Management</name>
<logo>logo.png</logo>
<timeframe>2010</timeframe>
<description>
Description Here
</description>
</edu>
</education>
<!--
Any Experience you may have this can be either from a Company or a Freelance Project
<company>
<name>Company I worked at</name>
<started year="2010" month="10" />
/* Remove if this to render current if this is your current company your working at */
<ended year="2010" month="10" />
<logo>logo.png</logo>
<tel>xxx xxx xxxx</tel>
<description>
Describe what you did at the company and how GREAT you were
</description>
<projects>
<project>
<name>Project Example</name>
<date year="2011" month="04" />
<url>http://www.example.com</url>
<description>Description Here</description>
<logo>logo.png</logo>
<technologies>
<tech>C#</tech>
<tech>MVC 3</tech>
<tech>ASP.NET</tech>
<tech>MySQL Server</tech>
<tech>IIS</tech>
<tech>CSS</tech>
<tech>HTML4 / 5</tech>
<tech>JQuery</tech>
</technologies>
</project>
</projects>
</company>
<freelance>
<name>Freelance Project</name>
<date year="2010" month="12" />
<url>http://www.example.com</url>
<description>Description Here</description>
<logo>logo.png</logo>
<technologies>
<tech>PHP</tech>
<tech>MySQL</tech>
<tech>Linux</tech>
<tech>Apache</tech>
<tech>Codeigniter</tech>
</technologies>
</freelance>
-->
<experience>
<company>
<name>Company I worked at</name>
<started year="2010" month="10" />
<!-- Leave this out for current -->
<!--<ended year="2010" month="10" />-->
<logo>logo.png</logo>
<tel>xxx xxx xxxx</tel>
<description>
Describe what you did at the company and how GREAT you were
</description>
<projects>
<project>
<name>Project Example</name>
<date year="2011" month="04" />
<url>http://www.example.com</url>
<description>Description Here</description>
<logo>logo.png</logo>
<technologies>
<tech>C#</tech>
<tech>MVC 3</tech>
<tech>ASP.NET</tech>
<tech>MySQL Server</tech>
<tech>IIS</tech>
<tech>CSS</tech>
<tech>HTML4 / 5</tech>
<tech>JQuery</tech>
</technologies>
</project>
</projects>
</company>
<freelance>
<name>Freelance Project</name>
<date year="2010" month="12" />
<url>http://www.example.com</url>
<description>Description Here</description>
<logo>logo.png</logo>
<technologies>
<tech>PHP</tech>
<tech>MySQL</tech>
<tech>Linux</tech>
<tech>Apache</tech>
<tech>Codeigniter</tech>
</technologies>
</freelance>
</experience>
<!--
Any Open Source Projects you have
<project>
<name>CV Generator</name>
<url>https://github.com/Johanndutoit/Curriculum-Vitae-Manager</url>
<logo>project.png</logo>
<technologies>
<tech>Python</tech>
<tech>XML</tech>
<tech>HTML</tech>
<tech>CSS</tech>
<tech>QT</tech>
<tech>PySide</tech>
</technologies>
<description>
Description of the Project
</description>
</project>
-->
<opensourceprojects>
<project>
<name>CV Generator</name>
<url>https://github.com/Johanndutoit/Curriculum-Vitae-Manager</url>
<logo>project.png</logo>
<technologies>
<tech>Python</tech>
<tech>XML</tech>
<tech>HTML</tech>
<tech>CSS</tech>
<tech>QT</tech>
<tech>PySide</tech>
</technologies>
<description>
Wanted to be able to generate a good looking CV dynamic from a XML file. So I can just update the XML file and the script would output the CV in a PDF format. This CV was generated with this Script.
</description>
</project>
<project>
<name>Pck Compass</name>
<url>https://github.com/Johanndutoit/PckCompass</url>
<logo>project.png</logo>
<technologies>
<tech>Python</tech>
<tech>Linux</tech>
<tech>Qt</tech>
<tech>PySide</tech>
</technologies>
<description>
Provides a easy tool to create local (offline) Repositories which will allow Users to install offline and say update from a computer (running windows, mac or linux) at work. Inspired by the expensive prices of Cap in South-Africa
</description>
</project>
</opensourceprojects>
</cvdata>