camper/pkg
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
..
app Add the surroundings static page 2023-09-17 00:11:39 +02:00
auth Add the form to update company’s tax details 2023-08-15 22:35:21 +02:00
campsite Add translate_campsite_type SQL function 2023-09-15 01:23:51 +02:00
company Add the form to update company’s tax details 2023-08-15 22:35:21 +02:00
database Copy RecordArray from pgtype to database 2023-09-12 21:58:30 +02:00
form Make home page’s carousel manageable via the database 2023-09-15 01:05:38 +02:00
hex Add cover media to campsite types 2023-09-10 03:04:18 +02:00
home Make home page’s carousel manageable via the database 2023-09-15 01:05:38 +02:00
http Add the language switched to the public layout 2023-08-06 05:53:52 +02:00
locale Make home page’s carousel manageable via the database 2023-09-15 01:05:38 +02:00
season Add seasons’ relation, functions, and admin section 2023-08-16 20:15:57 +02:00
template Add internationalization and localization of campsite types 2023-09-12 20:20:23 +02:00
uuid Add cover media to campsite types 2023-09-10 03:04:18 +02:00