Initial commit

This commit is contained in:
Philipp Neumann
2020-07-06 22:09:52 +02:00
commit 5d1c27d9f3
197 changed files with 22589 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{{ partial "header.html" . }}
{{ partial "preloader.html" . }}
{{ partial "navigation.html" . }}
{{ partial "hero-area.html" . }}
{{ partial "about.html" . }}
{{ partial "service.html" . }}
{{ partial "call-to-action.html" . }}
{{ partial "contact.html" . }}
{{ partial "footer.html" . }}