-
- Downloads
Add ChihuahUI and add CSS for index and login page
The CSS needs to be moved to a separate file
Showing
- backend/build.gradle.kts 9 additions, 1 deletionbackend/build.gradle.kts
- backend/src/main/java/server/service/SetUpService.java 1 addition, 0 deletionsbackend/src/main/java/server/service/SetUpService.java
- backend/src/main/resources/css/index.css 18 additions, 0 deletionsbackend/src/main/resources/css/index.css
- backend/src/main/resources/css/main.css 0 additions, 24 deletionsbackend/src/main/resources/css/main.css
- backend/src/main/resources/templates/account.html 19 additions, 9 deletionsbackend/src/main/resources/templates/account.html
- backend/src/main/resources/templates/createNew.html 11 additions, 13 deletionsbackend/src/main/resources/templates/createNew.html
- backend/src/main/resources/templates/dashboard.html 29 additions, 14 deletionsbackend/src/main/resources/templates/dashboard.html
- backend/src/main/resources/templates/error.html 2 additions, 0 deletionsbackend/src/main/resources/templates/error.html
- backend/src/main/resources/templates/header.html 7 additions, 0 deletionsbackend/src/main/resources/templates/header.html
- backend/src/main/resources/templates/index.html 30 additions, 11 deletionsbackend/src/main/resources/templates/index.html
- backend/src/main/resources/templates/login.html 50 additions, 34 deletionsbackend/src/main/resources/templates/login.html
- backend/src/main/resources/templates/modifyCourse.html 7 additions, 7 deletionsbackend/src/main/resources/templates/modifyCourse.html
- backend/src/main/resources/templates/privacypage.html 1 addition, 1 deletionbackend/src/main/resources/templates/privacypage.html
- backend/src/main/resources/templates/setUpGroups.html 2 additions, 4 deletionsbackend/src/main/resources/templates/setUpGroups.html
- backend/src/main/resources/templates/setUpProject.html 1 addition, 1 deletionbackend/src/main/resources/templates/setUpProject.html
- backend/src/main/resources/templates/setUpTAs.html 1 addition, 1 deletionbackend/src/main/resources/templates/setUpTAs.html
- backend/src/main/resources/templates/statistics.html 1 addition, 1 deletionbackend/src/main/resources/templates/statistics.html
- backend/src/main/resources/templates/statsDisplayed.html 1 addition, 2 deletionsbackend/src/main/resources/templates/statsDisplayed.html
Loading