Initial Commit
This commit is contained in:
parent
bdbb15e52e
commit
c20d262f7c
26 changed files with 1006 additions and 0 deletions
16
layouts/index.html
Normal file
16
layouts/index.html
Normal file
|
@ -0,0 +1,16 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="{{ .Site.LanguageCode }}">
|
||||
{{- partial "head.html" . -}}
|
||||
<body>
|
||||
{{- partial "header.html" . -}}
|
||||
{{- partial "slider.html" . -}}
|
||||
<div id="content" class="content">
|
||||
{{- partial "video.html" . -}}
|
||||
{{- partial "services.html" . -}}
|
||||
{{- partial "team.html" . -}}
|
||||
{{- partial "contact.html" . -}}
|
||||
{{- partial "funding.html" . -}}
|
||||
</div>
|
||||
{{- partial "footer.html" . -}}
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue