- Fix 42 to real logo
This commit is contained in:
Mathis Degryck
2024-10-01 23:27:18 +02:00
parent a8863ad379
commit 9465ac6f2d
5 changed files with 24 additions and 23 deletions

View File

@ -39,7 +39,7 @@
<p>Or</p>
<span></span>
</div>
<button type="button" class="login-42-btn" href="{{ link42 }}">Log with <span>42</span></button>
<button type="button" class="login-42-btn" href="{{ link42 }}">Log with <img id="logo-ft" src="/static/img/homePage/42logo.png"></img></button>
</form>
</div>
<div class="right-side-register">
@ -93,13 +93,6 @@
<section class="homeSection" id="authors">
<div class="team">
<div class="team-member">
<img src="/static/img/homePage/tomoron.png" alt="Tom" class="team-photo">
<h2>Tom, tomoron</h2>
<p>Backend</p>
<div class="info">
<p>Tom est spécialisé en développement backend et travaille principalement avec Node.js et MongoDB.</p>
</div>
</div>
<div class="team-member">
<img src="/static/img/homePage/madegryc.png" alt="Mathis" class="team-photo">
<h2>Mathis, madegryc</h2>
@ -116,6 +109,13 @@
<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>
<img src="/static/img/homePage/tomoron.png" alt="Tom" class="team-photo">
<h2>Tom, tomoron</h2>
<p>Backend</p>
<div class="info">
<p>Tom est spécialisé en développement backend et travaille principalement avec Node.js et MongoDB.</p>
</div>
</div>
<div class="team-member">
<img src="/static/img/homePage/hubourge.png" alt="Hugo" class="team-photo">
<h2>Hugo, hubourge</h2>

View File

@ -28,7 +28,7 @@
</div>
</div>
<div class="popup-background" id="popup-background">
<div class="popup" id="popup-background">
<div class="popup-skin">
<h1>Select your skin</h1>
<div class="color-grid">

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

View File

@ -6,7 +6,7 @@
/* By: madegryc <madegryc@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/08/07 12:00:55 by edbernar #+# #+# */
/* Updated: 2024/09/24 15:16:08 by madegryc ### ########.fr */
/* Updated: 2024/10/01 17:17:24 by madegryc ### ########.fr */
/* */
/* ************************************************************************** */
@ -224,7 +224,6 @@ button {
font-style: normal;
}
.login-btn {
background-color: #fff;
margin-bottom: 20px;
@ -290,9 +289,10 @@ button {
transition: background-color 0.3s ease;
}
.login-42-btn span {
font-size: 1.5rem;
font-weight: bold;
#logo-ft {
width: 40px;
height: 40px;
margin: 5px;
}
.login-42-btn:hover {

View File

@ -18,6 +18,7 @@
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
backdrop-filter: blur(5px);
justify-content: center;
align-items: center;
z-index: 700;