Skip to content

Commit

Permalink
Merge pull request #216 from TChukwuleta/bigcommerce_integtration
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlenex authored Oct 10, 2024
2 parents 057b754 + 7281aec commit 28dc37d
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 8 deletions.
23 changes: 15 additions & 8 deletions src/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -181,16 +181,16 @@ body {
background-size: 70px;
}
.joomla {
grid-column: 8/10;
grid-row: 3/7;
grid-column: 9/10;
grid-row: 1/7;
}
.svg-link.mag::before {
background-image: url(/img/mag.svg);
height: 70px;
width: 70px;
}
.mag {
grid-column: 7/12;
grid-column: 9/12;
grid-row: 4/12;
}
.svg-link.nopcommerce::before {
Expand All @@ -216,14 +216,21 @@ body {
grid-column: 6/7;
grid-row: 3/7;
}
.svg-link.bigcommerce::before {
background-image: url(/img/bigcommerce.svg);
}
.bigcommerce {
grid-column: 6/10;
grid-row: 4/7;
}
.svg-link.presta::before {
background-image: url(/img/presta.svg);
height: 70px;
width: 70px;
}
.presta {
grid-column: 1/3;
grid-row: 2/7;
grid-row: 3/7;
}
.svg-link.shopify::before {
background-image: url(/img/shopify.svg);
Expand All @@ -241,7 +248,7 @@ body {
}
.smartstore {
grid-column: 12/12;
grid-row: 4/10;
grid-row: 3/10;
}
.svg-link.whmcs::before {
background-image: url(/img/whmcs.svg);
Expand All @@ -268,7 +275,7 @@ body {
width: 90px;
}
.xenforo {
grid-column: 9/12;
grid-column: 8/12;
grid-row: 9/12;
}
.svg-link.zapier::before {
Expand All @@ -277,8 +284,8 @@ body {
width: 70px;
}
.zapier {
grid-column: 5/10;
grid-row: 5/2;
grid-column: 4/10;
grid-row: 4/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 bigcommerce" href="https://docs.btcpayserver.org/BigCommerce/">
<span class="bigcommerce">{{bigcommerce}}</span>
</a>

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

0 comments on commit 28dc37d

Please sign in to comment.