-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathempty.xml
62 lines (51 loc) · 1.24 KB
/
empty.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="template.xslt"?>
<page>
<!-- CONTACT INFO-->
<contact>
<name></name>
<title></title>
<photo file='' />
<email>
<address></address>
<gpg></gpg>
</email>
<github></github>
<twitter></twitter>
<reddit></reddit>
<linkedin></linkedin>
</contact>
<!-- COVER -->
<cover>
</cover>
<!-- WORK -->
<work>
<experience role=''>
<company></company>
<where></where>
<when></when>
<job>
<li></li>
</job>
</experience>
</work>
<!-- EDUCATION -->
<education>
<course type='course' title=''>
<cert></cert>
<who></who>
<via></via>
<when></when>
<syllabus>
<li></li>
</syllabus>
</course>
<course type='degree' title=''>
<where></where>
<when></when>
<syllabus>
<li></li>
</syllabus>
</course>
</education>
</page>