added OS
This commit is contained in:
		
							parent
							
								
									35239e2b6b
								
							
						
					
					
						commit
						c8d56353a8
					
				
					 5 changed files with 139 additions and 58 deletions
				
			
		
							
								
								
									
										66
									
								
								FOOS_ALT_WEBSITE/operating_systems/desktop.html
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										66
									
								
								FOOS_ALT_WEBSITE/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="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>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> | ||||
| 
 | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Sage The DM
						Sage The DM