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.
_UGd1l6HbnBOCTKllRonM3.png?width=1080&quality=80&format=auto)
Kaijego
Story-driven guide for travelers with limited passport power.
View Showcase_7AYdrfEN5S_v0qMTQ4dX8.png?width=1080&quality=80&format=auto)
Uncover
Empowering dark skin women with skincare designed for them.
View Showcase_ON9mDcPRPhoKR75bgNkAD.png?width=1080&quality=80&format=auto)
Chess Notion
Notion template system for chess players and coaches.
View Showcase_NqcqGVhqvEeAlUmN8izn6.png?width=1080&quality=80&format=auto)
Sofit
Helping women build strength, confidence, and healthy habits.
View Showcase_KnfTou1GEms8HHbprLGEx.png?width=1080&quality=80&format=auto)
Maxx Improve
Simplifying men's health shopping using the shopify platform
View Showcase_8uKzMwZj57HzGPbNXm8pD.png?width=1080&quality=80&format=auto)
Maxx Improve
Instructional guides on how to properly use the products.
View Showcase