Go to file
jordi fita mas 8b8dda7969 Add the surroundings static page
This page is “highly stylized”, with a masonry-like grid, that i did not
know how to generate automatically from data defined in PostgreSQL,
therefore with Oriol we agreed to have this one as a static page and
we will see what we can do if the customer asks to be able to change
it.

I was a bit undecided on whether the icons in the bottom part of the
page should be defined in the CSS or with style="" and CSS variables,
like i do for the campsite type in the home page.

At first i thought that it should use CSS variables, mostly for
coherence: if another section of the web does it for its background
image, why no this one.  The difference is that the home page is
dynamically created from the database, while this page is static and we
know what icons we need, thus it makes more sense to move it to the
stylesheet file, because then it will be downloaded by user agents that
actually want to use it (e.g., browsers, but not Braille terminals).
2023-09-17 00:11:39 +02:00
cmd/camper Add cover media to campsite types 2023-09-10 03:04:18 +02:00
debian Add the sample campsite types to the demo file 2023-09-10 03:57:46 +02:00
demo Make home page’s carousel manageable via the database 2023-09-15 01:05:38 +02:00
deploy Add translate_campsite_type SQL function 2023-09-15 01:23:51 +02:00
pkg Add the surroundings static page 2023-09-17 00:11:39 +02:00
po Add the surroundings static page 2023-09-17 00:11:39 +02:00
revert Add translate_campsite_type SQL function 2023-09-15 01:23:51 +02:00
test Add translate_campsite_type SQL function 2023-09-15 01:23:51 +02:00
verify Add translate_campsite_type SQL function 2023-09-15 01:23:51 +02:00
web Add the surroundings static page 2023-09-17 00:11:39 +02:00
.gitignore Add the sample campsite types to the demo file 2023-09-10 03:57:46 +02:00
Makefile Add the sample campsite types to the demo file 2023-09-10 03:57:46 +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 translate_campsite_type SQL function 2023-09-15 01:23:51 +02:00