Skip to content

Commit 5dba75a

Browse files
committed
Add Silver and Platinum sponsors for 2025, including Oracle and Siemens
1 parent 5384fa7 commit 5dba75a

6 files changed

Lines changed: 95 additions & 0 deletions

File tree

data/partner.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ platinum:
77
homepage_url: https://txt.co/
88
logo: txt.svg
99
description: .txt is a cloud platform for document management and collaboration.
10+
- name: Oracle
11+
homepage_url: https://www.oracle.com/
12+
logo: oracle.png
13+
description: Oracle is a global technology company providing cloud solutions, databases, and enterprise software.
14+
15+
silver:
16+
- name: Remote
17+
homepage_url: https://remote.com/
18+
logo: remote.svg
19+
description: Remote is a global HR platform for distributed teams.
20+
- name: Siemens
21+
homepage_url: https://www.siemens.com/
22+
logo: simens.svg
23+
description: Siemens is a global technology company focused on industry, infrastructure, transport, and healthcare.
1024

1125
media:
1226
- name: dev.events

layouts/partners/list.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,21 @@ <h2 style="text-align: center; font-weight: bold; color: #73737a;">Platinum Spon
4545
</div>
4646
{{ end }}
4747

48+
<!-- 2025 Silver Sponsors Section -->
49+
{{ if gt (len .Site.Data.partner.silver) 0 }}
50+
<hr class="sponsors-divider" />
51+
<h2 style="text-align: center; font-weight: bold; color: #73737a;">Silver Sponsors (2025)</h2>
52+
<div class="sponsors-grid">
53+
{{ range .Site.Data.partner.silver }}
54+
<div class="sponsor-card">
55+
<a href="{{ .homepage_url }}" target="_blank" rel="noopener noreferrer" class="sponsor-link">
56+
<img class="sponsor-logo" style="max-height: 60px; max-width: 140px; width: auto; height: auto; object-fit: contain;" src="/images/partners/silver/{{ .logo }}" alt="{{ .name }} Logo" />
57+
</a>
58+
</div>
59+
{{ end }}
60+
</div>
61+
{{ end }}
62+
4863
<!-- Media Partners Section -->
4964
{{ if gt (len .Site.Data.partner.media) 0 }}
5065
<hr class="sponsors-divider" />

layouts/shortcodes/sponsors-list.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,20 @@ <h2 style="text-align: center; font-weight: bold; color: #73737a;">Platinum Spon
1414
</div>
1515
{{ end }}
1616

17+
{{ with site.Data.partner.silver }}
18+
<hr class="sponsors-divider" />
19+
<h2 style="text-align: center; font-weight: bold; color: #73737a;">Silver Sponsors (2025)</h2>
20+
<div class="sponsors-grid">
21+
{{ range . }}
22+
<div class="sponsor-card">
23+
<a href="{{ .homepage_url }}" target="_blank" rel="noopener noreferrer" class="sponsor-link">
24+
<img class="sponsor-logo" style="max-height: 60px; max-width: 140px; width: auto; height: auto; object-fit: contain;" src="/images/partners/silver/{{ .logo }}" alt="{{ .name }} Logo" />
25+
</a>
26+
</div>
27+
{{ end }}
28+
</div>
29+
{{ end }}
30+
1731
{{ with site.Data.partner.media }}
1832
<hr class="sponsors-divider" />
1933
<h2 style="text-align: center; font-weight: bold; color: #73737a;">Media Partners (2025)</h2>
19.8 KB
Loading
Lines changed: 9 additions & 0 deletions
Loading
Lines changed: 43 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)