Skip to content

Commit 8280fd0

Browse files
Add new jupyter distinguished contributors.
1 parent b6eb048 commit 8280fd0

9 files changed

Lines changed: 21 additions & 21 deletions

File tree

src/components/layout/SectionSeparator.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const VARIANTS: Record<number, Segment[]> = {
3333
const COLOR_MAP: Record<Color, string> = {
3434
dark: "#1d1d1b",
3535
blue: "var(--ifm-color-blue-jupyter)",
36-
red: "var(--ifm-color-accent-red)",
36+
red: "var(--ifm-color-orange-jupyter)",
3737
white: "#ffffff",
3838
};
3939

src/css/custom.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ ul {
283283

284284
/* Single-word red accent inside headings for energy */
285285
.highlight {
286-
color: var(--ifm-color-accent-red);
286+
color: var(--ifm-color-orange-jupyter);
287287
}
288288

289289
/* Punchy blue tagline used in page header sections */
@@ -299,7 +299,7 @@ ul {
299299
display: block;
300300
width: 36px;
301301
height: 3px;
302-
background: var(--ifm-color-accent-red);
302+
background: var(--ifm-color-orange-jupyter);
303303
margin-top: 10px;
304304
clip-path: polygon(3px 0%, 100% 0%, calc(100% - 3px) 100%, 0% 100%);
305305
}
@@ -597,16 +597,16 @@ html[data-navbar-dark-top] .navbar-sidebar .rss-circle-icon {
597597
font-weight: 700;
598598
letter-spacing: 0.3px;
599599
padding: 6px 14px;
600-
border: 2px solid var(--ifm-color-accent-red);
600+
border: 2px solid var(--ifm-color-orange-jupyter);
601601
border-radius: 4px;
602-
color: var(--ifm-color-accent-red) !important;
602+
color: var(--ifm-color-orange-jupyter) !important;
603603
white-space: nowrap;
604604
transition: background-color 0.15s ease, color 0.15s ease;
605605
margin-right: var(--ifm-spacing-sm);
606606
}
607607

608608
.navbar_notebooklink:hover {
609-
background-color: var(--ifm-color-accent-red) !important;
609+
background-color: var(--ifm-color-orange-jupyter) !important;
610610
color: white !important;
611611
text-decoration: none;
612612
}

src/pages/about/Team/_team.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ export const teams = {
139139
MastodonLink: "",
140140
GitHubName: "@HaudinFlorence",
141141
avatarUrl: FlorenceAvatarUrl,
142-
distinctionTitle: [],
143-
distinctionLink: [],
142+
distinctionTitle: ["Jupyter Distinguished Contributor"],
143+
distinctionLink: ["https://jupyter.org/about#distinguished-contributors"],
144144
subTeamName: "coreTeam",
145145
BioComponent: FlorenceMD,
146146
},
@@ -244,8 +244,8 @@ export const teams = {
244244
MastodonLink: "",
245245
GitHubName: "@gjmooney",
246246
avatarUrl: GregAvatarUrl,
247-
distinctionTitle: [],
248-
distinctionLink: [],
247+
distinctionTitle: ["Jupyter Distinguished Contributor"],
248+
distinctionLink: ["https://jupyter.org/about#distinguished-contributors"],
249249
subTeamName: "coreTeam",
250250
BioComponent: GregMD,
251251
},

src/pages/blog.module.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@
4545
font-weight: 800;
4646
line-height: 16px;
4747
letter-spacing: -0.132px;
48-
color: var(--ifm-color-accent-red);
48+
color: var(--ifm-color-orange-jupyter);
4949
}
5050

5151
.blogpost_date_dot {
5252
display: inline-block;
5353
width: 7px;
5454
height: 7px;
5555
border-radius: 50%;
56-
background-color: var(--ifm-color-accent-red);
56+
background-color: var();
5757
margin-right: 6px;
5858
vertical-align: middle;
5959
margin-bottom: 2px;

src/pages/index.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
}
5555

5656
.accent {
57-
color: var(--ifm-color-accent-red);
57+
color: var(--ifm-color-orange-jupyter);
5858
}
5959

6060
@media (max-width: 996px) {

static/atom.xml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/atom_all.xml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/rss.xml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/rss_all.xml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)