added internet tools
This commit is contained in:
		
							parent
							
								
									bbe2cc97e5
								
							
						
					
					
						commit
						f717b6323f
					
				
					 19 changed files with 216 additions and 76 deletions
				
			
		|  | @ -1,18 +0,0 @@ | |||
| 5/5 | ||||
| Firefox | ||||
| 
 | ||||
| 4/5 | ||||
| LibreWolf | ||||
| Thorium | ||||
| Brave | ||||
| 
 | ||||
| 3/5 | ||||
| Tor Browser | ||||
| Chromium | ||||
| Pale Moon | ||||
| 
 | ||||
| 2/5 | ||||
| Ungoogled-Chromium | ||||
| 
 | ||||
| 1/5 | ||||
| Vivaldi | ||||
							
								
								
									
										58
									
								
								FOOS_ALT_WEBSITE/internet_tools/browsers.html
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										58
									
								
								FOOS_ALT_WEBSITE/internet_tools/browsers.html
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,58 @@ | |||
| s<!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>5/5</h1> | ||||
|         <ul class="fiveStar"> | ||||
|             <li>Firefox</li>             | ||||
|         </ul> | ||||
|         <h1>4/5</h1> | ||||
|         <ul class="fourStar"> | ||||
|             <li>LibreWolf</li> | ||||
|             <li>Thorium</li> | ||||
|             <li>Brave</li> | ||||
|         </ul> | ||||
|         <h1>3/5</h1> | ||||
|         <ul class="threeStar"> | ||||
|             <li>Tor Browser</li> | ||||
|             <li>Chromium</li> | ||||
|             <li>Pale Moon</li> | ||||
|         </ul> | ||||
|         <h1>2/5</h1> | ||||
|         <ul class="twoStar"> | ||||
|             <li>Ungoogled-Chromium</li> | ||||
|         </ul> | ||||
|         <h1>1/5</h1> | ||||
|         <ul class="oneStar"> | ||||
|             <li>vivaldi</li> | ||||
|         </ul> | ||||
|     </article> | ||||
|     <script> | ||||
|         function toggleMenu() { | ||||
|             const menu = document.querySelector(".menu"); | ||||
|             menu.classList.toggle("active"); | ||||
|         } | ||||
|     </script> | ||||
| </body> | ||||
| </html> | ||||
| 
 | ||||
|  | @ -1,5 +0,0 @@ | |||
| 5/5 | ||||
| Thunderbird | ||||
| 
 | ||||
| 3/5 | ||||
| SeaMonkey | ||||
							
								
								
									
										42
									
								
								FOOS_ALT_WEBSITE/internet_tools/mail_clients.html
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										42
									
								
								FOOS_ALT_WEBSITE/internet_tools/mail_clients.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>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>5/5</h1> | ||||
|         <ul class="fiveStar"> | ||||
|             <li>Thunderbird</li>             | ||||
|         </ul> | ||||
|         <h1>3/5</h1> | ||||
|         <ul class="threeStar"> | ||||
|             <li>SeaMonkey</li> | ||||
|         </ul> | ||||
|     </article> | ||||
|     <script> | ||||
|         function toggleMenu() { | ||||
|             const menu = document.querySelector(".menu"); | ||||
|             menu.classList.toggle("active"); | ||||
|         } | ||||
|     </script> | ||||
| </body> | ||||
| </html> | ||||
| 
 | ||||
|  | @ -1,11 +0,0 @@ | |||
| 5/5 | ||||
| DuckDuckGo | ||||
| 
 | ||||
| 4/5 | ||||
| Qwant | ||||
| Startpage | ||||
| Brave Search | ||||
| Ecosia | ||||
| 
 | ||||
| 3/5 | ||||
| SearXNG | ||||
							
								
								
									
										62
									
								
								FOOS_ALT_WEBSITE/internet_tools/search_engines.html
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										62
									
								
								FOOS_ALT_WEBSITE/internet_tools/search_engines.html
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,62 @@ | |||
| <!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>5/5</h1> | ||||
|         <ul class="fiveStar"> | ||||
|             <li>DuckDuckGo</li>             | ||||
|         </ul> | ||||
|          | ||||
|         <h1>4/5</h1> | ||||
|         <ul class="fourStar"> | ||||
|             <li>Qwant</li> | ||||
|             <li>Startpage</li> | ||||
|             <li>Brave Search</li> | ||||
|             <li>Ecosia</li> | ||||
|         </ul> | ||||
|          | ||||
|         <h1>3/5</h1> | ||||
|         <ul class="threeStar"> | ||||
|             <li>SearXNG</li> | ||||
|         </ul> | ||||
|          | ||||
|         <h1>2/5</h1> | ||||
|         <ul class="twoStar"> | ||||
|             <li>Ungoogled-Chromium</li> | ||||
|         </ul> | ||||
|          | ||||
|         <h1>1/5</h1> | ||||
|         <ul class="oneStar"> | ||||
|             <li>Vivaldi</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