diff --git a/index.html b/index.html index 2a654bb..ef78257 100644 --- a/index.html +++ b/index.html @@ -1,26 +1,31 @@ - + Théo Thénault + + -
+ +
+

Théo Thénault's Website

- -
-

Portfolio

- -

CV / Resume

- - +

Portfolio

+ +

CV / Resume

+ + + + + diff --git a/portfolio/index.html b/portfolio/index.html index 9c099b8..5da33ba 100644 --- a/portfolio/index.html +++ b/portfolio/index.html @@ -1,41 +1,136 @@ - + Théo Thénault + - + - -
- -

Théo Thénault's Portfolio

- -
- -

Hobbies

- -

Racing simulation

-

Computers

-

Video games

- -

Personnal work

+
+ +
+

's Portfolio

+
+ +

Personnal work

+

Games

+ +
+
+ +
+ Cosmic blaster + Github +
+

+ Cosmic Blaster is a game I created during my Master's degree for a Unity 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 ! +

+
+ +
+ +
Experiments
+

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 Raylib in C, and attempted to make a Minecraft-clone with OpenGL.

+
+
+

Web

-

Computers

+ +
+
+ +
+ University's schedule + Github +
+

+ 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. +

+
+ +
+ +
+ My website! + Gitea +
+

+ 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. +

+
+
+

Mobile

- +
+ +
+ +

Computers

+ +
+ +
+ + +

Hobbies

+ +

Computers

+ +
+ +
+ +

Racing simulation

+ +

+ 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. + They are usually played with a wheel instead of a regular controller. They are very fun and exiting ! +

+ +
+
+ +
Dirt Rally 2.0
+

+ Dirt Rally is a series of game centered aroung rallying. You can race car from a great variety of era.
+ It is my favorite king of racing :) +

+
+ +
+ +
Assetto Corsa Competizione
+

ACC is a simulator dedicated to GT-cars. You can think of Porsches and Aston Martins racing against each other.

+
+
+ +

Video games

+ +
+ +
+ +
+ +
+
diff --git a/portfolio/placeholder.png b/portfolio/placeholder.png new file mode 100644 index 0000000..ff273c0 Binary files /dev/null and b/portfolio/placeholder.png differ diff --git a/style.css b/style.css index f8bce74..5729e9e 100644 --- a/style.css +++ b/style.css @@ -10,11 +10,26 @@ body { padding: 8px; } -img { - max-height: 100%; - max-width: 100%; -} - * { font-family: 'mononoki'; } + +main { + margin: 0 auto; +} + +div.side-by-side { + display: flex; + flex: 1 1 0px; +} + +div.side-by-side article { + margin: 0 32px; + flex-basis: 100%; +} + +a.hidden { + font-style: normal; + text-decoration: none; +} +