Pre-launch: Animation
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="{{ with site.LanguageCode }}{{ . }}{{ else }}en-US{{ end }}">
|
||||
<head>
|
||||
{{ partial "page-transition.html" . }}
|
||||
{{- partial "head.html" . -}}
|
||||
{{- partialCached "style.html" . -}}
|
||||
</head>
|
||||
|
||||
<body>
|
||||
{{ partial "page-transition.html" . }}
|
||||
{{- partialCached "preloader.html" . -}}
|
||||
{{- partial "header.html" . -}}
|
||||
{{- block "main" . }}{{- end }}
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
|
||||
<h4 class="card-title h4"><i class="{{ .Params.Icon }}"></i> {{ .Title }}</h4>
|
||||
<p class="card-text">{{ .Params.Description | markdownify }}</p>
|
||||
<a href="{{ .Permalink }}" class="stretched-link"></a>
|
||||
<a href="{{ .Permalink }}" class="stretched-link" aria-label="Link"></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<footer>
|
||||
<footer role="contentinfo">
|
||||
<div class="container">
|
||||
<div class="row align-items-justify border-bottom py-5">
|
||||
<div class="col-lg-4">
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
<meta charset="utf-8" />
|
||||
<title>{{ .Title | default site.Title }}</title>
|
||||
<!-- <title>{{ .Title | default site.Title }}</title> -->
|
||||
|
||||
<!-- responsive meta -->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=5" />
|
||||
|
||||
<!-- theme meta -->
|
||||
<meta name="theme-name" content="godocs-hugo" />
|
||||
<meta name="theme-name" content="StartIT - Docs" />
|
||||
|
||||
<!-- favicon -->
|
||||
{{ partialCached "favicon" . }}
|
||||
@@ -27,22 +27,6 @@
|
||||
{{ partialCached "custom-script.html" . }}
|
||||
|
||||
|
||||
<!-- google analytics -->
|
||||
<!-- {{ template "_internal/google_analytics.html" . }} -->
|
||||
|
||||
|
||||
<!-- google tag manager -->
|
||||
<!-- {{ partialCached "gtm.html" . }} -->
|
||||
|
||||
|
||||
<!-- matomo analytics -->
|
||||
{{ partialCached "matomo-analytics.html" . }}
|
||||
|
||||
|
||||
<!-- Baidu analytics -->
|
||||
{{ partialCached "baidu-analytics.html" . }}
|
||||
|
||||
|
||||
<!-- Plausible Analytics -->
|
||||
<!-- {{ partialCached "plausible-analytics.html" . }} -->
|
||||
<script defer data-domain="mantelzorgwoning.info" src="https://stats.start-it.nl/js/script.file-downloads.outbound-links.js"></script>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<header class="sticky-top navigation {{if .IsHome}}top-0{{end}}">
|
||||
<div class="container">
|
||||
<!-- navbar -->
|
||||
<nav class="navbar px-0 navbar-expand-lg navbar-light bg-transparent">
|
||||
<nav class="navbar px-0 navbar-expand-lg navbar-light bg-transparent" role="navigation">
|
||||
<a class="navbar-brand" href="{{ site.BaseURL | relLangURL }}">
|
||||
{{ partial "logo" }}
|
||||
</a>
|
||||
@@ -14,7 +14,7 @@
|
||||
</form>
|
||||
{{ end }}
|
||||
|
||||
<button class="navbar-toggler border-0" type="button" data-bs-toggle="collapse" data-bs-target="#navigation">
|
||||
<button class="navbar-toggler border-0" type="button" data-bs-toggle="collapse" data-bs-target="#navigation" aria-label="Menu">
|
||||
<i class="fa-solid fa-bars"></i>
|
||||
<i class="fa-solid fa-xmark"></i>
|
||||
</button>
|
||||
@@ -42,7 +42,7 @@
|
||||
<li class="nav-link">
|
||||
<!-- Language List -->
|
||||
{{ if .IsTranslated }}
|
||||
<select class="nav-item" id="select-language" onchange="location = this.value;" label="Taalkeuze">
|
||||
<select class="nav-item" id="select-language" onchange="location = this.value;" aria-label="Taalkeuze">
|
||||
{{ $siteLanguages := site.Languages}}
|
||||
{{ $pageLang := .Page.Lang}}
|
||||
{{ range .Page.AllTranslations }}
|
||||
|
||||
@@ -30,27 +30,9 @@
|
||||
{{ end }}
|
||||
<script crossorigin="anonymous" defer {{ if hugo.IsProduction }}integrity="{{ $scripts.Data.Integrity }}"{{end}} type="application/javascript">{{$scripts.Content | safeJS}}</script>
|
||||
|
||||
<!-- font family -->
|
||||
{{ $pf:= site.Params.variables.font_primary }}
|
||||
{{ $sf:= site.Params.variables.font_secondary }}
|
||||
<script type="application/javascript">
|
||||
WebFont.load({
|
||||
google: {
|
||||
api: 'https://fonts.googleapis.com/css2',
|
||||
families: ['{{$pf | default `Lato:wght@400`}}{{if not $sf}}&display=swap{{end}}'{{with $sf}},'{{. | default `Lato:wght@400`}}&display=swap'{{end}}],
|
||||
version: 2
|
||||
},
|
||||
active: () => {sessionStorage.fontsLoaded = true}
|
||||
});
|
||||
</script>
|
||||
|
||||
<!-- progressive web app -->
|
||||
{{ partialCached "pwa.html" . }}
|
||||
|
||||
|
||||
<!-- cookie consent -->
|
||||
{{ partialCached "cookie-consent.html" . }}
|
||||
|
||||
|
||||
<!-- google adsense -->
|
||||
{{ partialCached "adsense-script.html" . }}
|
||||
@@ -1,21 +1,25 @@
|
||||
<!-- DNS preconnect -->
|
||||
<meta http-equiv="x-dns-prefetch-control" content="on" />
|
||||
<link rel="preconnect" href="//ajax.googleapis.com" />
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="anonymous" />
|
||||
<!-- <link rel="preconnect" href="//ajax.googleapis.com" /> -->
|
||||
<!-- <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="anonymous" /> -->
|
||||
<link rel="preconnect" href="https://use.fontawesome.com" crossorigin />
|
||||
<link rel="preconnect" href="//cdnjs.cloudflare.com" />
|
||||
<link rel="preconnect" href="//www.googletagmanager.com" />
|
||||
<link rel="preconnect" href="//www.google-analytics.com" />
|
||||
<link rel="dns-prefetch" href="https://fonts.gstatic.com" />
|
||||
<!-- <link rel="preconnect" href="//www.googletagmanager.com" /> -->
|
||||
<!-- <link rel="preconnect" href="//www.google-analytics.com" /> -->
|
||||
<!-- <link rel="dns-prefetch" href="https://fonts.gstatic.com" /> -->
|
||||
<link rel="dns-prefetch" href="https://use.fontawesome.com" />
|
||||
<link rel="dns-prefetch" href="//ajax.googleapis.com" />
|
||||
<!-- <link rel="dns-prefetch" href="//ajax.googleapis.com" /> -->
|
||||
<link rel="dns-prefetch" href="//cdnjs.cloudflare.com" />
|
||||
<link rel="dns-prefetch" href="//www.googletagmanager.com" />
|
||||
<link rel="dns-prefetch" href="//www.google-analytics.com" />
|
||||
<link rel="dns-prefetch" href="//fonts.googleapis.com" />
|
||||
<link rel="dns-prefetch" href="//connect.facebook.net" />
|
||||
<link rel="dns-prefetch" href="//platform.linkedin.com" />
|
||||
<link rel="dns-prefetch" href="//platform.twitter.com" />
|
||||
<!-- <link rel="dns-prefetch" href="//www.googletagmanager.com" /> -->
|
||||
<!-- <link rel="dns-prefetch" href="//www.google-analytics.com" /> -->
|
||||
<!-- <link rel="dns-prefetch" href="//fonts.googleapis.com" /> -->
|
||||
<!-- <link rel="dns-prefetch" href="//connect.facebook.net" /> -->
|
||||
<!-- <link rel="dns-prefetch" href="//platform.linkedin.com" /> -->
|
||||
<!-- <link rel="dns-prefetch" href="//platform.twitter.com" /> -->
|
||||
|
||||
<link rel="preload" href="/fonts/nunito.woff2" as="font" type="font/woff2" crossorigin>
|
||||
<link rel="preload" href="/fonts/momo.woff2" as="font" type="font/woff2" crossorigin>
|
||||
|
||||
|
||||
<!-- plugins + stylesheet -->
|
||||
{{ $styles := slice }}
|
||||
|
||||
Reference in New Issue
Block a user