Skip to content

Commit

Permalink
include invoice ninjaq
Browse files Browse the repository at this point in the history
  • Loading branch information
TChukwuleta committed Jun 27, 2024
1 parent 3e96508 commit 6a7fabe
Show file tree
Hide file tree
Showing 4 changed files with 106 additions and 4 deletions.
17 changes: 13 additions & 4 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: 6/7;
grid-column: 7/7;
grid-row: 3/7;
}
.svg-link.joomla::before {
Expand Down Expand Up @@ -202,7 +202,7 @@ body {
width: 70px;
}
.whmcs {
grid-column: 4/5;
grid-column: 3/5;
grid-row: 2/8;
}
.svg-link.custom::before {
Expand All @@ -221,7 +221,7 @@ body {
}
.mag {
grid-column: 7/8;
grid-row: 5/8;
grid-row: 6/8;
}
.svg-link.zapier::before {
background-image: url(/img/zapier.svg);
Expand All @@ -230,7 +230,7 @@ body {
}
.zapier {
grid-column: 5/10;
grid-row: 5/2;
grid-row: 4/2;
}
.svg-link.presta::before {
background-image: url(/img/presta.svg);
Expand All @@ -257,6 +257,15 @@ body {
grid-column: 3/8;
grid-row: 6/12;
}
.svg-link.invoiceninja::before {
background-image: url(/img/invoiceninja.svg);
height: 70px;
width: 70px;
}
.invoiceninja {
grid-column: 5/7;
grid-row: 2/8;
}
.svg-link.smartstore::before {
background-image: url(/img/smartstore.svg);
height: 60px;
Expand Down
4 changes: 4 additions & 0 deletions src/html/tmpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,10 @@ <h2 class="desktop-only">{{integrations-and-plugins}}</h2>
<span class="whmcs">{{whmcs}}</span>
</a>

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

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

<a class="svg-link presta" href="https://docs.btcpayserver.org/PrestaShop/">
Expand Down
88 changes: 88 additions & 0 deletions src/static/img/invoiceninja.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 @@ -76,6 +76,7 @@
"what-is-btcpay": "What is BTCPay Server?",
"shopify": "Shopify",
"whmcs": "WHMCS",
"invoiceninja": "Invoice Ninja",
"case-studies": "Case Studies",
"view-case-study": "View Case Study",
"download-pdf": "Download PDF",
Expand Down

0 comments on commit 6a7fabe

Please sign in to comment.