Skip to content

Commit 10d311f

Browse files
committed
updated sponsors
1 parent 4586e3e commit 10d311f

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

i18n/de.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@
254254
- id: home_trustingbrands_title
255255
translation: "Marken, die unserer Technologie vertrauen"
256256
- id: home_sponsors_title
257-
translation: "Mit Stolz gesponsert von"
257+
translation: "Möchtest du ein offizieller Sponsor werden?"
258258
- id: home_sponsors_button
259259
translation: "Werde Sponsor"
260260
- id: home_testimonials_title

i18n/en.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@
256256
- id: home_trustingbrands_title
257257
translation: "Brands Trusting our Technology"
258258
- id: home_sponsors_title
259-
translation: "Proudly Sponsored By"
259+
translation: "Want to Become an Official Sponsor?"
260260
- id: home_sponsors_button
261261
translation: "Become a Sponsor"
262262
- id: home_testimonials_title

layouts/index.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -157,11 +157,6 @@ <h2 class="font-headline font-medium text-xl md:text-2xl leading-snug mb-8 md:mb
157157

158158
<section class="container text-center py-12 md:py-16 lg:py-20">
159159
<h2 class="font-headline font-medium text-xl md:text-2xl leading-snug mb-8 md:mb-12 lg:mb-16">{{ i18n "home_sponsors_title" . }}</h2>
160-
<div class="grid grid-cols-1 md:grid-cols-1 gap-8 md:w-3/4 lg:w-2/3 mb-8 md:mb-12 lg:mb-16 mx-auto">
161-
<a href="https://www.gee-whiz.de/" target="_blank" rel="noopener">
162-
<img class="inline-block h-20 lazyload aspect-[613/163]" data-src="/img/sponsors/geewhiz.svg" alt="gee-whiz Logo"/>
163-
</a>
164-
</div>
165160
<a href="{{ .Site.LanguagePrefix }}/sponsors/" role="button" class="btn btn-outline-secondary px-8">
166161
<i class="fas fa-heart"></i> {{ i18n "donate_become_sponsor_button" . }}
167162
</a>

0 commit comments

Comments
 (0)