-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
33 lines (33 loc) · 1.42 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html lang="de">
<head>
<link rel="alternate" hreflang="en" href="https://en.nilsmittler.de">
<title>Nils Mittler - DevOps Engineer - Profil</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Nils Mittler">
<meta name="description" content="Containervirtualisierung und -orchestrierung, Versions- und Releasemanagement, CI/CD/CD-Konfiguration und mehr. Nils Mittler SoftWorks.">
<link rel="stylesheet" href="/style.css">
</head>
<body>
<div class="page">
<div class="language-link-container">
<a href="#" class="language-link disabled">DE</a>
/
<a href="https://en.nilsmittler.de" class="language-link">EN</a>
</div>
<img src="/no-facebook.svg" class="no-fb" alt="You won't find me on facebook">
<div class="jumbo">
<img class="jumbo-img" src="/profile-v2.webp" alt="Nils Mittler, Profilbild">
<div class="jumbo-text">
<h1>Nils Mittler</h1>
<h2>M.Sc. Informatik</h2>
</div>
</div>
<div class="lead">
Spezialist für DevOps: Containervirtualisierung und -orchestrierung, Versions- und Releasemanagement, Continuous Integration/Delivery/Deployment und vieles mehr.
</div>
</div>
</body>
</html>