fix pronouns

This commit is contained in:
trinkey 2025-03-09 10:53:02 -04:00
parent e011d4a133
commit c13dfabd47
5 changed files with 6 additions and 6 deletions

View file

@ -8,7 +8,7 @@
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1"> <meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="pronouns" content="she/her"> <meta name="pronouns" content="she/it">
<meta property="og:type" content="website"> <meta property="og:type" content="website">
<meta name="twitter:card" content="summary_large_image"> <meta name="twitter:card" content="summary_large_image">

View file

@ -222,7 +222,7 @@ const _internal_defaultFiles = {
about: `<div><b>hi there! i'm trinkey!</b></div> about: `<div><b>hi there! i'm trinkey!</b></div>
<div>--------------------</div> <div>--------------------</div>
<div>i'm a silly little kitty cat who lives in the usa (sadly).</div> <div>i'm a silly little kitty cat who lives in the usa (sadly).</div>
<div>i'm <span class="blue">t</span><span class="pink">r</span>a<span class="pink">n</span><span class="blue">s</span> (she/her, they/them and it/its are also fine).</div> <div>i'm <span class="blue">t</span><span class="pink">r</span>a<span class="pink">n</span><span class="blue">s</span> (she/it, they/them is also fine).</div>
<div>i'm not actively in a relationship, however i'm also not looking to get into one either.</div> <div>i'm not actively in a relationship, however i'm also not looking to get into one either.</div>
<div>--------------------</div> <div>--------------------</div>
<div>i like to code stuff (mostly websites)! some of my programs can be found in projects section. i know a few languages, those being python, javascript/typescript, html/css (if you count those), and a little bit of java.</div> <div>i like to code stuff (mostly websites)! some of my programs can be found in projects section. i know a few languages, those being python, javascript/typescript, html/css (if you count those), and a little bit of java.</div>

View file

@ -8,7 +8,7 @@
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1"> <meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="pronouns" content="she/her"> <meta name="pronouns" content="she/it">
<meta property="og:type" content="website"> <meta property="og:type" content="website">
<meta name="twitter:card" content="summary_large_image"> <meta name="twitter:card" content="summary_large_image">

View file

@ -7,7 +7,7 @@
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1"> <meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="pronouns" content="she/her"> <meta name="pronouns" content="she/it">
<meta property="og:type" content="website"> <meta property="og:type" content="website">
<meta name="twitter:card" content="summary_large_image"> <meta name="twitter:card" content="summary_large_image">
@ -29,7 +29,7 @@
<div><b>hi there! i'm trinkey!</b></div> <div><b>hi there! i'm trinkey!</b></div>
<div>--------------------</div> <div>--------------------</div>
<div>i'm a silly little kitty cat who lives in the usa (sadly).</div> <div>i'm a silly little kitty cat who lives in the usa (sadly).</div>
<div>i'm <span class="blue">t</span><span class="pink">r</span>a<span class="pink">n</span><span class="blue">s</span> (she/her, they/them and it/its are also fine).</div> <div>i'm <span class="blue">t</span><span class="pink">r</span>a<span class="pink">n</span><span class="blue">s</span> (she/it, they/them is also fine).</div>
<div>i'm not actively in a relationship, however i'm also not looking to get into one either.</div> <div>i'm not actively in a relationship, however i'm also not looking to get into one either.</div>
<div>--------------------</div> <div>--------------------</div>
<div>i like to code stuff (mostly websites)! some of my programs can be found on the projects section. i know a few languages, those being python, javascript/typescript, html/css (if you count those), and a little bit of java.</div> <div>i like to code stuff (mostly websites)! some of my programs can be found on the projects section. i know a few languages, those being python, javascript/typescript, html/css (if you count those), and a little bit of java.</div>

View file

@ -267,7 +267,7 @@ const _internal_defaultFiles: StringDict = {
about: `<div><b>hi there! i'm trinkey!</b></div> about: `<div><b>hi there! i'm trinkey!</b></div>
<div>--------------------</div> <div>--------------------</div>
<div>i'm a silly little kitty cat who lives in the usa (sadly).</div> <div>i'm a silly little kitty cat who lives in the usa (sadly).</div>
<div>i'm <span class="blue">t</span><span class="pink">r</span>a<span class="pink">n</span><span class="blue">s</span> (she/her, they/them and it/its are also fine).</div> <div>i'm <span class="blue">t</span><span class="pink">r</span>a<span class="pink">n</span><span class="blue">s</span> (she/is, they/them is also fine).</div>
<div>i'm not actively in a relationship, however i'm also not looking to get into one either.</div> <div>i'm not actively in a relationship, however i'm also not looking to get into one either.</div>
<div>--------------------</div> <div>--------------------</div>
<div>i like to code stuff (mostly websites)! some of my programs can be found in projects section. i know a few languages, those being python, javascript/typescript, html/css (if you count those), and a little bit of java.</div> <div>i like to code stuff (mostly websites)! some of my programs can be found in projects section. i know a few languages, those being python, javascript/typescript, html/css (if you count those), and a little bit of java.</div>