OsmanFr commited on
Commit
d3a2d8a
·
verified ·
1 Parent(s): 5ff756d

🐳 18/03 - 19:05 - the website size looks weird

Browse files
Files changed (3) hide show
  1. index.html +1 -2
  2. script.js +2 -2
  3. style.css +0 -1
index.html CHANGED
@@ -1015,6 +1015,5 @@
1015
  <script>
1016
  lucide.createIcons();
1017
  </script>
1018
- <script src="https://deepsite.hf.co/deepsite-badge.js"></script>
1019
  </body>
1020
- </html
 
1015
  <script>
1016
  lucide.createIcons();
1017
  </script>
 
1018
  </body>
1019
+ </html>
script.js CHANGED
@@ -479,7 +479,7 @@ const translations = {
479
  let currentLang = 'nl';
480
 
481
  // Set language function
482
- function setLanguage(lang) {
483
  currentLang = lang;
484
 
485
  // Update all elements with data-translate attribute
@@ -543,7 +543,7 @@ function setLanguage(lang) {
543
  }
544
 
545
  // Toggle FAQ accordion
546
- function toggleFaq(button) {
547
  const content = button.nextElementSibling;
548
  const icon = button.querySelector('[data-lucide="chevron-down"]');
549
 
 
479
  let currentLang = 'nl';
480
 
481
  // Set language function
482
+ window.setLanguage = function(lang) {
483
  currentLang = lang;
484
 
485
  // Update all elements with data-translate attribute
 
543
  }
544
 
545
  // Toggle FAQ accordion
546
+ window.toggleFaq = function(button) {
547
  const content = button.nextElementSibling;
548
  const icon = button.querySelector('[data-lucide="chevron-down"]');
549
 
style.css CHANGED
@@ -1,5 +1,4 @@
1
  body {
2
- padding: 2rem;
3
  font-family: -apple-system, BlinkMacSystemFont, "Arial", sans-serif;
4
  }
5
 
 
1
  body {
 
2
  font-family: -apple-system, BlinkMacSystemFont, "Arial", sans-serif;
3
  }
4