add pfp and some other things i forgor

This commit is contained in:
Ruben 2023-11-03 21:36:54 -05:00
commit dd81ecef34
No known key found for this signature in database
3 changed files with 5 additions and 2 deletions

BIN
assets/pfp.gif Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

View file

@ -15,7 +15,7 @@
<div class="pixel-corners">
<div class="intro-box">
<div class="pixel-corners--wrapper">
<div class="pfp"> <img src="/home/ruben/signal-2023-10-26-124534_002.gif" alt="my profile picture, which is most likely a grey yoshi"> </div>
<div class="pfp"> <img src="/assets/pfp.png" alt="my profile picture, which is most likely a grey yoshi"> </div>
</div>
<div class="intro-text">

View file

@ -223,11 +223,14 @@ html {
.intro-box, .socials, .about-me {
position: relative;
display: flex;
justify-content: space-evenly;
padding: 30px;
background-color: var(--bg);
}
.intro-box {
justify-content: space-evenly;
}
.pfp {
width: 150px;
height: 150px;