Added pronouns to front page; added nonbinary flag to be added to site at a later date; added favicon.
This commit is contained in:
parent
503dd2bd00
commit
1536e65169
BIN
src/favicon.ico
Normal file
BIN
src/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 586 B |
7
src/img/nonbinary-flag.svg
Normal file
7
src/img/nonbinary-flag.svg
Normal 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
BIN
src/img/pronouns.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
@ -14,11 +14,13 @@
|
|||||||
<div class="intro-div">
|
<div class="intro-div">
|
||||||
|
|
||||||
<img src="img/me.png" class="profile-picture">
|
<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>
|
<p>I write code, and listen to music :)</p>
|
||||||
|
|
||||||
|
|
||||||
<div class="links">
|
<div class="links">
|
||||||
|
|
||||||
|
|
||||||
|
@ -11,6 +11,14 @@ p, h1, h2, h3, h4 {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.nonbinary-flag{
|
||||||
|
|
||||||
|
width: 32px;
|
||||||
|
height: 24px;
|
||||||
|
border-radius: 6px;
|
||||||
|
margin-bottom: -4px;
|
||||||
|
}
|
||||||
|
|
||||||
.intro-div{
|
.intro-div{
|
||||||
|
|
||||||
background-color: #2ac3de;
|
background-color: #2ac3de;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user