diff --git a/frontend/src/components/footer.tsx b/frontend/src/components/footer.tsx index 80d9645..c3562af 100644 --- a/frontend/src/components/footer.tsx +++ b/frontend/src/components/footer.tsx @@ -6,11 +6,13 @@ import { AlertColor, Alert, AppBar, + Box, Button, Dialog, DialogActions, DialogContent, DialogTitle, + Link, TextField, Toolbar, } from '@mui/material'; @@ -200,24 +202,29 @@ function Footer() { <> - {username ? ( - <> - - Logged in as: - {' '} - {username} - {' '} - {tempUser ? '(Temporary User. Edit to set a password!)' : undefined} - - - {!tempUser && } - - ) : ( - <> - - - - )} + + {username ? ( + <> + + Logged in as: + {' '} + {username} + {' '} + {tempUser ? '(Temporary User. Edit to set a password!)' : undefined} + + + {!tempUser && } + + ) : ( + <> + + + + )} + + + Legal Information (Impressum and Data Protection Regulation) + setDialogTypeOpen(null)}> diff --git a/frontend/src/index.html b/frontend/src/index.html index dfd3512..f8cdcf0 100644 --- a/frontend/src/index.html +++ b/frontend/src/index.html @@ -7,6 +7,11 @@ +
diff --git a/frontend/src/legal.html b/frontend/src/legal.html new file mode 100644 index 0000000..9810037 --- /dev/null +++ b/frontend/src/legal.html @@ -0,0 +1,98 @@ + + + + ADF-BDD.dev - Legal Notice + + + + + + +
+

ADF-BDD.DEV Legal Notice

+
+ +
+

Impressum

+ + The Impressum of TU Dresden applies with the following amendments: + +

Responsibilities - Content and Technical Implementation

+ +

+ Dipl.-Inf. Lukas Gerlach
+ Technische Universität Dresden
+ Fakultät Informatik
+ Institut für Theoretische Informatik
+ Professur für Wissensbasierte Systeme
+ 01062 Dresden
+ GERMANY +

+

+ Email: lukas.gerlach@tu-dresden.de
+ Phone: (+49) 351 / 463 43503 +

+
+ +
+

Data Protection Regulation

+

+ We process your personal data only in form of metadata that is send to us when you access the website. + This is done to pursue our legitimate interest of providing and improving this publicly available website (https://adf-bdd.dev). + To this aim, this metadata is also written to server log files. + The data may contain the following of your personal information: public IP address, time of access, internet browser (e.g. user agent, version), operating system, referrer url, hostname of requesting machine. + We do not set any cookies and do not use any third party analytics tools on this website. +

+

Legal basis

+

+ The legal basis for the data processing is Section §6 para.1 lit. f GDPR. +

+

Rights of data subjects

+ +
+ + + +