feat: added hobbies and interests

This commit is contained in:
Dan Anglin 2019-08-18 07:47:23 +01:00
parent 88981882c4
commit 94e8be7f98
No known key found for this signature in database
GPG key ID: 7AC2B18EC1D09F27
3 changed files with 15 additions and 4 deletions

View file

@ -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."
]
}

View file

@ -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 {

View file

@ -25,6 +25,7 @@
<<if notLastElement $i $lenTech>>\TB[1mm]<<end>>
<<end>>
\stoptabulate
\section{EXPERIENCE}
<<- range .Employment>>
\jobsection{<<.Company>>}{<<.Location>>}{<<.JobTitle>>}{<<.Duration.Start>> - <<.Duration.End>>}
@ -45,8 +46,8 @@
\stopitemize
<<end>>
\section{OTHER INTERESTS}
<<.Interests>>
\section{HOBBIES AND INTERESTS}
<<join .Interests>>
\section{REFERENCES}
References are available upon request.