Add stackoverflow theme

This commit is contained in:
2018-05-08 15:23:46 +02:00
parent 63df11b783
commit 53aacbe1b0
8 changed files with 1402 additions and 67 deletions

View File

@@ -104,6 +104,7 @@ type Work struct {
EndDate ResumeDate `json:"endDate"`
Summary string `json:"summary"`
Highlights []string `json:"highlights"`
Keywords []string `json:"keywords"`
}
// Volunteer is the volunteer details of the resume owner.
@@ -115,6 +116,7 @@ type Volunteer struct {
EndDate ResumeDate `json:"endDate"`
Summary string `json:"summary"`
Highlights []string `json:"highlights"`
Keywords []string `json:"keywords"`
}
// Education is the education details of the resume owner.