loveland portal cesium + gchange

This commit is contained in:
qo-op 2020-05-10 21:29:50 +02:00
parent c790ddb804
commit 692e2654f7
1 changed files with 23 additions and 1 deletions

View File

@ -26,8 +26,10 @@
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="ajaxform.js"></script>
<script src="https://cdn.jsdelivr.net/npm/typed.js@2.0.11"></script>
<!-- Typed text animation -->
<script src="https://cdn.jsdelivr.net/npm/typed.js@2.0.11"></script>
<!-- Clock -->
<link rel="stylesheet" href="./css/flipclock.css">
<script src="./vendor/flipclock/flipclock.js"></script>
@ -52,6 +54,15 @@
</div>
</nav>
<!-- Navigation -->
<nav class="navbar navbar-light bg-light static-top">
<div class="container">
<a class="btn btn-primary" href="./cesium/index.html" target="cesium">Cesium</a>
<a class="btn btn-primary" href="./gchange/index.html" target="gchange">Gchange</a>
</div>
</nav>
<!-- Masthead -->
<header class="masthead text-white text-center">
<div class="overlay"></div>
@ -122,6 +133,7 @@
</div>
</section>
<!-- Icons Grid -->
<section class="features-icons bg-light text-center">
<div class="container">
@ -168,6 +180,16 @@
</div>
</div>
</section>
<!-- Navigation -->
<nav class="navbar navbar-light bg-light static-top">
<div class="container">
<a class="btn btn-primary" href="./nextcloud" target="nextcloud">NextCloud</a>
<a class="btn btn-primary" href="./minetest" target="minetest">Minetest</a>
<a class="btn btn-primary" href="./jukebox/index.php" target="jukebox">Music</a>
<a class="btn btn-primary" href="./oasis" target="oasis">Oasis</a>
<a class="btn btn-primary" href="./ipfs" target="ipfs">IPFS</a>
</div>
</nav>
<script type="text/javascript">
var clock;