File tree Expand file tree Collapse file tree 4 files changed +27
-4
lines changed
Expand file tree Collapse file tree 4 files changed +27
-4
lines changed Original file line number Diff line number Diff line change 11< script type ="text/javascript " src ="{{ '/assets/js/randomize-order.js?v=' | append: site.github.build_revision | relative_url }} "> </ script >
2+ < style >
3+ .sponsors {
4+ display : flex;
5+ flex-direction : row;
6+ flex-wrap : wrap;
7+ gap : 1rem ;
8+ align-items : center;
9+ justify-content : space-evenly;
10+ width : 100% ;
11+ }
12+ .sponsors img {
13+ width : 100% ;
14+ max-width : 250px ;
15+ height : auto;
16+ }
17+ </ style >
Original file line number Diff line number Diff line change @@ -131,12 +131,17 @@ Sponsorship can be provided through:
131131 - Enables direct collaboration on critical tasks while also shaping the
132132 future of the ecosystem.
133133
134- <!--
135- TODO: Check with current sponsors if they want to be mentioned publicly
136134## Sponsors
137135
138- * Name / Picture
139- -->
136+ <div class =" sponsors randomize-order mb-5 " >
137+ <a href =" https://www.ericsson.com/ " >
138+ <img src="/assets/aegis/sponsors/ericsson.svg" alt="Ericsson" />
139+ </a >
140+ <a href =" https://www.herrmannultraschall.com/ " >
141+ <img src="/assets/aegis/sponsors/herrmann-ultraschall.svg" alt="Herrmann Ultraschall" />
142+ </a >
143+ </div >
144+
140145
141146## Implementation
142147
You can’t perform that action at this time.
0 commit comments