diff --git a/src/main/resources/templates/register.html b/src/main/resources/templates/register.html index 141b26b..89b4906 100644 --- a/src/main/resources/templates/register.html +++ b/src/main/resources/templates/register.html @@ -12,58 +12,19 @@
-
-
-
- - -
-
- - -
-
+

I am a ...

+
-
-
- - -
-
- -
-
- - -
-
- -
-
- - -
-
- -
-
- - -
-
- - -
-
- -
-
- -
-
- +
+
+ Student +
+
+ Teaching Assistant +
+
+ Administrator +
diff --git a/src/main/resources/templates/register/administrator.html b/src/main/resources/templates/register/administrator.html new file mode 100644 index 0000000..566549b --- /dev/null +++ b/src/main/resources/templates/register/administrator.html @@ -0,0 +1,10 @@ + + + + + Title + + + + + \ No newline at end of file diff --git a/src/main/resources/templates/register/student.html b/src/main/resources/templates/register/student.html new file mode 100644 index 0000000..566549b --- /dev/null +++ b/src/main/resources/templates/register/student.html @@ -0,0 +1,10 @@ + + + + + Title + + + + + \ No newline at end of file diff --git a/src/main/resources/templates/register/teaching_assistant.html b/src/main/resources/templates/register/teaching_assistant.html new file mode 100644 index 0000000..566549b --- /dev/null +++ b/src/main/resources/templates/register/teaching_assistant.html @@ -0,0 +1,10 @@ + + + + + Title + + + + + \ No newline at end of file