Skip to content

Commit 3b642a7

Browse files
committed
projects pass
1 parent f2ac5a4 commit 3b642a7

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

src/pages/projects.tsx

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,12 @@ function ProjectsContent() {
2121
<>
2222
{/* ── Header ────────────────────────────────────────────────────────── */}
2323
<Section pageTop fullHeight bg="white">
24-
<h1>Working in the open.</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}>
27-
From interactive environments to package managers to data formats — we build in the open
28-
so that anyone can build on what we create.
29-
Our tools are dependencies of dependencies — the foundation powering research pipelines, commercial data stacks, and classroom notebooks at scale.
30-
Everything we make is open-source, community-governed, and maintained for the long term.
27+
From interactive environments to package managers to data formats, we build in the open so that anyone can build on what we create.
28+
Our tools are the foundation powering research pipelines, commercial data stacks, and classroom notebooks at scale.
29+
What we make are digital commons, community-governed, and maintained for the long term.
3130
</p>
3231
<div style={{ display: "flex", gap: "var(--ifm-spacing-xl)", alignItems: "center", flexWrap: "wrap" }}>
3332
<LinkToContact label="Work with us" />
@@ -54,7 +53,7 @@ function ProjectsContent() {
5453
>
5554
<div className={styles.project_title}>Jupyter</div>
5655
<div className={styles.project_description}>
57-
<p>QuantStack is one of the main organizations behind the Jupyter project. We co-founded JupyterLab and JupyterLite — the browser-native Jupyter that runs without a server — and drive major features including real-time collaboration, the visual debugger, and AI integration.</p>
56+
<p>QuantStack is one of the main organizations behind the Jupyter project. We co-created JupyterLab and JupyterLite — the browser-native Jupyter that runs without a server — and drive major features including real-time collaboration, the visual debugger, and AI integration.</p>
5857
<p>We also maintain Voilà, xeus, JupyterGIS, and JupyterCAD. JupyterLab reaches over 10 million users worldwide; JupyterLite serves hundreds of thousands of students on minimal infrastructure.</p>
5958
</div>
6059
</SplitSection>
@@ -108,7 +107,7 @@ function ProjectsContent() {
108107
<div className={styles.project_title}>Apache Arrow & Parquet</div>
109108
<div className={styles.project_description}>
110109
<p>QuantStack is home to principal maintainers of Apache Arrow's C++ core — the in-memory columnar format that underpins most of the modern data ecosystem, from pandas to Spark to DuckDB.</p>
111-
<p>We also maintain Apache Parquet, the dominant columnar storage format for analytics workloads, and provide commercial support and custom development across the Arrow ecosystem.</p>
110+
<p>We also co-maintain Apache Parquet, the dominant columnar storage format for analytics workloads, and provide commercial support and custom development across the Arrow ecosystem.</p>
112111
</div>
113112
</SplitSection>
114113

0 commit comments

Comments
 (0)