diff --git a/.gitignore b/.gitignore index 0ea5131..72ec119 100644 --- a/.gitignore +++ b/.gitignore @@ -116,4 +116,9 @@ ToDo.txt # only in development branch -next-env.d.ts \ No newline at end of file +next-env.d.ts + +# psd files from footage +footage/*.psd + +icon/ \ No newline at end of file diff --git a/Footage/Pic_1.jpg b/Footage/Pic_1.jpg new file mode 100644 index 0000000..0f90fd4 Binary files /dev/null and b/Footage/Pic_1.jpg differ diff --git a/Footage/Pic_2.jpg b/Footage/Pic_2.jpg new file mode 100644 index 0000000..caf39f5 Binary files /dev/null and b/Footage/Pic_2.jpg differ diff --git a/Footage/Pic_3.jpg b/Footage/Pic_3.jpg new file mode 100644 index 0000000..783461d Binary files /dev/null and b/Footage/Pic_3.jpg differ diff --git a/Footage/Pic_4.jpg b/Footage/Pic_4.jpg new file mode 100644 index 0000000..f1cd619 Binary files /dev/null and b/Footage/Pic_4.jpg differ diff --git a/FrontendV2/index.html b/FrontendV2/index.html index 62c9c06..f543627 100644 --- a/FrontendV2/index.html +++ b/FrontendV2/index.html @@ -2,7 +2,11 @@ - + Ausleihsystem diff --git a/FrontendV2/public/icon_borrow-system-frontend_dark.png b/FrontendV2/public/icon_borrow-system-frontend_dark.png new file mode 100644 index 0000000..f4159af Binary files /dev/null and b/FrontendV2/public/icon_borrow-system-frontend_dark.png differ diff --git a/FrontendV2/public/icon_borrow-system-frontend_default.png b/FrontendV2/public/icon_borrow-system-frontend_default.png new file mode 100644 index 0000000..03d802f Binary files /dev/null and b/FrontendV2/public/icon_borrow-system-frontend_default.png differ diff --git a/FrontendV2/public/vite.svg b/FrontendV2/public/vite.svg deleted file mode 100644 index a3b6099..0000000 --- a/FrontendV2/public/vite.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file