const imageContainer = document.getElementById('imagecontainer'); const images = ['/cgi/asset/Case_Study_Around_the_world_with_Alma_(5)_trTRZJIBqLtVENzXUIDVs.png', '/cgi/asset/4_JU43rdrfJGQ4dWP7CAQK6.png']; let currentIndex = 0; function updateImage() { imageContainer.querySelector('img').src = images[currentIndex]; } document.getElementById('previous')('click', () => { updateImage(); }); document.getElementById('next').addEventListener('click', () => { currentIndex = (currentIndex + 1) % images.length; updateImage(); }); updateImage(); // Display the first image

Showcases

The following projects provide an insight into my work: How a vision becomes tangible products.
Kaijego

Story-driven guide for travelers with limited passport power.

View Showcase
Uncover

Empowering dark skin women with skincare designed for them.

View Showcase
Chess Notion

Notion template system for chess players and coaches.

View Showcase
Sofit

Helping women build strength, confidence, and healthy habits.

View Showcase
Maxx Improve

Simplifying men's health shopping using the shopify platform

View Showcase
Maxx Improve

Instructional guides on how to properly use the products.

View Showcase
Get in touch! 👋🏼
[email protected]
Contact