From 3751379f1e9a4c215fb6eb898b4ccc67659b9ace Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 10 May 2022 21:51:50 +0700 Subject: initial commit 2 --- addons/web_unsplash/static/description/icon.png | Bin 0 -> 6629 bytes addons/web_unsplash/static/description/icon.svg | 1 + addons/web_unsplash/static/description/icon2.png | Bin 0 -> 16456 bytes addons/web_unsplash/static/description/index.html | 22 +++++++++++++++++++++ .../static/description/unsplash_interface.png | Bin 0 -> 380543 bytes .../static/description/unsplash_interface_bar.png | Bin 0 -> 11799 bytes 6 files changed, 23 insertions(+) create mode 100644 addons/web_unsplash/static/description/icon.png create mode 100644 addons/web_unsplash/static/description/icon.svg create mode 100644 addons/web_unsplash/static/description/icon2.png create mode 100644 addons/web_unsplash/static/description/index.html create mode 100644 addons/web_unsplash/static/description/unsplash_interface.png create mode 100644 addons/web_unsplash/static/description/unsplash_interface_bar.png (limited to 'addons/web_unsplash/static/description') diff --git a/addons/web_unsplash/static/description/icon.png b/addons/web_unsplash/static/description/icon.png new file mode 100644 index 00000000..54f5c717 Binary files /dev/null and b/addons/web_unsplash/static/description/icon.png differ diff --git a/addons/web_unsplash/static/description/icon.svg b/addons/web_unsplash/static/description/icon.svg new file mode 100644 index 00000000..09999b47 --- /dev/null +++ b/addons/web_unsplash/static/description/icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/addons/web_unsplash/static/description/icon2.png b/addons/web_unsplash/static/description/icon2.png new file mode 100644 index 00000000..62615241 Binary files /dev/null and b/addons/web_unsplash/static/description/icon2.png differ diff --git a/addons/web_unsplash/static/description/index.html b/addons/web_unsplash/static/description/index.html new file mode 100644 index 00000000..f8c1d62d --- /dev/null +++ b/addons/web_unsplash/static/description/index.html @@ -0,0 +1,22 @@ +
+
+

Free high-resolution image library

+

An Unsplash search bar is added to the image library modal...

+
+
+ +
+
+
+
+
+
+

...to explore Unsplash.com and find images to use in Odoo.

+
+
+ +
+
+
+
+ diff --git a/addons/web_unsplash/static/description/unsplash_interface.png b/addons/web_unsplash/static/description/unsplash_interface.png new file mode 100644 index 00000000..841ebb6d Binary files /dev/null and b/addons/web_unsplash/static/description/unsplash_interface.png differ diff --git a/addons/web_unsplash/static/description/unsplash_interface_bar.png b/addons/web_unsplash/static/description/unsplash_interface_bar.png new file mode 100644 index 00000000..db4b161d Binary files /dev/null and b/addons/web_unsplash/static/description/unsplash_interface_bar.png differ -- cgit v1.2.3