Updated profile pictures

This commit is contained in:
Maximilian Giller 2024-01-09 22:47:36 +01:00
parent f0d98c43ae
commit 9ad3ca5a88
3 changed files with 11 additions and 5 deletions

View file

@ -19,14 +19,17 @@
.profile { .profile {
margin-top: 150px; margin-top: 150px;
margin-bottom: 100px; margin-bottom: 100px;
height: auto;
width: 10%;
min-width: 25px;
min-height: 25px;
margin-left: 45%; margin-left: 45%;
margin-right: 45%; margin-right: 45%;
} }
.profile > img {
height: auto;
width: 10%;
min-width: 35px;
min-height: 35px;
}
.info { .info {
color: #fff; color: #fff;
} }
@ -180,7 +183,10 @@
</tr> </tr>
</table> </table>
<img class="profile" src=" profile.jpg" /> <div class="profile">
<img title="Primary profile picture" src="profile.jpg" />
<img title="Secondary profile picture" src="secondary-profile.jpg" />
</div>
</div> </div>
<script> <script>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 723 KiB

After

Width:  |  Height:  |  Size: 427 KiB

BIN
secondary-profile.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 130 KiB