mirror of
https://github.com/ivabus/www
synced 2024-11-14 21:25:07 +03:00
b3d7689011
* Initial Hugo buildout * Initial Hugo buildout * Progress * Initial Hugo buildout * Initial Hugo buildout * Progress * Rebase on main * sync to #41 * Additional fixes; partials image paths, white-paper page. * White-paper separate nav, 404 cleanup. * banner update * Initial Hugo buildout * Initial Hugo buildout * Progress * Initial Hugo buildout * Initial Hugo buildout * Progress * Rebase on main * sync to #41 * Additional fixes; partials image paths, white-paper page. * White-paper separate nav, 404 cleanup. * banners from `main` * white-paper CTA styling, auth # fix, title fix * Better invalidation path * Footer nav fix * White paper, not white-paper. QR Code page * Superfluous XML Files * README.md additions * Style changes Co-authored-by: Jacob Heider <jacob@tea.xyz>
27 lines
No EOL
655 B
HTML
27 lines
No EOL
655 B
HTML
<!DOCTYPE html>
|
|
<html lang="en" dir="ltr">
|
|
{{- partial "head.html" . -}}
|
|
|
|
<body>
|
|
<!-- Google Tag Manager (noscript) -->
|
|
|
|
<noscript>
|
|
<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5WQVCLC" height="0" width="0"
|
|
style="display:none;visibility:hidden"></iframe>
|
|
</noscript>
|
|
|
|
<!-- End Google Tag Manager (noscript) -->
|
|
<header>
|
|
{{- partial "header.html" . -}}
|
|
</header>
|
|
{{- partial "navbar.html" . -}}
|
|
<main>
|
|
{{- block "main" . }}{{- end }}
|
|
</main>
|
|
<footer>
|
|
{{- partial "footer.html" . -}}
|
|
</footer>
|
|
{{- partial "scriptFooter.html" . -}}
|
|
</body>
|
|
|
|
</html> |