general website Note to self remove gradient --> project manager wants fix colors apparently
This commit is contained in:
parent
873d26fe93
commit
bbe2cc97e5
21 changed files with 512 additions and 36 deletions
|
@ -22,7 +22,40 @@
|
|||
</div>
|
||||
</header>
|
||||
<article>
|
||||
|
||||
<nav>
|
||||
<ul class="folder-list">
|
||||
<li class="folder-list-item">
|
||||
<a class="folder-link" href="general_purpose/">3D modeling</a>
|
||||
</li>
|
||||
<li class="folder-list-item">
|
||||
<a class="folder-link" href="general_purpose/">CAD</a>
|
||||
</li>
|
||||
<li class="folder-list-item">
|
||||
<a class="folder-link" href="general_purpose/">Disk cleaner</a>
|
||||
</li>
|
||||
<li class="folder-list-item">
|
||||
<a class="folder-link" href="general_purpose/">Notes</a>
|
||||
</li>
|
||||
<li class="folder-list-item">
|
||||
<a class="folder-link" href="general_purpose/">Office</a>
|
||||
</li>
|
||||
<li class="folder-list-item">
|
||||
<a class="folder-link" href="general_purpose/">Password Manager</a>
|
||||
</li>
|
||||
<li class="folder-list-item">
|
||||
<a class="folder-link" href="general_purpose/">PDF Viewer</a>
|
||||
</li>
|
||||
<li class="folder-list-item">
|
||||
<a class="folder-link" href="general_purpose/">VPN</a>
|
||||
</li>
|
||||
<li class="folder-list-item">
|
||||
<a class="folder-link" href="general_purpose/">Programming</a>
|
||||
</li>
|
||||
<li class="folder-list-item">
|
||||
<a class="folder-link" href="general_purpose/">template</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</article>
|
||||
<script>
|
||||
function toggleMenu() {
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
5/5
|
||||
Blender
|
38
FOOS_ALT_WEBSITE/general_purpose/3d_modeling.html
Normal file
38
FOOS_ALT_WEBSITE/general_purpose/3d_modeling.html
Normal file
|
@ -0,0 +1,38 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>General List</title>
|
||||
<link rel="stylesheet" href="../list.css">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<div class="header-content">
|
||||
<div class="project-name"><a href="index.html">General list</a></div>
|
||||
<button class="burger-menu" onclick="toggleMenu()">☰</button>
|
||||
<ul class="menu">
|
||||
<li><a href="index.html">Home</a></li>
|
||||
<li><a href="features.html">Features</a></li>
|
||||
<li><a href="downloads.html">Downloads</a></li>
|
||||
<li><a href="community.html">Community</a></li>
|
||||
<li><a href="support.html">Support</a></li>
|
||||
<li><a href="about.html">About</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<article>
|
||||
<h1>5/5</h1>
|
||||
<ul class="fiveStar">
|
||||
<li>Blender 5/5</li>
|
||||
</ul>
|
||||
</article>
|
||||
<script>
|
||||
function toggleMenu() {
|
||||
const menu = document.querySelector(".menu");
|
||||
menu.classList.toggle("active");
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
|
@ -1,5 +0,0 @@
|
|||
5/5
|
||||
FreeCAD
|
||||
|
||||
4/5
|
||||
OpenSCAD
|
42
FOOS_ALT_WEBSITE/general_purpose/cad.html
Normal file
42
FOOS_ALT_WEBSITE/general_purpose/cad.html
Normal file
|
@ -0,0 +1,42 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>General List</title>
|
||||
<link rel="stylesheet" href="../list.css">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<div class="header-content">
|
||||
<div class="project-name"><a href="index.html">General list</a></div>
|
||||
<button class="burger-menu" onclick="toggleMenu()">☰</button>
|
||||
<ul class="menu">
|
||||
<li><a href="index.html">Home</a></li>
|
||||
<li><a href="features.html">Features</a></li>
|
||||
<li><a href="downloads.html">Downloads</a></li>
|
||||
<li><a href="community.html">Community</a></li>
|
||||
<li><a href="support.html">Support</a></li>
|
||||
<li><a href="about.html">About</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<article>
|
||||
<h1>5/5</h1>
|
||||
<ul class="fiveStar">
|
||||
<li>FreeCAD</li>
|
||||
</ul>
|
||||
<h1>4/5</h1>
|
||||
<ul class="fourStar">
|
||||
<li>OpenSCAD</li>
|
||||
</ul>
|
||||
</article>
|
||||
<script>
|
||||
function toggleMenu() {
|
||||
const menu = document.querySelector(".menu");
|
||||
menu.classList.toggle("active");
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
|
@ -1,2 +0,0 @@
|
|||
5/5
|
||||
Bleachbit
|
39
FOOS_ALT_WEBSITE/general_purpose/disk_cleaner.html
Normal file
39
FOOS_ALT_WEBSITE/general_purpose/disk_cleaner.html
Normal file
|
@ -0,0 +1,39 @@
|
|||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>General List</title>
|
||||
<link rel="stylesheet" href="../list.css">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<div class="header-content">
|
||||
<div class="project-name"><a href="index.html">General list</a></div>
|
||||
<button class="burger-menu" onclick="toggleMenu()">☰</button>
|
||||
<ul class="menu">
|
||||
<li><a href="index.html">Home</a></li>
|
||||
<li><a href="features.html">Features</a></li>
|
||||
<li><a href="downloads.html">Downloads</a></li>
|
||||
<li><a href="community.html">Community</a></li>
|
||||
<li><a href="support.html">Support</a></li>
|
||||
<li><a href="about.html">About</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<article>
|
||||
<h1>5/5</h1>
|
||||
<ul class="fiveStar">
|
||||
<li>Bleachbit</li>
|
||||
</ul>
|
||||
</article>
|
||||
<script>
|
||||
function toggleMenu() {
|
||||
const menu = document.querySelector(".menu");
|
||||
menu.classList.toggle("active");
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
|
@ -1,5 +0,0 @@
|
|||
5/5
|
||||
Trillium
|
||||
|
||||
4/5
|
||||
Joplin
|
42
FOOS_ALT_WEBSITE/general_purpose/notes.html
Normal file
42
FOOS_ALT_WEBSITE/general_purpose/notes.html
Normal file
|
@ -0,0 +1,42 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>General List</title>
|
||||
<link rel="stylesheet" href="../list.css">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<div class="header-content">
|
||||
<div class="project-name"><a href="index.html">General list</a></div>
|
||||
<button class="burger-menu" onclick="toggleMenu()">☰</button>
|
||||
<ul class="menu">
|
||||
<li><a href="index.html">Home</a></li>
|
||||
<li><a href="features.html">Features</a></li>
|
||||
<li><a href="downloads.html">Downloads</a></li>
|
||||
<li><a href="community.html">Community</a></li>
|
||||
<li><a href="support.html">Support</a></li>
|
||||
<li><a href="about.html">About</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<article>
|
||||
<h1>5/5</h1>
|
||||
<ul class="fiveStar">
|
||||
<li>Trillium</li>
|
||||
</ul>
|
||||
<h1>4/5</h1>
|
||||
<ul class="fourStar">
|
||||
<li>Joplin</li>
|
||||
</ul>
|
||||
</article>
|
||||
<script>
|
||||
function toggleMenu() {
|
||||
const menu = document.querySelector(".menu");
|
||||
menu.classList.toggle("active");
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
|
@ -1,6 +0,0 @@
|
|||
5/5
|
||||
LibreOffice
|
||||
|
||||
4/5
|
||||
ONLYOFFICE
|
||||
Collabora Online
|
43
FOOS_ALT_WEBSITE/general_purpose/office_programs.html
Normal file
43
FOOS_ALT_WEBSITE/general_purpose/office_programs.html
Normal file
|
@ -0,0 +1,43 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>General List</title>
|
||||
<link rel="stylesheet" href="../list.css">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<div class="header-content">
|
||||
<div class="project-name"><a href="index.html">General list</a></div>
|
||||
<button class="burger-menu" onclick="toggleMenu()">☰</button>
|
||||
<ul class="menu">
|
||||
<li><a href="index.html">Home</a></li>
|
||||
<li><a href="features.html">Features</a></li>
|
||||
<li><a href="downloads.html">Downloads</a></li>
|
||||
<li><a href="community.html">Community</a></li>
|
||||
<li><a href="support.html">Support</a></li>
|
||||
<li><a href="about.html">About</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<article>
|
||||
<h1>5/5</h1>
|
||||
<ul class="fiveStar">
|
||||
<li>LibreOffice</li>
|
||||
</ul>
|
||||
<h1>4/5</h1>
|
||||
<ul class="fourStar">
|
||||
<li>ONLYOFFICE</li>
|
||||
<li>Collabora Online</li>
|
||||
</ul>
|
||||
</article>
|
||||
<script>
|
||||
function toggleMenu() {
|
||||
const menu = document.querySelector(".menu");
|
||||
menu.classList.toggle("active");
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
|
@ -1,6 +0,0 @@
|
|||
5/5
|
||||
KeePassXC
|
||||
|
||||
4/5
|
||||
Bitwarden
|
||||
Proton Pass
|
43
FOOS_ALT_WEBSITE/general_purpose/password_manager.html
Normal file
43
FOOS_ALT_WEBSITE/general_purpose/password_manager.html
Normal file
|
@ -0,0 +1,43 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>General List</title>
|
||||
<link rel="stylesheet" href="../list.css">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<div class="header-content">
|
||||
<div class="project-name"><a href="index.html">General list</a></div>
|
||||
<button class="burger-menu" onclick="toggleMenu()">☰</button>
|
||||
<ul class="menu">
|
||||
<li><a href="index.html">Home</a></li>
|
||||
<li><a href="features.html">Features</a></li>
|
||||
<li><a href="downloads.html">Downloads</a></li>
|
||||
<li><a href="community.html">Community</a></li>
|
||||
<li><a href="support.html">Support</a></li>
|
||||
<li><a href="about.html">About</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</header>
|
||||
<article>
|
||||
<h1>5/5</h1>
|
||||
<ul class="fiveStar">
|
||||
<li>KeePassXC</li>
|
||||
</ul>
|
||||
<h1>4/5</h1>
|
||||
<ul class="fourStar">
|
||||
<li>Bitwarden</li>
|
||||
<li>Proton Pass</li>
|
||||
</ul>
|
||||
</article>
|
||||
<script>
|
||||
function toggleMenu() {
|
||||
const menu = document.querySelector(".menu");
|
||||
menu.classList.toggle("active");
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
5/5
|
||||
Okular
|
39
FOOS_ALT_WEBSITE/general_purpose/pdf_viewer.html
Normal file
39
FOOS_ALT_WEBSITE/general_purpose/pdf_viewer.html
Normal file
|
@ -0,0 +1,39 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>General List</title>
|
||||
<link rel="stylesheet" href="../list.css">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<div class="header-content">
|
||||
<div class="project-name"><a href="index.html">General list</a></div>
|
||||
<button class="burger-menu" onclick="toggleMenu()">☰</button>
|
||||
<ul class="menu">
|
||||
<li><a href="index.html">Home</a></li>
|
||||
<li><a href="features.html">Features</a></li>
|
||||
<li><a href="downloads.html">Downloads</a></li>
|
||||
<li><a href="community.html">Community</a></li>
|
||||
<li><a href="support.html">Support</a></li>
|
||||
<li><a href="about.html">About</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</header>
|
||||
<article>
|
||||
<h1>5/5</h1>
|
||||
<ul class="fiveStar">
|
||||
<li>Ôkular</li>
|
||||
</ul>
|
||||
|
||||
</article>
|
||||
<script>
|
||||
function toggleMenu() {
|
||||
const menu = document.querySelector(".menu");
|
||||
menu.classList.toggle("active");
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
5/5
|
||||
ProtonVPN
|
||||
|
||||
4/5
|
||||
Mullvad VPN
|
42
FOOS_ALT_WEBSITE/general_purpose/privacy_vpn.html
Normal file
42
FOOS_ALT_WEBSITE/general_purpose/privacy_vpn.html
Normal file
|
@ -0,0 +1,42 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>General List</title>
|
||||
<link rel="stylesheet" href="../list.css">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<div class="header-content">
|
||||
<div class="project-name"><a href="index.html">General list</a></div>
|
||||
<button class="burger-menu" onclick="toggleMenu()">☰</button>
|
||||
<ul class="menu">
|
||||
<li><a href="index.html">Home</a></li>
|
||||
<li><a href="features.html">Features</a></li>
|
||||
<li><a href="downloads.html">Downloads</a></li>
|
||||
<li><a href="community.html">Community</a></li>
|
||||
<li><a href="support.html">Support</a></li>
|
||||
<li><a href="about.html">About</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</header>
|
||||
<article>
|
||||
<h1>5/5</h1>
|
||||
<ul class="fiveStar">
|
||||
<li>ProtonVPN</li>
|
||||
</ul>
|
||||
<h1>4/5</h1>
|
||||
<ul class="fourStar">
|
||||
<li>Mullvad VPN</li>
|
||||
</ul>
|
||||
</article>
|
||||
<script>
|
||||
function toggleMenu() {
|
||||
const menu = document.querySelector(".menu");
|
||||
menu.classList.toggle("active");
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
5/5
|
||||
VS Codium
|
40
FOOS_ALT_WEBSITE/general_purpose/programming.html
Normal file
40
FOOS_ALT_WEBSITE/general_purpose/programming.html
Normal file
|
@ -0,0 +1,40 @@
|
|||
5/5
|
||||
VS Codium
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>General List</title>
|
||||
<link rel="stylesheet" href="../list.css">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<div class="header-content">
|
||||
<div class="project-name"><a href="index.html">General list</a></div>
|
||||
<button class="burger-menu" onclick="toggleMenu()">☰</button>
|
||||
<ul class="menu">
|
||||
<li><a href="index.html">Home</a></li>
|
||||
<li><a href="features.html">Features</a></li>
|
||||
<li><a href="downloads.html">Downloads</a></li>
|
||||
<li><a href="community.html">Community</a></li>
|
||||
<li><a href="support.html">Support</a></li>
|
||||
<li><a href="about.html">About</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</header>
|
||||
<article>
|
||||
<h1>5/5</h1>
|
||||
<ul class="fiveStar">
|
||||
<li>VS Codium</li>
|
||||
</ul>
|
||||
</article>
|
||||
<script>
|
||||
function toggleMenu() {
|
||||
const menu = document.querySelector(".menu");
|
||||
menu.classList.toggle("active");
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
76
FOOS_ALT_WEBSITE/general_purpose/template.html
Normal file
76
FOOS_ALT_WEBSITE/general_purpose/template.html
Normal file
|
@ -0,0 +1,76 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>General List</title>
|
||||
<link rel="stylesheet" href="../list.css">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<div class="header-content">
|
||||
<div class="project-name"><a href="index.html">General list</a></div>
|
||||
<button class="burger-menu" onclick="toggleMenu()">☰</button>
|
||||
<ul class="menu">
|
||||
<li><a href="index.html">Home</a></li>
|
||||
<li><a href="features.html">Features</a></li>
|
||||
<li><a href="downloads.html">Downloads</a></li>
|
||||
<li><a href="community.html">Community</a></li>
|
||||
<li><a href="support.html">Support</a></li>
|
||||
<li><a href="about.html">About</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</header>
|
||||
<article>
|
||||
<h1>5/5</h1>
|
||||
<ul class="fiveStar">
|
||||
<li>Entry 1</li>
|
||||
<li>Entry 2</li>
|
||||
<li>Entry 3</li>
|
||||
<li>Entry 4</li>
|
||||
</ul>
|
||||
<h1>4/5</h1>
|
||||
<ul class="fourStar">
|
||||
<li>Entry 1</li>
|
||||
<li>Entry 2</li>
|
||||
<li>Entry 3</li>
|
||||
<li>Entry 4</li>
|
||||
</ul>
|
||||
<h1>3/5</h1>
|
||||
<ul class="threeStar">
|
||||
<li>Entry 1</li>
|
||||
<li>Entry 2</li>
|
||||
<li>Entry 3</li>
|
||||
<li>Entry 4</li>
|
||||
</ul>
|
||||
<h1>2/5</h1>
|
||||
<ul class="twoStar">
|
||||
<li>Entry 1</li>
|
||||
<li>Entry 2</li>
|
||||
<li>Entry 3</li>
|
||||
<li>Entry 4</li>
|
||||
</ul>
|
||||
<h1>1/5</h1>
|
||||
<ul class="oneStar">
|
||||
<li>Entry 1</li>
|
||||
<li>Entry 2</li>
|
||||
<li>Entry 3</li>
|
||||
<li>Entry 4</li>
|
||||
</ul>
|
||||
<h1>0/5</h1>
|
||||
<ul class="death">
|
||||
<li>Entry 1</li>
|
||||
<li>Entry 2</li>
|
||||
<li>Entry 3</li>
|
||||
<li>Entry 4</li>
|
||||
</ul>
|
||||
</article>
|
||||
<script>
|
||||
function toggleMenu() {
|
||||
const menu = document.querySelector(".menu");
|
||||
menu.classList.toggle("active");
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -202,6 +202,40 @@ ul.non-free-assets li {
|
|||
background-color: #ffebee;
|
||||
}
|
||||
|
||||
.fiveStar, .fourStar, .threeStar, .twoStar, .oneStar, .death{
|
||||
margin-bottom: 1em;
|
||||
color: white;
|
||||
font-weight: bold;
|
||||
text-shadow: red;
|
||||
}
|
||||
|
||||
ul.fiveStar {
|
||||
background: linear-gradient(to right, #01ab04, #01ab04);
|
||||
}
|
||||
|
||||
ul.fourStar {
|
||||
background: linear-gradient(to right, #01ab04, rgb(226, 226, 0));
|
||||
}
|
||||
|
||||
ul.threeStar {
|
||||
background: linear-gradient(to right, rgb(226, 226, 0), rgb(226, 226, 0));
|
||||
}
|
||||
|
||||
ul.twoStar {
|
||||
background: linear-gradient(to right, rgb(226, 226, 0), #ff0000);
|
||||
}
|
||||
|
||||
ul.oneStar {
|
||||
background: linear-gradient(to right, #ff0000, #ff0000);
|
||||
}
|
||||
|
||||
ul.death {
|
||||
background: linear-gradient(to right, #ff0000, #000000);
|
||||
color: white;
|
||||
font-weight: bold;
|
||||
text-shadow: red;
|
||||
}
|
||||
|
||||
/* Mobile Styles */
|
||||
@media (max-width: 1000px) {
|
||||
.burger-menu {
|
||||
|
|
Loading…
Reference in a new issue