<aside> ⚠️ disclaimer: not your typical website or portfolio i guess - whatever you want to call it, basically a brain dump of anything and everything that interests me. explore the site to find out more about them! this site is also best viewed on desktop within notion but does bits too
</aside>
<aside>
</aside>
hey there! welcome to this little corner of the internet—a space that doesn’t quite fit into the usual “portfolio” or “website” categories. originally, it was supposed to be more traditional, but then i stumbled upon the concept of a digital garden and things changed. (if this is your first time exploring a digital garden, i suggest you to check out digital garden terms of service when you’re free) so, this site became an open-ended experiment, blending elements of a blog, portfolio, and archive, but ultimately, it’s also a brain dump—a place where i unpack ideas, reflect, and let you in on my thought process.
this isn’t just for anyone passing by; it’s also a personal spot where i can track my journey, see where i’ve been, and imagine where i might go. expect it to change as much as i do—it’s always a work in progress. and yes, everything will be in lower caps, i’m sorry!
not sure what brought you here, but i’ve set up a few ways to explore, so you’ll find something interesting no matter your reason:
tags and categories – check out my maps of content (still working on making everything accessible as there’s a lot of private information.)
digital garden – head over to my digital garden and let the interconnected notes guide you through related ideas.
the update section – or, scroll below to catch the latest on what i’m currently up to or learn more about me
visit life pulse to get a quick snapshot of where i’m at right now. (most stuff are still kept private as of now, since i track my entire life in notion!)
if you just want the latest scoop on what’s going on, check out what i’m up to now, which serves as a now page
a personal space, built in public for sharing reflections, creative projects, and growth.
soffcopy© 2021 by ryeones is licensed under cc by-nc 4.0
navigate
resources
contact
follow
const quotes = [ '“Dream big and dare to fail.” – Norman Vaughan', '“Do one thing every day that scares you.” – Eleanor Roosevelt', '“Hustle in silence and let your success make the noise.” – Unknown', ]; const quoteElement = document.createElement('div'); quoteElement.innerText = quotes[Math.floor(Math.random() * quotes.length)]; quoteElement.style.position = 'fixed'; quoteElement.style.bottom = '20px'; quoteElement.style.left = '20px'; quoteElement.style.padding = '15px'; quoteElement.style.backgroundColor = '#333'; quoteElement.style.color = '#fff'; quoteElement.style.borderRadius = '8px'; quoteElement.style.zIndex = '1000'; document.body.appendChild(quoteElement);