|
1 | 1 | import Fanny from "@site/src/components/about/Team/Fanny.md";
|
2 | 2 | import styles from "@site/src/components/about/styles.module.css";
|
3 | 3 | import FannyAvatarUrl from "@site/static/img/avatars/Fanny.png";
|
| 4 | +import Layout from "@theme/Layout"; |
| 5 | +import Footer from "@site/src/components/footer/Footer"; |
4 | 6 |
|
5 | 7 | export default function FannyComponent() {
|
6 | 8 | return (
|
7 |
| - <div className={styles.large_portrait_card}> |
8 |
| - <div className={"container"}> |
9 |
| - <div className="row" style={{ marginBottom: "var(--ifm-spacing-lg)" }}> |
10 |
| - <div className="col col--10 col--offset-1"> |
11 |
| - <div className="flex-full-centered"> |
12 |
| - <div className={styles.avatar}> |
13 |
| - <img src={FannyAvatarUrl} alt={"Picture of Fanny."} /> |
14 |
| - |
| 9 | + <Layout> |
| 10 | + <div className="flex-full-centered"> |
| 11 | + <div className={styles.large_portrait_card}> |
| 12 | + <div className={"container"}> |
| 13 | + <div |
| 14 | + className="row" |
| 15 | + style={{ marginBottom: "var(--ifm-spacing-lg)" }} |
| 16 | + > |
| 17 | + <div className="col col--10 col--offset-1"> |
| 18 | + <div className="flex-full-centered"> |
| 19 | + <div className={styles.avatar}> |
| 20 | + <img src={FannyAvatarUrl} alt={"Picture of Fanny."} /> |
| 21 | + </div> |
| 22 | + </div> |
| 23 | + <div className="spacing-2xl"></div> |
| 24 | + <p style={{ textAlign: "center" }}> |
| 25 | + <b>In memoriam: Fanny Loustau-Chartez - 1983 - 2024</b> |
| 26 | + </p> |
| 27 | + <Fanny /> |
15 | 28 | </div>
|
16 | 29 | </div>
|
17 |
| - <div className="spacing-2xl"></div> |
18 |
| - <p style={{ textAlign: "center" }}> |
19 |
| - <b>In memoriam: Fanny Loustau-Chartez - 1983 - 2024</b> |
20 |
| - </p> |
21 |
| - <Fanny /> |
22 | 30 | </div>
|
23 | 31 | </div>
|
24 | 32 | </div>
|
25 |
| - </div> |
| 33 | + <Footer /> |
| 34 | + </Layout> |
26 | 35 | );
|
27 | 36 | }
|
0 commit comments