Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 27 additions & 19 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/grandnode.svg);
}
.grandnode {
grid-column: 5/8;
grid-column: 4/8;
grid-row: 5/10;
}
.svg-link.invoiceninja::before {
Expand All @@ -181,13 +181,11 @@ body {
background-size: 70px;
}
.joomla {
grid-column: 9/10;
grid-row: 1/7;
grid-column: 1/3;
grid-row: 5/7;
}
.svg-link.mag::before {
background-image: url(/img/mag.svg);
height: 70px;
width: 70px;
}
.mag {
grid-column: 10/12;
Expand All @@ -206,14 +204,14 @@ body {
background-image: url(/img/opencart.svg);
}
.opencart {
grid-column: 3/5;
grid-column: 2/5;
grid-row: 5/8;
}
.svg-link.odoo::before {
background-image: url(/img/odoo.svg);
}
.odoo {
grid-column: 6/8;
grid-column: 4/8;
grid-row: 2/6;
}
.svg-link.wix::before {
Expand All @@ -227,8 +225,8 @@ body {
background-image: url(/img/pretix.svg);
}
.pretix {
grid-column: 7/9;
grid-row: 4/7;
grid-column: 6/9;
grid-row: 5/7;
}
.svg-link.bigcommerce::before {
background-image: url(/img/bigcommerce.svg);
Expand All @@ -248,30 +246,40 @@ body {
}
.svg-link.shopify::before {
background-image: url(/img/shopify.svg);
height: 70px;
width: 70px;
height: 60px;
width: 60px;
}
.shopify {
grid-column: 12/12;
grid-row: 1/6;
}
.svg-link.smartstore::before {
background-image: url(/img/smartstore.svg);
height: 60px;
width: 60px;
}
.smartstore {
grid-column: 9/12;
grid-row: 2/10;
}
.svg-link.ecwid::before {
background-image: url(/img/ecwid.svg);
}
.ecwid {
grid-column: 12/12;
grid-row: 2/10;
}
.svg-link.ghost::before {
background-image: url(/img/ghost.svg);
}
.ghost {
grid-column: 5/10;
grid-row: 2/6;
}
.svg-link.whmcs::before {
background-image: url(/img/whmcs.svg);
height: 70px;
width: 70px;
}
.whmcs {
grid-column: 1/3;
grid-row: 5/7;
grid-column: 9/10;
grid-row: 1/7;
}
.svg-link.woo::before {
background-image: url(/img/woo.svg);
Expand All @@ -280,14 +288,14 @@ body {
background-size: 70px;
}
.woo {
grid-column: 5/10;
grid-column: 6/10;
grid-row: 1/3;
}
.svg-link.phocacart::before {
background-image: url(/img/phocacart.svg);
}
.phocacart {
grid-column: 3/6;
grid-column: 2/6;
grid-row: 2/6;
}
.svg-link.xenforo::before {
Expand Down
12 changes: 10 additions & 2 deletions src/html/tmpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ <h2 class="desktop-only">{{integrations-and-plugins}}</h2>
<span class="drupal">{{drupal}}</span>
</a>

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

Expand All @@ -314,7 +314,15 @@ <h2 class="desktop-only">{{integrations-and-plugins}}</h2>

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

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

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

<a class="svg-link custom" href="https://docs.btcpayserver.org/CustomIntegration/">
<span class="custom">{{custom-integration}}</span>
Expand Down
123 changes: 123 additions & 0 deletions src/static/img/ecwid.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/static/img/ghost.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions transifex/resources/website.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
"donate": "Donate",
"woocommerce": "WooCommerce",
"smartstore": "SmartStore",
"ecwid": "ECWID",
"ghost": "Ghost",
"nopcommerce": "NopCommerce",
"grandnode": "GrandNode",
"drupal": "Drupal",
Expand Down