From 846de5c396d8e3809334d504788dc9d5124ba198 Mon Sep 17 00:00:00 2001 From: musselman Date: Tue, 21 Nov 2023 15:58:45 -0600 Subject: [PATCH] Refactor and style the welcome page for improved user experience This commit refactors the newuser.html template for improved user experience by adding a title, meta viewport tag, and Bootstrap CSS. It also enhances the layout and styling, including the use of Bootstrap alerts and input groups. The form for creating a new file is now displayed in a more organized manner. --- templates/newuser.html | 53 +++++++++++++++++++++++++++++++----------- 1 file changed, 39 insertions(+), 14 deletions(-) diff --git a/templates/newuser.html b/templates/newuser.html index 8b9d67d..06510d7 100644 --- a/templates/newuser.html +++ b/templates/newuser.html @@ -1,24 +1,49 @@ - + + + Notatio | Welcome + + -

Welcome to Notatio!

-

Before you begin creating your first file we want to give you a few tips!

- Although E2EE is planned, It is not implemented yet so DO NOT store sensitive information. - (The admins can read it) - Use unique and meaningful file names, dates often dont convey what the file holds, nor does temp or document 1. - - Back up your files often if you are using a public instance! You never know If the admin will take the service - down. -

Enter the name of your first file:

-
-

- -
+
+

Welcome to Notatio!

+

Before you begin creating your first file, we want to give you a few tips!

+ + + + + + +

Enter the name of your first file:

+ +
+
+
+ Filename: + +
+
+
+ +
+
+
+ + \ No newline at end of file