Switch website language to English
This commit is contained in:
parent
9f20f6ecea
commit
17b751262c
1 changed files with 10 additions and 10 deletions
20
index.html
20
index.html
|
|
@ -1,11 +1,11 @@
|
|||
<!doctype html>
|
||||
<html lang="de">
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta
|
||||
name="description"
|
||||
content="Persoenliche Selfhosting-Domain von rastus01.com fuer Home Lab, Matrix und private Dienste."
|
||||
content="Personal self-hosting domain for rastus01.com, home lab services, Matrix, and private experiments."
|
||||
>
|
||||
<title>rastus01.com</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
|
|
@ -25,29 +25,29 @@
|
|||
<h1 id="site-title">rastus01.com</h1>
|
||||
<p class="subtitle">Home Lab · Matrix · Selfhosting</p>
|
||||
<p class="intro">
|
||||
Dies ist meine persönliche Selfhosting-Domain. Einige Dienste laufen
|
||||
hier privat oder experimentell.
|
||||
This is my personal self-hosting domain. Some services run here
|
||||
privately or experimentally.
|
||||
</p>
|
||||
</header>
|
||||
|
||||
<main class="service-grid" aria-label="Dienste">
|
||||
<main class="service-grid" aria-label="Services">
|
||||
<section class="service-card">
|
||||
<div class="card-header">
|
||||
<span class="status-dot status-live" aria-hidden="true"></span>
|
||||
<h2>Matrix Homeserver</h2>
|
||||
</div>
|
||||
<p>Matrix läuft unter matrix.rastus01.com</p>
|
||||
<p>Matrix runs at matrix.rastus01.com</p>
|
||||
<a class="button-link" href="https://matrix.rastus01.com">
|
||||
Matrix öffnen
|
||||
Open Matrix
|
||||
</a>
|
||||
</section>
|
||||
|
||||
<section class="service-card">
|
||||
<div class="card-header">
|
||||
<span class="status-dot status-idle" aria-hidden="true"></span>
|
||||
<h2>Git / Projekte</h2>
|
||||
<h2>Git / Projects</h2>
|
||||
</div>
|
||||
<p>Eigene Projekte und Experimente folgen später.</p>
|
||||
<p>Personal projects and experiments will follow later.</p>
|
||||
</section>
|
||||
|
||||
<section class="service-card">
|
||||
|
|
@ -55,7 +55,7 @@
|
|||
<span class="status-dot status-build" aria-hidden="true"></span>
|
||||
<h2>Status</h2>
|
||||
</div>
|
||||
<p>Website im Aufbau.</p>
|
||||
<p>Website under construction.</p>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue