Files
linuxservice/templates/footer.html

32 lines
1.5 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{{define "footer"}}
<footer>
<div class="container">
<div class="footer-content">
<div class="footer-section">
<h3>{{.CompanyName}}</h3>
<p>Specialist in Linux-migratie en duurzaam computergebruik.</p>
<p><strong>📍 Gevestigd in Eenrum</strong></p>
<p><em>Werkzaam in heel gemeente Het Hogeland</em></p>
</div>
<div class="footer-section">
<h3>Contact</h3>
<p>{{.Street}}</p>
<p>{{.PostalCode}} {{.Village}}</p>
<p>Email: {{.Email}}</p>
<p>Telefoon: {{.Phone}}</p>
<p>KvK: {{.KVK}}</p>
</div>
<div class="footer-section">
<h3>Gemeenschap</h3>
<p>Lid van <a href="https://nllgg.nl" target="_blank">Nederlandse Linux Gebruikers Groep</a> (NLLGG.nl)</p>
<p>Actief bij <a href="https://buurtlinux.nl" target="_blank">Buurtlinux.nl</a> initiatief</p>
<p>Ik ondersteun de <a href="https://endof10.org" target="_blank">Endof10</a>-beweging voor duurzaam computergebruik.</p>
<p><a href="/over-mij">Over mij</a> · <a href="/contact">Contact</a></p>
</div>
</div>
<div class="footer-bottom">
<p>&copy; {{.CurrentYear}} {{.CompanyName}}. Alle rechten voorbehouden.</p>
</div>
</div>
</footer>
{{end}}