this repo has no description

🎨 Auto-format code [skip ci]

+12 -12
src/pages/shs/career.astro
··· 1 - --- 2 - import SHS from "../../layouts/SHS.astro"; 3 - --- 4 - 5 - <SHS> 6 - <main> 7 - <h1>Career development</h1> 8 - <a href="/to/github"> Github profile (social coding platform) </a> 9 - <br> 10 - <a href="/resume"> Resume </a> 11 - </main> 12 - </SHS> 1 + --- 2 + import SHS from "../../layouts/SHS.astro"; 3 + --- 4 + 5 + <SHS> 6 + <main> 7 + <h1>Career development</h1> 8 + <a href="/to/github"> Github profile (social coding platform) </a> 9 + <br /> 10 + <a href="/resume"> Resume </a> 11 + </main> 12 + </SHS>
+42 -42
src/pages/shs/course.astro
··· 1 - --- 2 - import SHS from "../../layouts/SHS.astro"; 3 - --- 4 - 5 - <SHS> 6 - <main> 7 - <h1>Education</h1> 8 - <section> 9 - <p>2019 to 2022</p> 10 - <h2>Preparatory classes</h2> 11 - <p> 12 - Intensive 2-year program in mathematics and physics, preparing for the 13 - entrance exams to top-ranking French engineering schools. 14 - <a 15 - href="https://fr.wikipedia.org/wiki/Classes_pr%C3%A9paratoires_aux_grandes_%C3%A9coles" 16 - > 17 - Learn more 18 - </a> 19 - </p> 20 - </section> 21 - <section> 22 - <p>2022 to 2023</p> 23 - <h2>ENSEEIHT, first year</h2> 24 - <p> 25 - Computer science major 26 - <a 27 - href="https://www.enseeiht.fr/en/training/full-time-engineering-program/sn.html" 28 - > 29 - Learn more 30 - </a> 31 - </p> 32 - </section> 33 - <section> 34 - <p>2023 to 2024</p> 35 - <h2>ENSEEIHT, second year</h2> 36 - <p> 37 - Networks and architecture minor (first semester), then multimedia and 38 - image minor (second semester) 39 - </p> 40 - </section> 41 - </main> 42 - </SHS> 1 + --- 2 + import SHS from "../../layouts/SHS.astro"; 3 + --- 4 + 5 + <SHS> 6 + <main> 7 + <h1>Education</h1> 8 + <section> 9 + <p>2019 to 2022</p> 10 + <h2>Preparatory classes</h2> 11 + <p> 12 + Intensive 2-year program in mathematics and physics, preparing for the 13 + entrance exams to top-ranking French engineering schools. 14 + <a 15 + href="https://fr.wikipedia.org/wiki/Classes_pr%C3%A9paratoires_aux_grandes_%C3%A9coles" 16 + > 17 + Learn more 18 + </a> 19 + </p> 20 + </section> 21 + <section> 22 + <p>2022 to 2023</p> 23 + <h2>ENSEEIHT, first year</h2> 24 + <p> 25 + Computer science major 26 + <a 27 + href="https://www.enseeiht.fr/en/training/full-time-engineering-program/sn.html" 28 + > 29 + Learn more 30 + </a> 31 + </p> 32 + </section> 33 + <section> 34 + <p>2023 to 2024</p> 35 + <h2>ENSEEIHT, second year</h2> 36 + <p> 37 + Networks and architecture minor (first semester), then multimedia and 38 + image minor (second semester) 39 + </p> 40 + </section> 41 + </main> 42 + </SHS>
+38 -38
src/pages/shs/engagement.astro
··· 1 - --- 2 - import SHS from "../../layouts/SHS.astro"; 3 - --- 4 - 5 - <SHS> 6 - <main> 7 - <h2>Involvement in student life</h2> 8 - <section> 9 - <img src="https://churros.inpt.fr/storage/groups/n7beats-n7.png" /> 10 - <h3>n7beats</h3> 11 - <p> 12 - Last year, I picked up a club that was dead since a few years, <em 13 - >n7beats</em 14 - >. It's a club that helps students that want to learn or improve their 15 - music-making skills. I really like creating music, and I wanted to share 16 - that with other students. 17 - </p> 18 - <a href="https://n7beats.org"> Visit n7beats </a> 19 - </section> 20 - <section> 21 - <h3>Loca7</h3> 22 - <p> 23 - Last year, I re-built 24 - <em> Loca7 </em> from the ground up, the website that connects landlords 25 - in the area with students of the school. 26 - </p> 27 - <a href="https://loca7.fr"> Visit Loca7 </a> 28 - <a href="https://en.gwen.works/loca7"> Learn more </a> 29 - </section> 30 - <h3>Churros</h3> 31 - <p> 32 - I continue to work on the app that we, at net7, released at the start of 33 - this school year, <em>Churros</em>. It's a web application that powers the 34 - entire student life of the school. 35 - </p> 36 - <a href="https://en.gwen.works/churros"> Learn more </a> 37 - </main> 38 - </SHS> 1 + --- 2 + import SHS from "../../layouts/SHS.astro"; 3 + --- 4 + 5 + <SHS> 6 + <main> 7 + <h2>Involvement in student life</h2> 8 + <section> 9 + <img src="https://churros.inpt.fr/storage/groups/n7beats-n7.png" /> 10 + <h3>n7beats</h3> 11 + <p> 12 + Last year, I picked up a club that was dead since a few years, <em 13 + >n7beats</em 14 + >. It's a club that helps students that want to learn or improve their 15 + music-making skills. I really like creating music, and I wanted to share 16 + that with other students. 17 + </p> 18 + <a href="https://n7beats.org"> Visit n7beats </a> 19 + </section> 20 + <section> 21 + <h3>Loca7</h3> 22 + <p> 23 + Last year, I re-built 24 + <em> Loca7 </em> from the ground up, the website that connects landlords in 25 + the area with students of the school. 26 + </p> 27 + <a href="https://loca7.fr"> Visit Loca7 </a> 28 + <a href="https://en.gwen.works/loca7"> Learn more </a> 29 + </section> 30 + <h3>Churros</h3> 31 + <p> 32 + I continue to work on the app that we, at net7, released at the start of 33 + this school year, <em>Churros</em>. It's a web application that powers the 34 + entire student life of the school. 35 + </p> 36 + <a href="https://en.gwen.works/churros"> Learn more </a> 37 + </main> 38 + </SHS>
+51 -51
src/pages/shs/international.astro
··· 1 - --- 2 - import SHS from "../../layouts/SHS.astro"; 3 - --- 4 - 5 - <SHS> 6 - <main> 7 - <h1>International mobility</h1> 8 - <h2> 9 - Seven weeks in 10 - <abbr title="Japan">日本</abbr> 11 - <sup> Japan </sup> 12 - </h2> 13 - <p> 14 - I took Japanese as a second language course. I learned to read characters 15 - of both Japanese syllabaries, ひらがな (hiragana) & カタカナ (katakana). I 16 - then actually went there for almost two months! It was a great experience 17 - to discover the culture and daily life in another continent. 18 - </p> 19 - <ul> 20 - <li>Japanese language courses @ 横浜</li> 21 - <li>Internship @ 山中湖</li> 22 - </ul> 23 - <h2> 24 - Two weeks in 25 - <abbr title="Morocco"> المملكة المغربية </abbr><sup>Morocco</sup> 26 - </h2> 27 - <h2>POMI Module</h2> 28 - <dl> 29 - <dt>Interculturality video</dt> 30 - <dd> 31 - <iframe 32 - width="560" 33 - height="315" 34 - src="https://www.youtube.com/embed/6rKUK1bhlOQ?si=KursnTE_a2igbRm8" 35 - title="YouTube video player" 36 - frameborder="0" 37 - allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" 38 - referrerpolicy="strict-origin-when-cross-origin" 39 - allowfullscreen></iframe> 40 - <br /> 41 - <a href="https://youtu.be/6rKUK1bhlOQ"> on YouTube </a> 42 - </dd> 43 - <dt>Documents</dt> 44 - <dd> 45 - <a href="https://media.gwen.works/pomi-documents.zip" 46 - >download (.zip archive)</a 47 - > 48 - </dd> 49 - </dl> 50 - </main> 51 - </SHS> 1 + --- 2 + import SHS from "../../layouts/SHS.astro"; 3 + --- 4 + 5 + <SHS> 6 + <main> 7 + <h1>International mobility</h1> 8 + <h2> 9 + Seven weeks in 10 + <abbr title="Japan">日本</abbr> 11 + <sup> Japan </sup> 12 + </h2> 13 + <p> 14 + I took Japanese as a second language course. I learned to read characters 15 + of both Japanese syllabaries, ひらがな (hiragana) & カタカナ (katakana). I 16 + then actually went there for almost two months! It was a great experience 17 + to discover the culture and daily life in another continent. 18 + </p> 19 + <ul> 20 + <li>Japanese language courses @ 横浜</li> 21 + <li>Internship @ 山中湖</li> 22 + </ul> 23 + <h2> 24 + Two weeks in 25 + <abbr title="Morocco"> المملكة المغربية </abbr><sup>Morocco</sup> 26 + </h2> 27 + <h2>POMI Module</h2> 28 + <dl> 29 + <dt>Interculturality video</dt> 30 + <dd> 31 + <iframe 32 + width="560" 33 + height="315" 34 + src="https://www.youtube.com/embed/6rKUK1bhlOQ?si=KursnTE_a2igbRm8" 35 + title="YouTube video player" 36 + frameborder="0" 37 + allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" 38 + referrerpolicy="strict-origin-when-cross-origin" 39 + allowfullscreen></iframe> 40 + <br /> 41 + <a href="https://youtu.be/6rKUK1bhlOQ"> on YouTube </a> 42 + </dd> 43 + <dt>Documents</dt> 44 + <dd> 45 + <a href="https://media.gwen.works/pomi-documents.zip" 46 + >download (.zip archive)</a 47 + > 48 + </dd> 49 + </dl> 50 + </main> 51 + </SHS>