Skip to content

Commit

Permalink
Merge pull request #204 from TChukwuleta/master
Browse files Browse the repository at this point in the history
Include opencart and joomla to integration section
  • Loading branch information
pavlenex authored Mar 5, 2024
2 parents bcf551f + 3e8ceb1 commit de7897c
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 13 deletions.
28 changes: 19 additions & 9 deletions src/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -133,13 +133,6 @@ body {
box-shadow: 0 30px 40px var(--persistent-shadow-light);
transform: translateY(-5px);
}
.svg-link.tor::before {
background-image: url(/img/tor.svg);
}
.tor {
grid-column: 5/7;
grid-row: 3/7;
}
.svg-link.api::before {
background-image: url(/img/btcpay.svg);
height: 100px;
Expand All @@ -156,7 +149,7 @@ body {
}
.wp {
grid-column: 8/11;
grid-row: 5/9;
grid-row: 6/9;
}
.svg-link.shopify::before {
background-image: url(/img/shopify.svg);
Expand All @@ -167,6 +160,23 @@ body {
grid-column: 12/10;
grid-row: 1/6;
}
.svg-link.opencart::before {
background-image: url(/img/opencart.svg);
}
.opencart {
grid-column: 5/7;
grid-row: 3/7;
}
.svg-link.joomla::before {
background-image: url(/img/joomla.svg);
height: 80px;
width: 80px;
background-size: 70px;
}
.joomla {
grid-column: 8/10;
grid-row: 3/7;
}
.svg-link.woo::before {
background-image: url(/img/woo.svg);
height: 80px;
Expand All @@ -175,7 +185,7 @@ body {
}
.woo {
grid-column: 8/10;
grid-row: 1/5;
grid-row: 1/4;
}
.svg-link.drupal::before {
background-image: url(/img/drupal.svg);
Expand Down
10 changes: 7 additions & 3 deletions src/html/tmpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -245,8 +245,8 @@ <h2 class="desktop-only">{{integrations-and-plugins}}</h2>

<div class="integrations-grid">

<a class="svg-link tor" href="https://docs.btcpayserver.org/FAQ/FAQ-Deployment/#how-do-i-activate-tor-on-my-btcpay-server">
<span class="tor">{{tor}}</span>
<a class="svg-link opencart" href="https://www.opencart.com/index.php?route=marketplace/extension/info&extension_id=44269">
<span class="opencart">{{opencart}}</span>
</a>

<a class="svg-link api" href="https://docs.btcpayserver.org/API/Greenfield/v1/">
Expand All @@ -267,7 +267,11 @@ <h2 class="desktop-only">{{integrations-and-plugins}}</h2>

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

<a class="svg-link joomla" href="https://extensions.joomla.org/extension/vm-payment-btcpay-for-virtuemart/">
<span class="joomla">{{joomla}}</span>
</a>

<a class="svg-link nopcommerce" href="https://www.nopcommerce.com/en/btcpay-server-accept-bitcoin-payments">
<span class="nopcommerce">{{nopcommerce}}</span>
Expand Down
1 change: 1 addition & 0 deletions src/static/img/joomla.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 src/static/img/opencart.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion transifex/resources/website.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
"drupal": "Drupal",
"magento": "Magento",
"prestashop": "PrestaShop",
"opencart": "OpenCart",
"joomla": "Joomla VirtueMart",
"custom-integration": "Custom Integration",
"learn-more": "Learn more",
"read-docs": "Read Docs",
Expand Down Expand Up @@ -66,7 +68,7 @@
"wordpress": "WordPress",
"zapier": "Zapier",
"tor": "Tor",
"integrations-and-plugins": "Integrations and plugins",
"integrations-and-plugins": "E-Commerce Integrations",
"content-released-under": "Content Released under MIT license.",
"this-website-does": "This website does not use cookies nor collect personal data.",
"btcpay-for-communities": "BTCPay Server for local communities",
Expand Down

0 comments on commit de7897c

Please sign in to comment.