From e6f8f43b6ca5ff00d33b3a539e67eb2255fa1dd0 Mon Sep 17 00:00:00 2001 From: sptaule Date: Sat, 29 Jan 2022 14:42:09 +0100 Subject: Improve responsive, icons, refactor search, update readme --- static/icons/android-chrome-192x192.png | Bin 41271 -> 7476 bytes static/icons/android-chrome-384x384.png | Bin 157930 -> 15740 bytes static/icons/apple-touch-icon.png | Bin 36697 -> 7007 bytes static/icons/contact.svg | 96 ++++++++++++++++++++++++++++++++ static/icons/favicon-16x16.png | Bin 1407 -> 645 bytes static/icons/favicon-32x32.png | Bin 2444 -> 1323 bytes static/icons/favicon.ico | Bin 15086 -> 2534 bytes static/icons/git.svg | 8 +++ static/icons/mstile-150x150.png | Bin 20818 -> 5858 bytes static/icons/rss.svg | 62 +++++++++++++++++++++ static/icons/safari-pinned-tab.svg | 15 ----- static/screenshots/screenshot-1280.png | Bin 0 -> 476964 bytes static/screenshots/screenshot-480.png | Bin 0 -> 384067 bytes static/screenshots/screenshot-768.png | Bin 0 -> 395306 bytes 14 files changed, 166 insertions(+), 15 deletions(-) mode change 100755 => 100644 static/icons/android-chrome-192x192.png mode change 100755 => 100644 static/icons/android-chrome-384x384.png mode change 100755 => 100644 static/icons/apple-touch-icon.png create mode 100644 static/icons/contact.svg mode change 100755 => 100644 static/icons/favicon-16x16.png mode change 100755 => 100644 static/icons/favicon-32x32.png mode change 100755 => 100644 static/icons/favicon.ico create mode 100644 static/icons/git.svg create mode 100644 static/icons/rss.svg delete mode 100755 static/icons/safari-pinned-tab.svg create mode 100644 static/screenshots/screenshot-1280.png create mode 100644 static/screenshots/screenshot-480.png create mode 100644 static/screenshots/screenshot-768.png (limited to 'static') diff --git a/static/icons/android-chrome-192x192.png b/static/icons/android-chrome-192x192.png old mode 100755 new mode 100644 index aea97b9..6191d54 Binary files a/static/icons/android-chrome-192x192.png and b/static/icons/android-chrome-192x192.png differ diff --git a/static/icons/android-chrome-384x384.png b/static/icons/android-chrome-384x384.png old mode 100755 new mode 100644 index 3d37c74..6591643 Binary files a/static/icons/android-chrome-384x384.png and b/static/icons/android-chrome-384x384.png differ diff --git a/static/icons/apple-touch-icon.png b/static/icons/apple-touch-icon.png old mode 100755 new mode 100644 index 87f4544..ea31671 Binary files a/static/icons/apple-touch-icon.png and b/static/icons/apple-touch-icon.png differ diff --git a/static/icons/contact.svg b/static/icons/contact.svg new file mode 100644 index 0000000..6462178 --- /dev/null +++ b/static/icons/contact.svg @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/icons/favicon-16x16.png b/static/icons/favicon-16x16.png old mode 100755 new mode 100644 index 3480bc7..959a4c2 Binary files a/static/icons/favicon-16x16.png and b/static/icons/favicon-16x16.png differ diff --git a/static/icons/favicon-32x32.png b/static/icons/favicon-32x32.png old mode 100755 new mode 100644 index 605b4ab..cd92e5f Binary files a/static/icons/favicon-32x32.png and b/static/icons/favicon-32x32.png differ diff --git a/static/icons/favicon.ico b/static/icons/favicon.ico old mode 100755 new mode 100644 index 77b9683..c667975 Binary files a/static/icons/favicon.ico and b/static/icons/favicon.ico differ diff --git a/static/icons/git.svg b/static/icons/git.svg new file mode 100644 index 0000000..f5f36f9 --- /dev/null +++ b/static/icons/git.svg @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/static/icons/mstile-150x150.png b/static/icons/mstile-150x150.png index ecacbb4..20b38df 100755 Binary files a/static/icons/mstile-150x150.png and b/static/icons/mstile-150x150.png differ diff --git a/static/icons/rss.svg b/static/icons/rss.svg new file mode 100644 index 0000000..99b3581 --- /dev/null +++ b/static/icons/rss.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/icons/safari-pinned-tab.svg b/static/icons/safari-pinned-tab.svg deleted file mode 100755 index 9e473c4..0000000 --- a/static/icons/safari-pinned-tab.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - -Created by potrace 1.11, written by Peter Selinger 2001-2013 - - - - - diff --git a/static/screenshots/screenshot-1280.png b/static/screenshots/screenshot-1280.png new file mode 100644 index 0000000..2a866f1 Binary files /dev/null and b/static/screenshots/screenshot-1280.png differ diff --git a/static/screenshots/screenshot-480.png b/static/screenshots/screenshot-480.png new file mode 100644 index 0000000..4eb1d38 Binary files /dev/null and b/static/screenshots/screenshot-480.png differ diff --git a/static/screenshots/screenshot-768.png b/static/screenshots/screenshot-768.png new file mode 100644 index 0000000..784d705 Binary files /dev/null and b/static/screenshots/screenshot-768.png differ -- cgit v1.2.3