123 lines
4.7 KiB
HTML
123 lines
4.7 KiB
HTML
<!doctype html>
|
|
<html lang="de">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<title>Linus Torvalds — Informationsseite</title>
|
|
<meta
|
|
name="description"
|
|
content="Kurzinformationen über Linus Torvalds, den Erfinder des Linux-Kernels und Git."
|
|
/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<link rel="icon" type="image/x-icon" href="images/tux.avif" />
|
|
<link rel="stylesheet" href="style.css" />
|
|
</head>
|
|
<body>
|
|
<header class="site-header">
|
|
<h1>Linus Torvalds</h1>
|
|
<p class="tagline">
|
|
Erfinder des Linux-Kernels & Schöpfer von Git
|
|
</p>
|
|
<div>
|
|
<a class="main-link" href="links.html">Links</a>
|
|
</div>
|
|
</header>
|
|
|
|
<main class="container">
|
|
<section class="bio">
|
|
<img
|
|
src="images/LinusT.jpg"
|
|
alt="Linus Torvalds"
|
|
class="portrait"
|
|
/>
|
|
<div class="summary">
|
|
<h2>Kurzbiographie</h2>
|
|
<p>
|
|
Linus Benedict Torvalds (* 28. Dezember 1969 in
|
|
Helsinki, Finnland) ist ein Softwareentwickler, bekannt
|
|
als Initiator und Hauptentwickler des Linux-Kernels. Er
|
|
ist außerdem der ursprüngliche Autor von Git, dem
|
|
verteilten Versionskontrollsystem.
|
|
</p>
|
|
<p>
|
|
Torvalds veröffentlichte den ersten Linux-Kernel 1991
|
|
und betreut seitdem die Entwicklung in einer
|
|
Maintainer-Rolle. Seine Arbeit hat die Welt der
|
|
Open-Source-Software nachhaltig geprägt.
|
|
</p>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="facts">
|
|
<h3>Fakten</h3>
|
|
<table class="facts-table">
|
|
<tbody>
|
|
<tr>
|
|
<th>Geboren</th>
|
|
<td>28. Dezember 1969</td>
|
|
</tr>
|
|
<tr>
|
|
<th>Geburtsort</th>
|
|
<td>Helsinki, Finnland</td>
|
|
</tr>
|
|
<tr>
|
|
<th>Nationalität</th>
|
|
<td>Finnisch</td>
|
|
</tr>
|
|
<tr>
|
|
<th>Bekannt für</th>
|
|
<td>Linux-Kernel, Git</td>
|
|
</tr>
|
|
<tr>
|
|
<th>Erstes Linux-Release</th>
|
|
<td>1991</td>
|
|
</tr>
|
|
<tr>
|
|
<th>Rolle</th>
|
|
<td>Maintainer / Projektinitiator</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</section>
|
|
|
|
<section>
|
|
<h3>Zeitleiste</h3>
|
|
<ol id="timeline" class="timeline">
|
|
<li>
|
|
<button class="toggle">
|
|
1991 — Linux veröffentlicht
|
|
</button>
|
|
<div class="content">
|
|
Torvalds kündigte Linux in einer Usenet-Nachricht an
|
|
und veröffentlichte den Kernel unter einer freien
|
|
Lizenz.
|
|
</div>
|
|
</li>
|
|
<li>
|
|
<button class="toggle">2005 — Git entsteht</button>
|
|
<div class="content">
|
|
Als Reaktion auf Probleme mit der vorherigen
|
|
Versionsverwaltung entwickelte Torvalds Git, ein
|
|
schnelles verteiltes System.
|
|
</div>
|
|
</li>
|
|
<li>
|
|
<button class="toggle">Aktiv</button>
|
|
<div class="content">
|
|
Er ist weiterhin als Maintainer aktiv und
|
|
kommentiert die Entwicklung des Kernels und der
|
|
Open-Source-Community.
|
|
</div>
|
|
</li>
|
|
</ol>
|
|
</section>
|
|
</main>
|
|
|
|
<footer class="site-footer">
|
|
<small>Quellen: Wikipedia, Kernel.org, Git-Website</small>
|
|
</footer>
|
|
|
|
<script src="script.js" async defer></script>
|
|
</body>
|
|
</html>
|