index fixes
This commit is contained in:
parent
3cb5f54641
commit
71fb67de2b
1 changed files with 2 additions and 2 deletions
|
@ -59,8 +59,8 @@
|
|||
Be sure to replace the src with your own image path and update the alt text
|
||||
-->
|
||||
<div>
|
||||
<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">
|
||||
<img src="images/wk_circle_small.png" class="avatar--rounded" srcset="images/wk_circle.png" alt="WK Logo" />
|
||||
<img src="images/aseprite_pfp_small.png" class="avatar--rounded" srcset="images/aseprite_pfp.png" alt="Stylized pixelart self-portrait" />
|
||||
</div>
|
||||
|
||||
<!-- Replace with your name or brand -->
|
||||
|
|
Loading…
Reference in a new issue