Files
METH_Transcendence/docker-compose/requirements/djangoserver/file/server/server/templates/profilPage.html
Kum1ta a64d73a9ba Site
- add pen edit on pfp and banner when it s personnal page
2024-09-20 11:23:01 +02:00

28 lines
916 B
HTML

<div id="profil">
<div class="container">
<!-- Profile Section -->
<div class="background-card"></div>
<div class="profile-section">
<div class="profile-image"></div>
<div class="profile-info">
<h2>Username <span class="online-status"></span></h2>
<p>150 Elo</p>
</div>
<div class="rightButtonDiv">
<img src="/static/img/profilPage/github.png">
<img src="/static/img/profilPage/discord.webp">
<img src="/static/img/profilPage/addConv.png">
</div>
</div>
<!-- Dashboard and History Section -->
<div class="content">
<div class="dashboard">
<h3>Dashboard</h3>
</div>
<div class="history">
<h3>History</h3>
</div>
</div>
</div>
</div>