Go to file
jordi fita mas d5905a2277 Add the contact page, containing a map with the company location
I was not sure whether to use PostGIS to store the GPS location of the
company, as i am sure i will only use that point just to show the map.
However, just in case, it is not a big deal.

There is no way to change that from the administration pages for now,
because of time constraints, and it is very unlikely that they will
change the campgrounds’ location in the near future.

The location is in a separate table because i did not want to have to
change every test file, to be honest, but this also makes the map
“optional” without the need for NULL values.

I added the contact address to every public page because the new design
adds it to the footer, so i will be needing it everywhere, just like the
menu.
2023-10-06 21:21:00 +02:00
cmd/camper Manage all media uploads in a single place 2023-09-21 01:56:44 +02:00
debian Add the contact page, containing a map with the company location 2023-10-06 21:21:00 +02:00
demo Add the contact page, containing a map with the company location 2023-10-06 21:21:00 +02:00
deploy Add the contact page, containing a map with the company location 2023-10-06 21:21:00 +02:00
pkg Add the contact page, containing a map with the company location 2023-10-06 21:21:00 +02:00
po Change “singular lodges” menu item to just “campsites” 2023-10-06 18:58:24 +02:00
revert Add the contact page, containing a map with the company location 2023-10-06 21:21:00 +02:00
test Add the contact page, containing a map with the company location 2023-10-06 21:21:00 +02:00
verify Add the contact page, containing a map with the company location 2023-10-06 21:21:00 +02:00
web Add the contact page, containing a map with the company location 2023-10-06 21:21:00 +02:00
.gitignore Add the sample campsite types to the demo file 2023-09-10 03:57:46 +02:00
Makefile Manage all media uploads in a single place 2023-09-21 01:56:44 +02:00
go.mod Copy RecordArray from pgtype to database 2023-09-12 21:58:30 +02:00
go.sum Copy RecordArray from pgtype to database 2023-09-12 21:58:30 +02:00
sqitch.conf Add empty Sqitch configuration anq plan files 2023-07-20 23:43:23 +02:00
sqitch.plan Add the contact page, containing a map with the company location 2023-10-06 21:21:00 +02:00