Fixing text errors
This commit is contained in:
parent
d9b33923e6
commit
da700ab8d0
@ -40,7 +40,9 @@
|
|||||||
<article>
|
<article>
|
||||||
<img src="./placeholder.png">
|
<img src="./placeholder.png">
|
||||||
<header>Experiments</header>
|
<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>
|
</article>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -54,8 +56,8 @@
|
|||||||
<a href="https://github.com/TheoThenault/projet-ent-universitaire" class="button"><b></b> Github</a>
|
<a href="https://github.com/TheoThenault/projet-ent-universitaire" class="button"><b></b> Github</a>
|
||||||
</header>
|
</header>
|
||||||
<p>
|
<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.
|
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 class but the rest is fully fonctionnal.
|
We did not have time to build a proper scheduler for the classes, but the rest is fully fonctional.
|
||||||
</p>
|
</p>
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
@ -67,7 +69,7 @@
|
|||||||
</header>
|
</header>
|
||||||
<p>
|
<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.
|
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>
|
</p>
|
||||||
</article>
|
</article>
|
||||||
</div>
|
</div>
|
||||||
@ -81,8 +83,8 @@
|
|||||||
Games & Apps
|
Games & Apps
|
||||||
</header>
|
</header>
|
||||||
<p>
|
<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 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 Android Studio before working on it at work.
|
I then experimented with <a href="https://developer.android.com/">Android Studio</a> before working on it at work.
|
||||||
</p>
|
</p>
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
@ -91,7 +93,7 @@
|
|||||||
I have a few projects that I would like to do as a mobile app.
|
I have a few projects that I would like to do as a mobile app.
|
||||||
</p>
|
</p>
|
||||||
<ul>
|
<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>Note taking app</li>
|
||||||
<li>Groceries reminder / reporting</li>
|
<li>Groceries reminder / reporting</li>
|
||||||
</ul>
|
</ul>
|
||||||
@ -112,7 +114,7 @@
|
|||||||
<p>
|
<p>
|
||||||
I develop small programs when I find an interesting topic. I am currently working on a small text editor. And would also like
|
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>
|
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>
|
</p>
|
||||||
</article>
|
</article>
|
||||||
</div>
|
</div>
|
||||||
@ -122,40 +124,48 @@
|
|||||||
|
|
||||||
<h3>Computers</h3>
|
<h3>Computers</h3>
|
||||||
|
|
||||||
<article>
|
<p>
|
||||||
|
I like to find out how computer works and tinker with them, and I also like to experiment with graphics programming.
|
||||||
</article>
|
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>
|
<h3>Racing simulation</h3>
|
||||||
|
|
||||||
<p>
|
<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 !
|
They are usually played with a wheel instead of a regular controller. They are very fun and exiting !
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div class="side-by-side">
|
<div class="side-by-side">
|
||||||
<article>
|
<article>
|
||||||
<img src="./placeholder.png">
|
<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>
|
<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 :)
|
It is my favorite king of racing :)
|
||||||
</p>
|
</p>
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
<article>
|
<article>
|
||||||
<img src="./placeholder.png">
|
<img src="./placeholder.png">
|
||||||
<header>Assetto Corsa Competizione</header>
|
<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.</p>
|
<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>
|
</article>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h3>Video games</h3>
|
<h3>Video games</h3>
|
||||||
|
|
||||||
<article>
|
<p>
|
||||||
|
A big hobby of mine is obviously video games. I have a few genres that i prefer, mainly: resource management like
|
||||||
</article>
|
<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>
|
</main>
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user