Skip to content

Commit 98e0e30

Browse files
committed
Headings: red highlights on h2 only; Who/How/What on home page
Remove highlights from all h1s. Rename "Trusted by" to "Who we work with" and align Who/How/What as the highlighted words across the three main home page h2s.
1 parent 314d666 commit 98e0e30

7 files changed

Lines changed: 11 additions & 11 deletions

File tree

src/pages/about/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export function AboutContent() {
2626
return (
2727
<>
2828
<Section pageTop fullHeight bg="yellow">
29-
<h1>About <span className="highlight">QuantStack</span></h1>
29+
<h1>About QuantStack</h1>
3030
<p className="page-tagline">~30 engineers and researchers building the infrastructure of modern science.</p>
3131
<p>Founded in Paris in 2016. JupyterLab, Mamba, JupyterLite, emscripten-forge — tools reaching millions daily. Our founder received the ACM Software System Award, given to the same cohort as the creators of Unix, Java, and the World Wide Web.</p>
3232
<div style={{ display: "flex", gap: "var(--ifm-spacing-xl)", alignItems: "center", flexWrap: "wrap" }}>

src/pages/blog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default function BlogPage(): JSX.Element {
1111
return (
1212
<Layout>
1313
<Section pageTop fullHeight bg="yellow">
14-
<h1>Featured posts by <span className="highlight">QuantStack</span> contributors</h1>
14+
<h1>Featured posts by QuantStack contributors</h1>
1515
<p className="page-tagline">From the maintainers, at the source.</p>
1616
<p>
1717
Technical deep-dives, release notes, and perspectives from the people who wrote the code. Read about the decisions, trade-offs, and discoveries that go into the tools powering modern science. From Mamba's solver design to JupyterLab's real-time collaboration protocol — these posts come from the engineers who made the calls.

src/pages/careers.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ function CareersContent() {
5757
return (
5858
<>
5959
<Section pageTop fullHeight bg="yellow">
60-
<h1><span className="highlight">Join</span> the QuantStack team.</h1>
60+
<h1>Join the QuantStack team.</h1>
6161
<p className="page-tagline">Your code will reach millions. Your contributions go upstream.</p>
6262
<p>We are ~30 researchers and engineers building the infrastructure of scientific computing. This is not a support role — it's a principal contributor role from day one. Most of us have PhDs or deep research backgrounds, and every one of us ships code upstream.</p>
6363
<div style={{ display: "flex", gap: "var(--ifm-spacing-xl)", alignItems: "center", flexWrap: "wrap" }}>

src/pages/index.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,15 @@ function HomeContent() {
5454

5555
{/* ── Trusted By ────────────────────────────────────────────────────── */}
5656
<Section fullHeight>
57-
<h2 className="text--center">Trusted <span className="highlight">by</span></h2>
57+
<h2 className="text--center"><span className="highlight">Who</span> we work with</h2>
5858
<LogoGrid />
5959
</Section>
6060

6161
<SectionSeparator variant={2} />
6262

6363
{/* ── How we work with you (services) ───────────────────────────────── */}
6464
<Section fullHeight>
65-
<h2 className="text--center">How we work with <span className="highlight">you</span></h2>
65+
<h2 className="text--center"><span className="highlight">How</span> we work with you</h2>
6666
<CardGrid cols={3}>
6767
<li>
6868
<Card bg="transparent" className={styles.topics_card}>
@@ -97,7 +97,7 @@ function HomeContent() {
9797
{/* ── What we work on (projects) ────────────────────────────────────── */}
9898
<div className={styles.projects_overview_container}>
9999
<Section>
100-
<h2 className="text--center">What we <span className="highlight">work</span> on</h2>
100+
<h2 className="text--center"><span className="highlight">What</span> we work on</h2>
101101
</Section>
102102

103103
<SplitSection image={<img src={JupyterPictureUrl} alt="JupyterLab interfaces" style={{ maxWidth: "100%" }} />}>
@@ -158,7 +158,7 @@ function HomeContent() {
158158

159159
{/* ── About us ──────────────────────────────────────────────────────── */}
160160
<Section fullHeight>
161-
<h2 className="text--center">About <span className="highlight">us</span></h2>
161+
<h2 className="text--center">About us</h2>
162162
<div className="flex-full-centered">
163163
<img
164164
src={GroupPhotoUrl}
@@ -183,7 +183,7 @@ function HomeContent() {
183183
{/* ── Recent blog posts ─────────────────────────────────────────────── */}
184184
<div className={styles.news_wrapper}>
185185
<Section fullHeight>
186-
<h2 className="text--center">Recent blog <span className="highlight">contributions</span></h2>
186+
<h2 className="text--center">Recent blog contributions</h2>
187187
<CardGrid cols={3}>
188188
{[0, 1, 2].map((i) => (
189189
<li key={i}>

src/pages/projects.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function ProjectsContent() {
2121
<>
2222
{/* ── Header ────────────────────────────────────────────────────────── */}
2323
<Section pageTop fullHeight bg="white">
24-
<h1>Working in the <span className="highlight">open</span>.</h1>
24+
<h1>Working in the open.</h1>
2525
<p className="page-tagline">Tools reaching millions of researchers, engineers, and students worldwide.</p>
2626
<p className={styles.header_text}>
2727
From interactive environments to package managers to data formats — we build in the open

src/pages/services.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function ServicesContent() {
1717
<>
1818
{/* ── Header ────────────────────────────────────────────────────────── */}
1919
<Section pageTop fullHeight bg="yellow">
20-
<h1>Hire the team that <span className="highlight">built</span> the tools you depend on.</h1>
20+
<h1>Hire the team that built the tools you depend on.</h1>
2121
<p className="page-tagline">Direct access to the upstream maintainers — not a helpdesk.</p>
2222
<p>
2323
Bloomberg, AWS, Safran, ESA, and the Gates Foundation work with us because there is

src/pages/sponsor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export function FundableContent() {
1212
return (
1313
<>
1414
<Section pageTop fullHeight bg="yellow">
15-
<h1>Sponsor <span className="highlight">open-source</span> work</h1>
15+
<h1>Sponsor open-source work</h1>
1616
<p className="page-tagline">Back the features the scientific community needs.</p>
1717
<p>High-demand open-source features with detailed plans already in place — the work is scoped, the need is proven, only funding is missing. Sponsoring through QuantStack means your investment lands upstream and benefits the entire ecosystem. Back a project and get it shipped.</p>
1818
<div style={{ display: "flex", gap: "var(--ifm-spacing-xl)", alignItems: "center", flexWrap: "wrap" }}>

0 commit comments

Comments
 (0)