mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 05:14:23 +00:00
finish up website
This commit is contained in:
8
website/dist/about/index.html
vendored
8
website/dist/about/index.html
vendored
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user