Skip to content

Commit b52eb54

Browse files
HaudinFlorenceSylvainCorlay
authored andcommitted
Update pages and try to improve logics, styles and components.
1 parent 39b3dc3 commit b52eb54

File tree

197 files changed

+5124
-4603
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

197 files changed

+5124
-4603
lines changed

.docusaurus/docusaurus-plugin-debug/default/docusaurus-debug-all-content-673.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,11 @@
134134
"permalink": "/about/Denisa",
135135
"source": "@site/src/pages/about/Denisa.tsx"
136136
},
137+
{
138+
"type": "jsx",
139+
"permalink": "/about/Fanny",
140+
"source": "@site/src/pages/about/Fanny.tsx"
141+
},
137142
{
138143
"type": "jsx",
139144
"permalink": "/about/Florence",
@@ -228,6 +233,26 @@
228233
"type": "jsx",
229234
"permalink": "/about/Trung",
230235
"source": "@site/src/pages/about/Trung.tsx"
236+
},
237+
{
238+
"type": "jsx",
239+
"permalink": "/projects/condaforge",
240+
"source": "@site/src/pages/projects/condaforge.tsx"
241+
},
242+
{
243+
"type": "jsx",
244+
"permalink": "/projects/jupyter",
245+
"source": "@site/src/pages/projects/jupyter.tsx"
246+
},
247+
{
248+
"type": "jsx",
249+
"permalink": "/projects/robotics",
250+
"source": "@site/src/pages/projects/robotics.tsx"
251+
},
252+
{
253+
"type": "jsx",
254+
"permalink": "/projects/xtensorxsimd",
255+
"source": "@site/src/pages/projects/xtensorxsimd.tsx"
231256
}
232257
]
233258
},

.docusaurus/docusaurus.config.mjs

