36 lines
895 B
HTML
36 lines
895 B
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><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>
|
|
|
|
<hr>
|
|
|
|
<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>
|
|
</main>
|
|
<!--#include virtual="components/footer.html" -->
|
|
</body>
|
|
</html>
|
|
|