camper/web/templates/public
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
..
campsite Add public page for campsite type, and function to edit them 2023-08-08 02:45:54 +02:00
form.gohtml Split templates and handlers into admin and public 2023-08-05 03:42:37 +02:00
home.gohtml Make home page’s carousel manageable via the database 2023-09-15 01:05:38 +02:00
layout.gohtml Add checkbox and style for a mobile “hamburger” menu 2023-09-11 05:43:36 +02:00
page.gohtml Add the pages section 2023-08-08 20:09:57 +02:00
surroundings.gohtml Add the surroundings static page 2023-09-17 00:11:39 +02:00