mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 13:24:24 +00:00
new color of logo on website & better about
This commit is contained in:
2
website/dist/about/index.html
vendored
2
website/dist/about/index.html
vendored
@@ -19,7 +19,7 @@
|
||||
<div class="content">
|
||||
<h3 class="dev">Website & project not completed yet!</h3>
|
||||
<h3>libreǝvent is a free and open source event management solution that you can host on your own hardware, if you want to</h3>
|
||||
<p>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.</p>
|
||||
<p>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.</p>
|
||||
</div>
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.3/jquery-ui.min.js" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
|
||||
|
||||
2
website/dist/css/style.css
vendored
2
website/dist/css/style.css
vendored
@@ -17,7 +17,7 @@ html, body {
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: rgb(168, 212, 253);
|
||||
background-color: #7c8cec;
|
||||
}
|
||||
|
||||
.dev {
|
||||
|
||||
Reference in New Issue
Block a user