diff options
| author | Martial Simon <msimon_fr@hotmail.com> | 2024-07-24 23:22:10 +0200 |
|---|---|---|
| committer | Martial Simon <msimon_fr@hotmail.com> | 2024-07-24 23:22:10 +0200 |
| commit | f998cd3d5ff712d64a72277c53872f5a3e689de9 (patch) | |
| tree | 538d4bdc49df26278ac4a2ebfdea39aa5073fef3 /index.html | |
| parent | d1c9b2676a5b7cfaf4835c3c34b42f91bf071baa (diff) | |
proto: added a bunch of content to the skills, fiddled with the layout, and changed the colors of the box-shadows in the timeline
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 62 |
1 files changed, 46 insertions, 16 deletions
@@ -103,24 +103,54 @@ </section> <section> <h2 id="skills">Compétences</h2> - <h3>Informatique <small>(voir mon <a class="text-link" style="color: darkgrey" href="https://github.com/Laitram31">Github</a> et mes <a class="text-link" style="color: lime" href="https://git.marcellus.cc">autres repos</a>)</small></h3> - <h4>Langages de programmation:</h4> - <ul> - <li>C : Avancé</li> - <li>Python : Avancé</li> - <li>HTML, CSS : Avancé</li> - <li>shell : Intermédiaire</li> - <li>C# : Intermédiaire</li> - <li>OCaml : Intermédiaire</li> - <li>JavaScript : Bases</li> - - - <h3>Langues</h3> - <h3>Autres</h3> - <p>Permis B</p> + <h3 class="skill">Informatique <small>(voir mon <a class="text-link" style="color: darkgrey" href="https://github.com/Laitram31">Github</a> et mes <a class="text-link" style="color: lime" href="https://git.marcellus.cc">autres repos</a>)</small></h3> + <div class="skill-cats"> + <div> + <h4>Langages de programmation:</h4> + <ul> + <li>C : Avancé</li> + <li>Python : Avancé</li> + <li>HTML, CSS : Avancé</li> + <li>shell : Intermédiaire</li> + <li>C# : Intermédiaire</li> + <li>OCaml : Intermédiaire</li> + <li>JavaScript : Bases</li> + </ul> + </div> + <div> + <h4>Outils</h4> + <ul> + <li><abbr title="Amazon Web Service">AWS</abbr> : suivi de la formation en ligne "AWS Academy Cloud Foundations sur le Cloud Computing avec AWS</li> + <li>Éditeurs de texte : (neo)vim, suite JetBrains, VSCode, Microsoft Visual Studio</li> + </ul> + </div> + </div> + <h3 class="skill">Autres</h3> + <div class="skill-cats"> + <div> + <h4>Langues</h4> + <ul> + <li>Français : natif</li> + <li>Anglais : C1</li> + <li>Allemand : B1</li> + </ul> + </div> + <div> + <h4>Autres</h4> + <ul> + <li>Permis B</li> + <li>Président du <a class="text-link" href="https://rtfm.marcellus.cc" style="color: #ff3333">club musique</a> de mon campus</li> + <li>Staff pour le <abbr title="Bureau Des Étudiants">BDE</abbr></li> + </ul> + </div> + </div> + </section> + <section> + <h2>Ouvertures culturelles</h2> + <!-- Récemment, j'ai lu / j'écoute gnagnagna --> </section> </div> - <footer>Site réalisé à la <span style="color: beige;"></span> et avec <span style="color: red"></span> par <a href="marcellus.cc">Martial</a><br> + <footer>Site réalisé à la <span style="color: beige;"></span> et avec <span style="color: red"></span> par <a href="https://marcellus.cc">Martial</a><br> <a href="http://www.wtfpl.net/"><img src="http://www.wtfpl.net/wp-content/uploads/2012/12/wtfpl-badge-4.png" width="80" height="15" alt="WTFPL" /></a></footer> |
