|
|
|
@ -5,8 +5,7 @@ import { selectShowEditor } from './store/showEditor';
|
|
|
|
|
const IntroductionHeader = () => {
|
|
|
|
|
return (
|
|
|
|
|
<Text>
|
|
|
|
|
hello, i'm <b>k</b>, a web developer (mostly, i have no clue what
|
|
|
|
|
i'm doing)
|
|
|
|
|
hello, we're <b>kay</b>, a web developer (mostly, no clue what we're doing)
|
|
|
|
|
</Text>
|
|
|
|
|
);
|
|
|
|
|
};
|
|
|
|
@ -14,13 +13,11 @@ const IntroductionHeader = () => {
|
|
|
|
|
const IntroductionBody = () => {
|
|
|
|
|
return (
|
|
|
|
|
<Text mb={12}>
|
|
|
|
|
im a <b>26 year-old trans 🏳️⚧️ non-binary robo 🤖</b>. you can use any{' '}
|
|
|
|
|
<b>neutral pronouns</b> for me (english: they or it, french: ielle/iel ou
|
|
|
|
|
lae/lea ou ca/cela). i currently live near <b>paris</b>. i like anything
|
|
|
|
|
that has to do with <b>technology</b> and hacking stuff (code, video,
|
|
|
|
|
music, games, electronics, etc.). i like to share what i make and learn
|
|
|
|
|
and teach stuff. i am very much pro <b>data rights</b> and more broadly
|
|
|
|
|
against rising worldwide fascistic ideology and oppression.
|
|
|
|
|
we're a <b>26 year-old trans 🏳️⚧️ non-binary borg system</b>. you can use any <b>neutral pronouns</b> for us
|
|
|
|
|
(english: they or it, french: ielle/iel ou lae/lea ou ca/cela). currently lives near <b>paris</b>. likes anything
|
|
|
|
|
that has to do with <b>technology</b> and hacking stuff (code, video, music, games, electronics, etc.). likes to
|
|
|
|
|
share what we make and learn and teach stuff. very much pro <b>data rights</b> and more broadly against rising
|
|
|
|
|
worldwide fascistic ideology and oppression.
|
|
|
|
|
</Text>
|
|
|
|
|
);
|
|
|
|
|
};
|
|
|
|
|