homepage.veen.world/index.html

252 lines
11 KiB
HTML
Raw Normal View History

2020-10-08 15:06:58 +02:00
<html>
2023-11-17 18:44:29 +01:00
<head>
2022-11-11 14:49:25 +01:00
<title>Kevin Veen-Birkenbach - Consulting and Coaching Services</title>
2022-11-11 15:25:21 +01:00
<meta charset="utf-8" >
2023-11-08 16:18:53 +01:00
<link rel="icon" type="image/x-icon" href="favicon.ico">
2022-11-11 14:49:25 +01:00
<!-- Bootstrap CSS only -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" crossorigin="anonymous">
<!-- Bootstrap JavaScript Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous"></script>
<!-- Bootstrap Icons -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css">
<!-- Fontawesome -->
<script src="https://kit.fontawesome.com/56f96da298.js" crossorigin="anonymous"></script>
<style>
a {
text-decoration: none;
color: #000000;
}
2022-11-23 17:40:18 +01:00
.header img {
float: right;
width: 100px;
height: 100px;
}
.header h1 {
position: relative;
}
2023-11-07 19:29:55 +01:00
.equal-height {
display: flex;
flex: 1;
}
2023-11-08 10:32:31 +01:00
.card-body {
display: flex;
flex-direction: column;
align-items: center; /* Zentriert die Inhalte horizontal */
text-align: center; /* Zentriert den Text */
}
.card-icon {
display: flex;
justify-content: center; /* Zentriert das Icon horizontal */
}
.card-text,
.card ul {
text-align: left; /* Stellt sicher, dass der Text linksbündig ist */
}
.card{
flex: 1; /* Stellt sicher, dass die Karten die ganze Höhe ihrer Container ausfüllen */
}
h3.card-title{
font-size: 1.3em;
}
.card .stretched-link{
font-size: 0.7em;
2023-11-07 19:29:55 +01:00
}
2022-11-11 14:49:25 +01:00
</style>
2023-11-17 18:44:29 +01:00
<!-- Matomo -->
<script>
var _paq = window._paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//matomo.veen.world/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '1']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<!-- End Matomo Code -->
</head>
2020-10-08 15:06:58 +02:00
<body>
2020-10-08 15:31:48 +02:00
<div class="container">
2022-11-23 17:40:18 +01:00
<div class="header">
2023-11-14 14:38:54 +01:00
<img src="512x512/logo.png" alt="logo"/>
2022-11-23 17:40:18 +01:00
<h1>Kevin Veen-Birkenbach</h1>
<h2>Consulting and Coaching Services</h2>
<p></p>
</div>
2023-11-08 10:32:31 +01:00
<div class="row">
<div class="col-md-6 col-lg-1 equal-height mt-2 mt-lg-0">
<div class="card h-100 d-flex flex-column">
<div class="card-body d-flex flex-column">
2022-11-11 14:49:25 +01:00
<div class="card-img-top">
2023-11-14 14:38:54 +01:00
<img src="512x512/logo_agile-coach.png" alt="Agile Coach" style="width: 100px; height: auto;">
2022-11-11 14:49:25 +01:00
</div>
<hr />
2023-11-07 19:29:55 +01:00
<h3 class="card-title">Agile Coach</h3>
2023-11-08 17:39:30 +01:00
<p class="card-text">I facilitate agile transformations, DevOps integration and improving team dynamics through Scrum Master, Release Train Engineer, Business Mediator and Agile Coach support.</p>
2023-11-17 18:57:20 +01:00
<a href="https://www.agile-coach.world" class="mt-auto btn btn-light stretched-link" ><i class="fa-solid fa-globe"></i> www.agile-coach.world</a>
2022-11-11 14:49:25 +01:00
</div>
</div>
</div>
2023-11-08 10:32:31 +01:00
<div class="col-md-6 col-lg-1 equal-height mt-2 mt-lg-0">
<div class="card h-100 d-flex flex-column">
<div class="card-body d-flex flex-column">
2022-11-11 14:49:25 +01:00
<div class="card-img-top">
2023-11-14 14:38:54 +01:00
<img src="512x512/logo_personal-coach.png" alt="Personal Coach" style="width: 100px; height: auto;">
2022-11-11 14:49:25 +01:00
</div>
<hr />
2023-11-07 19:29:55 +01:00
<h3 class="card-title">Personal Coach</h3>
2023-11-08 17:39:30 +01:00
<p class="card-text">I offer personal growth and professional development through customized coaching strategies, hypnotherapy, mediation, tantric and holistic improvement techniques.</p>
2023-11-17 18:57:20 +01:00
<a href="https://www.personalcoach.berlin" class="mt-auto btn btn-light stretched-link" ><i class="fa-solid fa-globe"></i> www.personalcoach.berlin</a>
2023-11-07 19:29:55 +01:00
</div>
</div>
</div>
2023-11-08 10:32:31 +01:00
<div class="col-md-6 col-lg-1 equal-height mt-2 mt-lg-0">
<div class="card h-100 d-flex flex-column">
<div class="card-body d-flex flex-column">
2023-11-07 19:29:55 +01:00
<div class="card-img-top">
2023-11-14 14:38:54 +01:00
<img src="512x512/logo_yachtmaster.png" alt="Yachtmaster" style="width: 100px; height: auto;">
2023-11-07 19:29:55 +01:00
</div>
<hr />
<h3 class="card-title">Yachtmaster</h3>
2023-11-08 17:39:30 +01:00
<p class="card-text">I teach and coach sailing, deliver yachts, help in planning voyages and offer services as skipper, ship chief cook, rescue swimmer and diver on yachts.</p>
2023-11-17 18:57:20 +01:00
<a href="https://www.yachtmaster.world" class="mt-auto btn btn-light stretched-link" ><i class="fa-solid fa-globe"></i> www.yachtmaster.world</a>
2023-11-07 19:29:55 +01:00
</div>
</div>
</div>
2023-11-08 10:32:31 +01:00
<div class="col-md-6 col-lg-1 equal-height mt-2 mt-lg-0">
2023-11-07 20:32:31 +01:00
<div class="card h-100 d-flex flex-column">
<div class="card-body d-flex flex-column">
<div class="card-img-top">
2023-11-14 14:38:54 +01:00
<img src="512x512/logo_cross-domain-consultant.png" alt="Cross Domain Consultant" style="width: 100px; height: auto;">
2023-11-07 20:32:31 +01:00
</div>
<hr />
2023-11-17 13:37:28 +01:00
<h3 class="card-title">Polymath</h3>
<p class="card-text">I help people and insititutions to appraise, plan, monitor, execute and evaluate complex cross-domain projects in the land, sea, sky, cyber, information and psychological domain.</p>
2023-11-17 18:57:20 +01:00
<a href="https://www.crossdomain.consulting/" class="mt-auto btn btn-light stretched-link" ><i class="fa-solid fa-globe"></i> www.crossdomain.consulting</a>
2023-11-07 20:32:31 +01:00
</div>
</div>
</div>
2023-11-08 10:32:31 +01:00
<div class="col-md-6 col-lg-1 equal-height mt-2 mt-lg-0">
<div class="card h-100 d-flex flex-column">
<div class="card-body d-flex flex-column">
2023-11-07 19:29:55 +01:00
<div class="card-img-top">
2023-11-14 14:38:54 +01:00
<img src="512x512/logo_cybermaster.png" alt="Cyber Master" style="width: 100px; height: auto;">
2023-11-07 19:29:55 +01:00
</div>
<hr />
2023-11-14 14:38:54 +01:00
<h3 class="card-title">Cyber Master</h3>
2023-11-08 17:39:30 +01:00
<p class="card-text">I develope robust open source IT infrastructure and software solutions tailored for German SMBs, with an emphasis on automation, security, reliability, and efficient operations.</p>
2023-11-17 18:57:20 +01:00
<a href="https://www.cybermaster.space" class="mt-auto btn btn-light stretched-link" ><i class="fa-solid fa-globe"></i> www.cybermaster.space</a>
2022-11-11 14:49:25 +01:00
</div>
</div>
</div>
</div>
<p></p>
<div class="row">
<div class="col">
2022-12-01 16:00:58 +01:00
<h3>I'm on:</h3>
2022-11-11 14:49:25 +01:00
<ul class="list-group list-group-flush">
<li class="list-group-item">
2022-11-16 09:29:21 +01:00
<a rel="me" href="https://github.com/kevinveenbirkenbach">
2022-11-11 14:49:25 +01:00
<i class="bi bi-github"></i>
2022-11-16 09:29:21 +01:00
github.com
2020-10-14 16:38:31 +02:00
</a>
</li>
2022-11-11 14:49:25 +01:00
<li class="list-group-item">
2022-11-16 09:29:21 +01:00
<a rel="me" href="https://www.instagram.com/kevinveenbirkenbach/">
<i class="fa-brands fa-instagram"></i>
instagram.com
2020-10-14 16:38:31 +02:00
</a>
</li>
2022-11-11 14:49:25 +01:00
<li class="list-group-item">
2022-11-16 09:29:21 +01:00
<a rel="me" href="https://www.xing.com/profile/Kevin_VeenBirkenbach">
<i class="bi bi-building"></i>
xing.com
2020-10-14 16:38:31 +02:00
</a>
</li>
2022-11-11 14:49:25 +01:00
<li class="list-group-item">
2022-11-16 09:29:21 +01:00
<a rel="me" href="https://www.linkedin.com/in/kevinveenbirkenbach">
<i class="bi bi-linkedin"></i>
linkedin.com
2020-10-14 16:38:31 +02:00
</a>
</li>
2022-11-11 14:49:25 +01:00
<li class="list-group-item">
2022-11-16 09:29:21 +01:00
<a rel="me" href="https://www.duolingo.com/profile/kevinbirkenbach">
2022-11-11 14:49:25 +01:00
<i class="fa-solid fa-language"></i> duolingo
</a>
</li>
<li class="list-group-item">
2022-11-16 09:29:21 +01:00
<a rel="me" href="https://www.facebook.com/kevinveenbirkenbach">
2022-11-11 14:49:25 +01:00
<i class="fa-brands fa-facebook"></i> facebook
2020-10-14 16:38:31 +02:00
</a>
</li>
<ul>
</div>
2022-11-11 14:49:25 +01:00
<div class="col">
2022-12-01 16:00:58 +01:00
<h3>I host:</h3>
2022-11-11 14:49:25 +01:00
<ul class="list-group list-group-flush">
2022-12-02 08:35:14 +01:00
<li class="list-group-item">
<a rel="me" href="https://cloud.veen.world/u/kevinveenbirkenbach" class="link">
<i class="fa-solid fa-link"></i>
cloud.veen.world
</a>
</li>
2022-11-11 14:49:25 +01:00
<li class="list-group-item">
2022-11-16 09:29:21 +01:00
<a rel="me" href="https://git.veen.world/kevinveenbirkenbach" class="link">
2022-11-11 14:49:25 +01:00
<i class="fa-solid fa-link"></i>
git.veen.world
2020-10-14 16:38:31 +02:00
</a>
</li>
2022-11-11 14:49:25 +01:00
<li class="list-group-item">
2022-11-16 09:29:21 +01:00
<a rel="me" href="https://blog.veen.world">
2022-11-11 14:49:25 +01:00
<i class="fa-solid fa-link"></i>
blog.veen.world
2020-10-14 16:38:31 +02:00
</a>
</li>
2022-11-11 14:49:25 +01:00
<li class="list-group-item">
2022-11-16 09:29:21 +01:00
<a rel="me" href="https://mastodon.veen.world/@kevinveenbirkenbach">
2022-11-11 14:49:25 +01:00
<i class="fa-solid fa-link"></i>
mastodon.veen.world
2020-10-14 16:38:31 +02:00
</a>
</li>
2022-11-11 14:49:25 +01:00
<li class="list-group-item">
2022-12-01 16:00:58 +01:00
<a rel="me" href="https://pixelfed.veen.world/kevinveenbirkenbach">
2022-11-11 14:49:25 +01:00
<i class="fa-solid fa-link"></i>
2022-12-01 16:00:58 +01:00
pixelfed.veen.world
2020-10-14 16:38:31 +02:00
</a>
</li>
2022-11-11 14:49:25 +01:00
<li class="list-group-item">
2022-12-01 16:00:58 +01:00
<a rel="me" href="https://peertube.veen.world/a/kevinveenbirkenbach">
2022-11-11 14:49:25 +01:00
<i class="fa-solid fa-link"></i>
2022-12-01 16:00:58 +01:00
peertube.veen.world
2020-10-14 16:38:31 +02:00
</a>
</li>
<ul>
</div>
2022-11-11 14:49:25 +01:00
<div class="col">
<h3>Contact</h3>
<div itemscope itemtype="http://schema.org/LocalBusiness">
<p itemprop="name">Kevin Veen-Birkenbach <br/> Beratungs- und Coachingdienstleistungen</p>
<p itemprop="address">Afrikanische Straße 43<br>DE-13351 Berlin<br>Germany</p>
<p>Phone: <span itemprop="telephone"><a href="tel:+491781798023">+491781798023</a></span><br>
Email: <span itemprop="email"><a href="mailto:kevin@veen.world">kevin@veen.world</a></span><br>
PGP-Key: <a href="https://s.veen.world/pgp">s.veen.world/pgp</a></p>
2022-12-01 16:00:58 +01:00
<a href="imprint.html">
<i class="fa-solid fa-link"></i>
imprint
</a>
2022-11-11 14:49:25 +01:00
</div>
</div>
2020-10-14 16:38:31 +02:00
</div>
2020-10-08 15:28:40 +02:00
</div>
2020-10-08 15:06:58 +02:00
</body>
</html>