Update 'index.html'
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Torma Kristóf 2020-02-27 20:52:00 +01:00
parent 4eee776072
commit 67d1782e90
1 changed files with 30 additions and 6 deletions

View File

@ -34,7 +34,7 @@
</head>
<body class="h-100 overflow-auto"
style="background: url(/bme-blur.webp); background-repeat: no-repeat; background-size: cover; background-position: center top; height: 100%;">
style="background: url(https://schcdn.tormakristof.eu/static/bme-blur.webp); background-repeat: repeat-y; background-size: cover; background-position: center top; height: 100%;">
<div class="d-flex flex-column h-100">
<header>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
@ -47,7 +47,7 @@
<div class="row align-items-center">
<div class="col-12 col-md-4 d-flex justify-content-center">
<a href="https://git.kmlabz.com"><img class="img-responsive"
src="/gitea.svg" alt="Gitea" width="200"/></a>
src="https://cloudcdn.tormakristof.eu/static/gitea.svg" alt="Gitea" width="200"/></a>
</div>
<div class="d-none d-md-block col-md-8">
<a class="order-2 text-decoration-none" href="https://git.kmlabz.com">
@ -58,7 +58,7 @@
<div class="row align-items-center">
<div class="col-12 col-md-4 d-flex justify-content-center p-2">
<a href="https://drone.kmlabz.com"><img class="img-responsive"
src="/drone.svg" alt="Drone" width="150"/></a>
src="https://cloudcdn.tormakristof.eu/static/drone.svg" alt="Drone" width="150"/></a>
</div>
<div class="d-none d-md-block col-md-8">
<a class="order-2 text-decoration-none" href="https://drone.kmlabz.com">
@ -69,7 +69,7 @@
<div class="row align-items-center">
<div class="col-12 col-md-4 d-flex justify-content-center p-2">
<a href="https://sentry.kmlabz.com"><img class="img-responsive"
src="/sentry.svg" alt="Sentry Issues"
src="https://cloudcdn.tormakristof.eu/static/sentry.svg" alt="Sentry Issues"
width="150"/></a>
</div>
<div class="d-none d-md-block col-md-8">
@ -81,7 +81,7 @@
<div class="row align-items-center">
<div class="col-12 col-md-4 d-flex justify-content-center p-2">
<a href="https://nexus.kmlabz.com"><img class="img-responsive"
src="/nexus.png" alt="Nexus"
src="https://cloudcdn.tormakristof.eu/static/nexus.png" alt="Nexus"
width="150"/></a>
</div>
<div class="d-none d-md-block col-md-8">
@ -90,6 +90,30 @@
</a>
</div>
</div>
<div class="row align-items-center">
<div class="col-12 col-md-4 d-flex justify-content-center p-2">
<a href="https://youtrack.kmlabz.com"><img class="img-responsive"
src="https://cloudcdn.tormakristof.eu/static/youtrack.png" alt="YouTrack"
width="150"/></a>
</div>
<div class="d-none d-md-block col-md-8">
<a class="order-2 text-decoration-none" href="https://youtrack.kmlabz.com">
<h1 style="text-stroke: 3px black; -webkit-text-stroke:3px black;" class="display-2 p-2 text-light font-weight-bold">YouTrack</h1>
</a>
</div>
</div>
<div class="row align-items-center">
<div class="col-12 col-md-4 d-flex justify-content-center p-2">
<a href="https://xwiki.kmlabz.com"><img class="img-responsive"
src="https://cloudcdn.tormakristof.eu/static/xwiki.png" alt="XWiki"
width="150"/></a>
</div>
<div class="d-none d-md-block col-md-8">
<a class="order-2 text-decoration-none" href="https://xwiki.kmlabz.com">
<h1 style="text-stroke: 3px black; -webkit-text-stroke:3px black;" class="display-2 p-2 text-light font-weight-bold">XWiki</h1>
</a>
</div>
</div>
</div>
</div>
</main>
@ -112,4 +136,4 @@
type="text/javascript"></script>
</body>
</html>
</html>