Compare commits

...

39 Commits

Author SHA1 Message Date
94671524ba update bootstrap and remove popper
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-25 23:32:06 +02:00
50824574b5 fix azure stupidness
All checks were successful
continuous-integration/drone/push Build is passing
2022-05-21 17:32:20 +02:00
ec4a001374 switch over to azure static webapps
Some checks failed
continuous-integration/drone/push Build is failing
2022-05-21 17:29:21 +02:00
5d5499526c wrangle
Some checks failed
continuous-integration/drone/push Build is failing
2022-05-21 17:21:38 +02:00
a90b4f29f5 commit dirty
Some checks failed
continuous-integration/drone/push Build is failing
2022-05-21 17:13:35 +02:00
7ee8368dfe change wrangler install method
All checks were successful
continuous-integration/drone/push Build is passing
2022-05-21 17:12:27 +02:00
05a87395ae use branch
All checks were successful
continuous-integration/drone/push Build is passing
2022-05-21 17:00:22 +02:00
be9d042fed publish to production
Some checks failed
continuous-integration/drone/push Build is failing
2022-05-21 16:54:49 +02:00
bcfcb0a4ce fix bootstrap5 bold
All checks were successful
continuous-integration/drone/push Build is passing
2022-05-21 16:52:27 +02:00
9d81a32b0d change repo structure
All checks were successful
continuous-integration/drone/push Build is passing
2022-05-21 16:48:02 +02:00
196033475d fix environment in drone
Some checks failed
continuous-integration/drone/push Build is failing
2022-05-21 16:46:09 +02:00
94eab79ddf fix drone config
Some checks failed
continuous-integration/drone/push Build is failing
2022-05-21 16:44:46 +02:00
61ad0cff71 update to bootstrap5
All checks were successful
continuous-integration/drone/push Build is passing
2022-05-21 16:44:01 +02:00
3b86252b1f publish with cloudflare wrangler
All checks were successful
continuous-integration/drone/push Build is passing
2022-05-21 16:40:34 +02:00
5ca3f5c32c remove sentry stuff 2022-04-25 10:54:23 +02:00
8fa9569589 remove remaining deprecated stuff 2022-04-14 23:46:28 +02:00
d589e0dc96 serve bg localy 2022-04-14 23:18:32 +02:00
d3bf4648b1 remove deprecated stuff 2022-04-14 22:43:14 +02:00
5adb46c123 update to static.kmlabz.com
All checks were successful
continuous-integration/drone/push Build is passing
2020-10-18 21:32:01 +02:00
fdac746035 update path
All checks were successful
continuous-integration/drone/push Build is passing
2020-10-18 21:14:41 +02:00
69148f8a2b create dockerignore
All checks were successful
continuous-integration/drone/push Build is passing
2020-10-18 21:12:17 +02:00
e722a8ace3 fix dockerfile
All checks were successful
continuous-integration/drone/push Build is passing
2020-10-18 21:11:22 +02:00
3dacf08dae tag properly
All checks were successful
continuous-integration/drone/push Build is passing
2020-10-10 03:19:49 +02:00
d4ecafd2e0 Upload files to ''
All checks were successful
continuous-integration/drone/push Build is passing
2020-10-10 03:18:42 +02:00
88fc0743db change youtrack to wekan
All checks were successful
continuous-integration/drone/push Build is passing
2020-10-10 03:18:27 +02:00
bcc9230547 add new service logos
All checks were successful
continuous-integration/drone/push Build is passing
2020-07-07 22:21:09 +02:00
f769b131b6 add new service links
All checks were successful
continuous-integration/drone/push Build is passing
2020-07-07 22:20:46 +02:00
cb3408dfe6 build docker image
All checks were successful
continuous-integration/drone/push Build is passing
2020-04-16 23:05:02 +02:00
4cb700e89e add travis config
All checks were successful
continuous-integration/drone/push Build is passing
2020-04-16 22:55:02 +02:00
7980a215ff build docker image
All checks were successful
continuous-integration/drone/push Build is passing
2020-04-16 22:37:56 +02:00
26e861b0ab change ci config
All checks were successful
continuous-integration/drone/push Build is passing
2020-04-16 22:33:13 +02:00
a20c6c5ec0 add swagger
All checks were successful
continuous-integration/drone/push Build is passing
2020-03-10 16:56:25 +01:00
8adb33db4a upload swaggerlogo
All checks were successful
continuous-integration/drone/push Build is passing
2020-03-10 16:29:27 +01:00
0ca81fb169 Update 'index.html'
All checks were successful
continuous-integration/drone/push Build is passing
2020-02-27 20:54:29 +01:00
0284ceca0d Upload files to ''
All checks were successful
continuous-integration/drone/push Build is passing
2020-02-27 20:53:19 +01:00
67d1782e90 Update 'index.html'
All checks were successful
continuous-integration/drone/push Build is passing
2020-02-27 20:52:00 +01:00
4eee776072 don't fail
All checks were successful
continuous-integration/drone/push Build is passing
2020-02-01 22:12:19 +01:00
014d9983d8 check html with tidy
Some checks failed
continuous-integration/drone/push Build is failing
2020-02-01 22:10:59 +01:00
3b7f5e359e fix drone config
All checks were successful
continuous-integration/drone/push Build is passing
2020-02-01 19:04:14 +01:00
38 changed files with 27 additions and 43 deletions

