Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 23 additions & 14 deletions src/pages/blogs/Fanny.tsx
Original file line number Diff line number Diff line change
@@ -1,27 +1,36 @@
import Fanny from "@site/src/components/about/Team/Fanny.md";
import styles from "@site/src/components/about/styles.module.css";
import FannyAvatarUrl from "@site/static/img/avatars/Fanny.png";
import Layout from "@theme/Layout";
import Footer from "@site/src/components/footer/Footer";

export default function FannyComponent() {
return (
<div className={styles.large_portrait_card}>
<div className={"container"}>
<div className="row" style={{ marginBottom: "var(--ifm-spacing-lg)" }}>
<div className="col col--10 col--offset-1">
<div className="flex-full-centered">
<div className={styles.avatar}>
<img src={FannyAvatarUrl} alt={"Picture of Fanny."} />

<Layout>
<div className="flex-full-centered">
<div className={styles.large_portrait_card}>
<div className={"container"}>
<div
className="row"
style={{ marginBottom: "var(--ifm-spacing-lg)" }}
>
<div className="col col--10 col--offset-1">
<div className="flex-full-centered">
<div className={styles.avatar}>
<img src={FannyAvatarUrl} alt={"Picture of Fanny."} />
</div>
</div>
<div className="spacing-2xl"></div>
<p style={{ textAlign: "center" }}>
<b>In memoriam: Fanny Loustau-Chartez - 1983 - 2024</b>
</p>
<Fanny />
</div>
</div>
<div className="spacing-2xl"></div>
<p style={{ textAlign: "center" }}>
<b>In memoriam: Fanny Loustau-Chartez - 1983 - 2024</b>
</p>
<Fanny />
</div>
</div>
</div>
</div>
<Footer />
</Layout>
);
}
Binary file added static/img/quantstack/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.