2016-10-22 07:20:15 +00:00
{{ partial "head" . }}
2016-10-25 00:14:23 +00:00
< body >
< div id = "wrap" >
{{ partial "header" . }}
< section id = "about" >
< div class = "container" >
< div class = "avatar" >
< img class = "img-circle" src = "{{ .Site.BaseURL }}img/{{ .Site.Params.avatar }}" alt = "Responsive image" >
< / div >
< h3 > I'm < strong > {{ .Site.Params.author }}< / strong > , a Software Engineer.< / h3 >
< h3 > I love all things computer science and maths.< / h3 >
< h3 > Have a look at some of my working < a href = "{{ .Site.BaseURL }}projects/" > projects< / a > .< / h3 >
< h3 > For more check out my academic & professional < a href = "http://biomadeira.github.io/vitae" > Resume< / a > .< / h3 >
2017-01-24 10:48:21 +00:00
< h3 > Contact me at < a href = "http://twitter.com/{{ .Site.Params.Twitter }}" > @{{ .Site.Params.Twitter }}< / a > or by < a href = "mailto:{{ .Site.Params.Email }}" > email< / a > .< / h3 >
2016-10-25 00:14:23 +00:00
{{ partial "social.html" . }}
< / div >
< / section >
< / div >
{{ partial "footer" . }}
< / body >
< / html >