View File

@ -1,13 +1,18 @@
kind: pipeline kind: pipeline
type: docker type: docker
name: default name: Static KMLabz website
steps: steps:
- name: - name: Validate HTML
image: ubuntu image: ubuntu
commands: commands:
- apt update && apt upgrade -y && apt install -y w3c-markup-validator - apt-get update && apt-get install -y tidy
- tidy -imu webpagefiles/index.html
trigger: - name: Build and upload static web app
branch: environment:
- master APITOKEN:
from_secret: APITOKEN
image: mcr.microsoft.com/appsvc/staticappsclient:stable
commands:
- /bin/staticsites/StaticSitesClient --apiToken $APITOKEN --outputLocation "webpagefiles" --app "/drone/src/webpagefiles" --deploymentaction "upload" --appBuildCommand "echo 1"

View File

@ -1 +0,0 @@
<svg width="2500" height="2246" viewBox="0 0 256 230" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet"><link xmlns="" type="text/css" id="dark-mode" rel="stylesheet" href=""/><style xmlns="" type="text/css" id="dark-mode-custom-style"/><path d="M251.22 187.856c5.785 10.045 6.345 20.608 1.538 28.958-4.8 8.357-14.192 13.143-25.768 13.143h-21.816c.259-4.068.431-8.17.431-12.302 0-4.628-.215-9.198-.531-13.754l14.35-.014c3.528 0 6.38-2.867 6.38-6.403a6.46 6.46 0 0 0-.768-3.053l-91.46-158.97a6.349 6.349 0 0 0-5.54-3.24 6.374 6.374 0 0 0-5.461 3.09l-14.522 25.243c44.134 33.27 73.804 84.813 77.864 143.333.316 4.548.531 9.119.531 13.753 0 4.132-.172 8.228-.424 12.302h-71.246c.388-4.053.611-8.148.611-12.302 0-4.649-.273-9.233-.776-13.753-3.52-32.206-19.286-60.748-42.503-80.89l-10.003 17.376c17.54 16.325 29.512 38.558 32.767 63.514.59 4.505.92 9.09.92 13.753 0 4.154-.273 8.264-.74 12.302H29.01c-11.576 0-20.968-4.793-25.768-13.15-4.807-8.35-4.247-18.905 1.538-28.958l13.56-23.238a79.42 79.42 0 0 1 20.715 16.052l-8.083 13.768a6.523 6.523 0 0 0-.77 3.054 6.383 6.383 0 0 0 6.382 6.395l32.033.015c-2.687-15.356-9.772-29.21-19.918-40.183-5.979-6.445-12.963-11.9-20.738-16.074l35.77-62.15a151.427 151.427 0 0 1 21.564 14.624c30.827 25.013 51.644 61.955 55.416 103.776h19.172c-3.91-48.892-28.477-92.006-64.937-120.548a171.205 171.205 0 0 0-21.672-14.457l30.532-53.045C109.583 5.77 118.42 0 128.036 0c9.607 0 18.438 5.77 24.223 15.823l98.961 172.033z" fill="#FB2D26"/></svg>

Before

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

View File

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

View File

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

View File

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

View File

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB

View File

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 4.8 KiB

View File

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 4.8 KiB

View File

Before

Width:  |  Height:  |  Size: 209 KiB

After

Width:  |  Height:  |  Size: 209 KiB

View File

