improve the build system
This commit is contained in:
17
pages/en/404.html
Normal file
17
pages/en/404.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="cs">
|
||||
<head>
|
||||
<!--#include virtual="components/head.html" -->
|
||||
<title>Page not found - Software Libre Liberec</title>
|
||||
</head>
|
||||
<body>
|
||||
<!--#include virtual="components/header.html" -->
|
||||
<!--#include virtual="components/nav.html" -->
|
||||
<main style="text-align: center">
|
||||
<h1>Page not found.</h1>
|
||||
<p>You have attempted to load a page that does not exist on this server.</p>
|
||||
<p>Please click on one of the links above.</p>
|
||||
</main>
|
||||
<!--#include virtual="components/footer.html" -->
|
||||
</body>
|
||||
</html>
|
48
pages/en/index.html
Normal file
48
pages/en/index.html
Normal file
@@ -0,0 +1,48 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="cs">
|
||||
<head>
|
||||
<!--#include virtual="components/head.html" -->
|
||||
<title>Software Libre Liberec</title>
|
||||
<meta name="description" content="Richard Stallman at Technical University of Liberec.">
|
||||
</head>
|
||||
<body>
|
||||
<!--#include virtual="components/header.html" -->
|
||||
<!--#include virtual="components/nav.html" -->
|
||||
<main>
|
||||
<h1>Richard Stallman on free software</h1>
|
||||
|
||||
<div class="img-text-container">
|
||||
<div class="img-text">
|
||||
<div class="countdown">--:--:--:--</div>
|
||||
</div>
|
||||
<a href="https://commons.wikimedia.org/wiki/File:Richard_Stallman_Bologna_2024_abc23.jpg">
|
||||
<figure>
|
||||
<img class="countdown-bg" src="../stallman_2024.webp" alt="Mr. Stallman in Italy">
|
||||
<figcaption>Photograph from Mr Stallman's lecture in 2024</figcaption>
|
||||
</figure>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<p>
|
||||
The event will happen on the <b>7th of may from 16:30 to 19:30</b> in the auditorium of building G at Technical University of Liberec.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
The main part of the event will be a lecture by Mr. Richard Stallman on free software –
|
||||
a movement that Mr. Stallman himself founded in 1983.
|
||||
It will focus on the dangers of the constant proliferation of non-free software in our digital society,
|
||||
how such software limits us as users, and how we can fight against it with free software.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
This event is organized by the Faculty of Mechatronics, Informatics and Interdisciplinary Studies
|
||||
of the Technical University of Liberec. Like most of Mr. Stallman's lectures, this event
|
||||
is intended for the general public. There will be a voluntary admission fee only,
|
||||
after the lecture it will also be possible to purchase items with the theme of the GNU operating system
|
||||
and the Free Software Foundation.
|
||||
</p>
|
||||
</main>
|
||||
<script src="../countdown.js"></script>
|
||||
<!--#include virtual="components/footer.html" -->
|
||||
</body>
|
||||
</html>
|
51
pages/en/info.html
Normal file
51
pages/en/info.html
Normal file
@@ -0,0 +1,51 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="cs">
|
||||
<head>
|
||||
<!--#include virtual="components/head.html" -->
|
||||
<title>About - Software Libre Liberec</title>
|
||||
<meta name="description" content="Short bio of mister Stallman.">
|
||||
<script src="lang.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<!--#include virtual="components/header.html" -->
|
||||
<!--#include virtual="components/nav.html" -->
|
||||
<main>
|
||||
<h1>Who is Richard Stallman?</h1>
|
||||
|
||||
<a href="https://commons.wikimedia.org/wiki/File:Richard_Stallman_Bologna_2024_abc1.jpg">
|
||||
<figure class="aside">
|
||||
<img src="../stallman.webp" alt="Richard Stallman">
|
||||
<figcaption>Richard Stallman, 2024</figcaption>
|
||||
</figure>
|
||||
</a>
|
||||
|
||||
<div id="stallman_bio_en">
|
||||
<p>
|
||||
Dr. Richard Stallman launched the free software movement in 1983 and
|
||||
started the development of the GNU operating system
|
||||
(see <a href="https://www.gnu.org">www.gnu.org</a>) in 1984.
|
||||
GNU is free software: everyone has the freedom to copy it
|
||||
and redistribute it, with or without changes. The GNU/Linux system,
|
||||
basically the GNU operating system with <a href="https://kernel.org/">Linux</a>
|
||||
as the kernel, is used on tens of millions of computers today.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Stallman has received the ACM Grace
|
||||
Hopper Award and the ACM Software and Systems Award, a MacArthur
|
||||
Foundation fellowship, the Electronic Frontier Foundation's Pioneer
|
||||
Award, and the the Takeda Award for Social/Economic Betterment, as
|
||||
well as many doctorates honoris causa, and has been inducted into the
|
||||
<a href="https://www.internethalloffame.org/">Internet Hall of Fame</a>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Dr Richard Stallman<br>
|
||||
Founder of the <a href="https://www.fsf.org/">Free Software Foundation</a><br>
|
||||
Founder and development leader of the <a href="https://www.gnu.org/">GNU operating system</a>
|
||||
</p>
|
||||
</div>
|
||||
</main>
|
||||
<!--#include virtual="components/footer.html" -->
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user