-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
101 lines (100 loc) · 3 KB
/
index.html
File metadata and controls
101 lines (100 loc) · 3 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CPUnicorns | Kubernetes Admin & IT-Infrastructure Enthusiast</title>
<style>
body {
font-family: 'Segoe UI', Arial, sans-serif;
background: #f5f7fa;
color: #222;
margin: 0;
padding: 0;
}
.container {
max-width: 700px;
margin: 40px auto;
background: #fff;
border-radius: 12px;
box-shadow: 0 2px 16px rgba(0,0,0,0.08);
padding: 32px 24px;
}
h1 {
color: #2d7dd2;
margin-bottom: 8px;
}
h2 {
color: #222;
margin-top: 32px;
}
ul.skills {
list-style: none;
padding: 0;
display: flex;
flex-wrap: wrap;
gap: 12px;
}
ul.skills li {
background: #e6f0fa;
color: #2d7dd2;
padding: 8px 16px;
border-radius: 20px;
font-weight: 500;
font-size: 1rem;
}
.passion {
font-style: italic;
color: #555;
margin-bottom: 24px;
}
</style>
</head>
<body>
<div class="container">
<h1>Hi, I'm CPUnicorns 🦄</h1>
<div class="passion">
Kubernetes Admin | IT-Infrastructure Enthusiast
</div>
<p>
Welcome to my personal page! I am passionate about all things IT-Infrastructure and have dedicated my career to building, automating, and optimizing modern IT environments. My journey has always revolved around infrastructure, and I thrive on empowering teams with robust, scalable, and self-service solutions.
</p>
<h2>My Skills</h2>
<ul class="skills">
<li>Kubernetes</li>
<li>Ansible</li>
<li>IaaS</li>
<li>GitLab CI</li>
<li>Golang</li>
<li>Python</li>
<li>Self-Services</li>
<li>Linux</li>
<li>ArgoCD</li>
<li>Helm</li>
<li>Terraform</li>
<li>Docker</li>
<li>Prometheus</li>
<li>Grafana</li>
<li>CI/CD</li>
<li>Cloud-Native</li>
<li>DevOps</li>
<li>Infrastructure Automation</li>
<li>Monitoring</li>
<li>and more</li>
</ul>
<h2>About Me</h2>
<p>
I love working with Kubernetes and cloud-native technologies, automating infrastructure with tools like Ansible, and building CI/CD pipelines with GitLab CI. My expertise spans across Linux systems, infrastructure-as-a-service (IaaS), and developing solutions in Golang and Python. I am always eager to learn, share, and contribute to the IT community.
</p>
<p>
Feel free to connect or explore my projects!
</p>
<h2>Talks & Presentations</h2>
<ul>
<li>
<strong>ContainerDays 2025:</strong> <a href="https://youtu.be/8pFGEmYxwAs?si=13EAhrlhZFTTO8tY" target="_blank" rel="noopener">Watch my talk on YouTube</a>
</li>
</ul>
</div>
</body>
</html>