omg staph

This commit is contained in:
2025-04-17 01:01:49 +02:00
parent cf53f8886d
commit ddb39f9e57
5 changed files with 7 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
PAGES := index.html 404.html javascript.html contact.html PAGES := index.html 404.html javascript.html contact.html
SHARED_FILES := stallman.webp stallman_2024.webp favicon.ico \ SHARED_FILES := stallman.webp stallman_2024.webp favicon.ico \
poster_cz.webp poster_en.webp poster_cz.jpg poster_en.jpg \ 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 \ 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 \ styles.css icons.css \
countdown.js theme.js lang.js \ countdown.js theme.js lang.js \
@@ -52,6 +53,10 @@ dst/poster_%.jpg: images/poster_%.png
@mkdir -p $(@D) @mkdir -p $(@D)
magick $< -resize 2000x2000 $@ magick $< -resize 2000x2000 $@
dst/%.jpg: images/%.jpg
@mkdir -p $(@D)
ln -f $< $@
dst/%.webp: images/%.jpg dst/%.webp: images/%.jpg
@mkdir -p $(@D) @mkdir -p $(@D)
magick $< $@ magick $< $@

BIN
images/word_cloud_cz.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 442 KiB

BIN
images/word_cloud_en.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 438 KiB

View File

@@ -35,7 +35,7 @@
<div class="countdown">--:--:--:--</div> <div class="countdown">--:--:--:--</div>
<figure class="poster"> <figure class="poster">
<img src="../poster_cz.webp" alt="Plakát na přednášku s Richardem Stallmanem"> <img src="../word_cloud_cz.jpg" alt="Plakát na přednášku s Richardem Stallmanem">
</figure> </figure>
<h1>Kdo je Richard Stallman?</h1> <h1>Kdo je Richard Stallman?</h1>

View File

@@ -24,7 +24,7 @@
<div class="countdown">--:--:--:--</div> <div class="countdown">--:--:--:--</div>
<figure class="poster"> <figure class="poster">
<img src="../poster_en.webp" alt="Poster for Richard Stallman's lecture"> <img src="../word_cloud_en.jpg" alt="Poster for Richard Stallman's lecture">
</figure> </figure>
<h1>Who is Richard Stallman?</h1> <h1>Who is Richard Stallman?</h1>