fix(pitch-print): drop Standort/HQ from cover key terms
Build pitch-deck / build-push-deploy (push) Successful in 1m51s
CI / go-lint (push) Has been skipped
CI / python-lint (push) Has been skipped
CI / nodejs-lint (push) Has been skipped
CI / test-go-consent (push) Successful in 54s
CI / test-python-voice (push) Successful in 43s
CI / test-bqas (push) Successful in 38s
Build pitch-deck / build-push-deploy (push) Successful in 1m51s
CI / go-lint (push) Has been skipped
CI / python-lint (push) Has been skipped
CI / nodejs-lint (push) Has been skipped
CI / test-go-consent (push) Successful in 54s
CI / test-python-voice (push) Successful in 43s
CI / test-bqas (push) Successful in 38s
3-column grid now: Funding · Pre-Money/Maturity · Instrument. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -21,13 +21,11 @@ export function PrintCoverPage({ company, funding, lang, versionName }: { compan
|
|||||||
[de ? 'Funding' : 'Funding', amountLabel],
|
[de ? 'Funding' : 'Funding', amountLabel],
|
||||||
[de ? 'Instrument' : 'Instrument', instrument],
|
[de ? 'Instrument' : 'Instrument', instrument],
|
||||||
[de ? 'Laufzeit' : 'Maturity', de ? '24 Mo.' : '24 mo'],
|
[de ? 'Laufzeit' : 'Maturity', de ? '24 Mo.' : '24 mo'],
|
||||||
[de ? 'Standort' : 'HQ', company?.hq_city || 'Bodman'],
|
|
||||||
]
|
]
|
||||||
: [
|
: [
|
||||||
[de ? 'Funding' : 'Funding', amountLabel],
|
[de ? 'Funding' : 'Funding', amountLabel],
|
||||||
[de ? 'Pre-Money' : 'Pre-money', '€4.0M'],
|
[de ? 'Pre-Money' : 'Pre-money', '€4.0M'],
|
||||||
[de ? 'Instrument' : 'Instrument', instrument],
|
[de ? 'Instrument' : 'Instrument', instrument],
|
||||||
[de ? 'Standort' : 'HQ', company?.hq_city || 'Bodman'],
|
|
||||||
]
|
]
|
||||||
|
|
||||||
const MONO_FONT = "'JetBrains Mono', ui-monospace, Menlo, Consolas, monospace"
|
const MONO_FONT = "'JetBrains Mono', ui-monospace, Menlo, Consolas, monospace"
|
||||||
@@ -98,7 +96,7 @@ export function PrintCoverPage({ company, funding, lang, versionName }: { compan
|
|||||||
<div style={{ fontFamily: MONO_FONT, fontSize: '7.5pt', fontWeight: 700, color: COLORS.violet600, textTransform: 'uppercase', letterSpacing: '0.2em', marginBottom: '3mm', paddingBottom: '2mm', borderBottom: `1px solid ${COLORS.slate200}` }}>
|
<div style={{ fontFamily: MONO_FONT, fontSize: '7.5pt', fontWeight: 700, color: COLORS.violet600, textTransform: 'uppercase', letterSpacing: '0.2em', marginBottom: '3mm', paddingBottom: '2mm', borderBottom: `1px solid ${COLORS.slate200}` }}>
|
||||||
{de ? 'Key Terms' : 'Key terms'}
|
{de ? 'Key Terms' : 'Key terms'}
|
||||||
</div>
|
</div>
|
||||||
<div style={{ display: 'grid', gridTemplateColumns: 'repeat(4, 1fr)', gap: '5mm' }}>
|
<div style={{ display: 'grid', gridTemplateColumns: 'repeat(3, 1fr)', gap: '6mm' }}>
|
||||||
{coverTerms.map(([label, val]) => (
|
{coverTerms.map(([label, val]) => (
|
||||||
<div key={label}>
|
<div key={label}>
|
||||||
<div style={{ fontFamily: MONO_FONT, fontSize: '7pt', color: COLORS.slate500, textTransform: 'uppercase', letterSpacing: '0.18em', fontWeight: 700 }}>{label}</div>
|
<div style={{ fontFamily: MONO_FONT, fontSize: '7pt', color: COLORS.slate500, textTransform: 'uppercase', letterSpacing: '0.18em', fontWeight: 700 }}>{label}</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user