Created the first draft of the FOSS Website
This commit is contained in:
		
							parent
							
								
									8b87143505
								
							
						
					
					
						commit
						7a99d4b1eb
					
				
					 42 changed files with 924 additions and 0 deletions
				
			
		
							
								
								
									
										34
									
								
								FOOS_ALT_WEBSITE/media.html
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										34
									
								
								FOOS_ALT_WEBSITE/media.html
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,34 @@ | |||
| <!DOCTYPE html> | ||||
| <html lang="en"> | ||||
| <head> | ||||
|     <meta charset="UTF-8"> | ||||
|     <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||||
|     <title>FOSS Alternatives</title> | ||||
|     <link rel="stylesheet" href="styles.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> | ||||
|          | ||||
|     </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