diff --git a/main.go b/main.go index bee2213..c471833 100644 --- a/main.go +++ b/main.go @@ -404,6 +404,10 @@ func (s *Server) setupRoutes() { fs := http.FileServer(http.Dir("static/")) http.Handle("/static/", http.StripPrefix("/static/", cacheControlMiddleware(fs))) + // Promo files under /promo served from static/promo/ + promoFS := http.FileServer(http.Dir("static/promo/")) + http.Handle("/promo/", http.StripPrefix("/promo/", cacheControlMiddleware(promoFS))) + // Page routes http.HandleFunc("/", s.homeHandler) http.HandleFunc("/contact", s.contactHandler) diff --git a/templates/contact.html b/templates/contact.html index e92984d..879922d 100644 --- a/templates/contact.html +++ b/templates/contact.html @@ -101,7 +101,8 @@ }, "areaServed": [ { "@type": "GeoCircle", "geoMidpoint": { "@type": "GeoCoordinates", "latitude": "53.36045", "longitude": "6.46010" }, "geoRadius": 30000 }, - { "@type": "Place", "name": "Gemeente Het Hogeland" } + { "@type": "Place", "name": "Gemeente Het Hogeland" }, + { "@type": "Place", "name": "Groningen" } ], "makesOffer": [ { diff --git a/templates/footer.html b/templates/footer.html index dc245a2..613b231 100644 --- a/templates/footer.html +++ b/templates/footer.html @@ -6,7 +6,7 @@

{{.CompanyName}}

Specialist in Linux-migratie en duurzaam computergebruik.

๐Ÿ“ Gevestigd in Eenrum

-

Werkzaam in heel gemeente Het Hogeland

+

Werkzaam in gemeente Het Hogeland en de stad Groningen

diff --git a/templates/index.html b/templates/index.html index 7638595..d6e76c4 100644 --- a/templates/index.html +++ b/templates/index.html @@ -104,6 +104,7 @@ "areaServed": [ { "@type": "GeoCircle", "geoMidpoint": { "@type": "GeoCoordinates", "latitude": "53.36045", "longitude": "6.46010" }, "geoRadius": 30000 }, { "@type": "Place", "name": "Gemeente Het Hogeland" }, + { "@type": "Place", "name": "Groningen" }, { "@type": "Place", "name": "Adorp" }, { "@type": "Place", "name": "Baflo" }, { "@type": "Place", "name": "Bedum" }, @@ -248,26 +249,7 @@

Welke Linux past bij u?

Er zijn veel Linux-distributies, elk met hun eigen voordelen. Ik help u graag de perfecte keuze te maken.

-
- -
- -
-

Ubuntu

- Populair -
-
-

Perfect voor beginners die van Windows komen. Gebruiksvriendelijk met veel ondersteuning.

-
- โœ“ Eenvoudig - โœ“ Grote community - โœ“ LTS versies -
-

Ideaal voor: Beginners, kantoorwerk, algemeen gebruik

-
- +