diff --git a/backend/src/main/resources/public/css/style.css b/backend/src/main/resources/public/css/style.css new file mode 100644 index 0000000..678a1cd --- /dev/null +++ b/backend/src/main/resources/public/css/style.css @@ -0,0 +1,31 @@ +@font-face { + font-family: Candara; + src: url("backend\src\main\resources\public\fonts\candara-light.ttf"); +} + + +/* NAVBAR */ +.my-navbar { + font-family: Candara; + background-color: #3C2C72; + font-size: 2.5vh; + color: white; +} + +.my-navbar .link a:hover { + font-family: Candara; + text-decoration: underline !important; + color: rgb(251, 158, 149); +} + +.my-navbar .logo { + height: 30px; +} + +/* FOOTER */ +.my-footer { + font-family: Candara; + background-color: #3C2C72; + color: white; + height: 32px; +} \ No newline at end of file diff --git a/backend/src/main/resources/public/favicon.svg b/backend/src/main/resources/public/favicon.svg new file mode 100644 index 0000000..7e1bd9a --- /dev/null +++ b/backend/src/main/resources/public/favicon.svg @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/backend/src/main/resources/public/fonts/candara-light.ttf b/backend/src/main/resources/public/fonts/candara-light.ttf new file mode 100644 index 0000000..a7b9c80 Binary files /dev/null and b/backend/src/main/resources/public/fonts/candara-light.ttf differ diff --git a/backend/src/main/resources/public/images/logo_livecinema.png b/backend/src/main/resources/public/images/logo_livecinema.png new file mode 100644 index 0000000..8465b5b Binary files /dev/null and b/backend/src/main/resources/public/images/logo_livecinema.png differ diff --git a/backend/src/main/resources/templates/default.html b/backend/src/main/resources/templates/default.html new file mode 100644 index 0000000..8c0e8f6 --- /dev/null +++ b/backend/src/main/resources/templates/default.html @@ -0,0 +1,66 @@ + + + +
+ + + +