lots of changes for the website

This commit is contained in:
2023-07-08 13:01:21 +02:00
parent b86d7dd434
commit ca5ab2d74a
20 changed files with 149 additions and 28 deletions

View File

@@ -16,34 +16,40 @@
<div id="nav"></div>
<div id="backToTop" onclick="backToTop();"></div>
<div class="title-wrapper">
<h1>libreǝvent</h1>
<h1><i>libre</i>ǝvent</h1>
<footer>Free & Open Source self-hosted event management solution</footer>
</div>
<div class="content">
<!-- <h3 class="dev">Website & project not completed yet!</h3> -->
<!-- TODO: Redo look & feel of website -->
<h3 class="dev">Website & project not completed yet!</h3>
<h2>What is libreǝvent?</h2>
<p>libreǝvent is a free and fully open source self-hosted event management solution that you can use to sell tickets for your next event. It is written in Node.js, JavaScript, TypeScript, HTML and CSS. It uses Vue.js for the ticket purchasing system and features both an iOS and Android App you can download and use entirely for free. If you like this project, please consider giving it a star on <a href="https://github.com/simplePCBuilding/libreevent">GitHub</a> and donating to help fund development of this project!</p>
<p>libreǝvent is a free and fully open source self-hosted event management solution that you can use to sell tickets for your next event. It features both an iOS and Android App for entry control you can download and use entirely for free. If you like this project, please consider giving it a star on <a href="https://github.com/simplePCBuilding/libreevent">GitHub</a> and donating to help fund development of this project!</p>
<div class="image-group">
<a href="https://commons.wikimedia.org/wiki/File:Node.js_logo.svg"><img src="/assets/Node.js_logo.svg" class="image"></a>
<a href="/about"><img src="/assets/htmlCSSJS.png" class="image"></a>
</div>
<h2 style="text-align: center; width: 100%; margin-bottom: 0;">Features</h2>
<div class="feature-overview">
<div class="feature">
<h4>Visual seat plan editor</h4>
<p>Use libreǝvent's powerful seat plan editor to create a seat plan that closely resembles your event location within minutes</p>
<a href="/seatplan-editor-showcase/" class="button">Seat plan editor showcase</a>
</div>
<div class="feature">
<h4>Many different payment options</h4>
<p>Choose from a range of different payment providers and add more using plugins!</p>
<a href="/docs/payments" class="button">Payment providers</a>
</div>
<div class="feature">
<h4>Simple to set up</h4>
<p>This project is simple to set up on your own web-server. Follow our tutorial on how to install it!</p>
<a href="/docs/tutorial" class="button">Tutorial</a>
<a href="/docs/setup" class="button">Tutorial</a>
</div>
<div class="feature">
<h4>Low system requirements</h4>
<p>This project does not require high-end hardware to run. You may start out with a cheap webhosting account and scale if there's need.</p>
<a href="/docs/systemrequirements" class="button">System requirements</a>
</div>
<div class="feature">
<h4>Based on a variant of the MEVN tech stack</h4>
<p>This project can (but does not have to) use a MySQL database, it uses express.js for interaction, Vue.js as the front-end framework and Node.js for the server.</p>
<a href="/docs/how-it-works" class="button">How it works</a>
</div>
<div class="feature">
<h4>Free & Open Source</h4>
<p>You may use this project entirely for free or donate some money to keep it alive! You may also help contributing to the project to make it even better!</p>