From 12eaa5814ef20b0910e8d64a753378b6f6797989 Mon Sep 17 00:00:00 2001 From: Jake Mannens Date: Fri, 22 May 2026 00:52:16 +1000 Subject: Initial commit --- Server/wwwroot/images/book.svg | 7 ++++ Server/wwwroot/images/checkmark.svg | 7 ++++ Server/wwwroot/images/cross.svg | 7 ++++ Server/wwwroot/images/edit.svg | 7 ++++ Server/wwwroot/images/info.svg | 63 ++++++++++++++++++++++++++++++++++++ Server/wwwroot/images/loginbg.webp | Bin 0 -> 2247672 bytes Server/wwwroot/images/photo.svg | 7 ++++ Server/wwwroot/images/tag.svg | 7 ++++ Server/wwwroot/images/trash.svg | 7 ++++ 9 files changed, 112 insertions(+) create mode 100644 Server/wwwroot/images/book.svg create mode 100644 Server/wwwroot/images/checkmark.svg create mode 100644 Server/wwwroot/images/cross.svg create mode 100644 Server/wwwroot/images/edit.svg create mode 100644 Server/wwwroot/images/info.svg create mode 100644 Server/wwwroot/images/loginbg.webp create mode 100644 Server/wwwroot/images/photo.svg create mode 100644 Server/wwwroot/images/tag.svg create mode 100644 Server/wwwroot/images/trash.svg (limited to 'Server/wwwroot/images') diff --git a/Server/wwwroot/images/book.svg b/Server/wwwroot/images/book.svg new file mode 100644 index 0000000..6cdfc79 --- /dev/null +++ b/Server/wwwroot/images/book.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/Server/wwwroot/images/checkmark.svg b/Server/wwwroot/images/checkmark.svg new file mode 100644 index 0000000..5e55d9e --- /dev/null +++ b/Server/wwwroot/images/checkmark.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/Server/wwwroot/images/cross.svg b/Server/wwwroot/images/cross.svg new file mode 100644 index 0000000..0c37363 --- /dev/null +++ b/Server/wwwroot/images/cross.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/Server/wwwroot/images/edit.svg b/Server/wwwroot/images/edit.svg new file mode 100644 index 0000000..d4c6ec4 --- /dev/null +++ b/Server/wwwroot/images/edit.svg @@ -0,0 +1,7 @@ + + + + + + alt-square-pencil + \ No newline at end of file diff --git a/Server/wwwroot/images/info.svg b/Server/wwwroot/images/info.svg new file mode 100644 index 0000000..b194f05 --- /dev/null +++ b/Server/wwwroot/images/info.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + diff --git a/Server/wwwroot/images/loginbg.webp b/Server/wwwroot/images/loginbg.webp new file mode 100644 index 0000000..759e666 Binary files /dev/null and b/Server/wwwroot/images/loginbg.webp differ diff --git a/Server/wwwroot/images/photo.svg b/Server/wwwroot/images/photo.svg new file mode 100644 index 0000000..486c360 --- /dev/null +++ b/Server/wwwroot/images/photo.svg @@ -0,0 +1,7 @@ + + + + + + image + \ No newline at end of file diff --git a/Server/wwwroot/images/tag.svg b/Server/wwwroot/images/tag.svg new file mode 100644 index 0000000..3eb8843 --- /dev/null +++ b/Server/wwwroot/images/tag.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/Server/wwwroot/images/trash.svg b/Server/wwwroot/images/trash.svg new file mode 100644 index 0000000..18ff9c1 --- /dev/null +++ b/Server/wwwroot/images/trash.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file -- cgit v1.3