Skip to content

Commit 205596a

Browse files
Replace logos by versions without background.
Update careers page and hero section with minor changes. Replace the astronaut image of the footer by a new version. Update the LargePortraitCard components and the data relative to distinctions.
1 parent eba36ab commit 205596a

38 files changed

+389
-192
lines changed

.docusaurus/client-manifest.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,9 @@
162162
"59": {
163163
"js": [
164164
{
165-
"file": "assets/js/cd1c0009.8a29bb60.js",
166-
"hash": "91b52d90bd60b52b",
167-
"publicPath": "/quantstack.github.io/assets/js/cd1c0009.8a29bb60.js"
165+
"file": "assets/js/cd1c0009.29b7af9d.js",
166+
"hash": "51a234e158e3cfd1",
167+
"publicPath": "/quantstack.github.io/assets/js/cd1c0009.29b7af9d.js"
168168
}
169169
]
170170
},
@@ -243,9 +243,9 @@
243243
"354": {
244244
"js": [
245245
{
246-
"file": "assets/js/runtime~main.4c6d53fd.js",
247-
"hash": "95e06d1bad4fd39e",
248-
"publicPath": "/quantstack.github.io/assets/js/runtime~main.4c6d53fd.js"
246+
"file": "assets/js/runtime~main.da1748cd.js",
247+
"hash": "cf7bcabf2032002d",
248+
"publicPath": "/quantstack.github.io/assets/js/runtime~main.da1748cd.js"
249249
}
250250
]
251251
},
@@ -288,9 +288,9 @@
288288
"583": {
289289
"js": [
290290
{
291-
"file": "assets/js/1df93b7f.90425772.js",
292-
"hash": "b53f89f596c6c2f4",
293-
"publicPath": "/quantstack.github.io/assets/js/1df93b7f.90425772.js"
291+
"file": "assets/js/1df93b7f.a4d44bf4.js",
292+
"hash": "e3aec7f9fdcf0c53",
293+
"publicPath": "/quantstack.github.io/assets/js/1df93b7f.a4d44bf4.js"
294294
}
295295
]
296296
},
@@ -333,9 +333,9 @@
333333
"792": {
334334
"js": [
335335
{
336-
"file": "assets/js/main.93298e8e.js",
337-
"hash": "87a62ebbee3619ce",
338-
"publicPath": "/quantstack.github.io/assets/js/main.93298e8e.js"
336+
"file": "assets/js/main.ed4524e3.js",
337+
"hash": "40c6003536879f3d",
338+
"publicPath": "/quantstack.github.io/assets/js/main.ed4524e3.js"
339339
}
340340
]
341341
},
@@ -351,18 +351,18 @@
351351
"869": {
352352
"css": [
353353
{
354-
"file": "assets/css/styles.9cfc422c.css",
355-
"hash": "515839098c9adc72",
356-
"publicPath": "/quantstack.github.io/assets/css/styles.9cfc422c.css"
354+
"file": "assets/css/styles.8a60f2fc.css",
355+
"hash": "1c63a6511c0a9749",
356+
"publicPath": "/quantstack.github.io/assets/css/styles.8a60f2fc.css"
357357
}
358358
]
359359
},
360360
"928": {
361361
"js": [
362362
{
363-
"file": "assets/js/151add9d.a3c9b6f7.js",
364-
"hash": "c6dddfb43793814a",
365-
"publicPath": "/quantstack.github.io/assets/js/151add9d.a3c9b6f7.js"
363+
"file": "assets/js/151add9d.396cb1db.js",
364+
"hash": "f98d45eb0d9966fb",
365+
"publicPath": "/quantstack.github.io/assets/js/151add9d.396cb1db.js"
366366
}
367367
]
368368
},

