🚧 WIP Section projets

This commit is contained in:
Florian Sylvain
2022-01-30 03:55:03 +01:00
parent 90578a154e
commit e8bf20b741
18 changed files with 202 additions and 16 deletions
+56 -2
View File
@@ -41,7 +41,7 @@
<div class="to-fade" id="about">
<h2>About</h2>
<div class="block">
<img class="to-grow" src="assets/FlorianSylvain.jpg">
<img class="to-grow" src="assets/imgs/FlorianSylvain.jpg">
<p>
IT student at Gustave Eiffel University and R&D Developer Apprentice at WATT Earth, I've always been passionate about computer science. Web design, video games, and algorithms are my main spearhead in computer science.
</p>
@@ -90,7 +90,59 @@
<div class="to-fade" id="projects">
<h2>Projects</h2>
<p>todo</p>
<div>
<article id="pong2D">
<div class="plus-button">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M24 10h-10v-10h-4v10h-10v4h10v10h4v-10h10z"/></svg>
</div>
<div class="article-content">
<p>
My first project in Python (with Pygame). It's a simple pong, with a main menu, a pause menu and a game over.
</p>
</div>
</article>
</div>
<div>
<article id="pong3D">
<div class="plus-button">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M24 10h-10v-10h-4v10h-10v4h10v10h4v-10h10z"/></svg>
</div>
<div class="article-content">
<p>
My very first project on Unity. It's a simple pong with some effects and a rather calm atmosphere.
</p>
</div>
</article>
</div>
<div>
<article id="risitasBot">
<div class="plus-button">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M24 10h-10v-10h-4v10h-10v4h10v10h4v-10h10z"/></svg>
</div>
<div class="article-content">
<p>
Risitas_Bot is a Discord bot that can connect your Twitch chat to a Discord channel in real time, make your friends laugh by playing the meme "Issou!" on command in a voice channel and even give you some statistics about your Osu! account and last ranked games.
</p>
</div>
</div>
</article>
<div>
<article id="riverwood">
<div class="plus-button">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M24 10h-10v-10h-4v10h-10v4h10v10h4v-10h10z"/></svg>
</div>
<div class="article-content">
<p>
Work of students of DUT info 1 (IUT of Marne-la-Vallée). The students had to create a sound production inspired by the short film "Calls" by Timothée Hochet.
</p>
</div>
</div>
</article>
</div>
<div class="to-fade" id="contact">
@@ -98,6 +150,8 @@
<p>todo</p>
</div>
<div style="height: 100vh;"></div>
</div>
<script type="text/javascript" src="script.js"></script>