- Fix last PTME footer
    - NEW select game mode (need to fix EDDY PART)
This commit is contained in:
Mathis Degryck
2024-10-03 20:26:09 +02:00
parent e4431011c2
commit 88d2243f86
3 changed files with 41 additions and 5 deletions

View File

@ -129,7 +129,7 @@
<footer>
<div class="footer-content">
<div class="footer-left">
<h1>PTME</h1>
<h1>METH</h1>
<p>ft_transcendance project<br>for 42 shcool</p>
</div>
<div class="footer-right">

View File

@ -84,6 +84,18 @@
<div class="mode-card">
<p>Multiplayer local</p>
</div>
<div class="mode-card-ns">
<p>Matchmaking</p>
</div>
<div class="mode-card-ns">
<p>Ranked</p>
</div>
<div class="mode-card-ns">
<p>Tournament</p>
</div>
</div>
<!--------- FOR MATHIS : I made some changes here ---------->
@ -202,7 +214,7 @@
<div class="not-select-keys FRButton">FR</div>
</div>
<span class="line"></span>
<p style="text-align: center;">Tournament code</p>
<p style="text-align: center; margin-bottom: 20px;">Tournament code</p>
<input id="tournamentCode" class="search-input" type="text" placeholder="Enter the tournament code (empty for create one)">
</div>