Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/layout/SectionSeparator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const VARIANTS: Record<number, Segment[]> = {
const COLOR_MAP: Record<Color, string> = {
dark: "#1d1d1b",
blue: "var(--ifm-color-blue-jupyter)",
red: "var(--ifm-color-accent-red)",
red: "var(--ifm-color-orange-jupyter)",
white: "#ffffff",
};

Expand Down
10 changes: 5 additions & 5 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ ul {

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

/* Punchy blue tagline used in page header sections */
Expand All @@ -299,7 +299,7 @@ ul {
display: block;
width: 36px;
height: 3px;
background: var(--ifm-color-accent-red);
background: var(--ifm-color-orange-jupyter);
margin-top: 10px;
clip-path: polygon(3px 0%, 100% 0%, calc(100% - 3px) 100%, 0% 100%);
}
Expand Down Expand Up @@ -597,16 +597,16 @@ html[data-navbar-dark-top] .navbar-sidebar .rss-circle-icon {
font-weight: 700;
letter-spacing: 0.3px;
padding: 6px 14px;
border: 2px solid var(--ifm-color-accent-red);
border: 2px solid var(--ifm-color-orange-jupyter);
border-radius: 4px;
color: var(--ifm-color-accent-red) !important;
color: var(--ifm-color-orange-jupyter) !important;
white-space: nowrap;
transition: background-color 0.15s ease, color 0.15s ease;
margin-right: var(--ifm-spacing-sm);
}

.navbar_notebooklink:hover {
background-color: var(--ifm-color-accent-red) !important;
background-color: var(--ifm-color-orange-jupyter) !important;
color: white !important;
text-decoration: none;
}
Expand Down
8 changes: 4 additions & 4 deletions src/pages/about/Team/_team.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ export const teams = {
MastodonLink: "",
GitHubName: "@HaudinFlorence",
avatarUrl: FlorenceAvatarUrl,
distinctionTitle: [],
distinctionLink: [],
distinctionTitle: ["Jupyter Distinguished Contributor"],
distinctionLink: ["https://jupyter.org/about#distinguished-contributors"],
subTeamName: "coreTeam",
BioComponent: FlorenceMD,
},
Expand Down Expand Up @@ -244,8 +244,8 @@ export const teams = {
MastodonLink: "",
GitHubName: "@gjmooney",
avatarUrl: GregAvatarUrl,
distinctionTitle: [],
distinctionLink: [],
distinctionTitle: ["Jupyter Distinguished Contributor"],
distinctionLink: ["https://jupyter.org/about#distinguished-contributors"],
subTeamName: "coreTeam",
BioComponent: GregMD,
},
Expand Down
4 changes: 2 additions & 2 deletions src/pages/blog.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@
font-weight: 800;
line-height: 16px;
letter-spacing: -0.132px;
color: var(--ifm-color-accent-red);
color: var(--ifm-color-orange-jupyter);
}

.blogpost_date_dot {
display: inline-block;
width: 7px;
height: 7px;
border-radius: 50%;
background-color: var(--ifm-color-accent-red);
background-color: var();
margin-right: 6px;
vertical-align: middle;
margin-bottom: 2px;
Expand Down
2 changes: 1 addition & 1 deletion src/pages/careers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const interviews = [
{ completeName: "Afshin Darian", firstName: "Darian", position: "Technical Director", pictureUrl: DarianPictureUrl, url: "https://www.dailymotion.com/video/x9zl9t2" },
{ completeName: "David Brochart", firstName: "David", position: "Technical Director", pictureUrl: DavidPictureUrl, url: "https://www.dailymotion.com/video/x9zl9t4" },
{ completeName: "Gabriela Vives", firstName: "Gabriela", position: "UX Designer and Researcher", pictureUrl: GabrielaPictureUrl, url: "https://www.dailymotion.com/video/x9zl9sw" },
{ completeName: "Trung Le Duc", firstName: "Trung", position: "Scientific Software Developer", pictureUrl: TrungPictureUrl, url: "https://www.dailymotion.com/video/x9zl9t0" },
{ completeName: "Trung Le Duc", firstName: "Trung", position: "Technical Director", pictureUrl: TrungPictureUrl, url: "https://www.dailymotion.com/video/x9zl9t0" },
{ completeName: "Sandrine Pataut", firstName: "Sandrine", position: "Scientific Software Developer", pictureUrl: SandrinePictureUrl, url: "https://www.dailymotion.com/video/xa0qmai" },
{ completeName: "Matthias Meschede", firstName: "Matthias", position: "Chief Operating Officer", pictureUrl: MatthiasPictureUrl, url: "https://www.dailymotion.com/video/xa0qmae" },
{ completeName: "Meriem Ben Ismail", firstName: "Meriem", position: "Scientific Software Developer", pictureUrl: MeriemPictureUrl, url: "https://www.dailymotion.com/video/xa0qmag" },
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
}

.accent {
color: var(--ifm-color-accent-red);
color: var(--ifm-color-orange-jupyter);
}

@media (max-width: 996px) {
Expand Down
4 changes: 2 additions & 2 deletions static/atom.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions static/atom_all.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions static/rss.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions static/rss_all.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.