Skip to content

Commit

Permalink
Merge pull request #194 from TChukwuleta/master
Browse files Browse the repository at this point in the history
Add SmartStore integration to the integration and plugin section of the website
  • Loading branch information
pavlenex authored Feb 20, 2024
2 parents 6247be2 + d3b4de1 commit 5b8f17c
Show file tree
Hide file tree
Showing 4 changed files with 33 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 @@ -165,7 +165,7 @@ body {
}
.shopify {
grid-column: 12/10;
grid-row: 1/7;
grid-row: 1/6;
}
.svg-link.woo::before {
background-image: url(/img/woo.svg);
Expand Down Expand Up @@ -222,6 +222,15 @@ body {
grid-column: 1/3;
grid-row: 3/7;
}
.svg-link.smartstore::before {
background-image: url(/img/smartstore.svg);
height: 60px;
width: 60px;
}
.smartstore {
grid-column: 12/12;
grid-row: 4/8;
}
.alt-tooktip {
position: absolute;
display: none;
Expand Down
5 changes: 5 additions & 0 deletions src/html/tmpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,11 @@ <h2 class="desktop-only">{{integrations-and-plugins}}</h2>
<span class="shopify">{{shopify}}</span>
</a>


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

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

0 comments on commit 5b8f17c

Please sign in to comment.