Skip to content

Commit f23e80a

Browse files
authored
Showing OpenCollective sponsors (#2061)
[deploy site]
1 parent 188a509 commit f23e80a

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

website_and_docs/content/sponsors/_index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<h1 class="d-1">Sponsors</h1>
1616
<p class="lead mt-3 mb-0">
1717
The following companies have sponsored the Selenium project. We thank
18-
each and every one of them for their generous support.
18+
each one of them for their generous support.
1919
</p>
2020
</div>
21-
{{< /blocks/section >}}
21+
{{< /blocks/section >}}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<div class="row justify-content-center p-5">
2+
<h2 class="selenium text-center">OpenCollective Sponsors</h2>
3+
</div>
4+
5+
<div class="row justify-content-around pt-4 pb-5 px-5">
6+
<script src="https://opencollective.com/selenium/banner.js" data-use-new-format="true"></script>
7+
</div>

website_and_docs/layouts/sponsors/list.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
{{ partial "gold-level-sponsors.html" (dict "Data" $.Site.Data) }}
1212
{{ partial "silver-level-sponsors.html" (dict "Data" $.Site.Data) }}
1313
{{ partial "bronze-level-sponsors.html" (dict "Data" $.Site.Data) }}
14+
{{ partial "open-collective-level-sponsors.html" }}
1415

1516
<div class="row td-box--100 ">
1617
<div class="card border-0 w-100 bg-transparent p-5">
@@ -24,4 +25,5 @@ <h2 class="card-title">Sponsoring</h2>
2425
</div>
2526
</div>
2627

28+
2729
{{ end }}

0 commit comments

Comments
 (0)