diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2022-05-10 21:51:50 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2022-05-10 21:51:50 +0700 |
| commit | 3751379f1e9a4c215fb6eb898b4ccc67659b9ace (patch) | |
| tree | a44932296ef4a9b71d5f010906253d8c53727726 /addons/web_unsplash/static/description/index.html | |
| parent | 0a15094050bfde69a06d6eff798e9a8ddf2b8c21 (diff) | |
initial commit 2
Diffstat (limited to 'addons/web_unsplash/static/description/index.html')
| -rw-r--r-- | addons/web_unsplash/static/description/index.html | 22 |
1 files changed, 22 insertions, 0 deletions
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 @@ +<section class="oe_container"> + <div class="oe_row oe_spaced"> + <h2 class="oe_slogan" style="color:#875A7B;">Free high-resolution image library</h2> + <h3 class="oe_slogan">An Unsplash search bar is added to the image library modal...</h3> + <div class="oe_span12"> + <div class="oe_demo oe_picture oe_screenshot"> + <img src="unsplash_interface_bar.png"> + </div> + </div> + </div> +</section> +<section class="oe_container"> + <div class="oe_row oe_spaced"> + <h3 class="oe_slogan">...to explore <a href="https://unsplash.com/">Unsplash.com</a> and find images to use in Odoo.</h3> + <div class="oe_span12"> + <div class="oe_demo oe_picture oe_screenshot"> + <img src="unsplash_interface.png"> + </div> + </div> + </div> +</section> + |
