Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 }}
Loading