Skip to content

Commit 17acb50

Browse files
committed
about pass
1 parent dcae922 commit 17acb50

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/pages/about/index.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ export function AboutContent() {
2626
return (
2727
<>
2828
<Section pageTop fullHeight bg="yellow">
29-
<h1>About QuantStack</h1>
30-
<p className="page-tagline">~30 engineers and researchers building the infrastructure of modern science.</p>
31-
<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>
29+
<h1>About us</h1>
30+
<p className="page-tagline">~30 engineers and researchers building the infrastructure for modern data analysis and science.</p>
31+
<p>Founded in Paris in 2016. JupyterLab, Mamba, JupyterLite, emscripten-forge — tools reaching millions daily. Our team received several awards for our open source work.</p>
3232
<div style={{ display: "flex", gap: "var(--ifm-spacing-xl)", alignItems: "center", flexWrap: "wrap" }}>
3333
<LinkToContact label="Get in touch" />
3434
<ScrollDownCTA />
@@ -53,9 +53,9 @@ export function AboutContent() {
5353
</CardGrid>
5454
</Section>
5555
<Section>
56-
<h2>Meet the QuantStack <span className="highlight">team</span></h2>
56+
<h2>Meet the <span className="highlight">team</span></h2>
5757
<div className={styles.team_description}>
58-
Most of us have PhDs or deep research backgrounds. We operate as a collective of principal contributors — everyone on the team ships code to the projects we maintain. No passengers.
58+
Many of us have PhDs, deep engineering or open source maintenance backgrounds. We operate as a collective of contributors — everyone on the team ships code to the projects we maintain. No passengers.
5959
</div>
6060
{[
6161
{ label: "The leadership team", members: teams.leadershipTeam },
@@ -79,7 +79,7 @@ export function AboutContent() {
7979
title="Join the team"
8080
cta={<LinkToContact label={"JOIN THE TEAM!"} />}
8181
>
82-
We're looking for researchers and engineers who want to work at the frontier of open-source scientific computing — and ship code that millions of people depend on.
82+
We're looking for researchers and engineers who want to work at the frontier of open-source data science and scientific computing — and ship code that millions of people depend on.
8383
</Banner>
8484
</>
8585
);

0 commit comments

Comments
 (0)