diff --git a/src/webapp/main/src/components/notifications/notifications.vue b/src/webapp/main/src/components/notifications/notifications.vue
index 6eb00d8..a0b4221 100644
--- a/src/webapp/main/src/components/notifications/notifications.vue
+++ b/src/webapp/main/src/components/notifications/notifications.vue
@@ -102,8 +102,10 @@
delete this.notifications[ this.queue[ 0 ] ];
this.queue.reverse();
this.queue.pop();
+ $( '.message-box' ).css( 'z-index', 20 );
} else {
this.messageType = 'hide';
+ $( '.message-box' ).css( 'z-index', -1 );
}
}
},
@@ -122,12 +124,10 @@
}
-
-
-
Website & project not completed yet!
-
There are a couple of options to download libreǝvent. You may use npm or you may download it from the GitHub releases page. You may also clone the repository locally if you want to use upstream instead of a release
-
GitHub
+
libreǝvent can be downloaded in two main ways, either by downloading the prebuilt zip / tar files or by downloading the entire GitHub repository and compiling it manually. We would highly suggest that you download the prebuilt version of libreǝvent to make things easier. After downloading, you can follow our guide here to get libreǝvent installed on your server.
+
Depending on your webhosting company, you might also need to download the "node-modules" to deploy libreevent. If so, the installation guide will tell you to do it.
+
You may download the iOS & Android apps from the AppStore / Google Play Store respectively.
diff --git a/website/dist/index.html b/website/dist/index.html
index 47bcbd5..50ee592 100644
--- a/website/dist/index.html
+++ b/website/dist/index.html
@@ -20,7 +20,6 @@
-
Website & project not completed yet!
What is libreǝvent?
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 GitHub and donating to help fund development of this project!
diff --git a/website/dist/nav.html b/website/dist/nav.html
index 9b29af8..0c75a83 100644
--- a/website/dist/nav.html
+++ b/website/dist/nav.html
@@ -16,6 +16,7 @@
Documentation
Download
About
+
Start page templates
GitHub
diff --git a/website/dist/templates/index.html b/website/dist/templates/index.html
new file mode 100644
index 0000000..090c315
--- /dev/null
+++ b/website/dist/templates/index.html
@@ -0,0 +1,53 @@
+
+
+
+
+
libreǝvent uses plain HTML start pages, such that you can create your own start page or use one of the included start page templates. You may also upload new start page templates, as explained here or you may also create a complete custom one yourself, as explained here
+
Currently, libreǝvent has the following start page templates included by default:
+
+
More templates will be available in the future and you will find download links to them here.
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/website/dist/templates/rounded/index.html b/website/dist/templates/modern/index.html
similarity index 100%
rename from website/dist/templates/rounded/index.html
rename to website/dist/templates/modern/index.html
diff --git a/website/dist/templates/simple/index.html b/website/dist/templates/simple/index.html
deleted file mode 100644
index e69de29..0000000
diff --git a/website/src/setup/setup.md b/website/src/setup/setup.md
index 2f6a179..74c834d 100644
--- a/website/src/setup/setup.md
+++ b/website/src/setup/setup.md
@@ -1,5 +1,5 @@
# Setup of libreevent
-At this point we assume you've completed the initial install of libreevent. If not, you may find a guide on how to do it [here](&/setup/getting-started). Let's get started setting up your event management system!
+At this point we assume you've completed the initial install of libreevent. If not, you may find a guide on how to do it [here](&/setup/installation). Let's get started setting up your event management system!
## Connecting to the server
As discussed in the previous part where we installed the system, you can connect to your server simply by opening a web browser and typing your domain name into the address field. After that you should be greeted by the libreevent post-install landing page. Once there, you'll need the setup key you defined during the installation. Type (or copy) it into the field and hit "Start setup". You will now land on the setup start page. You may hit "Start setup" below to start the setup.