Source code for the official Pátek website.
Go to file
Vojtěch Káně 058de79991 Remove the sizes attribute
It defaults to 100vw, which may be wasteful sometimes, but it guarantees
smooth experience. I am not aware of any simple way of requesting the
current widescreen behavior "make it as wide as possible while not
exceeding 30rem height" using the sizes attribute.

This setting may be especially wasteful for portrait images, as their
rendered width will be much smaller than the viewport width.
2020-05-03 14:55:51 +02:00
archetypes Added tags and post about LinuxDays. 2019-08-27 16:34:50 +02:00
content Move content specific assets under that content 2020-04-15 23:54:42 +02:00
data Added some nice .gitkeeps. 2019-07-02 16:45:36 +02:00
hugo Added some nice .gitkeeps. 2019-07-02 16:45:36 +02:00
i18n Changed BigClown to Hardwareio. 2020-01-06 21:07:57 +01:00
layouts Changed BigClown to Hardwareio. 2020-01-06 21:07:57 +01:00
linting Simplify Dockerfiles 2020-01-01 12:49:45 +01:00
static/img Move content specific assets under that content 2020-04-15 23:54:42 +02:00
themes/patek Remove the sizes attribute 2020-05-03 14:55:51 +02:00
.firebaserc Added firebase configs. 2019-07-16 13:58:02 +02:00
.gitignore Added firebase configs. 2019-07-16 13:58:02 +02:00
.gitlab-ci.yml Added automatic linting container builds. 2019-09-08 19:25:23 +02:00
.gitmodules Clone submodules over HTTPS not to require authentication (for users comfort al well as for easier CI/CD). 2019-07-15 13:45:52 +02:00
config.json Added baseURL to config. 2019-12-05 17:26:30 +01:00
docker-compose.yml Using images from gitlab docker image registry. 2019-09-08 19:04:48 +02:00
firebase.json Added firebase configs. 2019-07-16 13:58:02 +02:00
Makefile Added Makefile for local linting and checking. 2019-07-19 14:18:15 +02:00
README.md Initial commit 2019-06-25 16:32:07 +00:00

Pátek.cz

Source code for the official Pátek website.