hi, I'm marvil.
let me show you around.
<script>
const _pageLoaderText = document.getElementById('pageLoaderText');
const _text = ['collecting bits and bytes...', 'spinning the web...']
_pageLoaderText.innerHTML = _text[Math.floor(Math.random() * _text.length)];
</script>
<!-- long live Omni theme. -->
Blog
Explore my thoughts, projects, and insights across three different flavors.
Contact
Let's talk about your project.
I usually respond within 24 hours.