:doodle { @grid: 15x15; @size: 100vmax; gap: 1em; overflow: hidden; } :after { /* đŸĒģ đŸŒŋ đŸĒĩ đŸĩī¸ 🌸 đŸĢ’ 🍋 */ content: \@hex(@pick(0x1FABB, 0x1F33F, 0x1FAB5, 0x1F3F5 0xFE0F, 0x1F338, 0x1FAD2, 0x1F34B)); font-family: Inter, "Noto Color Emoji", sans-serif; font-size: 2em; transform: rotate(@rand(360deg)) } animation: test infinite @r(30s, 150s) linear; @keyframes test { 0% { transform: translate3d(0, 0, 0) rotate(0deg); } 50% { transform: translate3d(@r(-500%, 1000%), @r(-500%, 1000%), 0) rotate(@r(720deg)); } 100% { transform: translate3d(0, 0, 0) rotate(0deg); } }

🌸

Projects

đŸĩ Home đŸĒģ Blog
đŸĩī¸

đŸŒŧ

You can check out my projects here. Feel free to try them out too!

đŸĻ tab-bot

An HKUST course tracker and analyzer comprised of two Discord bots. Being deployed on 15 servers, including the largest HKUST Discord community, it is widely used by students.

Features

Screenshot of Hill displaying the quotas of a course

🗡ī¸ Jack the Ripper

An ad-free, self-hostable Discord music bot that streams from YouTube. It is designed to be simple to use and set up with powerful playback and queue controls.

Features

Screenshot of Jack adding a track and playlist to its queue

đŸŒŋ Personal Webpage

This website is created as a practice project for web development technologies (HTML, CSS, JavaScript), and as a place for me to display my projects.