From: Patrick Canterino Date: Mon, 2 Sep 2024 17:14:13 +0000 (+0000) Subject: Update screenshots in README and store them in the repository X-Git-Url: https://git.p6c8.net/jirafeau_project.git/commitdiff_plain/84b16a863e63db323f9988516d1605242da7bab6?ds=sidebyside;hp=--cc Update screenshots in README and store them in the repository --- 84b16a863e63db323f9988516d1605242da7bab6 diff --git a/README.md b/README.md index f343ed9..8c900b0 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Jirafeau is a "one-click-filesharing": Select your file, upload, share a link. T See [jirafeau.net](https://jirafeau.net/) for a demo. -![Screenshot1](http://i.imgur.com/TPjh48P.png) +![Screenshot1](screenshots/upload1.png) ## DISCLAMER @@ -50,15 +50,14 @@ Jirafeau project won't evolve to a file manager and will focus to keep a very fe ## Screenshots -- [Installation - Step 1](http://i.imgur.com/hmpT1eN.jpg) -- [Installation - Step 2](http://i.imgur.com/2e0UGKE.jpg) -- [Installation - Step 3](http://i.imgur.com/ofAjLXh.jpg) -- [Installation - Step 4](http://i.imgur.com/WXqnfqJ.jpg) -- [Upload - Step 1](http://i.imgur.com/SBmSwzJ.jpg) -- [Upload - Step 2](http://i.imgur.com/wzPkb1Z.jpg) -- [Upload - Progress](http://i.imgur.com/i6n95kv.jpg) -- [Upload - Confirmation page](http://i.imgur.com/P2oS1MY.jpg) -- [Admin Interface](http://i.imgur.com/nTdsVzn.png) +- [Installation - Step 1](screenshots/install1.png) +- [Installation - Step 2](screenshots/install2.png) +- [Installation - Step 3](screenshots/install3.png) +- [Upload - Step 1](screenshots/upload1.png) +- [Upload - Step 2](screenshots/upload2.png) +- [Upload - Progress](screenshots/upload_progress.png) +- [Upload - Confirmation page](screenshots/upload_confirm.png) +- [Admin Interface](screenshots/admin.png) ## Installation diff --git a/screenshots/admin.png b/screenshots/admin.png new file mode 100644 index 0000000..157c0d8 Binary files /dev/null and b/screenshots/admin.png differ diff --git a/screenshots/install1.png b/screenshots/install1.png new file mode 100644 index 0000000..6868082 Binary files /dev/null and b/screenshots/install1.png differ diff --git a/screenshots/install2.png b/screenshots/install2.png new file mode 100644 index 0000000..64aec66 Binary files /dev/null and b/screenshots/install2.png differ diff --git a/screenshots/install3.png b/screenshots/install3.png new file mode 100644 index 0000000..04428fb Binary files /dev/null and b/screenshots/install3.png differ diff --git a/screenshots/upload1.png b/screenshots/upload1.png new file mode 100644 index 0000000..23dc334 Binary files /dev/null and b/screenshots/upload1.png differ diff --git a/screenshots/upload2.png b/screenshots/upload2.png new file mode 100644 index 0000000..4ee4a3d Binary files /dev/null and b/screenshots/upload2.png differ diff --git a/screenshots/upload_confirm.png b/screenshots/upload_confirm.png new file mode 100644 index 0000000..89a6693 Binary files /dev/null and b/screenshots/upload_confirm.png differ diff --git a/screenshots/upload_progress.png b/screenshots/upload_progress.png new file mode 100644 index 0000000..5f0b1f2 Binary files /dev/null and b/screenshots/upload_progress.png differ