Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
d5e3d20
partners first steps
christophdb Dec 11, 2025
1b575ac
first version of partner pages
christophdb Dec 11, 2025
88b2f5d
partner single page
christophdb Dec 11, 2025
0cafe1c
first version partner page
christophdb Dec 11, 2025
d60de30
layout nearly completed
christophdb Dec 12, 2025
8bef7d8
Add python script to fetch partners from SeaTable base
simonhammes Dec 12, 2025
302c989
Load data file into Alpine x-data attribute
simonhammes Dec 12, 2025
12f9f6f
Update update-partners.py
simonhammes Dec 19, 2025
38c598c
Update templates
simonhammes Dec 19, 2025
78d8457
Download logos
simonhammes Dec 22, 2025
a5cd03b
Read filter options from SeaTable data
simonhammes Dec 22, 2025
3f1da99
Remove upsmart
simonhammes Jan 6, 2026
9c7ca53
Add translations
simonhammes Jan 6, 2026
76f099f
Display white div if logo_path is not set
simonhammes Jan 7, 2026
d304cfb
Translate URLs
simonhammes Jan 7, 2026
2a2a5ef
Render address to HTML
simonhammes Jan 19, 2026
60d8831
Add country filter
simonhammes Jan 19, 2026
1973561
Display short description in grid view
simonhammes Jan 23, 2026
b873110
Move span elements to the bottom (partner type + country)
simonhammes Jan 23, 2026
df7db5e
Display all partner types
simonhammes Jan 23, 2026
01a5146
Fix partner types + accent colors
simonhammes Jan 23, 2026
3320f1e
Display country instead of region
simonhammes Jan 23, 2026
a09b1bc
Display reference customers
simonhammes Jan 23, 2026
ee48d58
Fix quote layout
simonhammes Jan 26, 2026
d1332e9
Add short description
simonhammes Jan 26, 2026
e0783e9
Update translations
simonhammes Jan 26, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/content/partners/_index.de.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Partnerverzeichnis
description: 'Das ist eine Beschreibung...'
url: /de/partner
---
4 changes: 4 additions & 0 deletions src/content/partners/_index.en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Partner directory
url: /partners
---
6 changes: 6 additions & 0 deletions src/content/partners/_index.es.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: Directorio de socios
# TODO:
description: 'Das ist eine Beschreibung...'
url: /es/socios
---
6 changes: 6 additions & 0 deletions src/content/partners/_index.fr.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: Annuaire des partenaires
# TODO:
description: 'Das ist eine Beschreibung...'
url: /fr/partenaires
---
6 changes: 6 additions & 0 deletions src/content/partners/_index.pt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: Diretório de parceiros
# TODO:
description: 'Das ist eine Beschreibung...'
url: /pt/parceiros
---
6 changes: 6 additions & 0 deletions src/content/partners/_index.ru.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: Каталог партнеров
# TODO:
description: 'Das ist eine Beschreibung...'
url: /ru/partnyory
---
Loading