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
				
			
		|  | @ -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> | ||||
| 
 | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Sage The DM
						Sage The DM