From 61ad0cff718a416086a8eb17bd61342f2f8823d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Sat, 21 May 2022 16:44:01 +0200 Subject: [PATCH] update to bootstrap5 --- .drone.yml | 1 - Dockerfile | 3 --- index.html | 24 +++++++++--------------- 3 files changed, 9 insertions(+), 19 deletions(-) delete mode 100644 Dockerfile diff --git a/.drone.yml b/.drone.yml index ffb16bc..bd09af3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,6 +17,5 @@ steps: CLOUDFLARE_API_TOKEN: from_secret: CLOUDFLARE_API_TOKEN commands: - tags: - npm install wrangler --save-dev - npx wrangler pages publish . --project-name=kmlabz-homepage diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index bcdc282..0000000 --- a/Dockerfile +++ /dev/null @@ -1,3 +0,0 @@ -FROM httpd:2 - -COPY . /usr/local/apache2/htdocs \ No newline at end of file diff --git a/index.html b/index.html index 6502563..7f9b99d 100644 --- a/index.html +++ b/index.html @@ -24,14 +24,14 @@ KMLabz Homepage - + - - + + @@ -101,15 +101,9 @@ - - - + + - - \ No newline at end of file + \ No newline at end of file