Implemented profile picture

This commit is contained in:
Maximilian Giller 2023-12-26 23:49:10 +01:00
parent dbad20b276
commit f3af7ab67f
2 changed files with 14 additions and 3 deletions

View file

@ -16,6 +16,16 @@
padding: 0; padding: 0;
} }
.profile {
margin-top: 150px;
height: auto;
width: 10%;
min-width: 25px;
min-height: 25px;
margin-left: 45%;
margin-right: 45%;
}
.info { .info {
color: #fff; color: #fff;
} }
@ -105,11 +115,11 @@
</div> </div>
<div id="settings"> <div id="settings">
<a href="https://portfolio.giller.dev">About me</a> <a href="https://portfolio.giller.dev">About me</a>
<br/> <br />
<a href="https://blog.giller.dev">My blog</a> <a href="https://blog.giller.dev">My blog</a>
<br/> <br />
<a href="https://code.giller.dev/m.giller">My repositories</a> <a href="https://code.giller.dev/m.giller">My repositories</a>
<br/> <br />
<a href="https://insta.giller.dev">My archived Instagram</a> <a href="https://insta.giller.dev">My archived Instagram</a>
<br /> <br />
<br /> <br />
@ -125,6 +135,7 @@
</tr> </tr>
</table> </table>
<img class="profile" src=" profile.jpg" />
</div> </div>
<script> <script>

BIN
profile.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 723 KiB