feat: initial import

This commit is contained in:
Iain Learmonth 2026-01-10 13:42:14 +00:00
commit 03ab1091b1
50 changed files with 1146 additions and 0 deletions

View file

@ -0,0 +1,11 @@
<iframe
width="425"
height="350"
src="https://www.openstreetmap.org/export/embed.html?bbox=-2.1135646104812627%2C57.14209426300935%2C-2.1091255545616154%2C57.14353930050775&amp;layer=mapnik&amp;marker=57.142816788811984%2C-2.1113450825214386"
style="border: 1px solid black"></iframe
><br /><small
><a
href="https://www.openstreetmap.org/?mlat=57.142817&amp;mlon=-2.111345#map=19/57.142817/-2.111345"
>{{ T "Show larger map" }}</a
></small
>

View file

@ -0,0 +1,3 @@
{{ if site.Params.address }}
<address>{{ site.Params.address }}</address>
{{ end }}

View file

@ -0,0 +1,6 @@
{{ range site.Params.contact.methods }}
<div class="contact-page__method">
<h6 class="no-bottom-margin">{{ T .name }}</h6>
<a class="contact-page__method__content" href="{{ .link | safeURL }}">{{ .display }}</a>
</div>
{{ end }}

View file

@ -0,0 +1 @@
<div id="zammad-feedback-form">{{ .Params.fallback }}</div>

View file

@ -0,0 +1,6 @@
<a class="primary-button" href="{{ .Params.url }}">
{{ .Params.name }}
{{ if .Params.icon }}
<i class="primary-button__icon" data-feather="{{ .Params.icon }}"></i>
{{ end }}
</a>