File tree 4 files changed +22
-1
lines changed
4 files changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -61,4 +61,9 @@ logo = "thunderbird.svg"
61
61
[[ecosystem ]]
62
62
name = " Trixnity"
63
63
website = " https://trixnity.gitlab.io/trixnity"
64
- logo = " trixnity.png"
64
+ logo = " trixnity.png"
65
+
66
+ [[associate ]]
67
+ name = " Eclipse Foundation"
68
+ website = " https://eclipse.org"
69
+ logo = " eclipse.svg"
Original file line number Diff line number Diff line change 76
76
--cards-per-row : 5 ;
77
77
}
78
78
79
+ #associate-supporters .supporters-card {
80
+ --cards-per-row : 5 ;
81
+ }
82
+
79
83
#ecosystem-supporters .supporters-card {
80
84
--cards-per-row : 5 ;
81
85
}
Original file line number Diff line number Diff line change @@ -76,6 +76,17 @@ <h2>Ecosystem Members</h2>
76
76
{% endfor %}
77
77
</ div >
78
78
</ div >
79
+ < div class ="supporters-section " id ="associate-supporters ">
80
+ < h2 > Associate Members</ h2 >
81
+ < div class ="cards ">
82
+ {% for supporter in supporters.associate %}
83
+ < a href ="{{ supporter.website }} " class ="supporters-card ">
84
+ < img src ="/support/{{ supporter.logo }} " alt ="{{ supporter.name }}'s logo ">
85
+ < span > {{ supporter.name }}</ span >
86
+ </ a >
87
+ {% endfor %}
88
+ </ div >
89
+ </ div >
79
90
</ div >
80
91
< div id ="the-spec ">
81
92
< div class ="content ">
You can’t perform that action at this time.
0 commit comments