···11+---
22+import SHS from "../../layouts/SHS.astro";
33+---
44+55+<SHS>
66+ <main>
77+ <h1>Education</h1>
88+ <section>
99+ <p>2019 to 2022</p>
1010+ <h2>Preparatory classes</h2>
1111+ <p>
1212+ Intensive 2-year program in mathematics and physics, preparing for the
1313+ entrance exams to top-ranking French engineering schools.
1414+ <a
1515+ href="https://fr.wikipedia.org/wiki/Classes_pr%C3%A9paratoires_aux_grandes_%C3%A9coles"
1616+ >
1717+ Learn more
1818+ </a>
1919+ </p>
2020+ </section>
2121+ <section>
2222+ <p>2022 to 2023</p>
2323+ <h2>ENSEEIHT, first year</h2>
2424+ <p>
2525+ Computer science major
2626+ <a
2727+ href="https://www.enseeiht.fr/en/training/full-time-engineering-program/sn.html"
2828+ >
2929+ Learn more
3030+ </a>
3131+ </p>
3232+ </section>
3333+ <section>
3434+ <p>2023 to 2024</p>
3535+ <h2>ENSEEIHT, second year</h2>
3636+ <p>
3737+ Networks and architecture minor (first semester), then multimedia and
3838+ image minor (second semester)
3939+ </p>
4040+ </section>
4141+ </main>
4242+</SHS>
+38
src/pages/shs/engagement.astro
···11+---
22+import SHS from "../../layouts/SHS.astro";
33+---
44+55+<SHS>
66+ <main>
77+ <h2>Involvement in student life</h2>
88+ <section>
99+ <img src="https://churros.inpt.fr/storage/groups/n7beats-n7.png" />
1010+ <h3>n7beats</h3>
1111+ <p>
1212+ Last year, I picked up a club that was dead since a few years, <em
1313+ >n7beats</em
1414+ >. It's a club that helps students that want to learn or improve their
1515+ music-making skills. I really like creating music, and I wanted to share
1616+ that with other students.
1717+ </p>
1818+ <a href="https://n7beats.org"> Visit n7beats </a>
1919+ </section>
2020+ <section>
2121+ <h3>Loca7</h3>
2222+ <p>
2323+ Last year, I re-built
2424+ <em> Loca7 </em> from the ground up, the website that connects landlords
2525+ in the area with students of the school.
2626+ </p>
2727+ <a href="https://loca7.fr"> Visit Loca7 </a>
2828+ <a href="https://en.gwen.works/loca7"> Learn more </a>
2929+ </section>
3030+ <h3>Churros</h3>
3131+ <p>
3232+ I continue to work on the app that we, at net7, released at the start of
3333+ this school year, <em>Churros</em>. It's a web application that powers the
3434+ entire student life of the school.
3535+ </p>
3636+ <a href="https://en.gwen.works/churros"> Learn more </a>
3737+ </main>
3838+</SHS>
+51
src/pages/shs/international.astro
···11+---
22+import SHS from "../../layouts/SHS.astro";
33+---
44+55+<SHS>
66+ <main>
77+ <h1>International mobility</h1>
88+ <h2>
99+ Seven weeks in
1010+ <abbr title="Japan">日本</abbr>
1111+ <sup> Japan </sup>
1212+ </h2>
1313+ <p>
1414+ I took Japanese as a second language course. I learned to read characters
1515+ of both Japanese syllabaries, ひらがな (hiragana) & カタカナ (katakana). I
1616+ then actually went there for almost two months! It was a great experience
1717+ to discover the culture and daily life in another continent.
1818+ </p>
1919+ <ul>
2020+ <li>Japanese language courses @ 横浜</li>
2121+ <li>Internship @ 山中湖</li>
2222+ </ul>
2323+ <h2>
2424+ Two weeks in
2525+ <abbr title="Morocco"> المملكة المغربية </abbr><sup>Morocco</sup>
2626+ </h2>
2727+ <h2>POMI Module</h2>
2828+ <dl>
2929+ <dt>Interculturality video</dt>
3030+ <dd>
3131+ <iframe
3232+ width="560"
3333+ height="315"
3434+ src="https://www.youtube.com/embed/6rKUK1bhlOQ?si=KursnTE_a2igbRm8"
3535+ title="YouTube video player"
3636+ frameborder="0"
3737+ allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
3838+ referrerpolicy="strict-origin-when-cross-origin"
3939+ allowfullscreen></iframe>
4040+ <br />
4141+ <a href="https://youtu.be/6rKUK1bhlOQ"> on YouTube </a>
4242+ </dd>
4343+ <dt>Documents</dt>
4444+ <dd>
4545+ <a href="https://media.gwen.works/pomi-documents.zip"
4646+ >download (.zip archive)</a
4747+ >
4848+ </dd>
4949+ </dl>
5050+ </main>
5151+</SHS>