Add "My Profile" Page

This commit adds the layout for the profile page, for users and staff members.
This commit is contained in:
2020-04-30 22:53:57 +01:00
parent 76d6ea6704
commit c802908bf3
9 changed files with 319 additions and 6 deletions

17
public/css/profile.css vendored Normal file
View File

@@ -0,0 +1,17 @@
/* HIDE RADIO */
[type=radio] {
position: absolute;
opacity: 0;
width: 0;
height: 0;
}
/* IMAGE STYLES */
[type=radio] + img {
cursor: pointer;
}
/* CHECKED STYLES */
[type=radio]:checked + img {
outline: 2px solid #4cc633;
}

BIN
public/img/gravatar.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

BIN
public/img/mojang-logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB