mirror of
https://github.com/kevinveenbirkenbach/homepage.veen.world.git
synced 2024-11-22 20:31:02 +01:00
updated landing page
This commit is contained in:
parent
8a02e7ce1c
commit
ac6970305e
0
imprint.html
Normal file
0
imprint.html
Normal file
145
index.html
145
index.html
@ -1,76 +1,143 @@
|
|||||||
<html>
|
<html>
|
||||||
<header>
|
<header>
|
||||||
<title>Veen.World</title>
|
<title>Kevin Veen-Birkenbach - Consulting and Coaching Services</title>
|
||||||
<!-- CSS only -->
|
<!-- Bootstrap CSS only -->
|
||||||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" crossorigin="anonymous">
|
||||||
<!-- JS, Popper.js, and jQuery -->
|
<!-- Bootstrap JavaScript Bundle with Popper -->
|
||||||
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
|
<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>
|
||||||
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
|
<!-- Bootstrap Icons -->
|
||||||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
|
<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;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
</header>
|
</header>
|
||||||
<body>
|
<body>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
<h1>Kevin Veen-Birkenbach</h1>
|
||||||
|
<h2>Consulting and Coaching Services</h2>
|
||||||
|
<p></p>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-sm text-right">
|
<div class="col">
|
||||||
<h3> kevin @ </h3>
|
<div class="card">
|
||||||
<ul dir="rtl">
|
<div class="card-body">
|
||||||
<li>
|
<div class="card-img-top">
|
||||||
|
<i class="fa-solid fa-users fa-10x"></i>
|
||||||
|
</div>
|
||||||
|
<hr />
|
||||||
|
<h3 class="card-title">Agile Coaching</h3>
|
||||||
|
<p class="card-text">Coaching for Companies and Institutions</p>
|
||||||
|
<a href="https://www.agile-coach.world" class="btn btn-light stretched-link">Go to www.agile-coach.world</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="col">
|
||||||
|
<div class="card">
|
||||||
|
<div class="card-body">
|
||||||
|
<div class="card-img-top">
|
||||||
|
<i class="fa-solid fa-user fa-10x"></i>
|
||||||
|
</div>
|
||||||
|
<hr />
|
||||||
|
<h3 class="card-title">Universal Coaching</h3>
|
||||||
|
<p class="card-text">Coaching for Polymaths and Universal Interested Personalities</p>
|
||||||
|
<a href="https://www.universal-coach.world" class="btn btn-light stretched-link">Go to www.universal-coach.world</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<p></p>
|
||||||
|
<div class="row">
|
||||||
|
<div class="col">
|
||||||
|
<h3>Social</h3>
|
||||||
|
<ul class="list-group list-group-flush">
|
||||||
|
<li class="list-group-item">
|
||||||
<a href="https://github.com/kevinveenbirkenbach">
|
<a href="https://github.com/kevinveenbirkenbach">
|
||||||
github.com
|
<i class="bi bi-github"></i>
|
||||||
|
github
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li class="list-group-item">
|
||||||
<a href="https://www.instagram.com/kevinveenbirkenbach/">
|
<a href="https://www.instagram.com/kevinveenbirkenbach/">
|
||||||
instagram.com
|
<i class="fa-brands fa-instagram"></i> instagram
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li class="list-group-item">
|
||||||
<a href="https://www.xing.com/profile/Kevin_VeenBirkenbach">
|
<a href="https://www.xing.com/profile/Kevin_VeenBirkenbach">
|
||||||
xing.com
|
<i class="bi bi-building"></i> xing
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li class="list-group-item">
|
||||||
<a href="https://www.linkedin.com/in/kevinfrantz/">
|
<a href="https://www.linkedin.com/in/kevinfrantz/">
|
||||||
linkedin.com
|
<i class="bi bi-linkedin"></i> linkedin
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li class="list-group-item">
|
||||||
<a href="https://www.duolingo.com/profile/K.V.Birkenbach">
|
<a href="https://www.duolingo.com/profile/K.V.Birkenbach">
|
||||||
duolingo.com
|
<i class="fa-solid fa-language"></i> duolingo
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<li class="list-group-item">
|
||||||
|
<a href="https://www.facebook.com/kevinveenbirkenbach">
|
||||||
|
<i class="fa-brands fa-facebook"></i> facebook
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<ul>
|
<ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-sm">
|
<div class="col">
|
||||||
<h3>data @</h3>
|
<h3>Links</h3>
|
||||||
<ul>
|
<ul class="list-group list-group-flush">
|
||||||
<li>
|
<li class="list-group-item">
|
||||||
<a href="https://gitea.veen.world">
|
<a href="https://git.veen.world" class="link">
|
||||||
git
|
<i class="fa-solid fa-link"></i>
|
||||||
|
git.veen.world
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li class="list-group-item">
|
||||||
<a href="https://wiki.veen.world">
|
<a href="https://blog.veen.world">
|
||||||
wiki
|
<i class="fa-solid fa-link"></i>
|
||||||
|
blog.veen.world
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li class="list-group-item">
|
||||||
<a href="https://www.veen.world">
|
<a href="https://mastodon.veen.world">
|
||||||
blog
|
<i class="fa-solid fa-link"></i>
|
||||||
|
mastodon.veen.world
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li class="list-group-item">
|
||||||
<a href="https://forum.veen.world">
|
|
||||||
forum
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="https://cloud.veen.world">
|
<a href="https://cloud.veen.world">
|
||||||
cloud
|
<i class="fa-solid fa-link"></i>
|
||||||
|
cloud.veen.world
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<li class="list-group-item">
|
||||||
|
<a href="https://s.veen.world">
|
||||||
|
<i class="fa-solid fa-link"></i>
|
||||||
|
s.veen.world
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<li class="list-group-item">
|
||||||
|
<a href="imprint.html">
|
||||||
|
<i class="fa-solid fa-link"></i>
|
||||||
|
imprint
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<ul>
|
<ul>
|
||||||
</div>
|
</div>
|
||||||
|
<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>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
Loading…
Reference in New Issue
Block a user