Preperation for the licence
This commit is contained in:
parent
3217e2126a
commit
bbb39ad5d9
46 changed files with 354 additions and 975 deletions
23
index.html
23
index.html
|
@ -5,22 +5,11 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>FOSS Alternatives</title>
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
<script src="header.js" type="text/javascript" defer></script>
|
||||
<script src="burger.js" type="text/javascript" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<div class="header-content">
|
||||
<div class="project-name"><a href="index.html">FOSS alternative</a></div>
|
||||
<button class="burger-menu" onclick="toggleMenu()">☰</button>
|
||||
<ul class="menu">
|
||||
<li><a href="games.html">Games</a></li>
|
||||
<li><a href="general.html">General</a></li>
|
||||
<li><a href="tools.html">Tools</a></li>
|
||||
<li><a href="media.html">Multimedia</a></li>
|
||||
<li><a href="os.html">OS</a></li>
|
||||
<li><a href="social-media.html">Social media</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</header>
|
||||
<header-component></header-component>
|
||||
<article>
|
||||
<h1>foss-alternatives</h1>
|
||||
<p class="text">
|
||||
|
@ -163,11 +152,5 @@
|
|||
<br>
|
||||
</p>
|
||||
</article>
|
||||
<script>
|
||||
function toggleMenu() {
|
||||
const menu = document.querySelector(".menu");
|
||||
menu.classList.toggle("active");
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue