Site :
- Fix but not finished lobby page - Add Button nav bar functionality
This commit is contained in:
@ -3,9 +3,9 @@
|
||||
<div id="topBar">
|
||||
<h1>PTME</h1>
|
||||
<div id="topButton">
|
||||
<p>HOME</p>
|
||||
<p id="AAAAAAA">PROJECT</p>
|
||||
<p>AUTHORS</p>
|
||||
<p id="buttonPlay">PLAY</p>
|
||||
<p id="buttonProject">PROJECT</p>
|
||||
<p id="buttonAuthors">AUTHORS</p>
|
||||
</div>
|
||||
<div id="loginButton">
|
||||
<p>LOGIN</p>
|
||||
@ -80,7 +80,7 @@
|
||||
</div>
|
||||
<section class="homeSection">
|
||||
</section>
|
||||
<section class="homeSection relative" id="QWERTYUIOP">
|
||||
<section class="homeSection relative" id="project">
|
||||
<img id="firstBall" src="/static/img/homePage/ball3D2.png">
|
||||
<img id="secondBall" src="/static/img/homePage/ball3D3.png">
|
||||
<div class="relative">
|
||||
@ -88,7 +88,7 @@
|
||||
<p id="secondText">Lorem ipsum dolor sit amet consectetur adipisicing elit. Officia totam cupiditate magni unde expedita molestiae eum aliquam fugit voluptatibus omnis! Dolores, ipsa inventore necessitatibus numquam aspernatur in perferendis id voluptas?</p>
|
||||
</div>
|
||||
</section>
|
||||
<section class="homeSection">
|
||||
<section class="homeSection" id="authors">
|
||||
<div class="team">
|
||||
<div class="team-member">
|
||||
<img src="/static/img/homePage/tomoron.png" alt="Tom" class="team-photo">
|
||||
|
@ -1,8 +1,10 @@
|
||||
<div id="topBar">
|
||||
<div id="topBarLobby">
|
||||
<h1>PTME</h1>
|
||||
<div class="search-container">
|
||||
<input type="text" placeholder="Search..." class="search-input">
|
||||
<button class="search-button">Search</button>
|
||||
</div>
|
||||
<!-- METTRE LE BOUTTON LOGIN -->
|
||||
</div>
|
||||
<div class="main">
|
||||
<div id="loginPopup" class="popup">
|
||||
@ -39,15 +41,11 @@
|
||||
<div id="goal">
|
||||
|
||||
</div>
|
||||
<div class="bottom">
|
||||
<div class="switch">
|
||||
<input id="checkbox1" class="look" type="checkbox">
|
||||
<label for="checkbox1"></label>
|
||||
<p>Fix the camera on the bar</p>
|
||||
</div>
|
||||
<div class="buttonStartGame">
|
||||
<p>Start</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="bottom">
|
||||
<div class="buttonStartGame">
|
||||
<p>Start</p>
|
||||
</div>
|
||||
</div>
|
Reference in New Issue
Block a user