Skip to content

Commit

Permalink
Merge pull request #217 from TChukwuleta/wix_integration
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlenex authored Oct 22, 2024
2 parents 28dc37d + c18f731 commit 110b50b
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 12 deletions.
31 changes: 19 additions & 12 deletions src/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ body {
width: 100px;
}
.api {
grid-column: 3/8;
grid-column: 4/8;
grid-row: 1/3;
}
.svg-link.custom::before {
Expand All @@ -164,8 +164,8 @@ body {
background-image: url(/img/grandnode.svg);
}
.grandnode {
grid-column: 5/8;
grid-row: 4/12;
grid-column: 7/9;
grid-row: 5/12;
}
.svg-link.invoiceninja::before {
background-image: url(/img/invoiceninja.svg);
Expand All @@ -190,8 +190,8 @@ body {
width: 70px;
}
.mag {
grid-column: 9/12;
grid-row: 4/12;
grid-column: 10/12;
grid-row: 5/12;
}
.svg-link.nopcommerce::before {
background-image: url(/img/nopcommerce.svg);
Expand All @@ -206,22 +206,29 @@ body {
background-image: url(/img/opencart.svg);
}
.opencart {
grid-column: 1/7;
grid-row: 5/7;
grid-column: 3/6;
grid-row: 5/8;
}
.svg-link.odoo::before {
background-image: url(/img/odoo.svg);
}
.odoo {
grid-column: 6/7;
grid-row: 3/7;
grid-row: 4/7;
}
.svg-link.wix::before {
background-image: url(/img/wix.svg);
}
.wix {
grid-column: 6/7;
grid-row: 6/9;
}
.svg-link.bigcommerce::before {
background-image: url(/img/bigcommerce.svg);
}
.bigcommerce {
grid-column: 6/10;
grid-row: 4/7;
grid-column: 8/10;
grid-row: 5/7;
}
.svg-link.presta::before {
background-image: url(/img/presta.svg);
Expand All @@ -248,7 +255,7 @@ body {
}
.smartstore {
grid-column: 12/12;
grid-row: 3/10;
grid-row: 2/10;
}
.svg-link.whmcs::before {
background-image: url(/img/whmcs.svg);
Expand Down Expand Up @@ -285,7 +292,7 @@ body {
}
.zapier {
grid-column: 4/10;
grid-row: 4/2;
grid-row: 5/2;
}
.alt-tooktip {
position: absolute;
Expand Down
4 changes: 4 additions & 0 deletions src/html/tmpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,10 @@ <h2 class="desktop-only">{{integrations-and-plugins}}</h2>
<span class="odoo">{{odoo}}</span>
</a>

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

<a class="svg-link bigcommerce" href="https://docs.btcpayserver.org/BigCommerce/">
<span class="bigcommerce">{{bigcommerce}}</span>
</a>
Expand Down
2 changes: 2 additions & 0 deletions src/static/img/wix.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 @@ -22,6 +22,7 @@
"drupal": "Drupal",
"magento": "Magento",
"bigcommerce": "Big Commerce",
"wix": "Wix",
"prestashop": "PrestaShop",
"opencart": "OpenCart",
"odoo": "Odoo",
Expand Down

0 comments on commit 110b50b

Please sign in to comment.