Fixing text errors

This commit is contained in:
Theo 2024-10-30 16:55:19 +01:00
parent d9b33923e6
commit da700ab8d0

View File

@ -40,7 +40,9 @@
<article>
<img src="./placeholder.png">
<header>Experiments</header>
<p>I have experimented creating games with various technology. I started on my calculator in high-school and then did my first experiments with graphics on pc with Qt. I then programmed a tetris clone with <a href="https://www.raylib.com/">Raylib</a> in C, and attempted to make a Minecraft-clone with OpenGL.</p>
<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>
</div>
@ -54,8 +56,8 @@
<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 databas and built the back and front with symfony.
We did not have time to build a proper scheduler for the class but the rest is fully fonctionnal.
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>
@ -67,7 +69,7 @@
</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 docker.
It's also a way to learn about web hosting and <a href="https://www.docker.com/">Docker</a>.
</p>
</article>
</div>
@ -81,8 +83,8 @@
Games & Apps
</header>
<p>
I started developing mobile app with <a href="https://appinventor.mit.edu/">MIT App Inventor</a> and used it to create a simple clicker game.
I then experimented with Android Studio before working on it at work.
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>
@ -91,7 +93,7 @@
I have a few projects that I would like to do as a mobile app.
</p>
<ul>
<li>Running app (like Strava)</li>
<li>Running app (like <a href="https://www.strava.com">Strava</a>)</li>
<li>Note taking app</li>
<li>Groceries reminder / reporting</li>
</ul>
@ -112,7 +114,7 @@
<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 system and would like to write a POC. However this task is also very time comsuming.
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>
@ -122,40 +124,48 @@
<h3>Computers</h3>
<article>
</article>
<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 simulator 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.
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>Dirt Rally 2.0</header>
<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 aroung rallying. You can race car from a great variety of era.<br>
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>Assetto Corsa Competizione</header>
<p>ACC is a simulator dedicated to GT-cars. You can think of Porsches and Aston Martins racing against each other.</p>
<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>
<article>
</article>
<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>