- fix html/style bug
This commit is contained in:
Kum1ta
2024-10-02 00:40:16 +02:00
parent c065e1cb76
commit 4f9f7c6f93
4 changed files with 17 additions and 17 deletions

View File

@ -93,22 +93,22 @@
<section class="homeSection" id="authors"> <section class="homeSection" id="authors">
<div class="team"> <div class="team">
<div class="team-member"> <div class="team-member">
<div class="team-member"> <img src="/static/img/homePage/madegryc.png" alt="Mathis" class="team-photo">
<img src="/static/img/homePage/madegryc.png" alt="Mathis" class="team-photo"> <h2>Mathis, madegryc</h2>
<h2>Mathis, madegryc</h2> <p>Frontend / Design</p>
<p>Frontend / Design</p> <div class="info">
<div class="info"> <p>Mathis took charge of the front-end development, user interface and experience (UI/UX), overseeing the overall design and contributing to the conceptualization, ensuring both aesthetic appeal and ergonomic functionality.</p>
<p>Mathis took charge of the front-end development, user interface and experience (UI/UX), overseeing the overall design and contributing to the conceptualization, ensuring both aesthetic appeal and ergonomic functionality.</p>
</div>
</div> </div>
<div class="team-member"> </div>
<img src="/static/img/homePage/edbernard.png" alt="Eddy" class="team-photo"> <div class="team-member">
<h2>Eddy, edbernar</h2> <img src="/static/img/homePage/edbernard.png" alt="Eddy" class="team-photo">
<p>Full-stack</p> <h2>Eddy, edbernar</h2>
<div class="info"> <p>Full-stack</p>
<p>Eddy worked on the fundamentals of back-end and front-end development, as well as game development. He have a solid grasp of Python and JavaScript, which allowed him to contribute from all angles and be involved in every aspect of the project.</p> <div class="info">
</div> <p>Eddy worked on the fundamentals of back-end and front-end development, as well as game development. He have a solid grasp of Python and JavaScript, which allowed him to contribute from all angles and be involved in every aspect of the project.</p>
</div> </div>
</div>
<div class="team-member">
<img src="/static/img/homePage/tomoron.png" alt="Tom" class="team-photo"> <img src="/static/img/homePage/tomoron.png" alt="Tom" class="team-photo">
<h2>Tom, tomoron</h2> <h2>Tom, tomoron</h2>
<p>Backend</p> <p>Backend</p>

View File

@ -97,7 +97,7 @@
<div class="all-tournament"> <div class="all-tournament">
<div class="info-tournament"> <div class="info-tournament">
<p id="info-title">Informations</p> <p id="info-title">Informations</p>
<div class="info"> <div class="infoo">
<div class="alert-info"> <div class="alert-info">
<p>edbernard won against madegryc !</p> <p>edbernard won against madegryc !</p>
<img src="/static/img/tournamentPage/eye.svg" id="eye"></img> <img src="/static/img/tournamentPage/eye.svg" id="eye"></img>

View File

@ -6,7 +6,7 @@
/* By: edbernar <edbernar@student.42angouleme. +#+ +:+ +#+ */ /* By: edbernar <edbernar@student.42angouleme. +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */ /* +#+#+#+#+#+ +#+ */
/* Created: 2024/07/30 13:50:35 by edbernar #+# #+# */ /* Created: 2024/07/30 13:50:35 by edbernar #+# #+# */
/* Updated: 2024/09/29 22:50:23 by edbernar ### ########.fr */ /* Updated: 2024/10/02 00:18:51 by edbernar ### ########.fr */
/* */ /* */
/* ************************************************************************** */ /* ************************************************************************** */

View File

@ -155,7 +155,7 @@
margin-bottom: 25px; margin-bottom: 25px;
} }
#tournamentPage .info { #tournamentPage .infoo {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;