Skip to content

Commit

Permalink
Merge pull request #208 from TChukwuleta/master
Browse files Browse the repository at this point in the history
Include xenforo in website integration section
  • Loading branch information
pavlenex authored Mar 26, 2024
2 parents a3a2c60 + 7aca580 commit fbe37c2
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -142,12 +142,12 @@ body {
grid-column: 3/8;
grid-row: 1/4;
}
.svg-link.wp::before {
background-image: url(/img/wp.svg);
.svg-link.xenforo::before {
background-image: url(/img/xenforo.svg);
height: 90px;
width: 90px;
}
.wp {
.xenforo {
grid-column: 8/11;
grid-row: 6/9;
}
Expand Down
4 changes: 2 additions & 2 deletions src/html/tmpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,8 @@ <h2 class="desktop-only">{{integrations-and-plugins}}</h2>
<span class="api">{{api}}</span>
</a>

<a class="svg-link wp" href="https://docs.btcpayserver.org/FAQ/FAQ-Apps/#how-to-integrate-woocommerce-store-into-a-btcpay-crowdfund-app">
<span class="wp">{{wordpress}}</span>
<a class="svg-link xenforo" href="https://docs.btcpayserver.org/Xenforo/">
<span class="xenforo">{{xenforo}}</span>
</a>

<a class="svg-link woo" href="https://wordpress.org/plugins/btcpay-greenfield-for-woocommerce/">
Expand Down
5 changes: 5 additions & 0 deletions src/static/img/xenforo.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 @@ -23,6 +23,7 @@
"magento": "Magento",
"prestashop": "PrestaShop",
"opencart": "OpenCart",
"xenforo": "Xenforo",
"joomla": "Joomla VirtueMart",
"custom-integration": "Custom Integration",
"learn-more": "Learn more",
Expand Down

0 comments on commit fbe37c2

Please sign in to comment.