53 lines
1.3 KiB
HTML
53 lines
1.3 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Welcome to KarlOS!</title>
|
|
<link rel="stylesheet" href="assets/style.css"/>
|
|
</head>
|
|
<body>
|
|
<div class="header">
|
|
<div class="button">
|
|
<div class="logo">
|
|
<img src="assets/logo.png" alt="logo"/>
|
|
</div>
|
|
Karl<strong>OS</strong>
|
|
</div>
|
|
|
|
<div class="button">
|
|
<a href="#contact">Contact</a>
|
|
</div>
|
|
|
|
<div class="button">
|
|
<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">
|
|
<a id="contact"></a>
|
|
<h2>Contact Us</h2>
|
|
<p>Angaben gemäß § 5 DDG</p>
|
|
<p>
|
|
Lennart Friebel<br>
|
|
Kapellenstraße 70<br>
|
|
76131 Karlsruhe<br>
|
|
</p>
|
|
<p>
|
|
<strong>Kontakt:</strong><br>
|
|
E-Mail: <span>kontakt<span>@<span>karlsruhe-os.de</span></span></span></br>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
<div class="footer">
|
|
Copyright 2024-2025
|
|
</div>
|
|
</body>
|
|
</html>
|