links
My links for anything and everything! Social media, other sites, and the resources I use that may help you too!
where to find me
ranked from most active to least active!
TOYHOUSE | TUMBLR | TWITTER | ARTFIGHT | INSTAGRAM | DEVIANTART (INACTIVE) | ARTFOL (INACTIVE, or I'm just not using it)
and my carrd links! The most important one here is my comms carrd, the intro carrd is just for introducing myself + my social links, and the oc summary carrd is defunct...up until 12/15/22 when I decided to revamp it a little bit to make it more polished! But this site and my toyhouse will be the main way to know more about me characters.
ART COMMISSIONS CARRD | INTRO CARRD | OC SUMMARY CARRD
My site button! Feel free to link me and let me know if you do so I can return the favor :] I'VE seen people say that it's best to download this button instead of copy-pasting the image link because it affects my bandwidth or something.

other sites to check out!
geoledgy | telepoet | symliadoo | chroniclerenigma | mochagatari | waving-shores
resources
- Lychee Soda font (used in button) is made by Font End Dev!
- I used Mizuno's 16Craft for the MC screenshot backgrounds!
- I use TinyPNG to optimize images - basically slimming down their size without sacrificing quality! This helps in decreasing load times on sites.
- Status.cafe is a fun little site where you can post your status! You can also add a widget of it on your site, which updates to the latest status you have.
coding stuff
Helpful coding guides and snippets that I used all over this place! I do not remember all of them yet. TBH a lot of it was also google searching for my specific problem and then looking through stack overflow for the answers lmao
- Gallery Lightbox (W3Schools) - used in art galleries
- Filtering Content (W3Schools) - used in my blog, and planning to use in my oc list
- Flexbox (W3Schools) - VERY important to read first before diving into responsiveness, since a lot of the responsive features use flexbox and its subcategories. I use it for layouting and the navigational buttons!
- Responsive Viewport (W3Schools) / Grid System (W3Schools) / Media Queries (W3Schools) - great start to thinking with flexibility in mind :D all of these pages are already grouped together in the site but these are the most important when it comes to layouts!
- Multiple Music Player - code used for the music players for some of my pages! Made by adilene.net
- HTML Comment Box - code used for my previous guestbook page! For some reason I encountered a bug with it, so I'm not using it right now.