mirror of
https://github.com/kevinveenbirkenbach/homepage.veen.world.git
synced 2024-11-25 13:41:03 +01:00
Optimized
This commit is contained in:
parent
d6086479ca
commit
7e1fb2bcee
92
index.html
92
index.html
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user