mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 05:14:23 +00:00
initial setup of website
This commit is contained in:
10
website/dist/index.html
vendored
10
website/dist/index.html
vendored
@@ -1,11 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>myevent - Free & Open Source event management solution</title>
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
<link rel="stylesheet" href="/css/home.css">
|
||||
<meta charset="utf-8">
|
||||
<script src="/js/index.js"></script>
|
||||
<meta name="description" content="Looking for a free and open source event management solution you can host yourself? myevent is a project that does exactly that.">
|
||||
<script defer src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>
|
||||
<script defer src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.3/jquery-ui.min.js" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
|
||||
@@ -21,6 +20,13 @@
|
||||
<footer>Free & Open Source self-hosted event management solution</footer>
|
||||
</div>
|
||||
<div class="content">
|
||||
<h2>What is myevent?</h2>
|
||||
<p>myevent 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 GitHub 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="https://commons.wikimedia.org/wiki/File:Node.js_logo.svg"><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>Simple to set up</h4>
|
||||
|
||||
Reference in New Issue
Block a user