added social media
This commit is contained in:
		
							parent
							
								
									c8d56353a8
								
							
						
					
					
						commit
						e2a1d5d0e0
					
				
					 9 changed files with 151 additions and 23 deletions
				
			
		|  | @ -22,12 +22,16 @@ | |||
|         </div> | ||||
|     </header> | ||||
|     <article> | ||||
|     <nav> | ||||
|       <ul class="folder-list"> | ||||
|         <li class="folder-list-item"> | ||||
|           <a class="folder-link" href="operating_systems/mobile.html">Mobile</a> | ||||
|         </li> | ||||
|         <li class="folder-list-item"> | ||||
|           <a class="folder-link" href="operating_systems/desktop.html">Desktop</a> | ||||
|         </li> | ||||
|       </ul> | ||||
|     </nav> | ||||
|     </article> | ||||
|     <script> | ||||
|       function toggleMenu() { | ||||
|  |  | |||
|  | @ -22,7 +22,18 @@ | |||
|         </div> | ||||
|     </header> | ||||
|     <article> | ||||
|          | ||||
|         <li class="folder-list-item"> | ||||
|           <a class="folder-link" href="social_platforms/irc_clients.html">IRC Clients</a> | ||||
|         </li> | ||||
|         <li class="folder-list-item"> | ||||
|           <a class="folder-link" href="social_platforms/matrix_clients.html">Matrix Clients</a> | ||||
|         </li> | ||||
|         <li class="folder-list-item"> | ||||
|           <a class="folder-link" href="social_platforms/signal_clients.html">signal clients</a> | ||||
|         </li> | ||||
|         <li class="folder-list-item"> | ||||
|           <a class="folder-link" href="social_platforms/other_platforms.html">Other Platforms</a> | ||||
|         </li> | ||||
|     </article> | ||||
|     <script> | ||||
|       function toggleMenu() { | ||||
|  |  | |||
|  | @ -1,5 +0,0 @@ | |||
| 5/5 | ||||
| HexChat | ||||
| 
 | ||||
| 4/5 | ||||
| KiwiIRC | ||||
							
								
								
									
										42
									
								
								FOOS_ALT_WEBSITE/social_platforms/irc_clients.html
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										42
									
								
								FOOS_ALT_WEBSITE/social_platforms/irc_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>HexChat</li>             | ||||
|         </ul> | ||||
|         <h1>4/5</h1> | ||||
|         <ul class="fourStar"> | ||||
|             <li>KiwiIRC</li> | ||||
|         </ul> | ||||
|     </article> | ||||
|     <script> | ||||
|         function toggleMenu() { | ||||
|             const menu = document.querySelector(".menu"); | ||||
|             menu.classList.toggle("active"); | ||||
|         } | ||||
|     </script> | ||||
| </body> | ||||
| </html> | ||||
| 
 | ||||
|  | @ -1,8 +0,0 @@ | |||
| 5/5 | ||||
| Element | ||||
| 
 | ||||
| 4/5 | ||||
| FluffyChat | ||||
| 
 | ||||
| 3/5 | ||||
| Cinny | ||||
							
								
								
									
										46
									
								
								FOOS_ALT_WEBSITE/social_platforms/matrix_clients.html
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										46
									
								
								FOOS_ALT_WEBSITE/social_platforms/matrix_clients.html
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,46 @@ | |||
| <!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>Element</li>             | ||||
|         </ul> | ||||
|         <h1>4/5</h1> | ||||
|         <ul class="fiveStar"> | ||||
|             <li>FluffyChat</li>             | ||||
|         </ul> | ||||
|         <h1>3/5</h1> | ||||
|         <ul class="fiveStar"> | ||||
|             <li>Cinny</li>             | ||||
|         </ul> | ||||
|     </article> | ||||
|     <script> | ||||
|         function toggleMenu() { | ||||
|             const menu = document.querySelector(".menu"); | ||||
|             menu.classList.toggle("active"); | ||||
|         } | ||||
|     </script> | ||||
| </body> | ||||
| </html> | ||||
| 
 | ||||
|  | @ -1,9 +0,0 @@ | |||
| 5/5 | ||||
| Mastodon | ||||
| 
 | ||||
| 4/5 | ||||
| Lemmy | ||||
| 
 | ||||
| 3/5 | ||||
| Pixelfed | ||||
| Friendica | ||||
							
								
								
									
										47
									
								
								FOOS_ALT_WEBSITE/social_platforms/other_platforms.html
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										47
									
								
								FOOS_ALT_WEBSITE/social_platforms/other_platforms.html
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,47 @@ | |||
| <!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>Mastodon</li>             | ||||
|         </ul> | ||||
|         <h1>4/5</h1> | ||||
|         <ul class="fiveStar"> | ||||
|             <li>Lemmy</li>             | ||||
|         </ul> | ||||
|         <h1>3/5</h1> | ||||
|         <ul class="fiveStar"> | ||||
|             <li>Pixelfed</li> | ||||
|             <li>Friendica</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