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