diff --git a/data/cv.json b/data/cv.json index ec36d20..41a08f1 100644 --- a/data/cv.json +++ b/data/cv.json @@ -178,5 +178,15 @@ } } ], - "interests": "To be completed..." + "interests": [ + "I enjoy walking/hiking.", + "I have enjoyed small hikes around London,", + "between different towns and villages of Hertfordshire", + "and also along the south coast.", + "I have used missions in Ingress (augmented reality and location-based game) to discover", + "hidden gems of London and Hertfordshire including", + "Ellenbrook Fields in Hatfield and a hidden rail trail within Welwyn Garden City.", + "I mainly keep up-to-date with tech news using news aggregation sites such as Reddit and Hacker News", + "Currently I'm interested in decentralised web services and (in-particular) the Fediverse." + ] } diff --git a/model.go b/model.go index c9927dc..5d55ae6 100644 --- a/model.go +++ b/model.go @@ -10,7 +10,7 @@ type Cv struct { Technologies []Technologies `json:"technologies"` Employment []Experience `json:"employment"` Education []Experience `json:"education"` - Interests string `json:"interests"` + Interests []string `json:"interests"` } type Contact struct { diff --git a/template/cv.tex.tmpl b/template/cv.tex.tmpl index a9cdc22..741a845 100644 --- a/template/cv.tex.tmpl +++ b/template/cv.tex.tmpl @@ -25,6 +25,7 @@ <>\TB[1mm]<> <> \stoptabulate + \section{EXPERIENCE} <<- range .Employment>> \jobsection{<<.Company>>}{<<.Location>>}{<<.JobTitle>>}{<<.Duration.Start>> - <<.Duration.End>>} @@ -45,8 +46,8 @@ \stopitemize <> - \section{OTHER INTERESTS} - <<.Interests>> + \section{HOBBIES AND INTERESTS} + <> \section{REFERENCES} References are available upon request.