Skip to content

Commit 6361f0a

Browse files
authored
Merge pull request #224 from TChukwuleta/ecwid_ghost
Include ecwid and ghost
2 parents 5491a41 + b4ef6d7 commit 6361f0a

File tree

5 files changed

+165
-21
lines changed

5 files changed

+165
-21
lines changed

src/css/styles.css

Lines changed: 27 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ body {
164164
background-image: url(/img/grandnode.svg);
165165
}
166166
.grandnode {
167-
grid-column: 5/8;
167+
grid-column: 4/8;
168168
grid-row: 5/10;
169169
}
170170
.svg-link.invoiceninja::before {
@@ -181,13 +181,11 @@ body {
181181
background-size: 70px;
182182
}
183183
.joomla {
184-
grid-column: 9/10;
185-
grid-row: 1/7;
184+
grid-column: 1/3;
185+
grid-row: 5/7;
186186
}
187187
.svg-link.mag::before {
188188
background-image: url(/img/mag.svg);
189-
height: 70px;
190-
width: 70px;
191189
}
192190
.mag {
193191
grid-column: 10/12;
@@ -206,14 +204,14 @@ body {
206204
background-image: url(/img/opencart.svg);
207205
}
208206
.opencart {
209-
grid-column: 3/5;
207+
grid-column: 2/5;
210208
grid-row: 5/8;
211209
}
212210
.svg-link.odoo::before {
213211
background-image: url(/img/odoo.svg);
214212
}
215213
.odoo {
216-
grid-column: 6/8;
214+
grid-column: 4/8;
217215
grid-row: 2/6;
218216
}
219217
.svg-link.wix::before {
@@ -227,8 +225,8 @@ body {
227225
background-image: url(/img/pretix.svg);
228226
}
229227
.pretix {
230-
grid-column: 7/9;
231-
grid-row: 4/7;
228+
grid-column: 6/9;
229+
grid-row: 5/7;
232230
}
233231
.svg-link.bigcommerce::before {
234232
background-image: url(/img/bigcommerce.svg);
@@ -248,30 +246,40 @@ body {
248246
}
249247
.svg-link.shopify::before {
250248
background-image: url(/img/shopify.svg);
251-
height: 70px;
252-
width: 70px;
249+
height: 60px;
250+
width: 60px;
253251
}
254252
.shopify {
255253
grid-column: 12/12;
256254
grid-row: 1/6;
257255
}
258256
.svg-link.smartstore::before {
259257
background-image: url(/img/smartstore.svg);
260-
height: 60px;
261-
width: 60px;
262258
}
263259
.smartstore {
260+
grid-column: 9/12;
261+
grid-row: 2/10;
262+
}
263+
.svg-link.ecwid::before {
264+
background-image: url(/img/ecwid.svg);
265+
}
266+
.ecwid {
264267
grid-column: 12/12;
265268
grid-row: 2/10;
266269
}
270+
.svg-link.ghost::before {
271+
background-image: url(/img/ghost.svg);
272+
}
273+
.ghost {
274+
grid-column: 5/10;
275+
grid-row: 2/6;
276+
}
267277
.svg-link.whmcs::before {
268278
background-image: url(/img/whmcs.svg);
269-
height: 70px;
270-
width: 70px;
271279
}
272280
.whmcs {
273-
grid-column: 1/3;
274-
grid-row: 5/7;
281+
grid-column: 9/10;
282+
grid-row: 1/7;
275283
}
276284
.svg-link.woo::before {
277285
background-image: url(/img/woo.svg);
@@ -280,14 +288,14 @@ body {
280288
background-size: 70px;
281289
}
282290
.woo {
283-
grid-column: 5/10;
291+
grid-column: 6/10;
284292
grid-row: 1/3;
285293
}
286294
.svg-link.phocacart::before {
287295
background-image: url(/img/phocacart.svg);
288296
}
289297
.phocacart {
290-
grid-column: 3/6;
298+
grid-column: 2/6;
291299
grid-row: 2/6;
292300
}
293301
.svg-link.xenforo::before {

src/html/tmpl.html

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ <h2 class="desktop-only">{{integrations-and-plugins}}</h2>
296296
<span class="drupal">{{drupal}}</span>
297297
</a>
298298

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

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

315315
<a class="svg-link smartstore" href="https://docs.btcpayserver.org/Smartstore/">
316316
<span class="smartstore">{{smartstore}}</span>
317-
</a>
317+
</a>
318+
319+
<a class="svg-link ecwid" href="https://docs.btcpayserver.org/Ecwid/">
320+
<span class="ecwid">{{ecwid}}</span>
321+
</a>
322+
323+
<a class="svg-link ghost" href="https://docs.btcpayserver.org/Ghost/">
324+
<span class="ghost">{{ghost}}</span>
325+
</a>
318326

319327
<a class="svg-link custom" href="https://docs.btcpayserver.org/CustomIntegration/">
320328
<span class="custom">{{custom-integration}}</span>

src/static/img/ecwid.svg

Lines changed: 123 additions & 0 deletions
Loading

src/static/img/ghost.svg

Lines changed: 3 additions & 0 deletions
Loading

transifex/resources/website.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
"donate": "Donate",
1818
"woocommerce": "WooCommerce",
1919
"smartstore": "SmartStore",
20+
"ecwid": "ECWID",
21+
"ghost": "Ghost",
2022
"nopcommerce": "NopCommerce",
2123
"grandnode": "GrandNode",
2224
"drupal": "Drupal",

0 commit comments

Comments
 (0)