diff --git a/src/server/admin/ui/login.html b/src/server/admin/ui/login.html index de4f0e8..2ffef05 100644 --- a/src/server/admin/ui/login.html +++ b/src/server/admin/ui/login.html @@ -62,10 +62,36 @@ margin-bottom: 3%; border-radius: 10px; } + + .top-bar { + width: 100%; + display: flex; + align-items: end; + justify-content: end; + } + + .selector { + background-color: lightblue; + border-radius: 20px; + padding: 0.5%; + border-style: solid; + border-color: blue; + }
+
+ + +
myevent-logo

Login

diff --git a/website/dist/about/index.html b/website/dist/about/index.html index e69de29..02deb70 100644 --- a/website/dist/about/index.html +++ b/website/dist/about/index.html @@ -0,0 +1,23 @@ + + + + + + + About :: myevent + + + + + + + + + +
+

About myevent

+
Learn more about the project!
+
+
+ + \ No newline at end of file diff --git a/website/dist/index.html b/website/dist/index.html index 10e2589..aa80de8 100644 --- a/website/dist/index.html +++ b/website/dist/index.html @@ -4,6 +4,8 @@ myevent - Free & Open Source event management solution + + @@ -24,7 +26,7 @@

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!

- +

Features

diff --git a/website/dist/nav.html b/website/dist/nav.html index a3c4e01..4454853 100644 --- a/website/dist/nav.html +++ b/website/dist/nav.html @@ -20,6 +20,7 @@