Skip to content

Commit

Permalink
Merge pull request #206 from TChukwuleta/master
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlenex authored Mar 18, 2024
2 parents de7897c + 18dae2f commit 63aa4f4
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 11 deletions.
27 changes: 18 additions & 9 deletions src/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ body {
background-image: url(/img/opencart.svg);
}
.opencart {
grid-column: 5/7;
grid-column: 6/7;
grid-row: 3/7;
}
.svg-link.joomla::before {
Expand All @@ -189,21 +189,30 @@ body {
}
.svg-link.drupal::before {
background-image: url(/img/drupal.svg);
height: 90px;
width: 90px;
height: 80px;
width: 80px;
}
.drupal {
grid-column: 2/5;
grid-row: 1/5;
}
.svg-link.whmcs::before {
background-image: url(/img/whmcs.svg);
height: 70px;
width: 70px;
}
.whmcs {
grid-column: 4/5;
grid-row: 2/8;
}
.svg-link.custom::before {
background-image: url(/img/custom.svg);
height: 60px;
width: 60px;
height: 80px;
width: 80px;
}
.custom {
grid-column: 3/5;
grid-row: 4/8;
grid-column: 2/5;
grid-row: 6/9;
}
.svg-link.mag::before {
background-image: url(/img/mag.svg);
Expand All @@ -230,7 +239,7 @@ body {
}
.presta {
grid-column: 1/3;
grid-row: 2/7;
grid-row: 1/7;
}
.svg-link.nopcommerce::before {
background-image: url(/img/nopcommerce.svg);
Expand All @@ -239,7 +248,7 @@ body {
}
.nopcommerce {
grid-column: 1/3;
grid-row: 6/9;
grid-row: 4/9;
}
.svg-link.grandnode::before {
background-image: url(/img/grandnode.svg);
Expand Down
8 changes: 6 additions & 2 deletions src/html/tmpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -285,8 +285,12 @@ <h2 class="desktop-only">{{integrations-and-plugins}}</h2>
<span class="smartstore">{{smartstore}}</span>
</a>

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

<a class="svg-link whmcs" href="https://marketplace.whmcs.com/product/7348-accept-bitcoin-payments-with-ease-and-no-fees-btcpay-server-for-whmcs">
<span class="whmcs">{{whmcs}}</span>
</a>

<a class="svg-link mag" href="https://docs.btcpayserver.org/Magento/"><span class="mag">{{magento}}</span></a>
Expand Down
33 changes: 33 additions & 0 deletions src/static/img/whmcs.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 @@ -74,6 +74,7 @@
"btcpay-for-communities": "BTCPay Server for local communities",
"what-is-btcpay": "What is BTCPay Server?",
"shopify": "Shopify",
"whmcs": "WHMCS",
"case-studies": "Case Studies",
"view-case-study": "View Case Study",
"download-pdf": "Download PDF",
Expand Down

0 comments on commit 63aa4f4

Please sign in to comment.