Skip to content

Commit 904da6e

Browse files
committed
Projects: revert to single separator + white bg for all sections
1 parent 1328f3c commit 904da6e

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

src/pages/projects.tsx

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,16 @@ function ProjectsContent() {
3535
</div>
3636
</Section>
3737

38+
<SectionSeparator variant={1} />
39+
3840
{/* ── Project list ──────────────────────────────────────────────────── */}
39-
<Section spacing="tight" bg="light-grey">
41+
<Section spacing="tight">
4042
<h2 className="text--center">What we <span className="highlight">build</span> and maintain</h2>
4143
</Section>
4244

4345
{/* ── Jupyter ───────────────────────────────────────────────────────── */}
4446
<SplitSection
45-
bg="light-blue"
47+
bg="white"
4648
ratio="60/40"
4749
image={
4850
<div className={`${styles.project_picture} ${styles.project_picture_jupyter}`}>
@@ -59,7 +61,7 @@ function ProjectsContent() {
5961

6062
{/* ── Mamba ─────────────────────────────────────────────────────────── */}
6163
<SplitSection
62-
bg="light-grey"
64+
bg="white"
6365
ratio="60/40"
6466
reverse
6567
image={
@@ -77,7 +79,7 @@ function ProjectsContent() {
7779

7880
{/* ── Conda-forge ───────────────────────────────────────────────────── */}
7981
<SplitSection
80-
bg="light-blue"
82+
bg="white"
8183
ratio="60/40"
8284
image={
8385
<div className={`${styles.project_picture} ${styles.project_picture_condaforge}`}>
@@ -94,7 +96,7 @@ function ProjectsContent() {
9496

9597
{/* ── Apache Arrow & Parquet ────────────────────────────────────────── */}
9698
<SplitSection
97-
bg="light-grey"
99+
bg="white"
98100
ratio="60/40"
99101
reverse
100102
image={
@@ -112,7 +114,7 @@ function ProjectsContent() {
112114

113115
{/* ── Xtensor & Xsimd ──────────────────────────────────────────────── */}
114116
<SplitSection
115-
bg="light-blue"
117+
bg="white"
116118
ratio="60/40"
117119
image={
118120
<div className={`${styles.project_picture} ${styles.project_picture_xtensor}`}>
@@ -129,7 +131,7 @@ function ProjectsContent() {
129131

130132
{/* ── Robotics ──────────────────────────────────────────────────────── */}
131133
<SplitSection
132-
bg="light-grey"
134+
bg="white"
133135
ratio="60/40"
134136
reverse
135137
image={

0 commit comments

Comments
 (0)