Skip to content

Commit

Permalink
Merge pull request #215 from TChukwuleta/odoo
Browse files Browse the repository at this point in the history
Include odoo integration to website
  • Loading branch information
pavlenex authored Oct 1, 2024
2 parents 6718b02 + fdf2919 commit 057b754
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
11 changes: 9 additions & 2 deletions src/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ body {
}
.custom {
grid-column: 4/5;
grid-row: 8/12;
grid-row: 7/12;
}
.svg-link.drupal::before {
background-image: url(/img/drupal.svg);
Expand All @@ -164,7 +164,7 @@ body {
background-image: url(/img/grandnode.svg);
}
.grandnode {
grid-column: 4/8;
grid-column: 5/8;
grid-row: 4/12;
}
.svg-link.invoiceninja::before {
Expand Down Expand Up @@ -209,6 +209,13 @@ body {
grid-column: 1/7;
grid-row: 5/7;
}
.svg-link.odoo::before {
background-image: url(/img/odoo.svg);
}
.odoo {
grid-column: 6/7;
grid-row: 3/7;
}
.svg-link.presta::before {
background-image: url(/img/presta.svg);
height: 70px;
Expand Down
4 changes: 4 additions & 0 deletions src/html/tmpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,10 @@ <h2 class="desktop-only">{{integrations-and-plugins}}</h2>
<span class="opencart">{{opencart}}</span>
</a>

<a class="svg-link odoo" href="https://docs.btcpayserver.org/Odoo">
<span class="odoo">{{odoo}}</span>
</a>

<a class="svg-link api" href="https://docs.btcpayserver.org/API/Greenfield/v1/">
<span class="api">{{api}}</span>
</a>
Expand Down
1 change: 1 addition & 0 deletions src/static/img/odoo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions transifex/resources/website.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"magento": "Magento",
"prestashop": "PrestaShop",
"opencart": "OpenCart",
"odoo": "Odoo",
"xenforo": "Xenforo",
"joomla": "Joomla VirtueMart",
"custom-integration": "Custom Integration",
Expand Down

0 comments on commit 057b754

Please sign in to comment.