Skip to content

Commit 0c04607

Browse files
committed
Add Aegis Sponsor Logos
1 parent 44da5f3 commit 0c04607

File tree

4 files changed

+27
-4
lines changed

4 files changed

+27
-4
lines changed

docs/_includes/head-custom.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,17 @@
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>

docs/aegis/index.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff 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

Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)