Skip to content

Commit c529771

Browse files
Update the footer.
1 parent 08ddae0 commit c529771

File tree

3 files changed

+30
-13
lines changed

3 files changed

+30
-13
lines changed

.docusaurus/docusaurus.config.mjs

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,10 @@ export default {
144144
{
145145
"title": "Menu ",
146146
"items": [
147+
{
148+
"label": "Home",
149+
"href": "/home/"
150+
},
147151
{
148152
"label": "Projects",
149153
"href": "/projects/"
@@ -167,10 +171,10 @@ export default {
167171
]
168172
},
169173
{
170-
"title": " ",
174+
"title": "QuantStack office ",
171175
"items": [
172176
{
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 "
177+
"html": "\n \n <div class=\"quantstack-address\">\n 16, avenue Curti <br/>\n 94100 Saint-Maur-des-Fossés <br/>\n France\n </div>\n \n "
174178
}
175179
]
176180
}

docusaurus.config.ts

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,10 @@ const config: Config = {
167167
{
168168
title: "Menu ",
169169
items: [
170+
{
171+
label: "Home",
172+
href: "/home/",
173+
},
170174
{
171175
label: "Projects",
172176
href: "/projects/",
@@ -192,13 +196,12 @@ const config: Config = {
192196

193197

194198
{
195-
title: " ",
199+
title: "QuantStack office ",
196200
items: [
197201
{
198202
html: `
199203
200-
<div class="office-address">
201-
<b> QuantStack Office </b> <br/>
204+
<div class="quantstack-address">
202205
16, avenue Curti <br/>
203206
94100 Saint-Maur-des-Fossés <br/>
204207
France

src/css/custom.css

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -229,12 +229,6 @@ ul {
229229
}
230230
}
231231

232-
.office-address {
233-
margin-left: var(--ifm-spacing-6xl);
234-
text-align: start;
235-
color: var(--ifm-color-neutral-black);
236-
}
237-
238232
.social-media-links {
239233
margin-left: var(--ifm-spacing-3xl);
240234
text-align: start;
@@ -328,6 +322,11 @@ ul {
328322
margin-top: var(--ifm-spacing-2xl);
329323
}
330324

325+
.office-address {
326+
text-align: start;
327+
color: var(--ifm-color-neutral-black);
328+
}
329+
331330
.footer {
332331
background-color: var(--ifm-color-primary-p1);
333332
display: flex;
@@ -337,13 +336,24 @@ ul {
337336
max-width: none;
338337
}
339338

340-
.footer__links {
339+
340+
.row.footer__links {
341341
display: flex;
342+
justify-content: center;
343+
margin: 0;
344+
padding: 0;
345+
}
346+
347+
.footer__bottom {
348+
margin-top: var(--ifm-spacing-xl);
349+
}
350+
351+
.footer__col{
342352
align-items: center;
343353
justify-content: center;
344-
padding: 10px;
345354
margin: 0;
346355
padding: 0;
356+
height: 240px;
347357
}
348358

349359
.footer__link-item {

0 commit comments

Comments
 (0)