Added contact page

This commit is contained in:
2025-04-15 21:32:33 +02:00
parent a196c1b82d
commit bf641ea3f7
4 changed files with 53 additions and 2 deletions

26
pages/cz/contact.html Normal file
View File

@@ -0,0 +1,26 @@
<!DOCTYPE html>
<html lang="cs">
<head>
<!--#include virtual="components/head.html" -->
<title>Kontakt - Svobodný software Liberec</title>
<meta name="description" content="Kontakt ohledně akce.">
</head>
<body>
<!--#include virtual="components/header.html" -->
<!--#include virtual="components/nav.html" -->
<main>
<h1>Kontakt</h1>
<p>
Pokud máte jakékoliv další dotazy, neváhejte a napište nám na následující emailovou adresu:
</p>
<p style="text-align: center;">
<b>libre-software</b> -zavináč- <b>zumepro</b> -tečka- <b>cz</b>
</p>
</main>
<!--#include virtual="components/footer.html" -->
</body>
</html>

25
pages/en/contact.html Normal file
View File

@@ -0,0 +1,25 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!--#include virtual="components/head.html" -->
<title>Contact - Software Libre Liberec</title>
<meta name="description" content="Contacts regarding the event.">
</head>
<body>
<!--#include virtual="components/header.html" -->
<!--#include virtual="components/nav.html" -->
<main>
<h1>Contact</h1>
<p>
If you have any further questions, please do not hesitate and contact us on the following email:
</p>
<p style="text-align: center;">
<b>libre-software</b> -at- <b>zumepro</b> -dot- <b>cz</b>
</p>
</main>
<!--#include virtual="components/footer.html" -->
</body>
</html>