1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 11:47:34 +00:00

Meta: Import the serenityos.org website

It doesn't seem right to not have the website in version control.
Also this way people can make changes to it. :^)
This commit is contained in:
Andreas Kling 2020-12-28 00:10:45 +01:00
parent 20e2700952
commit 4e99e013f0
152 changed files with 831 additions and 0 deletions

View file

@ -0,0 +1,48 @@
<!DOCTYPE html>
<html>
<head>
<title>SerenityOS</title>
<style>
body { font-family: sans-serif; }
</style>
</head>
<body>
<img src="banner.png" alt="SerenityOS">
<h1>SerenityOS</h1>
<b>A graphical Unix-like operating system for desktop computers!</b>
<p>SerenityOS is a love letter to '90s user interfaces with a custom Unix-like core. It flatters with sincerity by stealing beautiful ideas from various other systems.</p>
<p>Roughly speaking, the goal is a marriage between the aesthetic of late-1990s productivity software and the power-user accessibility of late-2000s *nix.</p>
<p>This is a system by us, for us, based on the things we like.</p>
<p><b>Project:</b></p>
<ul>
<li><a href="https://github.com/SerenityOS/serenity">SerenityOS on GitHub</a> <b>(Go here if you're new!)</b></li>
<li><a href="bounty/">Bug bounty program</a></li>
<li><a href="faq/">Frequently asked questions</a></li>
<li><b>#serenityos</b> on Freenode IRC</li>
</ul>
<p><b>About:</b></p>
<ul>
<li><a href="https://en.wikipedia.org/wiki/SerenityOS">SerenityOS on Wikipedia</a></a>
</ul>
<p><b>Sponsoring development:</b></p>
<ul>
<li><a href="github-sponsors/">GitHub Sponsors</a></li>
<li><a href="https://www.patreon.com/serenityos">Patreon</a></li>
</ul>
<p><b>Other links:</b></p>
<ul>
<li><a href="https://youtube.com/c/AndreasKling">Andreas Kling on YouTube</a></li>
<li><a href="happy/2nd/">Happy 2nd birthday! SerenityOS: The second year</a> <font color=red>(new!)</font></li>
<li><a href="happy/1st/">Happy 1st birthday! SerenityOS: From zero to HTML in a year</a></li>
<li><a href="https://happy-serenityos.linus.dev/">Linus's ":^)" tracker</a></li>
</ul>
</body>
</html>