diff --git a/README.md b/README.md index aaf34fe..230a260 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Bookmark Divider +![Create Divider](md/teaser.png) + A browser independent bookmark divider (Google Chrome, Firefox, Safari, Internet Explorer, Microsoft Edge). It works perfectly with light and dark themes due to its binary nature. You can clone this complex repository or just use the [hosted version on netlify](https://bookmark-divider.netlify.com/). @@ -28,4 +30,16 @@ If you have too many bookmarks it can be easier to just use the favicons. But fa --- +## Mode + +### Dark + +![Create Divider](md/teaser_dark.png) + +### Light + +![Create Divider](md/teaser_light.png) + +--- + Inspired by [https://su.at/archive/bookmark/](https://su.at/archive/bookmark/). diff --git a/md/teaser_dark.png b/md/teaser_dark.png new file mode 100644 index 0000000..ba2abdb Binary files /dev/null and b/md/teaser_dark.png differ diff --git a/md/teaser_light.png b/md/teaser_light.png new file mode 100644 index 0000000..dc89bd7 Binary files /dev/null and b/md/teaser_light.png differ