Skip to content

Commit 5d5a554

Browse files
HaudinFlorenceSylvainCorlay
authored andcommitted
Update careers page.
1 parent b0fd824 commit 5d5a554

31 files changed

+442
-2370
lines changed

.docusaurus/client-manifest.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,9 @@
162162
"59": {
163163
"js": [
164164
{
165-
"file": "assets/js/cd1c0009.66b8e31d.js",
166-
"hash": "89136d4deb949c7e",
167-
"publicPath": "/quantstack.github.io/assets/js/cd1c0009.66b8e31d.js"
165+
"file": "assets/js/cd1c0009.8a29bb60.js",
166+
"hash": "91b52d90bd60b52b",
167+
"publicPath": "/quantstack.github.io/assets/js/cd1c0009.8a29bb60.js"
168168
}
169169
]
170170
},
@@ -243,9 +243,9 @@
243243
"354": {
244244
"js": [
245245
{
246-
"file": "assets/js/runtime~main.517ee40f.js",
247-
"hash": "81da6561d2810b17",
248-
"publicPath": "/quantstack.github.io/assets/js/runtime~main.517ee40f.js"
246+
"file": "assets/js/runtime~main.4c6d53fd.js",
247+
"hash": "95e06d1bad4fd39e",
248+
"publicPath": "/quantstack.github.io/assets/js/runtime~main.4c6d53fd.js"
249249
}
250250
]
251251
},
@@ -333,9 +333,9 @@
333333
"792": {
334334
"js": [
335335
{
336-
"file": "assets/js/main.3fb0ebbd.js",
337-
"hash": "62f965a3236e52ea",
338-
"publicPath": "/quantstack.github.io/assets/js/main.3fb0ebbd.js"
336+
"file": "assets/js/main.93298e8e.js",
337+
"hash": "87a62ebbee3619ce",
338+
"publicPath": "/quantstack.github.io/assets/js/main.93298e8e.js"
339339
}
340340
]
341341
},
@@ -351,9 +351,9 @@
351351
"869": {
352352
"css": [
353353
{
354-
"file": "assets/css/styles.b992b25d.css",
355-
"hash": "ab903ef679cd1daf",
356-
"publicPath": "/quantstack.github.io/assets/css/styles.b992b25d.css"
354+
"file": "assets/css/styles.9cfc422c.css",
355+
"hash": "515839098c9adc72",
356+
"publicPath": "/quantstack.github.io/assets/css/styles.9cfc422c.css"
357357
}
358358
]
359359
},

.docusaurus/docusaurus.config.mjs

