···11---
22+import "@/assets/styles/index.css";
23import Layout from "@/layouts/Layout.astro";
34---
4555-<Layout> Hello My name is Colin, I build stuff </Layout>
66+<Layout>
77+ <section class="container">
88+ <aside>๐</aside>
99+ <h3>Hiya!</h3>
1010+ <p>I'm a computer science student ๐ซ๐ท French.</p>
1111+ <div>
1212+ <p>
1313+ I natively speak ๐ฌ๐ง <strong> English </strong> and ๐ซ๐ท <strong>
1414+ 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+ </p>
2424+ </div>
2525+ </section>
2626+2727+ <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>
4141+</Layout>