manager.html: Bewerbungs-Hinweise zu einer 3er-Kiste zusammengefasst (Scouts | Creator | Bewerbung)
Vorher waren Bewerbungs-Touchpoints auf der Seite verstreut: Scouts/Creator- Kartenraster (2 Kisten) UND direkt darunter eine separate "Willst du dazugehören?"-CTA-Sektion mit eigenem Button — wirkte redundant/zu viel. Jetzt eine einzige, klare 3er-Kiste (grid-3): Scouts, Creator, Bewerbung. Die separate CTA-Sektion entfällt dadurch komplett. Alte i18n-Keys (mgr_cta_h2/mgr_cta_lead/mgr_cta_btn) entfernt, neue (mgr_bewerbung_h3/ mgr_bewerbung_p) in allen 5 Sprachen ergänzt.
This commit is contained in:
@@ -141,21 +141,17 @@ window.I18N_PAGE = {
|
|||||||
fr: "Créateurs de contenu faisant partie de Spicy Media.",
|
fr: "Créateurs de contenu faisant partie de Spicy Media.",
|
||||||
pt: "Criadores de conteúdo que fazem parte da Spicy Media.",
|
pt: "Criadores de conteúdo que fazem parte da Spicy Media.",
|
||||||
},
|
},
|
||||||
mgr_cta_h2: {
|
mgr_bewerbung_h3: {
|
||||||
de: "Willst du dazugehören?", "de-CH": "Witt au derzue ghöre?",
|
de: "📝 Bewerbung", "de-CH": "📝 Bewärbig",
|
||||||
en: "Want to join?", fr: "Envie d'en faire partie ?", pt: "Quer fazer parte?",
|
en: "📝 Application", fr: "📝 Candidature", pt: "📝 Candidatura",
|
||||||
},
|
},
|
||||||
mgr_cta_lead: {
|
mgr_bewerbung_p: {
|
||||||
de: "Als Creator, Scout oder Kooperationspartner — bewirb dich direkt.",
|
de: "Als Creator, Scout oder Kooperationspartner — bewirb dich direkt.",
|
||||||
"de-CH": "Als Creator, Scout oder Kooperationspartner — bewirb dich direkt.",
|
"de-CH": "Als Creator, Scout oder Kooperationspartner — bewirb di direkt.",
|
||||||
en: "As a creator, scout, or partner — apply directly.",
|
en: "As a creator, scout, or partner — apply directly.",
|
||||||
fr: "Créateur, scout ou partenaire — postulez directement.",
|
fr: "Créateur, scout ou partenaire — postulez directement.",
|
||||||
pt: "Como criador, scout ou parceiro — candidate-se diretamente.",
|
pt: "Como criador, scout ou parceiro — candidate-se diretamente.",
|
||||||
},
|
},
|
||||||
mgr_cta_btn: {
|
|
||||||
de: "Zur Bewerbung", "de-CH": "Zur Bewärbig",
|
|
||||||
en: "Go to application", fr: "Faire une demande", pt: "Ir para a candidatura",
|
|
||||||
},
|
|
||||||
mgr_agency_h2: {
|
mgr_agency_h2: {
|
||||||
de: "Spicy Media Agency", "de-CH": "Spicy Media Agency",
|
de: "Spicy Media Agency", "de-CH": "Spicy Media Agency",
|
||||||
en: "Spicy Media Agency", fr: "Spicy Media Agency", pt: "Spicy Media Agency",
|
en: "Spicy Media Agency", fr: "Spicy Media Agency", pt: "Spicy Media Agency",
|
||||||
|
|||||||
+9
-10
@@ -76,8 +76,11 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<h2 class="text-center" data-i18n="mgr_team_h2">Das Team dahinter</h2>
|
<h2 class="text-center" data-i18n="mgr_team_h2">Das Team dahinter</h2>
|
||||||
<!-- Nur die Agentur-Ebene: Scouts und Creator. Das Modi-Team gehört zu
|
<!-- Nur die Agentur-Ebene: Scouts und Creator. Das Modi-Team gehört zu
|
||||||
DogFather persönlich (Team Dogi) und steht deshalb unter „DogFather". -->
|
DogFather persönlich (Team Dogi) und steht deshalb unter „DogFather".
|
||||||
<div class="grid grid-2" style="max-width:720px;margin:0 auto;">
|
Dritte Kiste "Bewerbung" fasst die vorher separate CTA-Sektion
|
||||||
|
darunter zusammen (weniger verstreute Bewerbungs-Hinweise auf der
|
||||||
|
Seite, auf Wunsch von Dogi 02.08.2026). -->
|
||||||
|
<div class="grid grid-3" style="max-width:1000px;margin:0 auto;">
|
||||||
<a class="card" href="team-scouts.html">
|
<a class="card" href="team-scouts.html">
|
||||||
<h3 data-i18n="mgr_scouts_h3">🔍 Scouts</h3>
|
<h3 data-i18n="mgr_scouts_h3">🔍 Scouts</h3>
|
||||||
<p data-i18n="mgr_scouts_p">Finden und begleiten neue Talente — Übersicht & Profile.</p>
|
<p data-i18n="mgr_scouts_p">Finden und begleiten neue Talente — Übersicht & Profile.</p>
|
||||||
@@ -86,18 +89,14 @@
|
|||||||
<h3 data-i18n="mgr_creator_h3">🎬 Creator</h3>
|
<h3 data-i18n="mgr_creator_h3">🎬 Creator</h3>
|
||||||
<p data-i18n="mgr_creator_p">Content Creator, die Teil von Spicy Media sind.</p>
|
<p data-i18n="mgr_creator_p">Content Creator, die Teil von Spicy Media sind.</p>
|
||||||
</a>
|
</a>
|
||||||
|
<a class="card" href="bewerben.html">
|
||||||
|
<h3 data-i18n="mgr_bewerbung_h3">📝 Bewerbung</h3>
|
||||||
|
<p data-i18n="mgr_bewerbung_p">Als Creator, Scout oder Kooperationspartner — bewirb dich direkt.</p>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="section-tight">
|
|
||||||
<div class="container text-center">
|
|
||||||
<h2 data-i18n="mgr_cta_h2">Willst du dazugehören?</h2>
|
|
||||||
<p class="lead" style="max-width:60ch;margin:0 auto;" data-i18n="mgr_cta_lead">Als Creator, Scout oder Kooperationspartner — bewirb dich direkt.</p>
|
|
||||||
<a class="btn btn-secondary" href="bewerben.html" data-i18n="mgr_cta_btn">Zur Bewerbung</a>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<section class="section-tight">
|
<section class="section-tight">
|
||||||
<div class="container grid grid-2" style="align-items:center;gap:2.6rem;">
|
<div class="container grid grid-2" style="align-items:center;gap:2.6rem;">
|
||||||
<div class="collage-photo" style="aspect-ratio:4/3;border-radius:var(--radius);background:#000;">
|
<div class="collage-photo" style="aspect-ratio:4/3;border-radius:var(--radius);background:#000;">
|
||||||
|
|||||||
Reference in New Issue
Block a user