Site
- fix html/style bug
This commit is contained in:
@ -93,22 +93,22 @@
|
||||
<section class="homeSection" id="authors">
|
||||
<div class="team">
|
||||
<div class="team-member">
|
||||
<div class="team-member">
|
||||
<img src="/static/img/homePage/madegryc.png" alt="Mathis" class="team-photo">
|
||||
<h2>Mathis, madegryc</h2>
|
||||
<p>Frontend / Design</p>
|
||||
<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>
|
||||
</div>
|
||||
<img src="/static/img/homePage/madegryc.png" alt="Mathis" class="team-photo">
|
||||
<h2>Mathis, madegryc</h2>
|
||||
<p>Frontend / Design</p>
|
||||
<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>
|
||||
</div>
|
||||
<div class="team-member">
|
||||
<img src="/static/img/homePage/edbernard.png" alt="Eddy" class="team-photo">
|
||||
<h2>Eddy, edbernar</h2>
|
||||
<p>Full-stack</p>
|
||||
<div class="info">
|
||||
<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 class="team-member">
|
||||
<img src="/static/img/homePage/edbernard.png" alt="Eddy" class="team-photo">
|
||||
<h2>Eddy, edbernar</h2>
|
||||
<p>Full-stack</p>
|
||||
<div class="info">
|
||||
<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 class="team-member">
|
||||
<img src="/static/img/homePage/tomoron.png" alt="Tom" class="team-photo">
|
||||
<h2>Tom, tomoron</h2>
|
||||
<p>Backend</p>
|
||||
|
@ -97,7 +97,7 @@
|
||||
<div class="all-tournament">
|
||||
<div class="info-tournament">
|
||||
<p id="info-title">Informations</p>
|
||||
<div class="info">
|
||||
<div class="infoo">
|
||||
<div class="alert-info">
|
||||
<p>edbernard won against madegryc !</p>
|
||||
<img src="/static/img/tournamentPage/eye.svg" id="eye"></img>
|
||||
|
@ -6,7 +6,7 @@
|
||||
/* By: edbernar <edbernar@student.42angouleme. +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* 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 */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
|
@ -155,7 +155,7 @@
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
|
||||
#tournamentPage .info {
|
||||
#tournamentPage .infoo {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
|
Reference in New Issue
Block a user