diff options
| author | Omar Roth <omarroth@hotmail.com> | 2019-02-16 13:50:55 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-16 13:50:55 -0600 |
| commit | 9f00dba0cb1a918668f806d0d705117aef5bf5f1 (patch) | |
| tree | bcc1806159e28ba6d7ddd8fdd8ecf492a39d11e4 | |
| parent | 27663b10a256cd3ddb31b3b5e013daeaf577155f (diff) | |
| parent | 6a8a49d8efec065d7d2745d6bc66a4319546798e (diff) | |
| download | invidious-9f00dba0cb1a918668f806d0d705117aef5bf5f1.tar.gz invidious-9f00dba0cb1a918668f806d0d705117aef5bf5f1.tar.bz2 invidious-9f00dba0cb1a918668f806d0d705117aef5bf5f1.zip | |
Merge pull request #353 from Perflyst/347-screenshots
Add screenshots
| -rw-r--r-- | README.md | 7 | ||||
| -rw-r--r-- | screenshots/01_player.png | bin | 0 -> 910463 bytes | |||
| -rw-r--r-- | screenshots/02_preferences.png | bin | 0 -> 63094 bytes | |||
| -rw-r--r-- | screenshots/03_subscriptions.png | bin | 0 -> 548404 bytes | |||
| -rw-r--r-- | screenshots/04_description.png | bin | 0 -> 309506 bytes | |||
| -rw-r--r-- | screenshots/05_preferences.png | bin | 0 -> 62053 bytes | |||
| -rw-r--r-- | screenshots/06_subscriptions.png | bin | 0 -> 70007 bytes |
7 files changed, 7 insertions, 0 deletions
@@ -34,6 +34,13 @@ Onion links: [Alternative Invidious instances](https://github.com/omarroth/invidious/wiki/Invidious-Instances) +## Screenshots + +| Player | Preferences | Subscriptions | +| ----------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------- | +| [<img src="screenshots/01_player.png?raw=true" height="140" width="280">](screenshots/01_player.png?raw=true) | [<img src="screenshots/02_preferences.png?raw=true" height="140" width="280">](screenshots/02_preferences.png?raw=true) | [<img src="screenshots/03_subscriptions.png?raw=true" height="140" width="280">](screenshots/03_subscriptions.png?raw=true) | +| [<img src="screenshots/04_description.png?raw=true" height="140" width="280">](screenshots/04_description.png?raw=true) | [<img src="screenshots/05_preferences.png?raw=true" height="140" width="280">](screenshots/05_preferences.png?raw=true) | [<img src="screenshots/06_subscriptions.png?raw=true" height="140" width="280">](screenshots/06_subscriptions.png?raw=true) | + ## Installation See [Invidious-Updater](https://github.com/tmiland/Invidious-Updater) for a self-contained script that can automatically install and update Invidious. diff --git a/screenshots/01_player.png b/screenshots/01_player.png Binary files differnew file mode 100644 index 00000000..63e6dbba --- /dev/null +++ b/screenshots/01_player.png diff --git a/screenshots/02_preferences.png b/screenshots/02_preferences.png Binary files differnew file mode 100644 index 00000000..1cd29add --- /dev/null +++ b/screenshots/02_preferences.png diff --git a/screenshots/03_subscriptions.png b/screenshots/03_subscriptions.png Binary files differnew file mode 100644 index 00000000..f5cfa8c1 --- /dev/null +++ b/screenshots/03_subscriptions.png diff --git a/screenshots/04_description.png b/screenshots/04_description.png Binary files differnew file mode 100644 index 00000000..f8ec2564 --- /dev/null +++ b/screenshots/04_description.png diff --git a/screenshots/05_preferences.png b/screenshots/05_preferences.png Binary files differnew file mode 100644 index 00000000..dc6d4a42 --- /dev/null +++ b/screenshots/05_preferences.png diff --git a/screenshots/06_subscriptions.png b/screenshots/06_subscriptions.png Binary files differnew file mode 100644 index 00000000..0da82f55 --- /dev/null +++ b/screenshots/06_subscriptions.png |
