2019-06-29 16:16:53 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
{{ partial "header.html" . }}
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<div class="container wrapper">
|
|
|
|
{{ partial "head.html" . }}
|
2022-11-23 08:02:59 +00:00
|
|
|
<div class="body_spacer"></div>
|
2019-06-29 16:16:53 +01:00
|
|
|
{{ partial "introduction.html" . }}
|
|
|
|
{{ partial "projects.html" . }}
|
|
|
|
{{ partial "publications.html" . }}
|
|
|
|
</div>
|
|
|
|
{{ partial "footer.html" . }}
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|