Added Downloads page
This commit is contained in:
35
pages/cz/downloads.html
Normal file
35
pages/cz/downloads.html
Normal file
@@ -0,0 +1,35 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="cs">
|
||||
<head>
|
||||
<!--#include virtual="components/head.html" -->
|
||||
<title>Ke stažení - Svobodný software Liberec</title>
|
||||
<meta name="description" content="Materiály ke stažení ohledně této stránky.">
|
||||
</head>
|
||||
<body>
|
||||
<!--#include virtual="components/header.html" -->
|
||||
<!--#include virtual="components/nav.html" -->
|
||||
<main>
|
||||
<h1>Ke stažení</h1>
|
||||
|
||||
<p><a href="/poster_cz.png" download>
|
||||
Plakát v češtině (4960x7016 PNG - určeno pro tisk)
|
||||
</a></p>
|
||||
|
||||
<p><a href="/poster_cz.jpg" download>
|
||||
Plakát v češtině (1414x2000 JPG - určeno pro webovou distribuci)
|
||||
</a></p>
|
||||
|
||||
<hr>
|
||||
|
||||
<p><a href="/poster_en.png" download>
|
||||
Plakát v angličtině (4960x7016 PNG - určeno pro tisk)
|
||||
</a></p>
|
||||
|
||||
<p><a href="/poster_en.jpg" download>
|
||||
Plakát v angličtině (1414x2000 JPG - určeno pro webovou distribuci)
|
||||
</a></p>
|
||||
</main>
|
||||
<!--#include virtual="components/footer.html" -->
|
||||
</body>
|
||||
</html>
|
||||
|
35
pages/en/downloads.html
Normal file
35
pages/en/downloads.html
Normal file
@@ -0,0 +1,35 @@
|
||||
<!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>
|
||||
|
Reference in New Issue
Block a user