2025-08-16 20:16:31 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<title>Welcome to KarlOS!</title>
|
2025-10-09 16:13:35 +02:00
|
|
|
<link rel="stylesheet" href="assets/style.css"/>
|
|
|
|
|
<link rel="icon" type="image/x-icon" href="assets/favicon.ico"/>
|
2025-08-16 20:16:31 +02:00
|
|
|
</head>
|
|
|
|
|
<body>
|
2025-10-09 16:13:35 +02:00
|
|
|
<div class="navbar">
|
|
|
|
|
<div class="navbutton">
|
|
|
|
|
<div class="logo">
|
|
|
|
|
<img src="assets/logo.png" alt="logo"/>
|
|
|
|
|
</div>
|
|
|
|
|
Karl<strong>OS</strong>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="navbutton">
|
|
|
|
|
<a href="#contact">Contact</a>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="navbutton">
|
|
|
|
|
<a href="/code/">Code</a>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="banner">
|
|
|
|
|
<h1>Hobby OS Dev @ KIT</h1>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="content">
|
|
|
|
|
<div class="softpage">
|
|
|
|
|
<h2>About us</h2>
|
|
|
|
|
We are a student group in Karlsruhe creating a hobbyist Operating System from scratch.
|
|
|
|
|
The current goal of the project is to develop a simple monolithic kernel for 64-bit Intel / AMD PCs,
|
|
|
|
|
which could serve as a platform for experimentation in the future.
|
|
|
|
|
</div>
|
|
|
|
|
<div class="softpage">
|
|
|
|
|
<h2>Current Goals</h2>
|
|
|
|
|
<i>More information coming soon</i>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="softpage" id="contact">
|
|
|
|
|
<h2>Contact us</h2>
|
|
|
|
|
<strong>E-Mail:</strong> 
|
|
|
|
|
<span>
|
|
|
|
|
kontakt
|
|
|
|
|
<div class="logo">
|
|
|
|
|
<img src="assets/arobas.png" alt="at"/>
|
|
|
|
|
</div>
|
|
|
|
|
karlsruhe-os.de
|
|
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="footer">
|
|
|
|
|
<pre class="impressum">
|
|
|
|
|
<b>Impressum</b>
|
|
|
|
|
Angaben gemäß § 5 DDG
|
|
|
|
|
Lennart Friebel
|
|
|
|
|
Kapellenstraße 70
|
|
|
|
|
76131 Karlsruhe
|
|
|
|
|
</pre>
|
|
|
|
|
</div>
|
2025-08-16 20:16:31 +02:00
|
|
|
</body>
|
|
|
|
|
</html>
|