@@ -9,50 +9,10 @@ export default function Footer() {
9
9
return (
10
10
< div className = { "container" + " " + styles . footer_container } >
11
11
< div className = { "row" } style = { { paddingBottom : "var(--ifm-spacing-xl)" } } >
12
- < div className = "col col--4" style = { { display :"flex" , alignItems :"center" } } >
13
- < div className = { styles . astronaut_container } >
14
- < div >
15
- < Link href = { "/home" } >
16
- < AstronautPicture width = { "140px" } height = { "140px" } />
17
- </ Link >
18
- </ div >
19
- </ div >
20
- </ div >
21
- < div
22
- className = {
23
- "col col--4 flex-full-centred" + " " + styles . menu_container
24
- }
25
- >
26
- < b > Menu</ b > < br />
27
- < ul >
28
- < li >
29
- < Link href = { "/home" } > Home</ Link >
30
- </ li >
31
- < li >
32
- < Link href = { "/projects" } > Projects</ Link >
33
- </ li >
34
- < li >
35
- < Link href = { "/about" } > About us</ Link >
36
- </ li >
37
- < li >
38
- < Link href = { "/services" } > Services</ Link >
39
- </ li >
40
- < li >
41
- < Link href = { "/careers" } > Careers</ Link >
42
- </ li >
43
- < li >
44
- < Link href = { "/blog" } > Blog</ Link >
45
- </ li >
46
- < li >
47
- < Link href = { "/contact" } > Contact us</ Link >
48
- </ li >
49
- </ ul >
50
- </ div >
51
-
52
12
< div className = "col col--4 flex-full-centered" >
53
13
< div className = { styles . social_media_links } >
54
14
< b > Follow us on</ b > < br />
55
- < div >
15
+ < div className = "flex-full-centered" >
56
16
< Link href = { "https://github.com/QuantStack" } >
57
17
{ < GHPicture /> }
58
18
</ Link >
@@ -65,15 +25,55 @@ export default function Footer() {
65
25
{ < XPicture /> }
66
26
</ Link >
67
27
</ div >
68
- < div className = { styles . office_address } >
69
- < b > QuantStack office</ b > < br />
70
- 16, avenue Curti < br />
71
- 94100 Saint-Maur-des-Fossés < br />
72
- France
28
+ </ div >
29
+ </ div >
30
+ < div className = { "col col--4" } >
31
+ < div className = { "container" + " " + styles . menu_container } >
32
+ < div style = { { textAlign : "center" } } >
33
+ < b > Menu</ b > < br />
34
+ </ div >
35
+ < div className = "row" >
36
+ < div className = "col" >
37
+ < ul >
38
+ < li >
39
+ < Link href = { "/home" } > Home</ Link >
40
+ </ li >
41
+
42
+ < li >
43
+ < Link href = { "/projects" } > Projects</ Link >
44
+ </ li >
45
+ < li >
46
+ < Link href = { "/about" } > About us</ Link >
47
+ </ li >
48
+ </ ul >
49
+ </ div >
50
+ < div className = "col" >
51
+ < ul >
52
+ < li >
53
+ < Link href = { "/services" } > Services</ Link >
54
+ </ li >
55
+ < li >
56
+ < Link href = { "/careers" } > Careers</ Link >
57
+ </ li >
58
+ < li >
59
+ < Link href = { "/blog" } > Blog</ Link >
60
+ </ li >
61
+ </ ul >
62
+ </ div >
73
63
</ div >
74
64
</ div >
75
65
</ div >
66
+
67
+ < div className = "col col--4 flex-full-centered" >
68
+ < div className = { styles . office_address } >
69
+ < b > QuantStack office</ b > < br />
70
+ 16, avenue Curti < br />
71
+ 94100 Saint-Maur-des-Fossés < br />
72
+ France
73
+ </ div >
74
+ </ div >
76
75
</ div >
76
+
77
77
< div className = { "row flex-full-centered" } >
78
78
< div className = { styles . copyright_container } >
79
79
Copyright © 2024 · QuantStack website · Built with Docusaurus
0 commit comments