From 516dd1b69014e412f2d5f5db340a51ee47504c35 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Mon, 29 May 2023 19:51:12 +0200 Subject: [PATCH] new color of logo on website & better about --- website/dist/about/index.html | 2 +- website/dist/css/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/dist/about/index.html b/website/dist/about/index.html index 57c8b75..af3f5bc 100644 --- a/website/dist/about/index.html +++ b/website/dist/about/index.html @@ -19,7 +19,7 @@

Website & project not completed yet!

libreǝvent is a free and open source event management solution that you can host on your own hardware, if you want to

-

It is mainly written in node.js, but, as a webapp, uses also lots of HTML and CSS. For storing the customer / userdata, you may choose between using MySQL and a JSON based custom database, such that this project may be used in more cases. Whilst it is recommended to use MySQL with this project, using the JSON based database can be an easy to set up alternative if you are not serving that many customers.

+

libreǝvent's backend runs on Node.js, with Express.js for routing and either MySQL or a custom JSON based database. Its frontend is written as a Vue.js Single Page Application, with some parts being vanilla HTML, CSS & JavaScript.

diff --git a/website/dist/css/style.css b/website/dist/css/style.css index 153c286..3c37a29 100644 --- a/website/dist/css/style.css +++ b/website/dist/css/style.css @@ -17,7 +17,7 @@ html, body { } body { - background-color: rgb(168, 212, 253); + background-color: #7c8cec; } .dev {