Add founder note to executive summary
Bill's intro email to Northwell primes the reader for the personal story behind the app; the exec summary is the page that link lands on, and it only had a bare signature. Adds the same founder line as the homepage plus a fuller signature (Bucknell, CS&E). Screen version only — the print one-pager's fixed layout is left untouched.
This commit is contained in:
@@ -323,9 +323,17 @@ export default function ExecutiveSummaryPage() {
|
|||||||
<PrintButton size="lg" className="shrink-0" />
|
<PrintButton size="lg" className="shrink-0" />
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<p className="border-t border-border-soft pt-6 text-sm text-muted-foreground">
|
<div className="space-y-3 border-t border-border-soft pt-6">
|
||||||
Sean O'Connor
|
<p className="max-w-2xl text-sm leading-relaxed text-muted-foreground italic">
|
||||||
</p>
|
I built the first version of Medscribe after watching my own family
|
||||||
|
try to hold this together for my grandfather. The record scattered
|
||||||
|
right when we needed it most.
|
||||||
|
</p>
|
||||||
|
<p className="text-sm text-muted-foreground">
|
||||||
|
Sean O'Connor · Bucknell University, Computer Science &
|
||||||
|
Engineering
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* ===================== PRINT: dense one-page PDF ===================== */}
|
{/* ===================== PRINT: dense one-page PDF ===================== */}
|
||||||
|
|||||||
Reference in New Issue
Block a user