finish up website

This commit is contained in:
2023-10-07 15:49:50 +02:00
parent d5c7a96ad7
commit 5d55140681
5 changed files with 6 additions and 10 deletions

View File

@@ -17,10 +17,14 @@
<footer>Learn more about the project!</footer>
</div>
<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>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>
<p>libreǝvent aims to provide a complete event ticket management system which you can use to sell tickets using various payment methods. Whilst getting started is much more involved compared to
other platforms, libreevent offers the unique ability of running on your hardware which means you know exactly where the data is stored and how it is processed.
Additionally, since it is basically a "conventional" website, you can use your own domain and customize everything to your liking. As the whole project is open source, you
may as well add or remove some features, if you know how to do it.
</p>
</div>
<div id="footer"></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>
<script>