From f35a7b0e70032de2feec9f3bda09da44cf0e1073 Mon Sep 17 00:00:00 2001 From: srv Date: Mon, 28 Apr 2025 17:11:28 -0500 Subject: first commit --- .../static/images/favicon/favicon-16x16.png | Bin 0 -> 463 bytes .../static/images/favicon/favicon-192x192.png | Bin 0 -> 2866 bytes .../static/images/favicon/favicon-32x32.png | Bin 0 -> 925 bytes .../static/images/favicon/favicon-96x96.png | Bin 0 -> 1749 bytes libretube-theme/static/images/logo.svg | 62 +++++++++++ libretube-theme/static/images/profile.png | Bin 0 -> 12603 bytes libretube-theme/static/images/search.png | Bin 0 -> 715 bytes libretube-theme/static/images/svg/master.svg | 120 +++++++++++++++++++++ libretube-theme/static/images/video.png | Bin 0 -> 4735 bytes libretube-theme/static/images/videocamera.svg | 19 ++++ 10 files changed, 201 insertions(+) create mode 100644 libretube-theme/static/images/favicon/favicon-16x16.png create mode 100644 libretube-theme/static/images/favicon/favicon-192x192.png create mode 100644 libretube-theme/static/images/favicon/favicon-32x32.png create mode 100644 libretube-theme/static/images/favicon/favicon-96x96.png create mode 100644 libretube-theme/static/images/logo.svg create mode 100644 libretube-theme/static/images/profile.png create mode 100644 libretube-theme/static/images/search.png create mode 100644 libretube-theme/static/images/svg/master.svg create mode 100644 libretube-theme/static/images/video.png create mode 100644 libretube-theme/static/images/videocamera.svg (limited to 'libretube-theme/static/images') diff --git a/libretube-theme/static/images/favicon/favicon-16x16.png b/libretube-theme/static/images/favicon/favicon-16x16.png new file mode 100644 index 0000000..f10facf Binary files /dev/null and b/libretube-theme/static/images/favicon/favicon-16x16.png differ diff --git a/libretube-theme/static/images/favicon/favicon-192x192.png b/libretube-theme/static/images/favicon/favicon-192x192.png new file mode 100644 index 0000000..9a0e4ec Binary files /dev/null and b/libretube-theme/static/images/favicon/favicon-192x192.png differ diff --git a/libretube-theme/static/images/favicon/favicon-32x32.png b/libretube-theme/static/images/favicon/favicon-32x32.png new file mode 100644 index 0000000..efae001 Binary files /dev/null and b/libretube-theme/static/images/favicon/favicon-32x32.png differ diff --git a/libretube-theme/static/images/favicon/favicon-96x96.png b/libretube-theme/static/images/favicon/favicon-96x96.png new file mode 100644 index 0000000..e4b3054 Binary files /dev/null and b/libretube-theme/static/images/favicon/favicon-96x96.png differ diff --git a/libretube-theme/static/images/logo.svg b/libretube-theme/static/images/logo.svg new file mode 100644 index 0000000..597d419 --- /dev/null +++ b/libretube-theme/static/images/logo.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + diff --git a/libretube-theme/static/images/profile.png b/libretube-theme/static/images/profile.png new file mode 100644 index 0000000..6257a93 Binary files /dev/null and b/libretube-theme/static/images/profile.png differ diff --git a/libretube-theme/static/images/search.png b/libretube-theme/static/images/search.png new file mode 100644 index 0000000..e3b285c Binary files /dev/null and b/libretube-theme/static/images/search.png differ diff --git a/libretube-theme/static/images/svg/master.svg b/libretube-theme/static/images/svg/master.svg new file mode 100644 index 0000000..51dcf89 --- /dev/null +++ b/libretube-theme/static/images/svg/master.svg @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/libretube-theme/static/images/video.png b/libretube-theme/static/images/video.png new file mode 100644 index 0000000..17ba261 Binary files /dev/null and b/libretube-theme/static/images/video.png differ diff --git a/libretube-theme/static/images/videocamera.svg b/libretube-theme/static/images/videocamera.svg new file mode 100644 index 0000000..c7f45d5 --- /dev/null +++ b/libretube-theme/static/images/videocamera.svg @@ -0,0 +1,19 @@ + + + + + + -- cgit v1.2.3