From 41b57fde1f3bea96a5e9d6d1527b2491fbb078aa Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Thu, 27 Mar 2025 18:39:38 -0600 Subject: add screenshots --- README.md | 8 ++++++++ misc/dark_mode.png | Bin 0 -> 1633486 bytes misc/light_mode.png | Bin 0 -> 1632138 bytes misc/mobile.png | Bin 0 -> 1426428 bytes 4 files changed, 8 insertions(+) create mode 100644 misc/dark_mode.png create mode 100644 misc/light_mode.png create mode 100644 misc/mobile.png diff --git a/README.md b/README.md index 33117a8..c7c1d77 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ # Auto App Landing Page Based off [emilbaehr/automatic-app-landing-page](https://github.com/emilbaehr/automatic-app-landing-page) but with a Bento Grid UI using BulmaCSS. Really, the only thing that is common between these repos is the config file. + +## Screenshots + +![Dark Mode](./misc/dark_mode.png) + +![Light Mode](./misc/light_mode.png) + +![Mobile (Dark Mode)](./misc/mobile.png) diff --git a/misc/dark_mode.png b/misc/dark_mode.png new file mode 100644 index 0000000..70cea84 Binary files /dev/null and b/misc/dark_mode.png differ diff --git a/misc/light_mode.png b/misc/light_mode.png new file mode 100644 index 0000000..c6e0e50 Binary files /dev/null and b/misc/light_mode.png differ diff --git a/misc/mobile.png b/misc/mobile.png new file mode 100644 index 0000000..db7ea68 Binary files /dev/null and b/misc/mobile.png differ -- cgit v1.2.3