.docusaurus/docusaurus.config.mjs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -170,14 +170,19 @@ export default {
170170
"title": " ",
171171
"items": [
172172
{
173-
"html": "\n \n <div class=\"office-address\">\n <b> QuantStack Office </b> <br/> \n <br/>\n 16, avenue Curti <br/>\n 94 100 Saint Maur des Fossés <br/>\n France\n </div>\n \n "
173+
"html": "\n \n <div class=\"office-address\">\n <b> QuantStack Office </b> <br/> \n 16, avenue Curti <br/>\n 94100 Saint-Maur-des-Fossés <br/>\n France\n </div>\n \n "
174174
}
175175
]
176176
}
177177
],
178178
"copyright": "Copyright © 2024 · QuantStack website · Built with Docusaurus",
179179
"style": "light"
180180
},
181+
"colorMode": {
182+
"defaultMode": "light",
183+
"disableSwitch": true,
184+
"respectPrefersColorScheme": false
185+
},
181186
"prism": {
182187
"theme": {
183188
"plain": {
@@ -429,11 +434,6 @@ export default {
429434
}
430435
]
431436
},
432-
"colorMode": {
433-
"defaultMode": "light",
434-
"disableSwitch": false,
435-
"respectPrefersColorScheme": false
436-
},
437437
"docs": {
438438
"versionPersistence": "localStorage",
439439
"sidebar": {

docusaurus.config.ts

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,8 @@ const config: Config = {
199199
200200
<div class="office-address">
201201
<b> QuantStack Office </b> <br/>
202-
<br/>
203202
16, avenue Curti <br/>
204-
94 100 Saint Maur des Fossés <br/>
203+
94100 Saint-Maur-des-Fossés <br/>
205204
France
206205
</div>
207206
@@ -212,6 +211,13 @@ const config: Config = {
212211
],
213212

214213
copyright: copyright,
214+
},
215+
216+
colorMode: {
217+
defaultMode: 'light',
218+
disableSwitch: true,
219+
respectPrefersColorScheme: false,
220+
215221
},
216222

217223
prism: {
Lines changed: 48 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -1,92 +1,67 @@
11
import styles from "./styles.module.css";
22
import SocialMediaContacts from "./SocialMediaContacts";
3-
import Distinction from "@site/static/img/icons/Distinction.svg";
3+
import DistinctionIcon from "@site/static/img/icons/Distinction.svg";
4+
import Link from "@docusaurus/Link";
45

5-
export default function LargePortraitCard({ person, avatarUrl, BioComponent }) {
6-
if (person.JupyterDistinction === "true") {
6+
export function Distinction({ person }) {
7+
if (person.distinctionTitle.length !== 0) {
78
return (
8-
<div className={styles.large_portrait_card}>
9-
<div className={"container"}>
10-
<div className={"row" + " " + styles.row_custom}>
11-
<div className="col col--12 col--offset-1">
12-
<div className={styles.large_card_complete_name}>
13-
{person.completeName}
14-
</div>
15-
<div className={styles.large_card_position}>
16-
{person.position}
17-
</div>
18-
</div>
19-
</div>
20-
<div
21-
className="row"
22-
style={{ marginBottom: "var(--ifm-spacing-4xl)" }}
23-
>
24-
<div
25-
className="col col--3 col--offset-1"
26-
style={{
27-
display: "flex",
28-
justifyContent: "center",
29-
}}
30-
>
31-
<div className={styles.avatar_container}>
32-
<img src={avatarUrl} className={styles.avatar} />
9+
<ul>
10+
{person.distinctionTitle.map((distinction, index) => (
11+
<li className="cards_list" key={index}>
12+
<div>
13+
<div>
14+
<Link href={person.distinctionLink[index]}>
15+
<DistinctionIcon />
16+
{distinction}
17+
</Link>
3318
</div>
3419
</div>
35-
<div className="col col--6 col--offset-1">
36-
<div className={styles.bio_container}>
37-
<BioComponent />
38-
</div>
39-
</div>
40-
</div>
41-
<div className="row">
42-
<div className="col col--3 col--offset-1">
43-
<SocialMediaContacts person={person}></SocialMediaContacts>
44-
</div>
45-
<div className="col col--6 col--offset-1">
46-
<Distinction />
47-
Jupyter distinguished contributor
20+
</li>
21+
))}
22+
</ul>
23+
);
24+
} else return (<div></div>);
25+
}
26+
export default function LargePortraitCard({ person, avatarUrl, BioComponent }) {
27+
return (
28+
<div className={styles.large_portrait_card}>
29+
<div className={"container"}>
30+
<div className={"row" + " " + styles.row_custom}>
31+
<div className="col col--12 col--offset-1">
32+
<div className={styles.large_card_complete_name}>
33+
{person.completeName}
4834
</div>
35+
<div className={styles.large_card_position}>{person.position}</div>
4936
</div>
5037
</div>
51-
</div>
52-
);
53-
} else {
54-
return (
55-
<div className={styles.large_portrait_card}>
56-
<div className={"container"}>
38+
<div className="row" style={{ marginBottom: "var(--ifm-spacing-4xl)" }}>
5739
<div
58-
className="row"
59-
style={{ marginBottom: "var(--ifm-spacing-lg)" }}
40+
className="col col--3 col--offset-1"
41+
style={{
42+
display: "flex",
43+
justifyContent: "center",
44+
}}
6045
>
61-
<div className="col col--12">
62-
<div className={styles.large_card_complete_name}>
63-
{person.completeName}
64-
</div>
65-
<div className={styles.large_card_position}>
66-
{person.position}
67-
</div>
46+
<div className={styles.avatar_container}>
47+
<img src={avatarUrl} className={styles.avatar} />
6848
</div>
6949
</div>
70-
<div className={"row" + " " + styles.row_custom}>
71-
<div className="col col--3 col--offset-1">
72-
<div className={styles.avatar_container}>
73-
<img src={avatarUrl} className={styles.avatar} />
74-
</div>
75-
</div>
76-
<div className="col col--6 col--offset-1">
77-
<div className={styles.bio_container}>
78-
<BioComponent />
79-
</div>
50+
<div className="col col--6 col--offset-1">
51+
<div className={styles.bio_container}>
52+
<BioComponent />
8053
</div>
8154
</div>
82-
<div className="row">
83-
<div className="col col--3 col--offset-1">
84-
<SocialMediaContacts person={person}></SocialMediaContacts>
85-
</div>
86-
<div className="col col--6 col--offset-1"></div>
55+
</div>
56+
<div className="row">
57+
<div className="col col--3 col--offset-1">
58+
<SocialMediaContacts person={person}></SocialMediaContacts>
59+
</div>
60+
<div className="col col--6 col--offset-1">
61+
<Distinction person={person} />
8762
</div>
8863
</div>
8964
</div>
90-
);
91-
}
65+
</div>
66+
);
9267
}

src/components/about/Team/QScollaborators.ts

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ import Serge from "@site/src/components/about/Team/Serge.md";
44
import SergeAvatarUrl from "@site/static/img/avatars/Serge.png";
55

66
export const QSCollaboratorsBioComponents = [Serge, Romain];
7-
export const QSCollaboratorsAvatarsUrls = [ SergeAvatarUrl, RomainAvatarUrl]
8-
7+
export const QSCollaboratorsAvatarsUrls = [SergeAvatarUrl, RomainAvatarUrl];
98

109
export const QSCollaboratorsTeam = [
1110
{
@@ -20,8 +19,9 @@ export const QSCollaboratorsTeam = [
2019
XLink: "",
2120
githubName: "@serge-sans-paille",
2221
avatarRoute: "@site/static/img/avatars/Serge@2x.jpg",
23-
JupyterDistinction: "false",
24-
subTeam: "QSCollaboratorsTeam"
22+
distinctionTitle: [],
23+
distinctionLink: [],
24+
subTeam: "QSCollaboratorsTeam",
2525
},
2626
{
2727
completeName: "Romain Menegaux",
@@ -35,8 +35,9 @@ export const QSCollaboratorsTeam = [
3535
XLink: "https://twitter.com/RomainMenegaux",
3636
githubName: "@trmenegaux",
3737
avatarRoute: "@site/static/img/avatars/Romain@2x.jpg",
38-
JupyterDistinction: "false",
39-
subTeam: "QSCollaboratorsTeam"
38+
distinctionTitle: [],
39+
distinctionLink: [],
40+
subTeam: "QSCollaboratorsTeam",
4041
},
4142
];
42-
export default QSCollaboratorsTeam;
43+
export default QSCollaboratorsTeam;

0 commit comments

Comments
 (0)