Added secondary avatar image
This commit is contained in:
parent
2c18975da3
commit
c3ec63bd7c
4 changed files with 4 additions and 1 deletions
|
@ -205,4 +205,6 @@ hr {
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
|
margin-right: 8px;
|
||||||
|
margin-left: 8px;
|
||||||
}
|
}
|
BIN
images/aseprite_pfp.png
Normal file
BIN
images/aseprite_pfp.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
BIN
images/aseprite_pfp_small.png
Normal file
BIN
images/aseprite_pfp_small.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.7 KiB |
|
@ -71,12 +71,13 @@
|
||||||
|
|
||||||
<!-- Your Image Here -->
|
<!-- Your Image Here -->
|
||||||
<img src="images/wk_circle_small.png" class="avatar" srcset="images/wk_circle.png" alt="WK Logo">
|
<img src="images/wk_circle_small.png" class="avatar" srcset="images/wk_circle.png" alt="WK Logo">
|
||||||
|
<img src="images/aseprite_pfp_small.png" class="avatar" srcset="images/aseprite_pfp.png" alt="Stylized pixelart self-portrait">
|
||||||
|
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<h1>WK Vylion Links</h1>
|
<h1>WK Vylion Links</h1>
|
||||||
|
|
||||||
<!-- Short Bio -->
|
<!-- Short Bio -->
|
||||||
<p>Amateur conlanger, worldbuilder, terrarium enjoyer, and custom mechanical keyboard enthusiast.<br><br>
|
<p>Interested in conlanging, worldbuilding, mechanical keyboards, DIY, programming, gamedev, terrariums.<br><br>
|
||||||
|
|
||||||
Here's all the online places where you can find me:</p>
|
Here's all the online places where you can find me:</p>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue