You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/about/index.tsx
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -26,9 +26,9 @@ export function AboutContent() {
26
26
return(
27
27
<>
28
28
<SectionpageTopfullHeightbg="yellow">
29
-
<h1>About QuantStack</h1>
30
-
<pclassName="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
+
<pclassName="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>
@@ -53,9 +53,9 @@ export function AboutContent() {
53
53
</CardGrid>
54
54
</Section>
55
55
<Section>
56
-
<h2>Meet the QuantStack <spanclassName="highlight">team</span></h2>
56
+
<h2>Meet the <spanclassName="highlight">team</span></h2>
57
57
<divclassName={styles.team_description}>
58
-
Most of us have PhDsor 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.
59
59
</div>
60
60
{[
61
61
{label: "The leadership team",members: teams.leadershipTeam},
@@ -79,7 +79,7 @@ export function AboutContent() {
79
79
title="Join the team"
80
80
cta={<LinkToContactlabel={"JOIN THE TEAM!"}/>}
81
81
>
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.
0 commit comments