Compare commits

...

2 Commits

Author SHA1 Message Date
5e484e6d9d Repair Michal damage 2025-04-17 23:56:49 +02:00
dfd1a1a445 add new posters and source code to download page 2025-04-17 23:56:29 +02:00
6 changed files with 12 additions and 2 deletions

View File

@@ -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 \ 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
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 SEARCH_REPLACE := lib/search_and_replace/target/release/search_and_replace
COMPONENTS := head.html header.html nav.html footer.html COMPONENTS := head.html header.html nav.html footer.html
@@ -72,6 +72,10 @@ dst/%.webp: images/%.jpg
@mkdir -p $(@D) @mkdir -p $(@D)
magick $< $@ magick $< $@
dst/%.png: images/%.png
@mkdir -p $(@D)
ln -f $< $@
dst/%.svg: icons/%.svg dst/%.svg: icons/%.svg
@mkdir -p $(@D) @mkdir -p $(@D)
ln -f $< $@ ln -f $< $@

View File

@@ -3,7 +3,7 @@
<ul> <ul>
<li><a href=".">Home</a></li> <li><a href=".">Home</a></li>
<li><a href="contact">Contact</a></li> <li><a href="contact">Contact</a></li>
<li><a href="downloads">Ke stažení</a></li> <li><a href="downloads">For Download</a></li>
<li><a href="javascript">JavaScript</a></li> <li><a href="javascript">JavaScript</a></li>
</ul> </ul>
</div> </div>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 MiB

After

Width:  |  Height:  |  Size: 11 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 MiB

After

Width:  |  Height:  |  Size: 11 MiB

View File

@@ -34,6 +34,9 @@
<p><a href="/poster_en.jpg" download> <p><a href="/poster_en.jpg" download>
Plakát v angličtině (1414x2000 JPG - určeno pro webovou distribuci) Plakát v angličtině (1414x2000 JPG - určeno pro webovou distribuci)
</a></p> </a></p>
<h2>Zdrojové soubory webu</h2>
<p><a href="/libre_liberec.tar.gz">Kód a soubory (.tar.gz)</a></p>
</main> </main>
<!--#include virtual="components/footer.html" --> <!--#include virtual="components/footer.html" -->
</body> </body>

View File

@@ -34,6 +34,9 @@
<p><a href="/poster_cz.jpg" download> <p><a href="/poster_cz.jpg" download>
Poster in Czech (1414x2000 JPG - for web distribution) Poster in Czech (1414x2000 JPG - for web distribution)
</a></p> </a></p>
<h2>Web source files</h2>
<p><a href="/libre_liberec.tar.gz">Source code and files (.tar.gz)</a></p>
</main> </main>
<!--#include virtual="components/footer.html" --> <!--#include virtual="components/footer.html" -->
</body> </body>