@@ -3,31 +3,34 @@ import styles from "./styles.module.css";
33import GHPicture from "@site/static/img/socialmedias/GH.svg" ;
44import LinkedInPicture from "@site/static/img/socialmedias/LinkedIn.svg" ;
55import 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+ }
721
822export default function Footer ( ) {
923 return (
1024 < div className = { "container" + " " + styles . footer_container } >
1125 < 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 />
2932 </ div >
30- < div className = { "col col--4 " } >
33+ < div className = { "col" } >
3134 < div className = { "container" + " " + styles . menu_container } >
3235 < div style = { { textAlign : "center" } } >
3336 < b > Menu</ b > < br />
@@ -64,7 +67,11 @@ export default function Footer() {
6467 </ div >
6568 </ div >
6669
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+
6875 < div className = { styles . office_address } >
6976 < b > QuantStack office</ b > < br />
7077 16, avenue Curti < br />
0 commit comments