Files
linuxservice/templates/footer.html

31 lines
1.5 KiB
HTML

{{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>Wij ondersteunen de <a href="https://endof10.org" target="_blank">End of 10</a> beweging voor duurzaam computergebruik.</p>
</div>
</div>
<div class="footer-bottom">
<p>&copy; {{.CurrentYear}} {{.CompanyName}}. Alle rechten voorbehouden.</p>
</div>
</div>
</footer>
{{end}}