Tristin Oldani

do we even need this button?

About Tristin

I am recognized for my infectious enthusiasm, and am able to inspire others to become enthusiastic about their plans and endeavors.

I am motivated by the possibilities of the future, and have a talent for energizing others with their own visions and aspirations.

I am captivated by concepts and have a knack for identifying connections between seemingly unrelated phenomena.

I am self-directed and evaluate projects based on the level of impact and influence they will have on the organization or the individuals around me.

I am able to receive direction, execute it and make any necessary adjustments to ensure progress is maintained. I prioritize and then take action.

I have a strong passion for learning, which was instilled in me by my parents. They taught me the values of hard work, trying new things, maintaining a sense of curiosity, and embracing challenges. I constantly look for opportunities to innovate, whether it's through finding ways to make our designs more sustainable, experimenting with virtual reality technology, or exploring the possibilities of artificial intelligence. I am always eager to take on new challenges and discover what comes next.

Check out a few of the projects I have led

// Add scrollspy to $('body').scrollspy({target: ".navbar", offset: 50}); // Add smooth scrolling on all links inside the navbar $("#myNavbar a").on('click', function(event) { // Make sure this.hash has a value before overriding default behavior if (this.hash !== "") { // Prevent default anchor click behavior event.preventDefault(); // Store hash var hash = this.hash; // Using jQuery's animate() method to add smooth page scroll // The optional number (800) specifies the number of milliseconds it takes to scroll to the specified area $('html, body').animate({ scrollTop: $(hash).offset().top }, 800, function(){ // Add hash (#) to URL when done scrolling (default click behavior) window.location.hash = hash; }); } // End if });