added file structure
This commit is contained in:
parent
978ab24728
commit
3217e2126a
76 changed files with 0 additions and 0 deletions
|
@ -1,29 +0,0 @@
|
|||
# GNU/Linux Based
|
||||
|
||||
5/5
|
||||
Linux Mint
|
||||
|
||||
4/5
|
||||
Ubuntu
|
||||
Zorin OS
|
||||
Pop!_OS
|
||||
openSUSE Leap
|
||||
|
||||
3/5
|
||||
Fedora
|
||||
elementary OS
|
||||
openSUSE Tumbleweed
|
||||
ThoriumOS
|
||||
|
||||
2/5
|
||||
Debian
|
||||
|
||||
1/5
|
||||
Trisquel
|
||||
|
||||
|
||||
|
||||
# Android Based
|
||||
|
||||
2/5
|
||||
Bliss OS
|
66
operating_systems/desktop.html
Normal file
66
operating_systems/desktop.html
Normal file
|
@ -0,0 +1,66 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>FOSS Alternative</title>
|
||||
<link rel="stylesheet" href="../list.css">
|
||||
</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>
|
||||
<article>
|
||||
<h1>GNU/Linux Based</h1>
|
||||
<h1>5/5</h1>
|
||||
<ul class="fiveStar">
|
||||
<li>Linux Mint</li>
|
||||
</ul>
|
||||
<h1>4/5</h1>
|
||||
<ul class="fourStar">
|
||||
<li>Ubuntu</li>
|
||||
<li>Zorin OS</li>
|
||||
<li>Pop!_OS</li>
|
||||
<li>openSUSE Leap</li>
|
||||
</ul>
|
||||
<h1>3/5</h1>
|
||||
<ul class="threeStar">
|
||||
<li>Fedora</li>
|
||||
<li>elementary OS</li>
|
||||
<li>openSUSE Tumbleweed</li>
|
||||
<li>ThoriumOS</li>
|
||||
</ul>
|
||||
<h1>2/5</h1>
|
||||
<ul class="twoStar">
|
||||
<li>Debian</li>
|
||||
</ul>
|
||||
<h1>1/5</h1>
|
||||
<ul class="oneStar">
|
||||
<li>Trisquel</li>
|
||||
</ul>
|
||||
<h1>Andriod Based</h1>
|
||||
<h1>2/5</h1>
|
||||
<ul class="twoStar">
|
||||
<li>Bliss OS</li>
|
||||
</ul>
|
||||
</article>
|
||||
<script>
|
||||
function toggleMenu() {
|
||||
const menu = document.querySelector(".menu");
|
||||
menu.classList.toggle("active");
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
# AOSP Based
|
||||
|
||||
5/5
|
||||
Volla OS
|
||||
|
||||
4/5
|
||||
/e/OS
|
||||
CalyxOS
|
||||
GrapheneOS
|
||||
|
||||
3/5
|
||||
LineageOS + microG
|
||||
|
||||
2/5
|
||||
LineageOS
|
||||
|
||||
1/5
|
||||
Replicant
|
||||
|
||||
|
||||
|
||||
# GNU/Linux Based
|
||||
|
||||
2/5
|
||||
Ubuntu Touch
|
||||
|
||||
1/5
|
||||
postmarketOS
|
65
operating_systems/mobile.html
Normal file
65
operating_systems/mobile.html
Normal file
|
@ -0,0 +1,65 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>FOSS Alternative</title>
|
||||
<link rel="stylesheet" href="../list.css">
|
||||
</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>
|
||||
<article>
|
||||
<h1>AOSP Base</h1>
|
||||
<h1>5/5</h1>
|
||||
<ul class="fiveStar">
|
||||
<li>Volla OS</li>
|
||||
</ul>
|
||||
<h1>4/5</h1>
|
||||
<ul class="fourStar">
|
||||
<li>/e/OS</li>
|
||||
<li>CalyxOS</li>
|
||||
<li>GrapheneOS</li>
|
||||
</ul>
|
||||
<h1>3/5</h1>
|
||||
<ul class="threeStar">
|
||||
<li>LineageOS + microG</li>
|
||||
</ul>
|
||||
<h1>2/5</h1>
|
||||
<ul class="twoStar">
|
||||
<li>LineageOS</li>
|
||||
</ul>
|
||||
<h1>1/5</h1>
|
||||
<ul class="oneStar">
|
||||
<li>Replicant</li>
|
||||
</ul>
|
||||
<h1>GNU/Linux Based</h1>
|
||||
<h1>2/5</h1>
|
||||
<ul class="twoStar">
|
||||
<li>Ubuntu Touch</li>
|
||||
</ul>
|
||||
<ul class="oneStar">
|
||||
<li>postmarketOS</li>
|
||||
</ul>
|
||||
</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