welcome to my site!! :D

Nixora!

he/him

my pfp!!

insta 📸 | github 🤖 | @nixora on discord (ew)

My projects! (for now)

My portfolio!

ill do the rest later got lazy lmao

For any further info, contact me! (at top of page)

:doodle { @size: 150% 150%; gap: 5px; pointer-events: none; z-index: 0; } clip-path: @shape( points: 360; r: .8 + cos(5t)*.18; ); background: hsl(@rand(310, 330), 80%, @rand(60%, 100%)); transform: scale(@rand(20%, 100%)) rotate(@rand(0deg, 360deg)); animation: fall @rand(15s, 30s) infinite linear; animation-delay: -15s; @keyframes fall { 0% { transform: translateX(100vw) rotate(0deg); opacity: 0; } 50% { opacity: 1} 100% { transform: translateX(-110vw) translateY(100vh) rotate(@rand(-360deg, 360deg)); opacity: 0; } }