Added contact page
This commit is contained in:
2
Makefile
2
Makefile
@@ -1,4 +1,4 @@
|
|||||||
PAGES := index.html 404.html info.html javascript.html
|
PAGES := index.html 404.html info.html javascript.html contact.html
|
||||||
SHARED_FILES := stallman.webp stallman_2024.webp favicon.ico \
|
SHARED_FILES := stallman.webp stallman_2024.webp favicon.ico \
|
||||||
poster_cz.webp poster_en.webp poster_cz.jpg poster_en.jpg \
|
poster_cz.webp poster_en.webp poster_cz.jpg poster_en.jpg \
|
||||||
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 \
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<li><a href=".">Domů</a></li>
|
<li><a href=".">Domů</a></li>
|
||||||
<li><a href="info">Info</a></li>
|
<li><a href="info">Info</a></li>
|
||||||
<li><a href="kontakt">Kontakt</a></li>
|
<li><a href="contact">Kontakt</a></li>
|
||||||
<li><a href="javascript">JavaScript</a></li>
|
<li><a href="javascript">JavaScript</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
26
pages/cz/contact.html
Normal file
26
pages/cz/contact.html
Normal 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
25
pages/en/contact.html
Normal 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>
|
||||||
|
|
Reference in New Issue
Block a user