Skip to content

Commit d8d7ff2

Browse files
committed
add sponsors section to product pages
1 parent 713acf0 commit d8d7ff2

File tree

7 files changed

+22
-6
lines changed

7 files changed

+22
-6
lines changed

_includes/contributors.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<div class="contributors">
22
<h4>Contributors</h4>
3-
<object data="https://opencollective.com/{{page.contributors_project | default: page.reponame}}/contributors.svg?width=890" type="image/svg+xml">
4-
</object>
3+
<p>
4+
<object data="https://opencollective.com/{{page.contributors_project | default: page.reponame}}/contributors.svg?width=890" type="image/svg+xml">
5+
</object>
6+
</p>
57

68
</div>

_includes/sponsors.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<div class="sponsors">
2+
<h4>Sponsors</h4>
3+
<object data="https://opencollective.com/{{page.contributors_project | default: page.reponame}}/sponsors.svg" type="image/svg+xml">
4+
</object>
5+
</div>

openam.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,5 @@ So, OpenAM can help you to solve all this issues. Key features of OpenAM are:
4444

4545
{% include contributors.html %}
4646

47+
{% include sponsors.html %}
4748

opendj.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,6 @@ OpenDJ is an LDAPv3 compliant directory service, which has been developed for th
3434

3535
{% include product-about.html %}
3636

37-
{% include contributors.html %}
37+
{% include contributors.html %}
38+
39+
{% include sponsors.html %}

openicf.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,6 @@ This project is licensed under the [Common Development and Distribution License
3838
* [groovy-connector](https://github.com/OpenIdentityPlatform/OpenICF/releases)
3939
* [kerberos-connector](https://github.com/OpenIdentityPlatform/OpenICF/releases)
4040

41-
{% include contributors.html %}
41+
{% include contributors.html %}
42+
43+
{% include sponsors.html %}

openidm.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,6 @@ OpenIDM provides a modern UI experience that allows you to manage your data with
3030

3131
{% include product-about.html %}
3232

33-
{% include contributors.html %}
33+
{% include contributors.html %}
34+
35+
{% include sponsors.html %}

openig.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,6 @@ modify the target application or the container that it runs in.
4141

4242
{% include product-about.html %}
4343

44-
{% include contributors.html %}
44+
{% include contributors.html %}
45+
46+
{% include sponsors.html %}

0 commit comments

Comments
 (0)