Merge branch 'master' of gitea:tormakris/kmlabz-homepage
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
commit
b9fa750e04
10
index.html
10
index.html
@ -34,7 +34,7 @@
|
|||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body class="h-100 overflow-auto"
|
<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(/bme-blur.webp); background-repeat: no-repeat; background-size: cover; background-position: center top; height: 100%;">
|
||||||
<div class="d-flex flex-column h-100">
|
<div class="d-flex flex-column h-100">
|
||||||
<header>
|
<header>
|
||||||
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
|
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
|
||||||
@ -47,7 +47,7 @@
|
|||||||
<div class="row align-items-center">
|
<div class="row align-items-center">
|
||||||
<div class="col-12 col-md-4 d-flex justify-content-center">
|
<div class="col-12 col-md-4 d-flex justify-content-center">
|
||||||
<a href="https://git.kmlabz.com"><img class="img-responsive"
|
<a href="https://git.kmlabz.com"><img class="img-responsive"
|
||||||
src="gitea.svg" alt="Gitea" width="200"/></a>
|
src="/gitea.svg" alt="Gitea" width="200"/></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="d-none d-md-block col-md-8">
|
<div class="d-none d-md-block col-md-8">
|
||||||
<a class="order-2 text-decoration-none" href="https://git.kmlabz.com">
|
<a class="order-2 text-decoration-none" href="https://git.kmlabz.com">
|
||||||
@ -58,7 +58,7 @@
|
|||||||
<div class="row align-items-center">
|
<div class="row align-items-center">
|
||||||
<div class="col-12 col-md-4 d-flex justify-content-center p-2">
|
<div class="col-12 col-md-4 d-flex justify-content-center p-2">
|
||||||
<a href="https://drone.kmlabz.com"><img class="img-responsive"
|
<a href="https://drone.kmlabz.com"><img class="img-responsive"
|
||||||
src="drone.svg" alt="Drone" width="150"/></a>
|
src="/drone.svg" alt="Drone" width="150"/></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="d-none d-md-block col-md-8">
|
<div class="d-none d-md-block col-md-8">
|
||||||
<a class="order-2 text-decoration-none" href="https://drone.kmlabz.com">
|
<a class="order-2 text-decoration-none" href="https://drone.kmlabz.com">
|
||||||
@ -69,7 +69,7 @@
|
|||||||
<div class="row align-items-center">
|
<div class="row align-items-center">
|
||||||
<div class="col-12 col-md-4 d-flex justify-content-center p-2">
|
<div class="col-12 col-md-4 d-flex justify-content-center p-2">
|
||||||
<a href="https://sentry.kmlabz.com"><img class="img-responsive"
|
<a href="https://sentry.kmlabz.com"><img class="img-responsive"
|
||||||
src="sentry.svg" alt="Sentry Issues"
|
src="/sentry.svg" alt="Sentry Issues"
|
||||||
width="150"/></a>
|
width="150"/></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="d-none d-md-block col-md-8">
|
<div class="d-none d-md-block col-md-8">
|
||||||
@ -81,7 +81,7 @@
|
|||||||
<div class="row align-items-center">
|
<div class="row align-items-center">
|
||||||
<div class="col-12 col-md-4 d-flex justify-content-center p-2">
|
<div class="col-12 col-md-4 d-flex justify-content-center p-2">
|
||||||
<a href="https://nexus.kmlabz.com"><img class="img-responsive"
|
<a href="https://nexus.kmlabz.com"><img class="img-responsive"
|
||||||
src="nexus.png" alt="Nexus"
|
src="/nexus.png" alt="Nexus"
|
||||||
width="150"/></a>
|
width="150"/></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="d-none d-md-block col-md-8">
|
<div class="d-none d-md-block col-md-8">
|
||||||
|
Loading…
Reference in New Issue
Block a user