added 2 new homepage layouts

This commit is contained in:
Nuno Coração
2022-10-11 23:40:31 +01:00
parent 9e3a07237c
commit cb156c0097
50 changed files with 249 additions and 284 deletions

View File

@@ -1,7 +1,13 @@
{{ $jsHome := resources.Get "js/home.js" | resources.Minify | resources.Fingerprint "sha512" }}
<div id="profile">
<div id="hero" class="">
{{ partial "partials/home/hero.html" . }}
</div>
<div id="profile" class="hidden h-full">
{{ partial "partials/home/profile.html" . }}
</div>
<div id="card" class="hidden h-full">
{{ partial "partials/home/card.html" . }}
</div>
<div id="page" class="hidden h-full">
{{ partial "partials/home/page.html" . }}
</div>