Optimized

This commit is contained in:
Kevin Veen-Birkenbach 2020-10-14 16:38:31 +02:00
parent d6086479ca
commit 7e1fb2bcee
1 changed files with 63 additions and 29 deletions

View File

@ -1,5 +1,6 @@
<html>
<header>
<title>Veen.World</title>
<!-- CSS only -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<!-- JS, Popper.js, and jQuery -->
@ -9,35 +10,68 @@
</header>
<body>
<div class="container">
<h1>Welcome to Veen.World!</h1>
<h2>Services</h2>
<ul>
<li>
<a href="https://services.veen.world">
Services
</a>
</li>
<li>
<a href="https://wiki.veen.world">
Wiki
</a>
</li>
<li>
<a href="https://blog.veen.world">
Blog
</a>
</li>
<li>
<a href="https://forum.veen.world">
Forum
</a>
</li>
<li>
<a href="https://cloud.veen.world">
Cloud
</a>
</li>
<ul>
<div class="row">
<div class="col-sm text-right">
<h3> kevin @ </h3>
<ul dir="rtl">
<li>
<a href="https://github.com/kevinveenbirkenbach">
github.com
</a>
</li>
<li>
<a href="https://www.instagram.com/kevinveenbirkenbach/">
instagram.com
</a>
</li>
<li>
<a href="https://www.xing.com/profile/Kevin_VeenBirkenbach">
xing.com
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/kevinfrantz/">
linkedin.com
</a>
</li>
<li>
<a href="https://www.duolingo.com/profile/K.V.Birkenbach">
duolingo.com
</a>
</li>
<ul>
</div>
<div class="col-sm">
<h3>data @</h3>
<ul>
<li>
<a href="https://gitea.veen.world">
Git
</a>
</li>
<li>
<a href="https://wiki.veen.world">
Wiki
</a>
</li>
<li>
<a href="https://www.veen.world">
Blog
</a>
</li>
<li>
<a href="https://forum.veen.world">
Forum
</a>
</li>
<li>
<a href="https://cloud.veen.world">
Cloud
</a>
</li>
<ul>
</div>
</div>
</div>
</body>
</html>