Initial Release

This commit is contained in:
kausarpial
2020-03-09 12:43:11 +06:00
commit b5ca79fc51
132 changed files with 7658 additions and 0 deletions

13
layouts/index.html Normal file
View File

@@ -0,0 +1,13 @@
{{ define "main" }}
{{ partial "hero.html" . }}
{{ partial "counter.html" . }}
{{ partial "portfolio.html" . }}
{{ partial "testimonial.html" . }}
{{ partial "call-to-action.html" . }}
{{ end }}