Lines changed: 72 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -283,89 +283,136 @@ export default {
283283
},
284284
"darkTheme": {
285285
"plain": {
286-
"color": "#F8F8F2",
287-
"backgroundColor": "#282A36"
286+
"backgroundColor": "hsl(220, 13%, 18%)",
287+
"color": "hsl(220, 14%, 71%)",
288+
"textShadow": "0 1px rgba(0, 0, 0, 0.3)"
288289
},
289290
"styles": [
290291
{
291292
"types": [
293+
"comment",
292294
"prolog",
293-
"constant",
294-
"builtin"
295+
"cdata"
295296
],
296297
"style": {
297-
"color": "rgb(189, 147, 249)"
298+
"color": "hsl(220, 10%, 40%)"
298299
}
299300
},
300301
{
301302
"types": [
302-
"inserted",
303-
"function"
303+
"doctype",
304+
"punctuation",
305+
"entity"
304306
],
305307
"style": {
306-
"color": "rgb(80, 250, 123)"
308+
"color": "hsl(220, 14%, 71%)"
307309
}
308310
},
309311
{
310312
"types": [
311-
"deleted"
313+
"attr-name",
314+
"class-name",
315+
"maybe-class-name",
316+
"boolean",
317+
"constant",
318+
"number",
319+
"atrule"
312320
],
313321
"style": {
314-
"color": "rgb(255, 85, 85)"
322+
"color": "hsl(29, 54%, 61%)"
315323
}
316324
},
317325
{
318326
"types": [
319-
"changed"
327+
"keyword"
320328
],
321329
"style": {
322-
"color": "rgb(255, 184, 108)"
330+
"color": "hsl(286, 60%, 67%)"
323331
}
324332
},
325333
{
326334
"types": [
327-
"punctuation",
328-
"symbol"
335+
"property",
336+
"tag",
337+
"symbol",
338+
"deleted",
339+
"important"
329340
],
330341
"style": {
331-
"color": "rgb(248, 248, 242)"
342+
"color": "hsl(355, 65%, 65%)"
332343
}
333344
},
334345
{
335346
"types": [
347+
"selector",
336348
"string",
337349
"char",
338-
"tag",
339-
"selector"
350+
"builtin",
351+
"inserted",
352+
"regex",
353+
"attr-value"
340354
],
341355
"style": {
342-
"color": "rgb(255, 121, 198)"
356+
"color": "hsl(95, 38%, 62%)"
343357
}
344358
},
345359
{
346360
"types": [
347-
"keyword",
348-
"variable"
361+
"variable",
362+
"operator",
363+
"function"
364+
],
365+
"style": {
366+
"color": "hsl(207, 82%, 66%)"
367+
}
368+
},
369+
{
370+
"types": [
371+
"url"
372+
],
373+
"style": {
374+
"color": "hsl(187, 47%, 55%)"
375+
}
376+
},
377+
{
378+
"types": [
379+
"deleted"
380+
],
381+
"style": {
382+
"textDecorationLine": "line-through"
383+
}
384+
},
385+
{
386+
"types": [
387+
"inserted"
388+
],
389+
"style": {
390+
"textDecorationLine": "underline"
391+
}
392+
},
393+
{
394+
"types": [
395+
"italic"
349396
],
350397
"style": {
351-
"color": "rgb(189, 147, 249)",
352398
"fontStyle": "italic"
353399
}
354400
},
355401
{
356402
"types": [
357-
"comment"
403+
"important",
404+
"bold"
358405
],
359406
"style": {
360-
"color": "rgb(98, 114, 164)"
407+
"fontWeight": "bold"
361408
}
362409
},
363410
{
364411
"types": [
365-
"attr-name"
412+
"important"
366413
],
367414
"style": {
368-
"color": "rgb(241, 250, 140)"
415+
"color": "hsl(220, 14%, 71%)"
369416
}
370417
}
371418
]

.docusaurus/registry.js

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

.docusaurus/routes.js

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,41 @@ import React from 'react';
22
import ComponentCreator from '@docusaurus/ComponentCreator';
33

44
export default [
5+
{
6+
path: '/quantstack.github.io/__docusaurus/debug',
7+
component: ComponentCreator('/quantstack.github.io/__docusaurus/debug', '55d'),
8+
exact: true
9+
},
10+
{
11+
path: '/quantstack.github.io/__docusaurus/debug/config',
12+
component: ComponentCreator('/quantstack.github.io/__docusaurus/debug/config', 'dae'),
13+
exact: true
14+
},
15+
{
16+
path: '/quantstack.github.io/__docusaurus/debug/content',
17+
component: ComponentCreator('/quantstack.github.io/__docusaurus/debug/content', '56c'),
18+
exact: true
19+
},
20+
{
21+
path: '/quantstack.github.io/__docusaurus/debug/globalData',
22+
component: ComponentCreator('/quantstack.github.io/__docusaurus/debug/globalData', '058'),
23+
exact: true
24+
},
25+
{
26+
path: '/quantstack.github.io/__docusaurus/debug/metadata',
27+
component: ComponentCreator('/quantstack.github.io/__docusaurus/debug/metadata', '5d1'),
28+
exact: true
29+
},
30+
{
31+
path: '/quantstack.github.io/__docusaurus/debug/registry',
32+
component: ComponentCreator('/quantstack.github.io/__docusaurus/debug/registry', 'dd5'),
33+
exact: true
34+
},
35+
{
36+
path: '/quantstack.github.io/__docusaurus/debug/routes',
37+
component: ComponentCreator('/quantstack.github.io/__docusaurus/debug/routes', 'f0e'),
38+
exact: true
39+
},
540
{
641
path: '/quantstack.github.io/about',
742
component: ComponentCreator('/quantstack.github.io/about', '231'),

0 commit comments

Comments
 (0)