diff --git a/src/css/styles.css b/src/css/styles.css index 827c1be9..84ab9eae 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: 5/7; + grid-column: 6/7; grid-row: 3/7; } .svg-link.joomla::before { @@ -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); @@ -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); @@ -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); diff --git a/src/html/tmpl.html b/src/html/tmpl.html index 93d08377..b252dd7d 100644 --- a/src/html/tmpl.html +++ b/src/html/tmpl.html @@ -285,8 +285,12 @@

{{integrations-and-plugins}}

{{smartstore}} - - {{custom-integration}} + + {{custom-integration}} + + + + {{whmcs}} {{magento}} diff --git a/src/static/img/whmcs.svg b/src/static/img/whmcs.svg new file mode 100644 index 00000000..171373c2 --- /dev/null +++ b/src/static/img/whmcs.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + diff --git a/transifex/resources/website.json b/transifex/resources/website.json index 5c2779ec..dd5384dc 100644 --- a/transifex/resources/website.json +++ b/transifex/resources/website.json @@ -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",