{{ partial "header.html" . }}

Hi, I'm {{ .Site.Params.firstname }}.

{{ .Site.Params.tagline }}

{{ partial "social.html" . }}


About

My profile picture.
{{ range .Data.Pages }} {{if eq .Title "about" }} {{.Content}} {{end}} {{ end }}

{{ if .Site.Params.showprojects }}
{{ partial "projects.html" . }}

{{ end }} {{ if .Site.Params.showblog }}
{{ partial "blogsection.html" . }}

{{ end }}

Contact

{{ range .Data.Pages }} {{if eq .Title "contact" }} {{.Content}} {{end}} {{ end }}
{{ if .Site.Params.localtime }}

My current local time is .

{{ end }} {{ if .Site.Params.email }}

{{ .Site.Params.email }}

{{ end }} {{ partial "social.html" . }}

{{ partial "footer.html" . }}