<aside>
</aside>
<aside> ⚠️
the times that i have been caught on camera, doing the things that i love. the more times this grows, the more reaffirmed i am that i’m loving the things that i do.
</aside>
Sneaker Artist 3SG (NS) Ryan Tham
SELF-TAUGHT SNEAKER ARTIST TURNS HOBBY INTO SUCCESSFUL HOME BUSINESS
Korea v Singapore B 3rd Men's AOFC 2023 3rd 4th Highlights
NSG 2016 with National School Floorball Championships 2016
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
built with notion, via notehost
site navigation
navigate
resources
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);