73 lines
2.0 KiB
HTML
73 lines
2.0 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<!--#include virtual="components/head.html" -->
|
|
<title>Downloads - Software Libre Liberec</title>
|
|
<meta name="description" content="Downloads for content on this site.">
|
|
</head>
|
|
<body>
|
|
<!--#include virtual="components/header.html" -->
|
|
<!--#include virtual="components/nav.html" -->
|
|
<main>
|
|
<h1>Downloads</h1>
|
|
|
|
<p>
|
|
All images for download are licensed under the <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International</a> license.
|
|
</p>
|
|
|
|
<h2>Video of the event</h2>
|
|
|
|
<video width="100%" controls preload="none">
|
|
<source src="/tul_stallman_talk.mkv" type="video/webm">
|
|
</video>
|
|
|
|
<p><a href="/tul_stallman_talk.mkv" download>
|
|
Recording of the talk (.mkv - 2 GB)
|
|
</a></p>
|
|
|
|
<h2>Photos from the event</h2>
|
|
|
|
<p><a href="/photos_talk.tar.gz" download>
|
|
Archive with photos from the talk (.tar.gz - 33 MB)
|
|
</a></p>
|
|
|
|
<p><a href="/photos_people.tar.gz" download>
|
|
Archive with photos of people with Richard Stallman (.tar.gz - 19.7 MB)
|
|
</a></p>
|
|
|
|
<p><a href="/photos_talk.zip" download>
|
|
Archive with photos from the talk (.zip - 33 MB)
|
|
</a></p>
|
|
|
|
<p><a href="/photos_people.zip" download>
|
|
Archive with photos of people with Richard Stallman (.zip - 19.7 MB)
|
|
</a></p>
|
|
|
|
<h2>Poster in English</h2>
|
|
|
|
<p><a href="/poster_en.png" download>
|
|
Poster in English (4960x7016 PNG - for printing)
|
|
</a></p>
|
|
|
|
<p><a href="/poster_en.jpg" download>
|
|
Poster in English (1414x2000 JPG - for web distribution)
|
|
</a></p>
|
|
|
|
<h2>Poster in Czech</h2>
|
|
|
|
<p><a href="/poster_cz.png" download>
|
|
Poster in Czech (4960x7016 PNG - for printing)
|
|
</a></p>
|
|
|
|
<p><a href="/poster_cz.jpg" download>
|
|
Poster in Czech (1414x2000 JPG - for web distribution)
|
|
</a></p>
|
|
|
|
<h2>Web source files</h2>
|
|
<p><a href="/libre_liberec.tar.gz">Source code and files (.tar.gz)</a></p>
|
|
</main>
|
|
<!--#include virtual="components/footer.html" -->
|
|
</body>
|
|
</html>
|
|
|