197 lines
7.1 KiB
HTML
197 lines
7.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Théo Thénault</title>
|
|
|
|
<meta charset="utf-8"/>
|
|
<meta name="keywords" content="Théo Thénault, CV, Français, Francais, French"/>
|
|
<meta name="author" content="Théo Thénault"/>
|
|
<meta name="description" content="Site web personnel"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" type="text/css" href="./portfolio.css">
|
|
|
|
</head>
|
|
<body>
|
|
|
|
<main>
|
|
|
|
<center>
|
|
<h1><a href="../index.html" class="hidden">Théo Thénault</a>'s Portfolio</h1>
|
|
</center>
|
|
|
|
<h2>Personnal work</h2>
|
|
|
|
<h3>Games</h3>
|
|
|
|
<div class="side-by-side">
|
|
<article>
|
|
<img src="./placeholder.png">
|
|
<header>
|
|
Cosmic blaster
|
|
<a href="https://github.com/TheoThenault/CosmicBlaster" class="button"><b></b> Github</a>
|
|
</header>
|
|
<p>
|
|
Cosmic Blaster is a game I created during my Master's degree for a <a href="https://unity.com">Unity</a> class.
|
|
It was my first game developed on Unity and I tried to create a fun game where you're a spaceship shooting at incoming asteroids.
|
|
I did not have the time to implement the enemies and the powers but it was still a fun experience !
|
|
</p>
|
|
</article>
|
|
|
|
<article>
|
|
<img src="./placeholder.png">
|
|
<header>
|
|
Nicomine
|
|
<!-- <a href="https://github.com/The17thDoctor/Nicomine/" class="button"><b></b> Github</a> -->
|
|
</header>
|
|
<p>
|
|
Nicomine is a game 3 peers and I created for an association to prevent cigarette addiction in yong people.
|
|
We developped it with <a href="https://unity.com">Unity</a>. It is a <a href="https://store.steampowered.com/app/105600/Terraria/">Terraria</a>-like where you are trying to save a village
|
|
from the damages and deceases of smoke. You mine out antidote to heal the villagers and corks to stop smoke from spreading.<br>
|
|
It was a really fun experience and learned a lot !
|
|
</p>
|
|
</article>
|
|
</div>
|
|
|
|
<div class="side-by-side">
|
|
<article>
|
|
<img src="./placeholder.png">
|
|
<header>Experiments</header>
|
|
<p>I have experimented creating games with various technologies.
|
|
I started on my calculator in high-school and then did my first experiments with graphics on PC with <a href="https://qt.io">Qt</a>.
|
|
I then programmed a Tetris clone with <a href="https://www.raylib.com/">Raylib</a> in C, and attempted to make a <a href="https://minecraft.net">Minecraft</a>-clone with <a href="https://www.opengl.org/">OpenGL</a>.</p>
|
|
</article>
|
|
<article></article>
|
|
</div>
|
|
|
|
<h3>Web</h3>
|
|
|
|
<div class="side-by-side">
|
|
<article>
|
|
<img src="./placeholder.png">
|
|
<header>
|
|
University's schedule
|
|
<a href="https://github.com/TheoThenault/projet-ent-universitaire" class="button"><b></b> Github</a>
|
|
</header>
|
|
<p>
|
|
For my bachelor's degree, 2 peers and I developed a university's schedule as a webapp. We created the database and built the back and front with <a href="https://symfony.com/">Symfony</a>.
|
|
We did not have time to build a proper scheduler for the classes, but the rest is fully fonctional.
|
|
</p>
|
|
</article>
|
|
|
|
<article>
|
|
<img src="./placeholder.png">
|
|
<header>
|
|
My website!
|
|
<a href="https://git.theothenault.fr/Theo/Site" class="button"><b></b> Gitea</a>
|
|
</header>
|
|
<p>
|
|
I also develop this website by hand. I use it as a way to promote my work and experience, and to freshen up my skills in html/css.
|
|
It's also a way to learn about web hosting and <a href="https://www.docker.com/">Docker</a>.
|
|
</p>
|
|
</article>
|
|
</div>
|
|
|
|
<h3>Mobile</h3>
|
|
|
|
<div class="side-by-side">
|
|
<article>
|
|
<img src="./placeholder.png">
|
|
<header>
|
|
Games & Apps
|
|
</header>
|
|
<p>
|
|
I started developing mobile apps with <a href="https://appinventor.mit.edu/">MIT App Inventor</a> and used it to create a simple clicker game.
|
|
I then experimented with <a href="https://developer.android.com/">Android Studio</a> before working on it at work.
|
|
</p>
|
|
</article>
|
|
|
|
<article class="center-vert">
|
|
<p>
|
|
I have a few projects that I would like to do as a mobile app.
|
|
</p>
|
|
<ul>
|
|
<li>Running app (like <a href="https://www.strava.com">Strava</a>)</li>
|
|
<li>Note taking app</li>
|
|
<li>Groceries reminder / reporting</li>
|
|
</ul>
|
|
</article>
|
|
</div>
|
|
|
|
<h3>Computers</h3>
|
|
|
|
<p>
|
|
General category for computer related projects.
|
|
</p>
|
|
|
|
<div class="side-by-side">
|
|
<article>
|
|
<header>
|
|
Programs
|
|
</header>
|
|
<p>
|
|
I develop small programs when I find an interesting topic. I am currently working on a small text editor. And would also like
|
|
to find time to continue working on my chess AI.<br>
|
|
I find a lot of interest in operating systems and would like to write a POC. However, this task is also very time comsuming.
|
|
</p>
|
|
</article>
|
|
</div>
|
|
|
|
|
|
<h2>Hobbies</h2>
|
|
|
|
<h3>Computers</h3>
|
|
|
|
<p>
|
|
I like to find out how computer works and tinker with them, and I also like to experiment with graphics programming.
|
|
I have done a lot of small projects which I did not document, I plan to use this website as a place to document them.
|
|
Among those small projects, I wrote an implementation of path-finding algorithms, Feed-Forward Neural Networks, Game engines and a small physics simulator
|
|
<br>
|
|
They will most likely be accessible in a project tab <a>here</a>.
|
|
</p>
|
|
|
|
<h3>Racing simulation</h3>
|
|
|
|
<p>
|
|
Racing simulators are a very specific genre of video games. Their goal is to mimic, as close to reality as possible, the physics and feeling of driving a race car.
|
|
They are usually played with a wheel instead of a regular controller. They are very fun and exiting !
|
|
</p>
|
|
|
|
<div class="side-by-side">
|
|
<article>
|
|
<img src="./placeholder.png">
|
|
<header><a href="https://store.steampowered.com/app/690790/DiRT_Rally_20/">Dirt Rally 2.0</a></header>
|
|
<p>
|
|
Dirt Rally is a series of game centered around rallying. You can race cars from a great variety of eras.<br>
|
|
It is my favorite king of racing :)
|
|
</p>
|
|
</article>
|
|
|
|
<article>
|
|
<img src="./placeholder.png">
|
|
<header><a href="https://store.steampowered.com/app/805550/Assetto_Corsa_Competizione/">Assetto Corsa Competizione</a></header>
|
|
<p>
|
|
ACC is a simulator dedicated to GT-cars. You can think of Porsches and Aston Martins racing against each other.
|
|
This is a very fun game to play with friends.
|
|
</p>
|
|
</article>
|
|
</div>
|
|
|
|
<h3>Video games</h3>
|
|
|
|
<p>
|
|
A big hobby of mine is obviously video games. I have a few genres that i prefer, mainly: resource management like
|
|
<a href="https://store.steampowered.com/app/427520/Factorio/">Factorio</a>, Sandbox games like <a href="https://minecraft.net">Minecraft</a>, and FPS.
|
|
I also like to try new games and genre, like the <a href="https://store.steampowered.com/curator/35501442">Fallout</a> series and other story-driven games.
|
|
</p>
|
|
</main>
|
|
|
|
|
|
<footer>
|
|
<center>
|
|
<a href="../index.html">home</a>
|
|
</center>
|
|
<a href="../fonts/mononoki/LICENSE.txt">Mononoki font licence</a>
|
|
</footer>
|
|
</body>
|
|
</html>
|