diff --git a/Makefile b/Makefile index 5c56e85..e75938e 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,7 @@ PAGES := index.html 404.html javascript.html contact.html SHARED_FILES := stallman.webp stallman_2024.webp favicon.ico \ poster_cz.webp poster_en.webp poster_cz.jpg poster_en.jpg \ + word_cloud_cz.jpg word_cloud_en.jpg \ 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 \ @@ -52,6 +53,10 @@ dst/poster_%.jpg: images/poster_%.png @mkdir -p $(@D) magick $< -resize 2000x2000 $@ +dst/%.jpg: images/%.jpg + @mkdir -p $(@D) + ln -f $< $@ + dst/%.webp: images/%.jpg @mkdir -p $(@D) magick $< $@ diff --git a/images/word_cloud_cz.jpg b/images/word_cloud_cz.jpg new file mode 100644 index 0000000..638d453 Binary files /dev/null and b/images/word_cloud_cz.jpg differ diff --git a/images/word_cloud_en.jpg b/images/word_cloud_en.jpg new file mode 100644 index 0000000..e97f910 Binary files /dev/null and b/images/word_cloud_en.jpg differ diff --git a/pages/cz/index.html b/pages/cz/index.html index d1c0de9..c3f7a47 100644 --- a/pages/cz/index.html +++ b/pages/cz/index.html @@ -35,7 +35,7 @@
--:--:--:--
- Plakát na přednášku s Richardem Stallmanem + Plakát na přednášku s Richardem Stallmanem

Kdo je Richard Stallman?

diff --git a/pages/en/index.html b/pages/en/index.html index 25bf405..5109889 100644 --- a/pages/en/index.html +++ b/pages/en/index.html @@ -24,7 +24,7 @@
--:--:--:--
- Poster for Richard Stallman's lecture + Poster for Richard Stallman's lecture

Who is Richard Stallman?