website/layouts/index.html
Pierre-Olivier Mercier ca60e3088d
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
WIP new home page design
2026-05-17 21:51:25 +08:00

44 lines
790 B
HTML

<!DOCTYPE html>
<html lang="{{ .Site.LanguageCode }}" style="background-color: #3A0B4D">
{{ partial "head.html" . }}
<body>
<div id="all">
{{ partial "top.html" . }}
{{ partial "nav.html" . }}
{{ partial "jumbo.html" . }}
{{ partial "work-with.html" . }}
{{ partial "big-idea.html" . }}
{{ partial "features.html" . }}
{{ partial "carousel.html" . }}
{{ partial "discover.html" . }}
{{/* partial "testimonials.html" . */}}
{{ partial "cta-join.html" . }}
{{ partial "downloads.html" . }}
{{/* partial "community.html" . */}}
{{/* partial "cta-newsletter.html" . */}}
</div>
<!-- /#all -->
{{ partial "footer.html" . }}
{{ partial "scripts.html" . }}
</body>
</html>