Before

Width:  |  Height:  |  Size: 43 KiB

After

Width:  |  Height:  |  Size: 43 KiB

View File

Before

Width:  |  Height:  |  Size: 457 KiB

After

Width:  |  Height:  |  Size: 457 KiB

View File

Before

Width:  |  Height:  |  Size: 835 B

After

Width:  |  Height:  |  Size: 835 B

View File

Before

Width:  |  Height:  |  Size: 979 B

After

Width:  |  Height:  |  Size: 979 B

View File

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

View File

@ -24,17 +24,17 @@
<meta name="theme-color" content="#ffffff"/> <meta name="theme-color" content="#ffffff"/>
<title>KMLabz Homepage</title> <title>KMLabz Homepage</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
<meta name=description content="KMLabz landing page" /> <meta name="description" content="KMLabz landing page" />
<meta property="og:title" content="KMLabz Homepage" /> <meta property="og:title" content="KMLabz Homepage" />
<meta property="og:description" content="Landing page for DevOps services" /> <meta property="og:description" content="Landing page for DevOps services" />
<meta property="og:type" content="website" /> <meta property="og:type" content="website" />
<meta property="og:image" content="https://schcdn.tormakristof.eu/static/bme-blur.webp" /> <meta property="og:image" content="https://www.kmlabz.com/bme-blur.webp" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous"/> integrity="sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM" crossorigin="anonymous">
</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: repeat-y; 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,46 +47,34 @@
<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">
<h1 style="text-stroke: 3px black; -webkit-text-stroke:3px black;" class="display-2 p-2 text-light font-weight-bold">Git Repos</h1> <h1 style="text-stroke: 3px black; -webkit-text-stroke:3px black;" class="display-2 p-2 text-light fw-bold">Git Repos</h1>
</a> </a>
</div> </div>
</div> </div>
<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">
<h1 style="text-stroke: 3px black; -webkit-text-stroke:3px black;" class="display-2 p-2 text-light font-weight-bold">Drone CI</h1> <h1 style="text-stroke: 3px black; -webkit-text-stroke:3px black;" class="display-2 p-2 text-light fw-bold">Drone CI</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://sentry.kmlabz.com"><img class="img-responsive"
src="/sentry.svg" alt="Sentry Issues"
width="150"/></a>
</div>
<div class="d-none d-md-block col-md-8">
<a class="order-2 text-decoration-none" href="https://sentry.kmlabz.com">
<h1 style="text-stroke: 3px black; -webkit-text-stroke:3px black;" class="display-2 p-2 text-light font-weight-bold">Sentry</h1>
</a> </a>
</div> </div>
</div> </div>
<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">
<a class="order-2 text-decoration-none" href="https://nexus.kmlabz.com"> <a class="order-2 text-decoration-none" href="https://nexus.kmlabz.com">
<h1 style="text-stroke: 3px black; -webkit-text-stroke:3px black;" class="display-2 p-2 text-light font-weight-bold">Nexus Repos</h1> <h1 style="text-stroke: 3px black; -webkit-text-stroke:3px black;" class="display-2 p-2 text-light fw-bold">Nexus Repos</h1>
</a> </a>
</div> </div>
</div> </div>
@ -96,20 +84,12 @@
<footer class="bg-dark py-3 text-center text-white-50"> <footer class="bg-dark py-3 text-center text-white-50">
<div class="container d-flex justify-content-center"> <div class="container d-flex justify-content-center">
<a class="px-4" href="https://marcsello.com">marcsello.com</a> <a class="px-4" href="https://marcsello.com">marcsello.com</a>
<a class="px-4" href="https://tormakristof.eu"><img class="img-responsive" src="https://tormakristof.eu/favicon-16x16.png" alt="tormakristof.eu icon"/>tormakristof.eu</a> <a class="px-4" href="https://tormakristof.eu">tormakristof.eu</a>
</div> </div>
</footer> </footer>
</div> </div>
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"
integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous" integrity="sha384-geWF76RCwLtnZ8qwWowPQNguL3RmwHVBC9FhGdlKrxdiJJigb/j/68SIy3Te4Bkz" crossorigin="anonymous"></script>
type="text/javascript"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"
type="text/javascript"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"
type="text/javascript"></script>
</body> </body>
</html>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

View File

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

View File

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

View File

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

Before

Width:  |  Height:  |  Size: 6.2 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB