[NoJS] reimplementing js features without the js

This commit is contained in:
2026-08-10 16:19:59 +02:00
parent 904ed7e317
commit db60f55c73
7 changed files with 116 additions and 109 deletions
+5 -4
View File
@@ -32,17 +32,18 @@
<link rel="stylesheet" href="/styles/style.css" />
<!--ADDITIONAL_STYLE-->
<link rel="shortcut icon" href="/img/favicon.ico" type="image/x-icon" />
<script src="/scripts/main.js"></script>
<title><!--TITLE--> Decentrala</title>
<link rel="alternate" hreflang="en" href="/en/PAGE_NAME" />
</head>
<body>
<input type="checkbox" id="menu-toggle" />
<input type="checkbox" id="theme-toggle" />
<header>
<a id="logo" href="/">
<img src="/img/logo-light.svg" alt="Logo" />
Decentrala
</a>
<button id="theme-switcher"></button>
<label for="theme-toggle" id="theme-switcher"></label>
<a class="lang" hreflang="en" href="/en/PAGE_NAME">EN</a>
</header>
<main>
@@ -51,9 +52,9 @@
</div>
</main>
<footer>
<button class="hamburger closed">
<label for="menu-toggle" class="hamburger">
<img src="/img/strelica-closed-light.svg" alt="Menu" />
</button>
</label>
<nav class="menu">
<a href="/events">Događaji</a>
<a href="/services">Servisi</a>