Skip to content

Commit

Permalink
include phocacart to website
Browse files Browse the repository at this point in the history
  • Loading branch information
TChukwuleta committed Nov 29, 2024
1 parent 9156ac5 commit 1faeec2
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 12 deletions.
23 changes: 15 additions & 8 deletions src/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -206,28 +206,28 @@ body {
background-image: url(/img/opencart.svg);
}
.opencart {
grid-column: 3/6;
grid-column: 3/5;
grid-row: 5/8;
}
.svg-link.odoo::before {
background-image: url(/img/odoo.svg);
}
.odoo {
grid-column: 6/7;
grid-row: 4/7;
grid-column: 7/8;
grid-row: 2/6;
}
.svg-link.wix::before {
background-image: url(/img/wix.svg);
}
.wix {
grid-column: 6/7;
grid-column: 5/7;
grid-row: 6/9;
}
.svg-link.bigcommerce::before {
background-image: url(/img/bigcommerce.svg);
}
.bigcommerce {
grid-column: 8/10;
grid-column: 9/10;
grid-row: 5/7;
}
.svg-link.presta::before {
Expand Down Expand Up @@ -273,9 +273,16 @@ body {
background-size: 70px;
}
.woo {
grid-column: 8/10;
grid-column: 5/10;
grid-row: 1/3;
}
.svg-link.phocacart::before {
background-image: url(/img/phocacart.svg);
}
.phocacart {
grid-column: 5/9;
grid-row: 4/7;
}
.svg-link.xenforo::before {
background-image: url(/img/xenforo.svg);
height: 90px;
Expand All @@ -291,8 +298,8 @@ body {
width: 70px;
}
.zapier {
grid-column: 4/10;
grid-row: 5/2;
grid-column: 9/11;
grid-row: 1/3;
}
.alt-tooktip {
position: absolute;
Expand Down
4 changes: 4 additions & 0 deletions src/html/tmpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,10 @@ <h2 class="desktop-only">{{integrations-and-plugins}}</h2>
<span class="woo">{{woocommerce}}</span>
</a>

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

<a class="svg-link drupal" href="https://docs.btcpayserver.org/Drupal/">
<span class="drupal">{{drupal}}</span>
</a>
Expand Down
8 changes: 8 additions & 0 deletions src/static/img/phocacart.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 5 additions & 4 deletions transifex/resources/website.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,17 @@
"join-the-community": "Join The Community",
"live-demo": "Live Demo",
"donate": "Donate",
"woocommerce": "WooCommerce",
"woocommerce": "Woo Commerce",
"smartstore": "SmartStore",
"nopcommerce": "NopCommerce",
"grandnode": "GrandNode",
"nopcommerce": "Nop Commerce",
"grandnode": "Grand Node",
"drupal": "Drupal",
"magento": "Magento",
"bigcommerce": "Big Commerce",
"phocacart": "Phoca Cart",
"wix": "Wix",
"prestashop": "PrestaShop",
"opencart": "OpenCart",
"opencart": "Open Cart",
"odoo": "Odoo",
"xenforo": "Xenforo",
"joomla": "Joomla VirtueMart",
Expand Down

0 comments on commit 1faeec2

Please sign in to comment.