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>
|
<!doctype html>
|
||||||
<html lang="de">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<meta
|
<meta
|
||||||
name="description"
|
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>
|
<title>rastus01.com</title>
|
||||||
<link rel="stylesheet" href="style.css">
|
<link rel="stylesheet" href="style.css">
|
||||||
|
|
@ -25,29 +25,29 @@
|
||||||
<h1 id="site-title">rastus01.com</h1>
|
<h1 id="site-title">rastus01.com</h1>
|
||||||
<p class="subtitle">Home Lab · Matrix · Selfhosting</p>
|
<p class="subtitle">Home Lab · Matrix · Selfhosting</p>
|
||||||
<p class="intro">
|
<p class="intro">
|
||||||
Dies ist meine persönliche Selfhosting-Domain. Einige Dienste laufen
|
This is my personal self-hosting domain. Some services run here
|
||||||
hier privat oder experimentell.
|
privately or experimentally.
|
||||||
</p>
|
</p>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<main class="service-grid" aria-label="Dienste">
|
<main class="service-grid" aria-label="Services">
|
||||||
<section class="service-card">
|
<section class="service-card">
|
||||||
<div class="card-header">
|
<div class="card-header">
|
||||||
<span class="status-dot status-live" aria-hidden="true"></span>
|
<span class="status-dot status-live" aria-hidden="true"></span>
|
||||||
<h2>Matrix Homeserver</h2>
|
<h2>Matrix Homeserver</h2>
|
||||||
</div>
|
</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">
|
<a class="button-link" href="https://matrix.rastus01.com">
|
||||||
Matrix öffnen
|
Open Matrix
|
||||||
</a>
|
</a>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="service-card">
|
<section class="service-card">
|
||||||
<div class="card-header">
|
<div class="card-header">
|
||||||
<span class="status-dot status-idle" aria-hidden="true"></span>
|
<span class="status-dot status-idle" aria-hidden="true"></span>
|
||||||
<h2>Git / Projekte</h2>
|
<h2>Git / Projects</h2>
|
||||||
</div>
|
</div>
|
||||||
<p>Eigene Projekte und Experimente folgen später.</p>
|
<p>Personal projects and experiments will follow later.</p>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="service-card">
|
<section class="service-card">
|
||||||
|
|
@ -55,7 +55,7 @@
|
||||||
<span class="status-dot status-build" aria-hidden="true"></span>
|
<span class="status-dot status-build" aria-hidden="true"></span>
|
||||||
<h2>Status</h2>
|
<h2>Status</h2>
|
||||||
</div>
|
</div>
|
||||||
<p>Website im Aufbau.</p>
|
<p>Website under construction.</p>
|
||||||
</section>
|
</section>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue