From 6a7fabee3729c26112676163094b852bb42d867f Mon Sep 17 00:00:00 2001 From: Chukwuleta Tobechi <47084273+TChukwuleta@users.noreply.github.com> Date: Thu, 27 Jun 2024 02:18:05 +0100 Subject: [PATCH] include invoice ninjaq --- src/css/styles.css | 17 ++++-- src/html/tmpl.html | 4 ++ src/static/img/invoiceninja.svg | 88 ++++++++++++++++++++++++++++++++ transifex/resources/website.json | 1 + 4 files changed, 106 insertions(+), 4 deletions(-) create mode 100644 src/static/img/invoiceninja.svg diff --git a/src/css/styles.css b/src/css/styles.css index ccbf3ba4..ddc06409 100644 --- a/src/css/styles.css +++ b/src/css/styles.css @@ -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 { @@ -202,7 +202,7 @@ body { width: 70px; } .whmcs { - grid-column: 4/5; + grid-column: 3/5; grid-row: 2/8; } .svg-link.custom::before { @@ -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); @@ -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); @@ -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; diff --git a/src/html/tmpl.html b/src/html/tmpl.html index c18e5bba..8b53c547 100644 --- a/src/html/tmpl.html +++ b/src/html/tmpl.html @@ -304,6 +304,10 @@

{{integrations-and-plugins}}

{{whmcs}} + + {{invoiceninja}} + + {{magento}} diff --git a/src/static/img/invoiceninja.svg b/src/static/img/invoiceninja.svg new file mode 100644 index 00000000..7bf8d597 --- /dev/null +++ b/src/static/img/invoiceninja.svg @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/transifex/resources/website.json b/transifex/resources/website.json index b5c7549b..1b25dfd6 100644 --- a/transifex/resources/website.json +++ b/transifex/resources/website.json @@ -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",