Optimized

This commit is contained in:
Kevin Veen-Birkenbach 2020-10-14 16:38:31 +02:00
parent d6086479ca
commit 7e1fb2bcee

View File

@ -1,5 +1,6 @@
<html> <html>
<header> <header>
<title>Veen.World</title>
<!-- CSS only --> <!-- 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 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 --> <!-- JS, Popper.js, and jQuery -->
@ -9,35 +10,68 @@
</header> </header>
<body> <body>
<div class="container"> <div class="container">
<h1>Welcome to Veen.World!</h1> <div class="row">
<h2>Services</h2> <div class="col-sm text-right">
<ul> <h3> kevin @ </h3>
<li> <ul dir="rtl">
<a href="https://services.veen.world"> <li>
Services <a href="https://github.com/kevinveenbirkenbach">
</a> github.com
</li> </a>
<li> </li>
<a href="https://wiki.veen.world"> <li>
Wiki <a href="https://www.instagram.com/kevinveenbirkenbach/">
</a> instagram.com
</li> </a>
<li> </li>
<a href="https://blog.veen.world"> <li>
Blog <a href="https://www.xing.com/profile/Kevin_VeenBirkenbach">
</a> xing.com
</li> </a>
<li> </li>
<a href="https://forum.veen.world"> <li>
Forum <a href="https://www.linkedin.com/in/kevinfrantz/">
</a> linkedin.com
</li> </a>
<li> </li>
<a href="https://cloud.veen.world"> <li>
Cloud <a href="https://www.duolingo.com/profile/K.V.Birkenbach">
</a> duolingo.com
</li> </a>
<ul> </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> </div>
</body> </body>
</html> </html>