···11---
22+import Layout from "@/layouts/Layout.astro";
23import "@/assets/styles/index.css";
33-import Layout from "@/layouts/Layout.astro";
44+import { Icon } from "astro-icon/components";
45---
5667<Layout>
77- <section class="container">
88- <aside>👋</aside>
99- <h3>Hiya!</h3>
1010- <p>I'm a computer science student 🇫🇷 French.</p>
1111- <div>
88+ <article>
99+ <section class="container layout content-intro">
1010+ <aside>👋</aside>
1111+ <h3>Hiya!</h3>
1212+ <p>I'm a 🇫🇷 French computer science student.</p>
1313+ <div>
1414+ <p>I love building robust and performant websites.</p>
1515+ </div>
1616+ </section>
1717+1818+ <section class="container content-languages">
1919+ <Icon name="pixel:globe" />
1220 <p>
1313- I natively speak 🇬🇧 <strong> English </strong> and 🇫🇷 <strong>
2121+ I'm a native 🇬🇧 <strong> English </strong> and 🇫🇷 <strong>
1422 French
1515- </strong>.
1616- </p>
1717- <p>
1818- Some of my interests include:
1919- <strong>
2020- web development, infosec, cybersecurity and systems
2121- administration.
2222- </strong>
2323+ </strong> speaker.
2324 </p>
2424- </div>
2525- </section>
2525+ </section>
26262727- <section class="container">
2828- <aside>💻</aside>
2929- <h3>Projets</h3>
3030- <div>
3131- <p>
3232- I'm currently working on Karr, a federated carpooling platform
3333- for businesses. You can find my other most interesting projects
3434- just next door. I regularly take part in CTFs and other
3535- cybersecurity events & conferences. Feel free to use my contact
3636- details if you wish to get in touch. I also love playing the
3737- drums and all sorts of instruments.
3838- </p>
3939- </div>
4040- </section>
2727+ <section class="container content-blog">
2828+ <a
2929+ href="https://finxol.io"
3030+ target="_blank"
3131+ rel="noopener noreferrer"
3232+ >
3333+ <Icon name="pixel:external-link" class="external-link" />
3434+ <span> Check out my blog for some technical write-ups! </span>
3535+ </a>
3636+ </section>
3737+3838+ <section class="container layout content-projects">
3939+ <aside>💻</aside>
4040+ <h3>Projets</h3>
4141+ <div>
4242+ <p>
4343+ I'm currently working on Karr, a federated carpooling
4444+ platform for businesses. You can find my other most
4545+ interesting projects just next door. I regularly take part
4646+ in CTFs and other cybersecurity events & conferences. Feel
4747+ free to use my contact details if you wish to get in touch.
4848+ I also love playing the drums and all sorts of instruments.
4949+ </p>
5050+ </div>
5151+ </section>
5252+ </article>
4153</Layout>
+44-32
src/pages/fr/index.astro
···11---
22+import Layout from "@/layouts/Layout.astro";
23import "@/assets/styles/index.css";
33-import Layout from "@/layouts/Layout.astro";
44+import { Icon } from "astro-icon/components";
45---
5667<Layout>
77- <section class="container">
88- <aside>👋</aside>
99- <h3>Bonjour!</h3>
1010- <p>Je suis un étudiant en informatique 🇫🇷 Français.</p>
1111- <div>
1212- <p>
1313- Je parle nativement 🇬🇧 <strong> Anglais </strong> et 🇫🇷 <strong>
1414- Français
1515- </strong>.
1616- </p>
1717- <p>
1818- Some of my interests include:
1919- <strong>
2020- web development, infosec, cybersecurity and systems
2121- administration.
2222- </strong>
2323- </p>
2424- </div>
2525- </section>
88+ <article>
99+ <section class="container layout content-intro">
1010+ <aside>👋</aside>
1111+ <h3>Bonjour!</h3>
1212+ <p>Je suis un étudiant en informatique 🇫🇷 Français.</p>
1313+ <div>
1414+ <p>J'adore construire des sites web robustes et performants.</p>
1515+ </div>
1616+ </section>
26172727- <section class="container">
2828- <aside>💻</aside>
2929- <h3>Projets</h3>
3030- <div>
1818+ <section class="container content-languages">
1919+ <Icon name="pixel:globe" />
3120 <p>
3232- I'm currently working on Karr, a federated carpooling platform
3333- for businesses. You can find my other most interesting projects
3434- just next door. I regularly take part in CTFs and other
3535- cybersecurity events & conferences. Feel free to use my contact
3636- details if you wish to get in touch. I also love playing the
3737- drums and all sorts of instruments.
2121+ Je suis natif en 🇬🇧 <strong>Anglais</strong> et 🇫🇷 <strong
2222+ >Français</strong
2323+ >.
3824 </p>
3939- </div>
4040- </section>
2525+ </section>
2626+2727+ <section class="container content-blog">
2828+ <a
2929+ href="https://finxol.io"
3030+ target="_blank"
3131+ rel="noopener noreferrer"
3232+ >
3333+ <Icon name="pixel:external-link" class="external-link" />
3434+ <span> Voir mon blog pour des articles techniques ! </span>
3535+ </a>
3636+ </section>
3737+3838+ <section class="container layout content-projects">
3939+ <aside>💻</aside>
4040+ <h3>Projets</h3>
4141+ <div>
4242+ <p>
4343+ I'm currently working on Karr, a federated carpooling
4444+ platform for businesses. You can find my other most
4545+ interesting projects just next door. I regularly take part
4646+ in CTFs and other cybersecurity events & conferences. Feel
4747+ free to use my contact details if you wish to get in touch.
4848+ I also love playing the drums and all sorts of instruments.
4949+ </p>
5050+ </div>
5151+ </section>
5252+ </article>
4153</Layout>