Skip to content

Commit 5a2e8e4

Browse files
committed
Update donation information
1 parent 14b6c78 commit 5a2e8e4

File tree

3 files changed

+29
-14
lines changed

3 files changed

+29
-14
lines changed

build.scala

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,12 @@ object LaikaCustomizations {
323323
val options = Styles(style.getOrElse("default-image-block"))
324324
Figure(SpanSequence(img), Seq.empty, body, options)
325325
}
326+
},
327+
BlockDirectives.create("html") {
328+
import BlockDirectives.dsl.*
329+
rawBody.map { body =>
330+
RawContent(NonEmptySet.of("html", "rss"), body)
331+
}
326332
}
327333
)
328334
}

src/foundation/README.md

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,32 @@ We are committed to transparency and publish our [governing documents], [meeting
1717
[meeting minutes]: https://github.com/typelevel/foundation/tree/main/minutes
1818
[financial records]: https://opencollective.com/typelevel-foundation/transactions
1919

20-
#### Supporting the Foundation
20+
### Supporting the Foundation
2121

2222
If your organization relies on Typelevel projects, please consider financially sponsoring the Foundation to support our work. 100% of your donation is tax-deductible to the extent allowed by US law.
2323

24-
@:fragment(platforms)
25-
We also accept donations on [GitHub Sponsors](https://github.com/sponsors/typelevel) and [Open Collective](https://opencollective.com/typelevel-foundation).
24+
@:html
25+
<div class="bulma-mb-4 bulma-is-flex bulma-is-justify-content-center">
26+
<div id="every-donate-btn">
27+
<a data-every-style href="https://www.every.org/typelevel-foundation#/donate">Donate</a>
28+
<script async defer src="https://embeds.every.org/0.4/button.js"></script>
29+
</div>
30+
</div>
31+
@:@
32+
33+
We also accept donations on [GitHub Sponsors] and [Open Collective].
34+
35+
**German donors**: we have partnered with the [Maecenata Foundation] to accept tax-deductible donations from Germany. Please use their [donation form][maecenata] and be sure to designate **TG26017 Typelevel Foundation** as the recipient organization.
2636

27-
We have partnered with the [Swiss Philanthropy Foundation](https://www.swissphilanthropy.ch/) to accept tax-deductible donations from Switzerland. Please contact them at international@swissphilanthropy.ch to facilitate a donation to us.
37+
**Swiss donors**: we have partnered with the [Swiss Philanthropy Foundation] to accept tax-deductible donations from Switzerland. Please contact them at international@swissphilanthropy.ch to facilitate a donation to us.
38+
39+
**European donors**: if your country participates in the [Giving Europe] network, we can accept tax-efficient donations from you. Please contact us to arrange this.
2840

2941
Have questions or specific needs? Please email us at donate@typelevel.org.
30-
@:@
42+
43+
[GitHub Sponsors]: https://github.com/sponsors/typelevel
44+
[Open Collective]: https://opencollective.com/typelevel-foundation
45+
[Maecenata Foundation]: https://www.maecenata.eu/
46+
[maecenata]: https://www.maecenata.eu/en/international-donations/)
47+
[Swiss Philanthropy Foundation]: https://www.swissphilanthropy.ch/
48+
[Giving Europe]: https://giving.eu/

src/foundation/about.template.html

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,6 @@
33

44
${cursor.currentDocument.content}
55

6-
<div class="bulma-mb-4 bulma-is-flex bulma-is-justify-content-center">
7-
<div id="every-donate-btn">
8-
<a data-every-style href="https://www.every.org/typelevel-foundation#/donate">Donate</a>
9-
<script async defer src="https://embeds.every.org/0.4/button.js"></script>
10-
</div>
11-
</div>
12-
13-
${cursor.currentDocument.fragments.platforms}
14-
156
<h2 id="board-of-directors">
167
<a class="anchor-link" href="#board-of-directors">
178
@:svg(fa-link)

0 commit comments

Comments
 (0)