Skip to content

Commit

Permalink
Merge pull request #223 from TChukwuleta/pretix
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlenex authored Feb 11, 2025
2 parents 82d3123 + 58df312 commit 0961c7d
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 15 deletions.
37 changes: 22 additions & 15 deletions src/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -158,14 +158,14 @@ body {
}
.drupal {
grid-column: 2/5;
grid-row: 1/5;
grid-row: 1/4;
}
.svg-link.grandnode::before {
background-image: url(/img/grandnode.svg);
}
.grandnode {
grid-column: 7/9;
grid-row: 5/12;
grid-column: 5/8;
grid-row: 5/10;
}
.svg-link.invoiceninja::before {
background-image: url(/img/invoiceninja.svg);
Expand Down Expand Up @@ -200,7 +200,7 @@ body {
}
.nopcommerce {
grid-column: 1/3;
grid-row: 6/10;
grid-row: 7/10;
}
.svg-link.opencart::before {
background-image: url(/img/opencart.svg);
Expand All @@ -213,22 +213,29 @@ body {
background-image: url(/img/odoo.svg);
}
.odoo {
grid-column: 7/8;
grid-column: 6/8;
grid-row: 2/6;
}
.svg-link.wix::before {
background-image: url(/img/wix.svg);
}
.wix {
grid-column: 5/7;
grid-row: 6/9;
grid-column: 4/7;
grid-row: 3/8;
}
.svg-link.pretix::before {
background-image: url(/img/pretix.svg);
}
.pretix {
grid-column: 7/9;
grid-row: 4/7;
}
.svg-link.bigcommerce::before {
background-image: url(/img/bigcommerce.svg);
}
.bigcommerce {
grid-column: 9/10;
grid-row: 5/7;
grid-column: 8/10;
grid-row: 6/8;
}
.svg-link.presta::before {
background-image: url(/img/presta.svg);
Expand All @@ -237,7 +244,7 @@ body {
}
.presta {
grid-column: 1/3;
grid-row: 3/7;
grid-row: 2/6;
}
.svg-link.shopify::before {
background-image: url(/img/shopify.svg);
Expand All @@ -263,8 +270,8 @@ body {
width: 70px;
}
.whmcs {
grid-column: 4/6;
grid-row: 2/7;
grid-column: 1/3;
grid-row: 5/7;
}
.svg-link.woo::before {
background-image: url(/img/woo.svg);
Expand All @@ -280,8 +287,8 @@ body {
background-image: url(/img/phocacart.svg);
}
.phocacart {
grid-column: 5/9;
grid-row: 4/7;
grid-column: 3/6;
grid-row: 2/6;
}
.svg-link.xenforo::before {
background-image: url(/img/xenforo.svg);
Expand All @@ -290,7 +297,7 @@ body {
}
.xenforo {
grid-column: 8/12;
grid-row: 9/12;
grid-row: 8/11;
}
.svg-link.zapier::before {
background-image: url(/img/zapier.svg);
Expand Down
4 changes: 4 additions & 0 deletions src/html/tmpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,10 @@ <h2 class="desktop-only">{{integrations-and-plugins}}</h2>
<a class="svg-link wix" href="https://docs.btcpayserver.org/Wix/">
<span class="wix">{{wix}}</span>
</a>

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

<a class="svg-link bigcommerce" href="https://docs.btcpayserver.org/BigCommerce/">
<span class="bigcommerce">{{bigcommerce}}</span>
Expand Down
1 change: 1 addition & 0 deletions src/static/img/pretix.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 @@ -24,6 +24,7 @@
"bigcommerce": "Big Commerce",
"phocacart": "PhocaCart",
"wix": "Wix",
"pretix": "Pretix",
"prestashop": "PrestaShop",
"opencart": "OpenCart",
"odoo": "Odoo",
Expand Down

0 comments on commit 0961c7d

Please sign in to comment.