mirror of
https://github.com/kevinveenbirkenbach/homepage.veen.world.git
synced 2024-11-24 13:11:04 +01:00
Compare commits
No commits in common. "f3acb6aa9abc663b51de319d12ea8d5cb9925964" and "1424327bb23c48eeccb306f907b9787935ac48fa" have entirely different histories.
f3acb6aa9a
...
1424327bb2
95
index.html
95
index.html
@ -58,6 +58,21 @@
|
|||||||
font-size: 0.7em;
|
font-size: 0.7em;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
<!-- 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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
@ -136,8 +151,8 @@
|
|||||||
</div>
|
</div>
|
||||||
<p></p>
|
<p></p>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-lg-3 col-md-6 col-sm-12 mt-4 sm-8">
|
<div class="col">
|
||||||
<h3>Social</h3>
|
<h3>I'm on:</h3>
|
||||||
<ul class="list-group list-group-flush">
|
<ul class="list-group list-group-flush">
|
||||||
<li class="list-group-item">
|
<li class="list-group-item">
|
||||||
<a rel="me" href="https://github.com/kevinveenbirkenbach">
|
<a rel="me" href="https://github.com/kevinveenbirkenbach">
|
||||||
@ -163,6 +178,11 @@
|
|||||||
linkedin.com
|
linkedin.com
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li class="list-group-item">
|
||||||
|
<a rel="me" href="https://www.duolingo.com/profile/kevinbirkenbach">
|
||||||
|
<i class="fa-solid fa-language"></i> duolingo
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
<li class="list-group-item">
|
<li class="list-group-item">
|
||||||
<a rel="me" href="https://www.facebook.com/kevinveenbirkenbach">
|
<a rel="me" href="https://www.facebook.com/kevinveenbirkenbach">
|
||||||
<i class="fa-brands fa-facebook"></i> facebook
|
<i class="fa-brands fa-facebook"></i> facebook
|
||||||
@ -170,82 +190,59 @@
|
|||||||
</li>
|
</li>
|
||||||
<ul>
|
<ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-lg-3 col-md-6 col-sm-12 mt-4 sm-8">
|
<div class="col">
|
||||||
<h3>Fediverse</h3>
|
<h3>I host:</h3>
|
||||||
<ul class="list-group list-group-flush">
|
<ul class="list-group list-group-flush">
|
||||||
<li class="list-group-item">
|
<li class="list-group-item">
|
||||||
<a rel="me" href="https://cloud.veen.world/u/kevinveenbirkenbach" class="link">
|
<a rel="me" href="https://cloud.veen.world/u/kevinveenbirkenbach" class="link">
|
||||||
<i class="fa-solid fa-cloud"></i>
|
<i class="fa-solid fa-link"></i>
|
||||||
cloud.veen.world
|
cloud.veen.world
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li class="list-group-item">
|
||||||
|
<a rel="me" href="https://git.veen.world/kevinveenbirkenbach" class="link">
|
||||||
|
<i class="fa-solid fa-link"></i>
|
||||||
|
git.veen.world
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<li class="list-group-item">
|
||||||
|
<a rel="me" href="https://blog.veen.world">
|
||||||
|
<i class="fa-solid fa-link"></i>
|
||||||
|
blog.veen.world
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
<li class="list-group-item">
|
<li class="list-group-item">
|
||||||
<a rel="me" href="https://mastodon.veen.world/@kevinveenbirkenbach">
|
<a rel="me" href="https://mastodon.veen.world/@kevinveenbirkenbach">
|
||||||
<i class="fa-brands fa-mastodon"></i>
|
<i class="fa-solid fa-link"></i>
|
||||||
mastodon.veen.world
|
mastodon.veen.world
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="list-group-item">
|
<li class="list-group-item">
|
||||||
<a rel="me" href="https://pixelfed.veen.world/kevinveenbirkenbach">
|
<a rel="me" href="https://pixelfed.veen.world/kevinveenbirkenbach">
|
||||||
<i class="fa-solid fa-camera"></i>
|
<i class="fa-solid fa-link"></i>
|
||||||
pixelfed.veen.world
|
pixelfed.veen.world
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="list-group-item">
|
<li class="list-group-item">
|
||||||
<a rel="me" href="https://peertube.veen.world/a/kevinveenbirkenbach">
|
<a rel="me" href="https://peertube.veen.world/a/kevinveenbirkenbach">
|
||||||
<i class="fa-solid fa-video"></i>
|
<i class="fa-solid fa-link"></i>
|
||||||
peertube.veen.world
|
peertube.veen.world
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="list-group-item">
|
|
||||||
<a rel="me" href="https://blog.veen.world">
|
|
||||||
<i class="fa-solid fa-blog"></i>
|
|
||||||
blog.veen.world
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<ul>
|
<ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-lg-3 col-md-6 col-sm-12 mt-4 sm-8">
|
<div class="col">
|
||||||
<h3>Other</h3>
|
|
||||||
<ul class="list-group list-group-flush">
|
|
||||||
<li class="list-group-item">
|
|
||||||
<a rel="me" href="https://matomo.veen.world/" class="link">
|
|
||||||
<i class="fa-solid fa-chart-simple"></i>
|
|
||||||
matomo.veen.world
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li class="list-group-item">
|
|
||||||
<a rel="me" href="https://baserow.veen.world/" class="link">
|
|
||||||
<i class="fa-solid fa-table"></i>
|
|
||||||
baserow.veen.world
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li class="list-group-item">
|
|
||||||
<a rel="me" href="https://git.veen.world/kevinveenbirkenbach" class="link">
|
|
||||||
<i class="fa-solid fa-code"></i>
|
|
||||||
git.veen.world
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li class="list-group-item">
|
|
||||||
<a rel="me" href="https://www.duolingo.com/profile/kevinbirkenbach">
|
|
||||||
<i class="fa-solid fa-language"></i> duolingo.com
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li class="list-group-item">
|
|
||||||
<a rel="me" href="imprint.html">
|
|
||||||
<i class="fa-solid fa-scale-balanced"></i> imprint
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<ul>
|
|
||||||
</div>
|
|
||||||
<div class="col-lg-3 col-md-6 col-sm-12 mt-4 sm-8 bg-light rounded">
|
|
||||||
<h3>Contact</h3>
|
<h3>Contact</h3>
|
||||||
<div itemscope itemtype="http://schema.org/LocalBusiness" class="small">
|
<div itemscope itemtype="http://schema.org/LocalBusiness">
|
||||||
<p itemprop="name">Kevin Veen-Birkenbach <br/> Beratungs- und Coachingdienstleistungen</p>
|
<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 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>
|
<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>
|
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>
|
PGP-Key: <a href="https://s.veen.world/pgp">s.veen.world/pgp</a></p>
|
||||||
|
<a href="imprint.html">
|
||||||
|
<i class="fa-solid fa-link"></i>
|
||||||
|
imprint
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user