@@ -3,31 +3,34 @@ import styles from "./styles.module.css";
3
3
import GHPicture from "@site/static/img/socialmedias/GH.svg" ;
4
4
import LinkedInPicture from "@site/static/img/socialmedias/LinkedIn.svg" ;
5
5
import XPicture from "@site/static/img/socialmedias/X.svg" ;
6
- import AstronautPicture from "@site/static/img/quantstack/astronaut-footer.svg" ;
6
+
7
+ export function SocialMediasQuantStack ( ) {
8
+ return (
9
+ < div >
10
+ < b > Follow us on</ b > < br />
11
+ < div className = { styles . social_media_links_quantstack } >
12
+ < Link href = { "https://github.com/QuantStack" } > { < GHPicture /> } </ Link >
13
+ < Link href = { "https://www.linkedin.com/company/quantstack/mycompany" } >
14
+ { < LinkedInPicture /> }
15
+ </ Link >
16
+ < Link href = { "https://twitter.com/QuantStack" } > { < XPicture /> } </ Link >
17
+ </ div >
18
+ </ div >
19
+ ) ;
20
+ }
7
21
8
22
export default function Footer ( ) {
9
23
return (
10
24
< div className = { "container" + " " + styles . footer_container } >
11
25
< div className = { "row" } style = { { paddingBottom : "var(--ifm-spacing-xl)" } } >
12
- < div className = "col col--4 flex-full-centered" >
13
- < div className = { styles . social_media_links } >
14
- < b > Follow us on</ b > < br />
15
- < div className = "flex-full-centered" >
16
- < Link href = { "https://github.com/QuantStack" } >
17
- { < GHPicture /> }
18
- </ Link >
19
- < Link
20
- href = { "https://www.linkedin.com/company/quantstack/mycompany" }
21
- >
22
- { < LinkedInPicture /> }
23
- </ Link >
24
- < Link href = { "https://twitter.com/QuantStack" } >
25
- { < XPicture /> }
26
- </ Link >
27
- </ div >
28
- </ div >
26
+ < div
27
+ className = {
28
+ "col flex-full-centered" + " " + styles . social_media_desktop
29
+ }
30
+ >
31
+ < SocialMediasQuantStack />
29
32
</ div >
30
- < div className = { "col col--4 " } >
33
+ < div className = { "col" } >
31
34
< div className = { "container" + " " + styles . menu_container } >
32
35
< div style = { { textAlign : "center" } } >
33
36
< b > Menu</ b > < br />
@@ -64,7 +67,11 @@ export default function Footer() {
64
67
</ div >
65
68
</ div >
66
69
67
- < div className = "col col--4 flex-full-centered" >
70
+ < div className = "col" >
71
+ < div className = { styles . social_media_mobile } >
72
+ < SocialMediasQuantStack />
73
+ </ div >
74
+
68
75
< div className = { styles . office_address } >
69
76
< b > QuantStack office</ b > < br />
70
77
16, avenue Curti < br />
0 commit comments