diff --git a/extensions/odoo_theme/layout_templates/homepage.html b/extensions/odoo_theme/layout_templates/homepage.html index 4eb63c5a3..fb7ed235b 100644 --- a/extensions/odoo_theme/layout_templates/homepage.html +++ b/extensions/odoo_theme/layout_templates/homepage.html @@ -1,5 +1,15 @@
- +
+
+

Odoo Documentation

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempo.

+ +
+ +

Applications

@@ -8,24 +18,20 @@ Introduction to Odoo Accounting -

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempo.

  • Introduction to Inventory Management -

    Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempo.

  • Import data into Odoo -

    Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempo.

  • Use my mail server to send and receive emails in Odoo -

    Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempo.

  • @@ -36,79 +42,68 @@ Installing Odoo -

    Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempo.

  • Deploying Odoo -

    Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempo.

  • Updating Odoo -

    Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempo.

  • Introduction to Odoo.sh -

    Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempo.

  • -

    Developer

    +

    Developer

    -

    Services

    +

    Services

    @@ -119,7 +114,6 @@ Introduction guide -

    Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempo.

    diff --git a/extensions/odoo_theme/static/img/doc-animation.svg b/extensions/odoo_theme/static/img/doc-animation.svg new file mode 100644 index 000000000..bcc65552a --- /dev/null +++ b/extensions/odoo_theme/static/img/doc-animation.svg @@ -0,0 +1,771 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/extensions/odoo_theme/static/img/geometric_gradient.png b/extensions/odoo_theme/static/img/geometric_gradient.png index 50fec3a53..b936411d9 100644 Binary files a/extensions/odoo_theme/static/img/geometric_gradient.png and b/extensions/odoo_theme/static/img/geometric_gradient.png differ diff --git a/extensions/odoo_theme/static/img/homepage-illustration.svg b/extensions/odoo_theme/static/img/homepage-illustration.svg new file mode 100644 index 000000000..55b1f5271 --- /dev/null +++ b/extensions/odoo_theme/static/img/homepage-illustration.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/extensions/odoo_theme/static/style.scss b/extensions/odoo_theme/static/style.scss index 5a6b17064..35de183cc 100644 --- a/extensions/odoo_theme/static/style.scss +++ b/extensions/odoo_theme/static/style.scss @@ -339,6 +339,13 @@ header.o_main_header{ // Homepage &.index { + .row:first-of-type { + margin: -3rem -3rem 3rem; + padding: 0 3rem; + align-items: center; + background: url('/_static/img/geometric_gradient.png'); + background-size: cover; + } h2[class*="o_title_"] { color: $o-violet-dark;