add base build system
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
<footer>
|
||||
<!--#set var="URL" value="https://${HTTP_HOST}${DOCUMENT_URI}"-->
|
||||
<p>Tato webová stránka podléhá licenci GNU Free Documentation License v1.3.</p>
|
||||
</footer>
|
||||
|
@@ -4,5 +4,4 @@
|
||||
<link rel="icon" type="image/png" href="favicon.png">
|
||||
<link href="icons.css" rel="stylesheet">
|
||||
<link href="styles.css" rel="stylesheet">
|
||||
<script src="js/theme.js"></script>
|
||||
|
||||
<script src="theme.js"></script>
|
@@ -4,4 +4,3 @@
|
||||
<img src="data:," alt="Přepínač světlého a tmavého režimu" class="light-dark-switch" onclick="switch_theme();">
|
||||
<img src="data:," alt="Přepínač širokého a úzkého rozvržení" class="layout-switch" onclick="switch_layout();">
|
||||
</header>
|
||||
|
@@ -6,4 +6,3 @@
|
||||
<li><a href="javascript">JavaScript</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
3
components/en/footer.html
Normal file
3
components/en/footer.html
Normal file
@@ -0,0 +1,3 @@
|
||||
<footer>
|
||||
<p>This website falls under the GNU Free Documentation License v1.3.</p>
|
||||
</footer>
|
7
components/en/head.html
Normal file
7
components/en/head.html
Normal file
@@ -0,0 +1,7 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="theme-color" content="darkred">
|
||||
<link rel="icon" type="image/png" href="favicon.png">
|
||||
<link href="icons.css" rel="stylesheet">
|
||||
<link href="styles.css" rel="stylesheet">
|
||||
<script src="theme.js"></script>
|
6
components/en/header.html
Normal file
6
components/en/header.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<header>
|
||||
<div class="header-title">Software Libre Liberec</div>
|
||||
<div class="header-subtitle">Richard Stallman at Technical University of Liberec</div>
|
||||
<img src="data:," alt="Přepínač světlého a tmavého režimu" class="light-dark-switch" onclick="switch_theme();">
|
||||
<img src="data:," alt="Přepínač širokého a úzkého rozvržení" class="layout-switch" onclick="switch_layout();">
|
||||
</header>
|
8
components/en/nav.html
Normal file
8
components/en/nav.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href=".">Homepage</a></li>
|
||||
<li><a href="stallman">Richard Stallman</a></li>
|
||||
<li><a href="free">Software Libre</a></li>
|
||||
<li><a href="javascript">JavaScript</a></li>
|
||||
</ul>
|
||||
</nav>
|
Reference in New Issue
Block a user