add pfp and some other things i forgor
This commit is contained in:
parent
b31739cbb9
commit
dd81ecef34
3 changed files with 5 additions and 2 deletions
BIN
assets/pfp.gif
Executable file
BIN
assets/pfp.gif
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 22 KiB |
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue