From 7b023cb4a6717ddb2ac6e5134c4af7b407cd7281 Mon Sep 17 00:00:00 2001 From: Florian Sylvain Date: Sun, 6 Feb 2022 23:58:37 +0100 Subject: [PATCH] =?UTF-8?q?=E2=99=BF=EF=B8=8F=20Added=20alt=20attribute=20?= =?UTF-8?q?to=20=20tags=20and=20fixed=20main=20title=20wrap?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 12 ++++++------ stylesheet-main.css | 1 + 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 4767ef4..2d320ca 100644 --- a/index.html +++ b/index.html @@ -45,7 +45,7 @@

About

- + Florian Sylvain

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.

@@ -145,7 +145,7 @@
- + Pong2D

Pong2D

My first project in Python (with Pygame). It's a simple pong, with a main menu, a pause menu and a game over. @@ -157,7 +157,7 @@

- + Pong3D

Pong3D

My very first project on Unity. It's a simple pong with some effects and a rather calm atmosphere. @@ -172,7 +172,7 @@

- + Risitas_Bot

Risitas Bot

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. @@ -184,7 +184,7 @@

- + Riverwood

Riverwood

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. @@ -196,7 +196,7 @@

- + theses.fr

thèses.fr

The goal was to retrieve the dataset provided by theses.fr, to normalize it, and to create a site allowing to consult these data, first in the form of a simple but visually pleasant list, then in a second time to summarize the research in the form of graphics (and a map). diff --git a/stylesheet-main.css b/stylesheet-main.css index bead781..fc6afff 100644 --- a/stylesheet-main.css +++ b/stylesheet-main.css @@ -231,6 +231,7 @@ a { } .main-title h1 { + white-space: nowrap; cursor: pointer; transition: text-shadow 200ms, transform 200ms; }