Skip to content

Commit 4405bd8

Browse files
Merge pull request #179 from HaudinFlorence/fix_issue_150
Add layout and footer and center the card.
2 parents a7a5734 + 96630c6 commit 4405bd8

File tree

2 files changed

+23
-14
lines changed

2 files changed

+23
-14
lines changed

Diff for: src/pages/blogs/Fanny.tsx

+23-14
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,36 @@
11
import Fanny from "@site/src/components/about/Team/Fanny.md";
22
import styles from "@site/src/components/about/styles.module.css";
33
import FannyAvatarUrl from "@site/static/img/avatars/Fanny.png";
4+
import Layout from "@theme/Layout";
5+
import Footer from "@site/src/components/footer/Footer";
46

57
export default function FannyComponent() {
68
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 />
1528
</div>
1629
</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 />
2230
</div>
2331
</div>
2432
</div>
25-
</div>
33+
<Footer />
34+
</Layout>
2635
);
2736
}

Diff for: static/img/quantstack/favicon.png

1.82 KB
Loading

0 commit comments

Comments
 (0)