diff --git a/frontend/angular.json b/frontend/angular.json index 0866799..1e82ada 100644 --- a/frontend/angular.json +++ b/frontend/angular.json @@ -23,7 +23,8 @@ "assets": [ { "glob": "**/*", - "input": "public" + "input": "public", + "output": "/public" } ], "styles": [ diff --git a/frontend/public/assets/Mockup.jpg b/frontend/public/assets/Mockup.jpg new file mode 100644 index 0000000..ae217fa Binary files /dev/null and b/frontend/public/assets/Mockup.jpg differ diff --git a/frontend/public/assets/add.svg b/frontend/public/assets/add.svg new file mode 100644 index 0000000..d5b1751 --- /dev/null +++ b/frontend/public/assets/add.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontend/public/assets/chat_bubbles.jpg b/frontend/public/assets/chat_bubbles.jpg new file mode 100644 index 0000000..f02834f Binary files /dev/null and b/frontend/public/assets/chat_bubbles.jpg differ diff --git a/frontend/public/assets/chat_bubbles.png b/frontend/public/assets/chat_bubbles.png new file mode 100644 index 0000000..aa5527c Binary files /dev/null and b/frontend/public/assets/chat_bubbles.png differ diff --git a/frontend/public/assets/digitaler-frieden_logo.jpg b/frontend/public/assets/digitaler-frieden_logo.jpg new file mode 100644 index 0000000..d5397b6 Binary files /dev/null and b/frontend/public/assets/digitaler-frieden_logo.jpg differ diff --git a/frontend/public/assets/digitaler-frieden_logo.svg b/frontend/public/assets/digitaler-frieden_logo.svg new file mode 100644 index 0000000..1f890e7 --- /dev/null +++ b/frontend/public/assets/digitaler-frieden_logo.svg @@ -0,0 +1,8 @@ + + + + + logo + + + diff --git a/frontend/public/assets/icon.png b/frontend/public/assets/icon.png new file mode 100644 index 0000000..90a9712 Binary files /dev/null and b/frontend/public/assets/icon.png differ diff --git a/frontend/public/assets/icon.svg b/frontend/public/assets/icon.svg new file mode 100644 index 0000000..a37845f --- /dev/null +++ b/frontend/public/assets/icon.svg @@ -0,0 +1,107 @@ + + + + diff --git a/frontend/public/assets/icon_document_upload.svg b/frontend/public/assets/icon_document_upload.svg new file mode 100644 index 0000000..8ffbda8 --- /dev/null +++ b/frontend/public/assets/icon_document_upload.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontend/public/assets/icon_round.png b/frontend/public/assets/icon_round.png new file mode 100644 index 0000000..977c00b Binary files /dev/null and b/frontend/public/assets/icon_round.png differ diff --git a/frontend/public/assets/icons/chair_magnifier.png b/frontend/public/assets/icons/chair_magnifier.png new file mode 100644 index 0000000..596c3ca Binary files /dev/null and b/frontend/public/assets/icons/chair_magnifier.png differ diff --git a/frontend/public/assets/icons/conversation.png b/frontend/public/assets/icons/conversation.png new file mode 100644 index 0000000..334c7ef Binary files /dev/null and b/frontend/public/assets/icons/conversation.png differ diff --git a/frontend/public/assets/icons/financial_growth.png b/frontend/public/assets/icons/financial_growth.png new file mode 100644 index 0000000..8358f8d Binary files /dev/null and b/frontend/public/assets/icons/financial_growth.png differ diff --git a/frontend/public/assets/icons/icon.jpg b/frontend/public/assets/icons/icon.jpg new file mode 100644 index 0000000..2e09e75 Binary files /dev/null and b/frontend/public/assets/icons/icon.jpg differ diff --git a/frontend/public/assets/icons/map_search.png b/frontend/public/assets/icons/map_search.png new file mode 100644 index 0000000..b31716e Binary files /dev/null and b/frontend/public/assets/icons/map_search.png differ diff --git a/frontend/public/assets/icons/message_lookout.png b/frontend/public/assets/icons/message_lookout.png new file mode 100644 index 0000000..2ef8d92 Binary files /dev/null and b/frontend/public/assets/icons/message_lookout.png differ diff --git a/frontend/public/assets/icons/office.png b/frontend/public/assets/icons/office.png new file mode 100644 index 0000000..d009b2a Binary files /dev/null and b/frontend/public/assets/icons/office.png differ diff --git a/frontend/public/assets/icons/people_cheering.png b/frontend/public/assets/icons/people_cheering.png new file mode 100644 index 0000000..8059913 Binary files /dev/null and b/frontend/public/assets/icons/people_cheering.png differ diff --git a/frontend/public/assets/mail.svg b/frontend/public/assets/mail.svg new file mode 100644 index 0000000..b174f86 --- /dev/null +++ b/frontend/public/assets/mail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontend/public/assets/paper_plane.svg b/frontend/public/assets/paper_plane.svg new file mode 100644 index 0000000..1b80ab2 --- /dev/null +++ b/frontend/public/assets/paper_plane.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontend/public/assets/remove.svg b/frontend/public/assets/remove.svg new file mode 100644 index 0000000..da63c5a --- /dev/null +++ b/frontend/public/assets/remove.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontend/public/assets/styles.css b/frontend/public/assets/styles.css new file mode 100644 index 0000000..842023b --- /dev/null +++ b/frontend/public/assets/styles.css @@ -0,0 +1,1177 @@ +/* +! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com +*/ + +/* +1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4) +2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116) +*/ + +*, +::before, +::after { + box-sizing: border-box; + /* 1 */ + border-width: 0; + /* 2 */ + border-style: solid; + /* 2 */ + border-color: #e5e7eb; + /* 2 */ +} + +::before, +::after { + --tw-content: ''; +} + +/* +1. Use a consistent sensible line-height in all browsers. +2. Prevent adjustments of font size after orientation changes in iOS. +3. Use a more readable tab size. +4. Use the user's configured `sans` font-family by default. +5. Use the user's configured `sans` font-feature-settings by default. +6. Use the user's configured `sans` font-variation-settings by default. +7. Disable tap highlights on iOS +*/ + +html, +:host { + line-height: 1.5; + /* 1 */ + -webkit-text-size-adjust: 100%; + /* 2 */ + -moz-tab-size: 4; + /* 3 */ + -o-tab-size: 4; + tab-size: 4; + /* 3 */ + font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + /* 4 */ + font-feature-settings: normal; + /* 5 */ + font-variation-settings: normal; + /* 6 */ + -webkit-tap-highlight-color: transparent; + /* 7 */ +} + +/* +1. Remove the margin in all browsers. +2. Inherit line-height from `html` so users can set them as a class directly on the `html` element. +*/ + +body { + margin: 0; + /* 1 */ + line-height: inherit; + /* 2 */ +} + +/* +1. Add the correct height in Firefox. +2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655) +3. Ensure horizontal rules are visible by default. +*/ + +hr { + height: 0; + /* 1 */ + color: inherit; + /* 2 */ + border-top-width: 1px; + /* 3 */ +} + +/* +Add the correct text decoration in Chrome, Edge, and Safari. +*/ + +abbr:where([title]) { + -webkit-text-decoration: underline dotted; + text-decoration: underline dotted; +} + +/* +Remove the default font size and weight for headings. +*/ + +h1, +h2, +h3, +h4, +h5, +h6 { + font-size: inherit; + font-weight: inherit; +} + +/* +Reset links to optimize for opt-in styling instead of opt-out. +*/ + +a { + color: inherit; + text-decoration: inherit; +} + +/* +Add the correct font weight in Edge and Safari. +*/ + +b, +strong { + font-weight: bolder; +} + +/* +1. Use the user's configured `mono` font-family by default. +2. Use the user's configured `mono` font-feature-settings by default. +3. Use the user's configured `mono` font-variation-settings by default. +4. Correct the odd `em` font sizing in all browsers. +*/ + +code, +kbd, +samp, +pre { + font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; + /* 1 */ + font-feature-settings: normal; + /* 2 */ + font-variation-settings: normal; + /* 3 */ + font-size: 1em; + /* 4 */ +} + +/* +Add the correct font size in all browsers. +*/ + +small { + font-size: 80%; +} + +/* +Prevent `sub` and `sup` elements from affecting the line height in all browsers. +*/ + +sub, +sup { + font-size: 75%; + line-height: 0; + position: relative; + vertical-align: baseline; +} + +sub { + bottom: -0.25em; +} + +sup { + top: -0.5em; +} + +/* +1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297) +2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016) +3. Remove gaps between table borders by default. +*/ + +table { + text-indent: 0; + /* 1 */ + border-color: inherit; + /* 2 */ + border-collapse: collapse; + /* 3 */ +} + +/* +1. Change the font styles in all browsers. +2. Remove the margin in Firefox and Safari. +3. Remove default padding in all browsers. +*/ + +button, +input, +optgroup, +select, +textarea { + font-family: inherit; + /* 1 */ + font-feature-settings: inherit; + /* 1 */ + font-variation-settings: inherit; + /* 1 */ + font-size: 100%; + /* 1 */ + font-weight: inherit; + /* 1 */ + line-height: inherit; + /* 1 */ + letter-spacing: inherit; + /* 1 */ + color: inherit; + /* 1 */ + margin: 0; + /* 2 */ + padding: 0; + /* 3 */ +} + +/* +Remove the inheritance of text transform in Edge and Firefox. +*/ + +button, +select { + text-transform: none; +} + +/* +1. Correct the inability to style clickable types in iOS and Safari. +2. Remove default button styles. +*/ + +button, +input:where([type='button']), +input:where([type='reset']), +input:where([type='submit']) { + -webkit-appearance: button; + /* 1 */ + background-color: transparent; + /* 2 */ + background-image: none; + /* 2 */ +} + +/* +Use the modern Firefox focus style for all focusable elements. +*/ + +:-moz-focusring { + outline: auto; +} + +/* +Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737) +*/ + +:-moz-ui-invalid { + box-shadow: none; +} + +/* +Add the correct vertical alignment in Chrome and Firefox. +*/ + +progress { + vertical-align: baseline; +} + +/* +Correct the cursor style of increment and decrement buttons in Safari. +*/ + +::-webkit-inner-spin-button, +::-webkit-outer-spin-button { + height: auto; +} + +/* +1. Correct the odd appearance in Chrome and Safari. +2. Correct the outline style in Safari. +*/ + +[type='search'] { + -webkit-appearance: textfield; + /* 1 */ + outline-offset: -2px; + /* 2 */ +} + +/* +Remove the inner padding in Chrome and Safari on macOS. +*/ + +::-webkit-search-decoration { + -webkit-appearance: none; +} + +/* +1. Correct the inability to style clickable types in iOS and Safari. +2. Change font properties to `inherit` in Safari. +*/ + +::-webkit-file-upload-button { + -webkit-appearance: button; + /* 1 */ + font: inherit; + /* 2 */ +} + +/* +Add the correct display in Chrome and Safari. +*/ + +summary { + display: list-item; +} + +/* +Removes the default spacing and border for appropriate elements. +*/ + +blockquote, +dl, +dd, +h1, +h2, +h3, +h4, +h5, +h6, +hr, +figure, +p, +pre { + margin: 0; +} + +fieldset { + margin: 0; + padding: 0; +} + +legend { + padding: 0; +} + +ol, +ul, +menu { + list-style: none; + margin: 0; + padding: 0; +} + +/* +Reset default styling for dialogs. +*/ + +dialog { + padding: 0; +} + +/* +Prevent resizing textareas horizontally by default. +*/ + +textarea { + resize: vertical; +} + +/* +1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300) +2. Set the default placeholder color to the user's configured gray 400 color. +*/ + +input::-moz-placeholder, textarea::-moz-placeholder { + opacity: 1; + /* 1 */ + color: #9ca3af; + /* 2 */ +} + +input::placeholder, +textarea::placeholder { + opacity: 1; + /* 1 */ + color: #9ca3af; + /* 2 */ +} + +/* +Set the default cursor for buttons. +*/ + +button, +[role="button"] { + cursor: pointer; +} + +/* +Make sure disabled buttons don't get the pointer cursor. +*/ + +:disabled { + cursor: default; +} + +/* +1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14) +2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210) + This can trigger a poorly considered lint error in some tools but is included by design. +*/ + +img, +svg, +video, +canvas, +audio, +iframe, +embed, +object { + display: block; + /* 1 */ + vertical-align: middle; + /* 2 */ +} + +/* +Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14) +*/ + +img, +video { + max-width: 100%; + height: auto; +} + +/* Make elements with the HTML hidden attribute stay hidden by default */ + +[hidden] { + display: none; +} + +*, ::before, ::after { + --tw-border-spacing-x: 0; + --tw-border-spacing-y: 0; + --tw-translate-x: 0; + --tw-translate-y: 0; + --tw-rotate: 0; + --tw-skew-x: 0; + --tw-skew-y: 0; + --tw-scale-x: 1; + --tw-scale-y: 1; + --tw-pan-x: ; + --tw-pan-y: ; + --tw-pinch-zoom: ; + --tw-scroll-snap-strictness: proximity; + --tw-gradient-from-position: ; + --tw-gradient-via-position: ; + --tw-gradient-to-position: ; + --tw-ordinal: ; + --tw-slashed-zero: ; + --tw-numeric-figure: ; + --tw-numeric-spacing: ; + --tw-numeric-fraction: ; + --tw-ring-inset: ; + --tw-ring-offset-width: 0px; + --tw-ring-offset-color: #fff; + --tw-ring-color: rgb(59 130 246 / 0.5); + --tw-ring-offset-shadow: 0 0 #0000; + --tw-ring-shadow: 0 0 #0000; + --tw-shadow: 0 0 #0000; + --tw-shadow-colored: 0 0 #0000; + --tw-blur: ; + --tw-brightness: ; + --tw-contrast: ; + --tw-grayscale: ; + --tw-hue-rotate: ; + --tw-invert: ; + --tw-saturate: ; + --tw-sepia: ; + --tw-drop-shadow: ; + --tw-backdrop-blur: ; + --tw-backdrop-brightness: ; + --tw-backdrop-contrast: ; + --tw-backdrop-grayscale: ; + --tw-backdrop-hue-rotate: ; + --tw-backdrop-invert: ; + --tw-backdrop-opacity: ; + --tw-backdrop-saturate: ; + --tw-backdrop-sepia: ; + --tw-contain-size: ; + --tw-contain-layout: ; + --tw-contain-paint: ; + --tw-contain-style: ; +} + +::backdrop { + --tw-border-spacing-x: 0; + --tw-border-spacing-y: 0; + --tw-translate-x: 0; + --tw-translate-y: 0; + --tw-rotate: 0; + --tw-skew-x: 0; + --tw-skew-y: 0; + --tw-scale-x: 1; + --tw-scale-y: 1; + --tw-pan-x: ; + --tw-pan-y: ; + --tw-pinch-zoom: ; + --tw-scroll-snap-strictness: proximity; + --tw-gradient-from-position: ; + --tw-gradient-via-position: ; + --tw-gradient-to-position: ; + --tw-ordinal: ; + --tw-slashed-zero: ; + --tw-numeric-figure: ; + --tw-numeric-spacing: ; + --tw-numeric-fraction: ; + --tw-ring-inset: ; + --tw-ring-offset-width: 0px; + --tw-ring-offset-color: #fff; + --tw-ring-color: rgb(59 130 246 / 0.5); + --tw-ring-offset-shadow: 0 0 #0000; + --tw-ring-shadow: 0 0 #0000; + --tw-shadow: 0 0 #0000; + --tw-shadow-colored: 0 0 #0000; + --tw-blur: ; + --tw-brightness: ; + --tw-contrast: ; + --tw-grayscale: ; + --tw-hue-rotate: ; + --tw-invert: ; + --tw-saturate: ; + --tw-sepia: ; + --tw-drop-shadow: ; + --tw-backdrop-blur: ; + --tw-backdrop-brightness: ; + --tw-backdrop-contrast: ; + --tw-backdrop-grayscale: ; + --tw-backdrop-hue-rotate: ; + --tw-backdrop-invert: ; + --tw-backdrop-opacity: ; + --tw-backdrop-saturate: ; + --tw-backdrop-sepia: ; + --tw-contain-size: ; + --tw-contain-layout: ; + --tw-contain-paint: ; + --tw-contain-style: ; +} + +.absolute { + position: absolute; +} + +.relative { + position: relative; +} + +.left-4 { + left: 1rem; +} + +.right-4 { + right: 1rem; +} + +.top-4 { + top: 1rem; +} + +.m-0 { + margin: 0px; +} + +.mb-1 { + margin-bottom: 0.25rem; +} + +.mb-10 { + margin-bottom: 2.5rem; +} + +.mb-12 { + margin-bottom: 3rem; +} + +.mb-2 { + margin-bottom: 0.5rem; +} + +.mb-20 { + margin-bottom: 5rem; +} + +.mb-3 { + margin-bottom: 0.75rem; +} + +.mb-32 { + margin-bottom: 8rem; +} + +.mb-4 { + margin-bottom: 1rem; +} + +.mb-5 { + margin-bottom: 1.25rem; +} + +.mb-6 { + margin-bottom: 1.5rem; +} + +.mb-8 { + margin-bottom: 2rem; +} + +.ms-2 { + margin-inline-start: 0.5rem; +} + +.mt-20 { + margin-top: 5rem; +} + +.mt-4 { + margin-top: 1rem; +} + +.mt-64 { + margin-top: 16rem; +} + +.flex { + display: flex; +} + +.h-10 { + height: 2.5rem; +} + +.h-12 { + height: 3rem; +} + +.h-16 { + height: 4rem; +} + +.h-24 { + height: 6rem; +} + +.h-4 { + height: 1rem; +} + +.h-full { + height: 100%; +} + +.min-h-12 { + min-height: 3rem; +} + +.min-h-16 { + min-height: 4rem; +} + +.w-0 { + width: 0px; +} + +.w-10 { + width: 2.5rem; +} + +.w-16 { + width: 4rem; +} + +.w-24 { + width: 6rem; +} + +.w-4 { + width: 1rem; +} + +.w-8 { + width: 2rem; +} + +.w-96 { + width: 24rem; +} + +.w-full { + width: 100%; +} + +.min-w-72 { + min-width: 18rem; +} + +.max-w-36 { + max-width: 9rem; +} + +.max-w-56 { + max-width: 14rem; +} + +.max-w-lg { + max-width: 32rem; +} + +.max-w-sm { + max-width: 24rem; +} + +.max-w-xl { + max-width: 36rem; +} + +.flex-col { + flex-direction: column; +} + +.items-start { + align-items: flex-start; +} + +.items-center { + align-items: center; +} + +.justify-start { + justify-content: flex-start; +} + +.justify-center { + justify-content: center; +} + +.justify-between { + justify-content: space-between; +} + +.space-x-4 > :not([hidden]) ~ :not([hidden]) { + --tw-space-x-reverse: 0; + margin-right: calc(1rem * var(--tw-space-x-reverse)); + margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))); +} + +.space-y-1 > :not([hidden]) ~ :not([hidden]) { + --tw-space-y-reverse: 0; + margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))); + margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)); +} + +.space-y-16 > :not([hidden]) ~ :not([hidden]) { + --tw-space-y-reverse: 0; + margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))); + margin-bottom: calc(4rem * var(--tw-space-y-reverse)); +} + +.space-y-24 > :not([hidden]) ~ :not([hidden]) { + --tw-space-y-reverse: 0; + margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))); + margin-bottom: calc(6rem * var(--tw-space-y-reverse)); +} + +.space-y-4 > :not([hidden]) ~ :not([hidden]) { + --tw-space-y-reverse: 0; + margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))); + margin-bottom: calc(1rem * var(--tw-space-y-reverse)); +} + +.rounded-md { + border-radius: 0.375rem; +} + +.border-2 { + border-width: 2px; +} + +.border-b { + border-bottom-width: 1px; +} + +.border-white { + --tw-border-opacity: 1; + border-color: rgb(255 255 255 / var(--tw-border-opacity)); +} + +.bg-black { + --tw-bg-opacity: 1; + background-color: rgb(0 0 0 / var(--tw-bg-opacity)); +} + +.bg-transparent { + background-color: transparent; +} + +.px-12 { + padding-left: 3rem; + padding-right: 3rem; +} + +.px-8 { + padding-left: 2rem; + padding-right: 2rem; +} + +.text-center { + text-align: center; +} + +.text-start { + text-align: start; +} + +.text-2xl { + font-size: 1.5rem; + line-height: 2rem; +} + +.text-3xl { + font-size: 1.875rem; + line-height: 2.25rem; +} + +.text-lg { + font-size: 1.125rem; + line-height: 1.75rem; +} + +.text-xl { + font-size: 1.25rem; + line-height: 1.75rem; +} + +.font-bold { + font-weight: 700; +} + +.italic { + font-style: italic; +} + +.text-black { + --tw-text-opacity: 1; + color: rgb(0 0 0 / var(--tw-text-opacity)); +} + +.text-white { + --tw-text-opacity: 1; + color: rgb(255 255 255 / var(--tw-text-opacity)); +} + +.transition { + transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter; + transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter; + transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter; + transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); + transition-duration: 150ms; +} + +.duration-150 { + transition-duration: 150ms; +} + +.duration-700 { + transition-duration: 700ms; +} + +.logo { + position: absolute; +} + +.logo-fadein-right { + position:relative; + animation: logo-fadein-right 1s ; +} + +@keyframes logo-fadein-right { + 0% { + transform: translateX(-200%); + opacity: 0; + } + + 70%{ + transform: translateX(0); + opacity: 0.7; + } + + 80%{ + opacity: 1; + } + + 90%{ + opacity: 0.8; + } + + 100%{ + opacity: 1; + } +} + +.logo-fadein-left { + position: relative; + animation: logo-fadein-left 1s; +} + +@keyframes logo-fadein-left { + 0% { + transform: translateX(500%); + opacity: 0; + } + + 70%{ + opacity: 0.7; + } + + 80%{ + transform: translateX(0); + opacity: 1; + } + + 90%{ + opacity: 0.8; + } + + 100%{ + opacity: 1; + } + + from{ + left: -200%; + opacity: 0.5; + } + + to{ + left: 0; + opacity: 1; + } +} + +.fade-in{ + position:relative; + animation:fadein 0.4s +} + +@keyframes fadein{ + from{ + left:200%; + opacity:0; + } + + to{ + left:0; + opacity:1 + } +} + +.fade-out{ + position:relative; + animation:fadeout 0.4s +} + +@keyframes fadeout{ + from{ + left:0; + opacity:0 + } + + to{ + left:-200%; + opacity:1 + } +} + +.mail-animation { + position:relative; + animation:mail-animation 2s infinite; +} + +@keyframes mail-animation { + 0% { + left: -20%; + opacity: 0.5; + } + + 20% { + opacity: 1; + } + + 70%{ + left: 20%; + } + + 80%{ + opacity: 1; + } + + 100%{ + left: 100%; + opacity: 0; + } +} + +.cx-date-picker { + position: relative; + display: inline-block; +} + +.cx-date-picker[type="date"]::-webkit-calendar-picker-indicator { + background: transparent; + bottom: 0; + color: transparent; + cursor: pointer; + height: auto; + left: 0; + position: absolute; + right: 0; + top: 0; + width: auto; +} + +.text-danger { + color: rgba(255, 82, 82,1.0); +} + +.bg-danger { + background-color: rgba(255, 82, 82,1.0); +} + +.min-height { + min-height: 500px; +} + +.text-tertiary { + color: rgba(132, 129, 122,1.0); +} + +.bg-tertriary { + background-color: rgba(132, 129, 122,1.0); +} + +.border-primary { + border-color: rgba(51,217,178,1.0); +} + +.accent-primary { + accent-color: rgba(51, 217, 178,1.0); +} + +.text-primary { + color: rgba(51, 217, 178,1.0); +} + +.text-primary-dark { + color: rgba(33, 140, 116,1.0); +} + +.bg-primary-dark { + background-color: rgba(33, 140, 116,1.0); +} + +.bg-primary { + background-color: rgba(51, 217, 178,1.0); +} + +.text-secondary { + color: rgba(52, 172, 224,1.0); +} + +.text-secondary-dark { + color: rgba(34, 112, 147,1.0); +} + +.bg-secondary-dark { + background-color: rgba(34, 112, 147,1.0); +} + +.bg-secondary { + background-color: rgba(52, 172, 224,1.0); +} + +.focus-within\:bg-\[\#33d9b2\]:focus-within { + --tw-bg-opacity: 1; + background-color: rgb(51 217 178 / var(--tw-bg-opacity)); +} + +.focus-within\:text-black:focus-within { + --tw-text-opacity: 1; + color: rgb(0 0 0 / var(--tw-text-opacity)); +} + +.hover\:-translate-y-1:hover { + --tw-translate-y: -0.25rem; + transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); +} + +.hover\:cursor-pointer:hover { + cursor: pointer; +} + +.hover\:border-\[\#33d9b2\]:hover { + --tw-border-opacity: 1; + border-color: rgb(51 217 178 / var(--tw-border-opacity)); +} + +.hover\:text-white:hover { + --tw-text-opacity: 1; + color: rgb(255 255 255 / var(--tw-text-opacity)); +} + +.active\:bg-\[\#33d9b2\]:active { + --tw-bg-opacity: 1; + background-color: rgb(51 217 178 / var(--tw-bg-opacity)); +} + +.group:hover .group-hover\:cursor-pointer { + cursor: pointer; +} + +@media (min-width: 768px) { + .md\:mb-12 { + margin-bottom: 3rem; + } + + .md\:mb-32 { + margin-bottom: 8rem; + } + + .md\:flex { + display: flex; + } + + .md\:w-56 { + width: 14rem; + } + + .md\:w-auto { + width: auto; + } + + .md\:flex-col { + flex-direction: column; + } + + .md\:items-center { + align-items: center; + } + + .md\:space-y-4 > :not([hidden]) ~ :not([hidden]) { + --tw-space-y-reverse: 0; + margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))); + margin-bottom: calc(1rem * var(--tw-space-y-reverse)); + } +} + +@media (min-width: 1024px) { + .lg\:mb-0 { + margin-bottom: 0px; + } +} + diff --git a/frontend/public/assets/vector-EPS.eps b/frontend/public/assets/vector-EPS.eps new file mode 100644 index 0000000..5e7f02b Binary files /dev/null and b/frontend/public/assets/vector-EPS.eps differ diff --git a/frontend/public/assets/vector-SVG.svg b/frontend/public/assets/vector-SVG.svg new file mode 100644 index 0000000..e4702ce --- /dev/null +++ b/frontend/public/assets/vector-SVG.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/frontend/public/favicon.ico b/frontend/public/favicon.ico index 57614f9..977c00b 100644 Binary files a/frontend/public/favicon.ico and b/frontend/public/favicon.ico differ diff --git a/frontend/src/app/app.component.html b/frontend/src/app/app.component.html index 36093e1..7dd570e 100644 --- a/frontend/src/app/app.component.html +++ b/frontend/src/app/app.component.html @@ -1,336 +1 @@ - - - - - - - - - - - -
-
-
- -

Hello, {{ title }}

-

Congratulations! Your app is running. 🎉

-
- -
-
- @for (item of [ - { title: 'Explore the Docs', link: 'https://angular.dev' }, - { title: 'Learn with Tutorials', link: 'https://angular.dev/tutorials' }, - { title: 'CLI Docs', link: 'https://angular.dev/tools/cli' }, - { title: 'Angular Language Service', link: 'https://angular.dev/tools/language-service' }, - { title: 'Angular DevTools', link: 'https://angular.dev/tools/devtools' }, - ]; track item.title) { - - {{ item.title }} - - - - - } -
- -
-
-
- - - - - - - - - - - + diff --git a/frontend/src/app/app.component.ts b/frontend/src/app/app.component.ts index b412f0c..4cd41e2 100644 --- a/frontend/src/app/app.component.ts +++ b/frontend/src/app/app.component.ts @@ -1,12 +1,12 @@ -import { Component } from '@angular/core'; -import { RouterOutlet } from '@angular/router'; +import {Component} from '@angular/core'; +import {RouterOutlet} from '@angular/router'; @Component({ - selector: 'app-root', - imports: [RouterOutlet], - templateUrl: './app.component.html', - styleUrl: './app.component.css' + selector: 'app-root', + imports: [RouterOutlet], + templateUrl: './app.component.html', + styleUrl: './app.component.css' }) export class AppComponent { - title = 'frontend'; + title = 'Digitaler Frieden'; } diff --git a/frontend/src/app/app.routes.ts b/frontend/src/app/app.routes.ts index dc39edb..05e807e 100644 --- a/frontend/src/app/app.routes.ts +++ b/frontend/src/app/app.routes.ts @@ -1,3 +1,24 @@ -import { Routes } from '@angular/router'; +import {Routes} from '@angular/router'; +import {StartComponent} from "./page/onboarding/start/start.component"; +import {NotificationComponent} from "./page/onboarding/notification/notification.component"; +import {RegistrationComponent} from "./page/onboarding/registration/registration.component"; +import {LoginComponent} from "./page/login/login.component"; -export const routes: Routes = []; +export const routes: Routes = [ + { + path: '', + component: StartComponent, + }, + { + path: 'onboarding/notification', + component: NotificationComponent, + }, + { + path: 'onboarding/registration', + component: RegistrationComponent, + }, + { + path: 'login', + component: LoginComponent, + } +]; diff --git a/frontend/src/app/atomic/text-button/text-button.component.css b/frontend/src/app/atomic/text-button/text-button.component.css index 74b0441..2f6d87b 100644 --- a/frontend/src/app/atomic/text-button/text-button.component.css +++ b/frontend/src/app/atomic/text-button/text-button.component.css @@ -8,6 +8,7 @@ button { border-color: var(--primary-background-color); border-radius: 6px; cursor: pointer; + width: 100%; } button:hover { diff --git a/frontend/src/app/page/login/login.component.css b/frontend/src/app/page/login/login.component.css new file mode 100644 index 0000000..e69de29 diff --git a/frontend/src/app/page/login/login.component.html b/frontend/src/app/page/login/login.component.html new file mode 100644 index 0000000..147cfc4 --- /dev/null +++ b/frontend/src/app/page/login/login.component.html @@ -0,0 +1 @@ +

login works!

diff --git a/frontend/src/app/page/login/login.component.spec.ts b/frontend/src/app/page/login/login.component.spec.ts new file mode 100644 index 0000000..18f3685 --- /dev/null +++ b/frontend/src/app/page/login/login.component.spec.ts @@ -0,0 +1,23 @@ +import { ComponentFixture, TestBed } from '@angular/core/testing'; + +import { LoginComponent } from './login.component'; + +describe('LoginComponent', () => { + let component: LoginComponent; + let fixture: ComponentFixture; + + beforeEach(async () => { + await TestBed.configureTestingModule({ + imports: [LoginComponent] + }) + .compileComponents(); + + fixture = TestBed.createComponent(LoginComponent); + component = fixture.componentInstance; + fixture.detectChanges(); + }); + + it('should create', () => { + expect(component).toBeTruthy(); + }); +}); diff --git a/frontend/src/app/page/login/login.component.ts b/frontend/src/app/page/login/login.component.ts new file mode 100644 index 0000000..b3f2e24 --- /dev/null +++ b/frontend/src/app/page/login/login.component.ts @@ -0,0 +1,11 @@ +import { Component } from '@angular/core'; + +@Component({ + selector: 'app-login', + imports: [], + templateUrl: './login.component.html', + styleUrl: './login.component.css' +}) +export class LoginComponent { + +} diff --git a/frontend/src/app/page/onboarding/notification/notification.component.css b/frontend/src/app/page/onboarding/notification/notification.component.css new file mode 100644 index 0000000..f6d422d --- /dev/null +++ b/frontend/src/app/page/onboarding/notification/notification.component.css @@ -0,0 +1,13 @@ +img { + max-width: 25rem; +} + +.content { + display: flex; + flex-direction: column; + align-items: center; + text-align: center; + justify-content: center; + height: 100%; + padding: 0 1.5rem; +} \ No newline at end of file diff --git a/frontend/src/app/page/onboarding/notification/notification.component.html b/frontend/src/app/page/onboarding/notification/notification.component.html new file mode 100644 index 0000000..3c0345e --- /dev/null +++ b/frontend/src/app/page/onboarding/notification/notification.component.html @@ -0,0 +1,11 @@ +
+ + Chat Bubbles +

Erhalte Mitteilungen

+

Du erhÀltst z. B. eine Mitteilung sobald wir eine Digitale Spur gefunden haben.

+

Die Mitteilungen kannst du jederzeit wieder deaktivieren.

+ + + + +
\ No newline at end of file diff --git a/frontend/src/app/page/onboarding/notification/notification.component.spec.ts b/frontend/src/app/page/onboarding/notification/notification.component.spec.ts new file mode 100644 index 0000000..0b95511 --- /dev/null +++ b/frontend/src/app/page/onboarding/notification/notification.component.spec.ts @@ -0,0 +1,23 @@ +import { ComponentFixture, TestBed } from '@angular/core/testing'; + +import { NotificationComponent } from './notification.component'; + +describe('NotificationComponent', () => { + let component: NotificationComponent; + let fixture: ComponentFixture; + + beforeEach(async () => { + await TestBed.configureTestingModule({ + imports: [NotificationComponent] + }) + .compileComponents(); + + fixture = TestBed.createComponent(NotificationComponent); + component = fixture.componentInstance; + fixture.detectChanges(); + }); + + it('should create', () => { + expect(component).toBeTruthy(); + }); +}); diff --git a/frontend/src/app/page/onboarding/notification/notification.component.ts b/frontend/src/app/page/onboarding/notification/notification.component.ts new file mode 100644 index 0000000..3a7d069 --- /dev/null +++ b/frontend/src/app/page/onboarding/notification/notification.component.ts @@ -0,0 +1,16 @@ +import {Component} from '@angular/core'; +import {RouterLink} from "@angular/router"; +import {TextButtonComponent} from "../../../atomic/text-button/text-button.component"; + +@Component({ + selector: 'app-notification', + imports: [ + RouterLink, + TextButtonComponent + ], + templateUrl: './notification.component.html', + styleUrl: './notification.component.css' +}) +export class NotificationComponent { + +} diff --git a/frontend/src/app/page/onboarding/registration/registration.component.css b/frontend/src/app/page/onboarding/registration/registration.component.css new file mode 100644 index 0000000..e69de29 diff --git a/frontend/src/app/page/onboarding/registration/registration.component.html b/frontend/src/app/page/onboarding/registration/registration.component.html new file mode 100644 index 0000000..d2f7abe --- /dev/null +++ b/frontend/src/app/page/onboarding/registration/registration.component.html @@ -0,0 +1 @@ +

registration works!

diff --git a/frontend/src/app/page/onboarding/registration/registration.component.spec.ts b/frontend/src/app/page/onboarding/registration/registration.component.spec.ts new file mode 100644 index 0000000..1d578a7 --- /dev/null +++ b/frontend/src/app/page/onboarding/registration/registration.component.spec.ts @@ -0,0 +1,23 @@ +import { ComponentFixture, TestBed } from '@angular/core/testing'; + +import { RegistrationComponent } from './registration.component'; + +describe('RegistrationComponent', () => { + let component: RegistrationComponent; + let fixture: ComponentFixture; + + beforeEach(async () => { + await TestBed.configureTestingModule({ + imports: [RegistrationComponent] + }) + .compileComponents(); + + fixture = TestBed.createComponent(RegistrationComponent); + component = fixture.componentInstance; + fixture.detectChanges(); + }); + + it('should create', () => { + expect(component).toBeTruthy(); + }); +}); diff --git a/frontend/src/app/page/onboarding/registration/registration.component.ts b/frontend/src/app/page/onboarding/registration/registration.component.ts new file mode 100644 index 0000000..4025bfb --- /dev/null +++ b/frontend/src/app/page/onboarding/registration/registration.component.ts @@ -0,0 +1,11 @@ +import { Component } from '@angular/core'; + +@Component({ + selector: 'app-registration', + imports: [], + templateUrl: './registration.component.html', + styleUrl: './registration.component.css' +}) +export class RegistrationComponent { + +} diff --git a/frontend/src/app/page/onboarding/start/start.component.css b/frontend/src/app/page/onboarding/start/start.component.css new file mode 100644 index 0000000..f44854a --- /dev/null +++ b/frontend/src/app/page/onboarding/start/start.component.css @@ -0,0 +1,41 @@ +img { + max-width: 25rem; +} + +p { + margin-bottom: 0; +} + +atomic-text-button { + margin-top: 4rem; + width: 100%; + max-width: 25rem; +} + +ul { + list-style-type: none; + padding: 0; + display: flex; + flex-direction: row; + column-gap: 1rem; + margin-top: 01rem; +} + +li > a { + text-decoration: none; + color: var(--primary-background-color); +} + +li > a:hover { + color: var(--primary-background-color-hover); +} + +.content { + display: flex; + flex-direction: column; + align-items: center; + text-align: center; + justify-content: center; + height: 100%; + padding: 0 1.5rem; +} \ No newline at end of file diff --git a/frontend/src/app/page/onboarding/start/start.component.html b/frontend/src/app/page/onboarding/start/start.component.html new file mode 100644 index 0000000..ff6ee15 --- /dev/null +++ b/frontend/src/app/page/onboarding/start/start.component.html @@ -0,0 +1,17 @@ +
+ + Logo Digitaler Frieden + +

Hallo. Digitale Spuren entfernen per Knopfdruck.

+

Mit uns finden Sie Ihre Digitalen Spuren und können diese entfernen.

+ + + +

Mit der weiteren Nutzung stimmst du folgenden Bedingungen zu:

+ +
diff --git a/frontend/src/app/page/onboarding/start/start.component.spec.ts b/frontend/src/app/page/onboarding/start/start.component.spec.ts new file mode 100644 index 0000000..03e2127 --- /dev/null +++ b/frontend/src/app/page/onboarding/start/start.component.spec.ts @@ -0,0 +1,23 @@ +import { ComponentFixture, TestBed } from '@angular/core/testing'; + +import { StartComponent } from './start.component'; + +describe('StartComponent', () => { + let component: StartComponent; + let fixture: ComponentFixture; + + beforeEach(async () => { + await TestBed.configureTestingModule({ + imports: [StartComponent] + }) + .compileComponents(); + + fixture = TestBed.createComponent(StartComponent); + component = fixture.componentInstance; + fixture.detectChanges(); + }); + + it('should create', () => { + expect(component).toBeTruthy(); + }); +}); diff --git a/frontend/src/app/page/onboarding/start/start.component.ts b/frontend/src/app/page/onboarding/start/start.component.ts new file mode 100644 index 0000000..822d336 --- /dev/null +++ b/frontend/src/app/page/onboarding/start/start.component.ts @@ -0,0 +1,16 @@ +import {Component} from '@angular/core'; +import {TextButtonComponent} from "../../../atomic/text-button/text-button.component"; +import {RouterLink} from "@angular/router"; + +@Component({ + selector: 'app-start', + imports: [ + TextButtonComponent, + RouterLink + ], + templateUrl: './start.component.html', + styleUrl: './start.component.css' +}) +export class StartComponent { + +}