Skip to content

Commit

Permalink
Showing OpenCollective sponsors (#2061)
Browse files Browse the repository at this point in the history
[deploy site]
  • Loading branch information
diemol authored Nov 13, 2024
1 parent 188a509 commit f23e80a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website_and_docs/content/sponsors/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<h1 class="d-1">Sponsors</h1>
<p class="lead mt-3 mb-0">
The following companies have sponsored the Selenium project. We thank
each and every one of them for their generous support.
each one of them for their generous support.
</p>
</div>
{{< /blocks/section >}}
{{< /blocks/section >}}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<div class="row justify-content-center p-5">
<h2 class="selenium text-center">OpenCollective Sponsors</h2>
</div>

<div class="row justify-content-around pt-4 pb-5 px-5">
<script src="https://opencollective.com/selenium/banner.js" data-use-new-format="true"></script>
</div>
2 changes: 2 additions & 0 deletions website_and_docs/layouts/sponsors/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
{{ partial "gold-level-sponsors.html" (dict "Data" $.Site.Data) }}
{{ partial "silver-level-sponsors.html" (dict "Data" $.Site.Data) }}
{{ partial "bronze-level-sponsors.html" (dict "Data" $.Site.Data) }}
{{ partial "open-collective-level-sponsors.html" }}

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


{{ end }}

0 comments on commit f23e80a

Please sign in to comment.