Skip to content

Commit 95a73fe

Browse files
authored
Merge pull request #227 from ndeet/easywebshop
Adding easywebshop.
2 parents f140869 + 6d76d93 commit 95a73fe

File tree

4 files changed

+114
-2
lines changed

4 files changed

+114
-2
lines changed

src/css/styles.css

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ body {
172172
}
173173
.invoiceninja {
174174
grid-column: 6/8;
175-
grid-row: 8/12;
175+
grid-row: 10/12;
176176
}
177177
.svg-link.joomla::before {
178178
background-image: url(/img/joomla.svg);
@@ -197,7 +197,7 @@ body {
197197
width: 60px;
198198
}
199199
.nopcommerce {
200-
grid-column: 1/3;
200+
grid-column: 2/3;
201201
grid-row: 7/10;
202202
}
203203
.svg-link.opencart::before {
@@ -216,6 +216,8 @@ body {
216216
}
217217
.svg-link.wix::before {
218218
background-image: url(/img/wix.svg);
219+
width: 75px;
220+
height: 75px;
219221
}
220222
.wix {
221223
grid-column: 4/7;
@@ -235,6 +237,15 @@ body {
235237
grid-column: 8/10;
236238
grid-row: 6/8;
237239
}
240+
.svg-link.easywebshop::before {
241+
background-image: url(/img/easywebshop.svg);
242+
height: 75px;
243+
width: 75px;
244+
}
245+
.easywebshop {
246+
grid-column: 7/8;
247+
grid-row: 6/11;
248+
}
238249
.svg-link.presta::before {
239250
background-image: url(/img/presta.svg);
240251
height: 70px;
@@ -262,6 +273,8 @@ body {
262273
}
263274
.svg-link.ecwid::before {
264275
background-image: url(/img/ecwid.svg);
276+
height: 75px;
277+
width: 75px;
265278
}
266279
.ecwid {
267280
grid-column: 12/12;

src/html/tmpl.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,10 @@ <h2 class="desktop-only">{{integrations-and-plugins}}</h2>
324324
<span class="ghost">{{ghost}}</span>
325325
</a>
326326

327+
<a class="svg-link easywebshop" href="https://docs.btcpayserver.org/easywebshop/">
328+
<span class="easywebshop">{{easywebshop}}</span>
329+
</a>
330+
327331
<a class="svg-link custom" href="https://docs.btcpayserver.org/CustomIntegration/">
328332
<span class="custom">{{custom-integration}}</span>
329333
</a>

src/static/img/easywebshop.svg

Lines changed: 94 additions & 0 deletions
Loading

transifex/resources/website.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"live-demo": "Live Demo",
1717
"donate": "Donate",
1818
"woocommerce": "WooCommerce",
19+
"easywebshop": "EasyWebshop",
1920
"smartstore": "SmartStore",
2021
"ecwid": "ECWID",
2122
"ghost": "Ghost",

0 commit comments

Comments
 (0)