Added pronouns to front page; added nonbinary flag to be added to site at a later date; added favicon.

This commit is contained in:
eworc778 2025-09-13 23:50:52 +01:00
parent 503dd2bd00
commit 1536e65169
5 changed files with 18 additions and 1 deletions

BIN
src/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 586 B

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="300" height="200">
<path fill="#2D2D2D" d="m0,0h300v200H0"/>
<path fill="#9B59D0" d="m0,0h300v150H0"/>
<path fill="#FFFFFF" d="m0,0h300v100H0"/>
<path fill="#FFF433" d="m0,0h300v50H0"/>
</svg>

After

Width:  |  Height:  |  Size: 279 B

BIN
src/img/pronouns.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -14,11 +14,13 @@
<div class="intro-div">
<img src="img/me.png" class="profile-picture">
<h3>Hey! I'm Eworc (they/them).</h3>
<h3>Hey! I'm Eworc.</h3>
<p>I write code, and listen to music :)</p>
<div class="links">

View File

@ -11,6 +11,14 @@ p, h1, h2, h3, h4 {
}
.nonbinary-flag{
width: 32px;
height: 24px;
border-radius: 6px;
margin-bottom: -4px;
}
.intro-div{
background-color: #2ac3de;