diff --git a/Makefile b/Makefile index f4109e6..cca0f79 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ SHARED_FILES := stallman.webp stallman_2024.webp favicon.ico \ moon.svg sun.svg narrow_light.svg narrow_dark.svg wide_light.svg wide_dark.svg lang_cz.svg lang_en.svg \ styles.css icons.css \ countdown.js theme.js lang.js -STATIC_ASSETS := jetbrains_mono.woff2 +STATIC_ASSETS := jetbrains_mono.woff2 poster_cz.png poster_en.png SEARCH_REPLACE := lib/search_and_replace/target/release/search_and_replace COMPONENTS := head.html header.html nav.html footer.html @@ -72,6 +72,10 @@ dst/%.webp: images/%.jpg @mkdir -p $(@D) magick $< $@ +dst/%.png: images/%.png + @mkdir -p $(@D) + ln -f $< $@ + dst/%.svg: icons/%.svg @mkdir -p $(@D) ln -f $< $@ diff --git a/images/poster_cz.png b/images/poster_cz.png index 3af27da..d09d66a 100644 Binary files a/images/poster_cz.png and b/images/poster_cz.png differ diff --git a/images/poster_en.png b/images/poster_en.png index 26d9ec8..fe7cb07 100644 Binary files a/images/poster_en.png and b/images/poster_en.png differ diff --git a/pages/cz/downloads.html b/pages/cz/downloads.html index e84690c..facfa2b 100644 --- a/pages/cz/downloads.html +++ b/pages/cz/downloads.html @@ -34,6 +34,9 @@

Plakát v angličtině (1414x2000 JPG - určeno pro webovou distribuci)

+ +

Zdrojové soubory webu

+

Kód a soubory (.tar.gz)

diff --git a/pages/en/downloads.html b/pages/en/downloads.html index f19cfd5..ac4c7de 100644 --- a/pages/en/downloads.html +++ b/pages/en/downloads.html @@ -34,6 +34,9 @@

Poster in Czech (1414x2000 JPG - for web distribution)

+ +

Web source files

+

Source code and files (.tar.gz)