* Change/simplify layout and colors of everything * Add a link to Gitea (refs #5) * Add actual content, consisting of a quick summary in text
		
			
				
	
	
		
			47 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			47 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
| <head>
 | |
|     <meta charset="utf-8">
 | |
|     <title>Kosmos</title>
 | |
|     <meta content='width=device-width, minimum-scale=1.0, maximum-scale=1.0' name='viewport'>
 | |
|     <link  rel="stylesheet" href="/styles/style.css" />
 | |
|     <link href='https://fonts.googleapis.com/css?family=Raleway:700|Abel' rel='stylesheet' type='text/css'>
 | |
| </head>
 | |
| <body>
 | |
|   <div id="wrapper">
 | |
|     <header>
 | |
|       <h1>Kosmos</h1>
 | |
|       <h2>Group communication for the 21st century</h2>
 | |
|     </header>
 | |
|     <main>
 | |
|       <p>
 | |
|         We are an open co-operative of people, who are developing a free,
 | |
|         open-source, and user-centric alternative to centralized group chat
 | |
|         platforms, based on widely used protocols and standards.
 | |
|       </p>
 | |
|       <p>
 | |
|         A public beta of Kosmos Chat is planned for late 2019. We also develop
 | |
|         a system for rewarding contributors and enabling decentralized
 | |
|         governance based on contributions, called
 | |
|         <a href="https://kredits.kosmos.org">Kredits</a>,
 | |
|         which we started using in production recently.
 | |
|       </p>
 | |
|       <p>
 | |
|         You can find all relevant information and further links in our
 | |
|         <a href="https://wiki.kosmos.org">wiki</a>.
 | |
|         We collaborate on source code on
 | |
|         <a href="https://github.com/67P" rel="me">GitHub</a>
 | |
|         as well as our own
 | |
|         <a href="https://gitea.kosmos.org/kosmos" rel="me">Gitea</a>.
 | |
|         For announcements and other news, you can follow us on the
 | |
|         <a href="https://kosmos.social/@kosmos" rel="me">fediverse</a>
 | |
|         (recommended) or on
 | |
|         <a href="https://twitter.com/KosmosHQ" rel="me">Twitter</a>.
 | |
|       </p>
 | |
|     </main>
 | |
|     <footer>
 | |
|     </footer>
 | |
|   </div>
 | |
| </body>
 | |
| </html>
 |