Skip to content

Commit 559571c

Browse files
authored
Merge pull request #228 from ndeet/edd
Adding easy digital downloads.
2 parents 95a73fe + 8aca611 commit 559571c

File tree

4 files changed

+57
-8
lines changed

4 files changed

+57
-8
lines changed

src/css/styles.css

Lines changed: 24 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -144,12 +144,13 @@ body {
144144
}
145145
.svg-link.custom::before {
146146
background-image: url(/img/custom.svg);
147-
height: 80px;
148-
width: 80px;
147+
height: 75px;
148+
width: 75px;
149149
}
150150
.custom {
151151
grid-column: 4/5;
152-
grid-row: 7/12;
152+
grid-row: 6/12;
153+
153154
}
154155
.svg-link.drupal::before {
155156
background-image: url(/img/drupal.svg);
@@ -167,12 +168,22 @@ body {
167168
grid-column: 4/8;
168169
grid-row: 5/10;
169170
}
171+
.svg-link.edd::before {
172+
background-image: url(/img/edd.svg);
173+
height: 90px;
174+
width: 90px;
175+
}
176+
.edd {
177+
grid-column: 4/8;
178+
grid-row: 9/12;
179+
}
170180
.svg-link.invoiceninja::before {
171181
background-image: url(/img/invoiceninja.svg);
172182
}
173183
.invoiceninja {
174-
grid-column: 6/8;
175-
grid-row: 10/12;
184+
grid-column: 7/8;
185+
grid-row: 11/12;
186+
padding-left: 20px;
176187
}
177188
.svg-link.joomla::before {
178189
background-image: url(/img/joomla.svg);
@@ -282,6 +293,8 @@ body {
282293
}
283294
.svg-link.ghost::before {
284295
background-image: url(/img/ghost.svg);
296+
height: 75px;
297+
width: 75px;
285298
}
286299
.ghost {
287300
grid-column: 5/10;
@@ -310,15 +323,17 @@ body {
310323
.phocacart {
311324
grid-column: 2/6;
312325
grid-row: 2/6;
326+
padding-left: 90px;
313327
}
314328
.svg-link.xenforo::before {
315329
background-image: url(/img/xenforo.svg);
316-
height: 90px;
317-
width: 90px;
330+
height: 80px;
331+
width: 80px;
318332
}
319333
.xenforo {
320-
grid-column: 8/12;
334+
grid-column: 7/12;
321335
grid-row: 8/11;
336+
padding-left: 20px;
322337
}
323338
.svg-link.zapier::before {
324339
background-image: url(/img/zapier.svg);
@@ -2104,6 +2119,7 @@ figure {
21042119
}
21052120
.svg-link {
21062121
margin: 0 auto 40px auto;
2122+
padding: 0;
21072123
}
21082124
.svg-link::before {
21092125
border: 20px solid transparent;

src/html/tmpl.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,10 @@ <h2 class="desktop-only">{{integrations-and-plugins}}</h2>
344344

345345
<a class="svg-link zapier" href="https://zapier.com/apps/btcpay-server/integrations"><span class="zapier">{{zapier}}</span></a>
346346

347+
<a class="svg-link edd" href="https://docs.btcpayserver.org/EasyDigitalDownloads/">
348+
<span class="edd">{{edd}}</span>
349+
</a>
350+
347351
<a class="svg-link invoiceninja" href="https://docs.btcpayserver.org/InvoiceNinja/">
348352
<span class="invoiceninja">{{invoiceninja}}</span>
349353
</a>

src/static/img/edd.svg

Lines changed: 28 additions & 0 deletions
Loading

transifex/resources/website.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"donate": "Donate",
1818
"woocommerce": "WooCommerce",
1919
"easywebshop": "EasyWebshop",
20+
"edd": "Easy Digital Downloads",
2021
"smartstore": "SmartStore",
2122
"ecwid": "ECWID",
2223
"ghost": "Ghost",

0 commit comments

Comments
 (0)