Skip to content

Commit

Permalink
Include nopcommerce to plugin and integration section
Browse files Browse the repository at this point in the history
  • Loading branch information
TChukwuleta committed Mar 2, 2024
1 parent 2e5d116 commit d83a824
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,16 @@ body {
}
.presta {
grid-column: 1/3;
grid-row: 3/7;
grid-row: 2/7;
}
.svg-link.nopcommerce::before {
background-image: url(/img/nopcommerce.svg);
height: 60px;
width: 60px;
}
.nopcommerce {
grid-column: 1/3;
grid-row: 6/9;
}
.svg-link.smartstore::before {
background-image: url(/img/smartstore.svg);
Expand Down
3 changes: 3 additions & 0 deletions src/html/tmpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,9 @@ <h2 class="desktop-only">{{integrations-and-plugins}}</h2>
<span class="shopify">{{shopify}}</span>
</a>

<a class="svg-link nopcommerce" href="https://www.nopcommerce.com/en/btcpay-server-accept-bitcoin-payments">
<span class="nopcommerce">{{nopcommerce}}</span>
</a>

<a class="svg-link smartstore" href="https://docs.btcpayserver.org/Smartstore/">
<span class="smartstore">{{smartstore}}</span>
Expand Down
32 changes: 32 additions & 0 deletions src/static/img/nopcommerce.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 @@ -17,6 +17,7 @@
"donate": "Donate",
"woocommerce": "WooCommerce",
"smartstore": "SmartStore",
"nopcommerce": "NopCommerce",
"drupal": "Drupal",
"magento": "Magento",
"prestashop": "PrestaShop",
Expand Down

0 comments on commit d83a824

Please sign in to comment.