Lines changed: 39 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -109,37 +109,51 @@ export default {
109109
"footer": {
110110
"links": [
111111
{
112-
"html": "\n <div class=\"footer-astronaut\">\n <img src=\"img/astronaut.svg\" alt=\"QuantStack logo\" />\n </div>\n "
113-
},
114-
{
115-
"label": "Home",
116-
"href": "/index"
117-
},
118-
{
119-
"label": "Projects",
120-
"href": "/projects"
121-
},
122-
{
123-
"label": "Services",
124-
"href": "/services"
125-
},
126-
{
127-
"label": "About Us",
128-
"href": "/about"
129-
},
130-
{
131-
"label": "Careers",
132-
"href": "/careers"
112+
"title": " ",
113+
"items": [
114+
{
115+
"html": "\n \n <img src=\"img/logo-quantstack.svg\" alt=\"QuantStack logo\" width=\"200px\" />\n <div class=\"footer-astronaut\">\n <img src=\"img/astronaut-footer.svg\" alt=\"Astronaut\" />\n </div>\n "
116+
}
117+
]
133118
},
134119
{
135-
"label": "Blog",
136-
"href": "/Blog"
120+
"title": " ",
121+
"items": [
122+
{
123+
"label": "Home",
124+
"href": "/index"
125+
},
126+
{
127+
"label": "Projects",
128+
"href": "/projects"
129+
},
130+
{
131+
"label": "Services",
132+
"href": "/services"
133+
},
134+
{
135+
"label": "About Us",
136+
"href": "/about"
137+
},
138+
{
139+
"label": "Careers",
140+
"href": "/careers"
141+
},
142+
{
143+
"label": "Blog",
144+
"href": "/Blog"
145+
}
146+
]
137147
},
138148
{
139-
"html": "\n <div>\n <div class=\"social-media-links\">\n <a href=\"https://github.com/QuantStack\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Visit our Github page\">\n <img src=\"img/socialmedias/GH.svg\" alt=\"Visit our GitHub page\" width=\"36\" height=\"36\" />\n </a>\n <a href=\"https://www.linkedin.com/company/quantstack/mycompany/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Visit our LinkedIn page\">\n <img src=\"img/socialmedias/LinkedIn.svg\" alt=\"Visit our LinkedIn page\" width=\"36\" height=\"36\" />\n </a>\n <a href=\"https://twitter.com/QuantStack\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Visit our X page\">\n <img src=\"img/socialmedias/X.svg\" alt=\"Visit our X page\" width=\"36\" height=\"36\" />\n </a>\n </div>\n <div class=\"office-address\">\n <b>QuantStack </b><br/>\n 16 avenue Curti <br/>\n 94 100 Saint Maur des Fossés <br/>\n France\n </div>\n </div>\n "
149+
"title": " ",
150+
"items": [
151+
{
152+
"html": "\n <div>\n <div class=\"social-media-links\">\n <a href=\"https://github.com/QuantStack\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Visit our Github page\">\n <img src=\"img/socialmedias/GH.svg\" alt=\"Visit our GitHub page\" width=\"36\" height=\"36\" />\n </a>\n <a href=\"https://www.linkedin.com/company/quantstack/mycompany/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Visit our LinkedIn page\">\n <img src=\"img/socialmedias/LinkedIn.svg\" alt=\"Visit our LinkedIn page\" width=\"36\" height=\"36\" />\n </a>\n <a href=\"https://twitter.com/QuantStack\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Visit our X page\">\n <img src=\"img/socialmedias/X.svg\" alt=\"Visit our X page\" width=\"36\" height=\"36\" />\n </a>\n </div>\n <div class=\"office-address\">\n <b>QuantStack Office </b><br/>\n 16 avenue de Curti <br/>\n 94 100 Saint Maur des Fossés <br/>\n France\n </div>\n </div>\n "
153+
}
154+
]
140155
}
141156
],
142-
"copyright": "Copyright © 2024 QuantStack Inc. - Built with Docusaurus.",
143157
"style": "light"
144158
},
145159
"prism": {

.docusaurus/registry.js

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

.docusaurus/routes.js

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@ export default [
7777
component: ComponentCreator('/about/Denisa', '8fc'),
7878
exact: true
7979
},
80+
{
81+
path: '/about/Fanny',
82+
component: ComponentCreator('/about/Fanny', '371'),
83+
exact: true
84+
},
8085
{
8186
path: '/about/Florence',
8287
component: ComponentCreator('/about/Florence', '7aa'),
@@ -192,6 +197,26 @@ export default [
192197
component: ComponentCreator('/projects', 'e5f'),
193198
exact: true
194199
},
200+
{
201+
path: '/projects/condaforge',
202+
component: ComponentCreator('/projects/condaforge', '7f7'),
203+
exact: true
204+
},
205+
{
206+
path: '/projects/jupyter',
207+
component: ComponentCreator('/projects/jupyter', 'c30'),
208+
exact: true
209+
},
210+
{
211+
path: '/projects/robotics',
212+
component: ComponentCreator('/projects/robotics', '8ec'),
213+
exact: true
214+
},
215+
{
216+
path: '/projects/xtensorxsimd',
217+
component: ComponentCreator('/projects/xtensorxsimd', '6aa'),
218+
exact: true
219+
},
195220
{
196221
path: '/services',
197222
component: ComponentCreator('/services', 'be9'),

.docusaurus/routesChunkNames.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,13 @@
9898
},
9999
"config": "config---about-5-e-9-bcb"
100100
},
101+
"/about/Fanny-371": {
102+
"__comp": "__comp---site-src-pages-about-fanny-tsxf-43-3a2",
103+
"__context": {
104+
"plugin": "plugin---about-19-c-ed1"
105+
},
106+
"config": "config---about-5-e-9-bcb"
107+
},
101108
"/about/Florence-7aa": {
102109
"__comp": "__comp---site-src-pages-about-florence-tsx-264-1cc",
103110
"__context": {
@@ -259,6 +266,34 @@
259266
},
260267
"config": "config---about-5-e-9-bcb"
261268
},
269+
"/projects/condaforge-7f7": {
270+
"__comp": "__comp---site-src-pages-projects-condaforge-tsxf-18-eb7",
271+
"__context": {
272+
"plugin": "plugin---about-19-c-ed1"
273+
},
274+
"config": "config---about-5-e-9-bcb"
275+
},
276+
"/projects/jupyter-c30": {
277+
"__comp": "__comp---site-src-pages-projects-jupyter-tsxe-45-660",
278+
"__context": {
279+
"plugin": "plugin---about-19-c-ed1"
280+
},
281+
"config": "config---about-5-e-9-bcb"
282+
},
283+
"/projects/robotics-8ec": {
284+
"__comp": "__comp---site-src-pages-projects-robotics-tsx-4-e-1-8cf",
285+
"__context": {
286+
"plugin": "plugin---about-19-c-ed1"
287+
},
288+
"config": "config---about-5-e-9-bcb"
289+
},
290+
"/projects/xtensorxsimd-6aa": {
291+
"__comp": "__comp---site-src-pages-projects-xtensorxsimd-tsx-177-daa",
292+
"__context": {
293+
"plugin": "plugin---about-19-c-ed1"
294+
},
295+
"config": "config---about-5-e-9-bcb"
296+
},
262297
"/services-be9": {
263298
"__comp": "__comp---site-src-pages-services-tsx-9-ba-5a6",
264299
"__context": {

docusaurus.config.ts

Lines changed: 107 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ const config: Config = {
127127
},
128128
],
129129
},
130-
footer: {
130+
/*footer: {
131131
links: [
132132
{
133133
html: `
@@ -136,30 +136,34 @@ const config: Config = {
136136
</div>
137137
`,
138138
},
139-
{
140-
label: "Home",
141-
href: "/index",
142-
},
143-
{
144-
label: "Projects",
145-
href: "/projects",
146-
},
147-
{
148-
label: "Services",
149-
href: "/services",
150-
},
151-
{
152-
label: "About Us",
153-
href: "/about",
154-
},
155-
{
156-
label: "Careers",
157-
href: "/careers",
158-
},
159-
{
160-
label: "Blog",
161-
href: "/Blog",
162-
},
139+
140+
141+
{
142+
label: "Home",
143+
href: "/index",
144+
},
145+
{
146+
label: "Projects",
147+
href: "/projects",
148+
},
149+
{
150+
label: "Services",
151+
href: "/services",
152+
},
153+
{
154+
label: "About Us",
155+
href: "/about",
156+
},
157+
{
158+
label: "Careers",
159+
href: "/careers",
160+
},
161+
{
162+
label: "Blog",
163+
href: "/Blog",
164+
},
165+
166+
163167
{
164168
html: `
165169
<div>
@@ -176,7 +180,7 @@ const config: Config = {
176180
</div>
177181
<div class="office-address">
178182
<b>QuantStack </b><br/>
179-
16 avenue Curti <br/>
183+
16 avenue de Curti <br/>
180184
94 100 Saint Maur des Fossés <br/>
181185
France
182186
</div>
@@ -185,7 +189,84 @@ const config: Config = {
185189
},
186190
],
187191
copyright: `Copyright © ${new Date().getFullYear()} QuantStack Inc. - Built with Docusaurus.`,
192+
},*/
193+
194+
footer: {
195+
links: [
196+
{
197+
title: " ",
198+
items: [
199+
{
200+
html: `
201+
202+
<img src="img/logo-quantstack.svg" alt="QuantStack logo" width="200px" />
203+
<div class="footer-astronaut">
204+
<img src="img/astronaut-footer.svg" alt="Astronaut" />
205+
</div>
206+
`,
207+
},
208+
],
209+
},
210+
{
211+
title: " ",
212+
items: [
213+
{
214+
label: "Home",
215+
href: "/index",
216+
},
217+
{
218+
label: "Projects",
219+
href: "/projects",
220+
},
221+
{
222+
label: "Services",
223+
href: "/services",
224+
},
225+
{
226+
label: "About Us",
227+
href: "/about",
228+
},
229+
{
230+
label: "Careers",
231+
href: "/careers",
232+
},
233+
{
234+
label: "Blog",
235+
href: "/Blog",
236+
},
237+
],
238+
},
239+
{
240+
title: " ",
241+
items: [
242+
{
243+
html: `
244+
<div>
245+
<div class="social-media-links">
246+
<a href="https://github.com/QuantStack" target="_blank" rel="noreferrer noopener" aria-label="Visit our Github page">
247+
<img src="img/socialmedias/GH.svg" alt="Visit our GitHub page" width="36" height="36" />
248+
</a>
249+
<a href="https://www.linkedin.com/company/quantstack/mycompany/" target="_blank" rel="noreferrer noopener" aria-label="Visit our LinkedIn page">
250+
<img src="img/socialmedias/LinkedIn.svg" alt="Visit our LinkedIn page" width="36" height="36" />
251+
</a>
252+
<a href="https://twitter.com/QuantStack" target="_blank" rel="noreferrer noopener" aria-label="Visit our X page">
253+
<img src="img/socialmedias/X.svg" alt="Visit our X page" width="36" height="36" />
254+
</a>
255+
</div>
256+
<div class="office-address">
257+
<b>QuantStack Office </b><br/>
258+
16 avenue de Curti <br/>
259+
94 100 Saint Maur des Fossés <br/>
260+
France
261+
</div>
262+
</div>
263+
`,
264+
},
265+
],
266+
},
267+
],
188268
},
269+
189270
prism: {
190271
theme: prismThemes.github,
191272
darkTheme: prismThemes.dracula,

0 commit comments

Comments
 (0)