Art by serxinity.png
About_Me.html
<
h1
>
Hi. I'm Loona<
/h1
>
<
p
>
I am a 20 y/o transfem studying lightingdesign, sound engineering and rigging.
<
/p
>
<
p
>
I make and maintain corporate websites and work as barcrew at festivals including pride amsterdam.
<
/p
>
<
p
>
I like playing games and talking with my friends on discord while watching anime together.
My celste any% pb is 1:12:44:886 after switching from controller to keyboard.
I'm now slowly going through the Strawberry Jam Collab and am halfway through the Intermediate Lobby.
<
/p
>
Things_I_Have_Made.js
const
projects=
[
"webDevelopment"
,"discordBot"
]
;
const
webDevelopment=
[
"School websites"
,"Corporate websites"
]
;
const
bot=
'boxbot'
;
const
paragraphOne=
'Some stuff I made includes ${projects}.
\n
I have made a couple of websites for
$
{webDevelopment}
.'
;
const
paragraphTwo=
'Our friend group plays minecraft on a server that I host, but they didn't have a way to boot it up. Therefore I made
$
{bot}
.
\n
In order to make
$
{bot}
I had to learn JavaScript. ${bot} has gained a couple of functions over time, displaying server information.'
;