_1042917

Hi, I’m Nikki! I'm a visual designer passionate about storytelling and human connection. I’m currently freelancing and exploring new creative projects. Based in Copenhagen, originally from Slovakia.

I graduated with honors in Visual Design from LUCA School of Arts in Ghent, Belgium, in 2024, and completed a four-month internship with Stupid Studio the same year.

Outside of the design world, I’m a passionate tea enthusiast who loves adventures and traveling across the globe.

Feel free to drop me a message 
nicoleatkeson@yahoo.com

LinkedIn
Instagram

(function($){ function killWhiteBackground(){ // Force body background document.documentElement.style.background = "linear-gradient(135deg, #f6f1ea, #eaf2f8, #eef3ec)"; document.body.style.background = "linear-gradient(135deg, #f6f1ea, #eaf2f8, #eef3ec)"; // Kill inline backgrounds everywhere Semplice re-applies them const kill = document.querySelectorAll( '#content, #content-holder, .semplice-content, .row, .column, .content-block, .project-background' ); kill.forEach(el => { el.style.background = "transparent"; }); // Remove injected background layers (this is usually the culprit) document.querySelectorAll('[class*="background"], [id*="background"]').forEach(el => { if (el !== document.body && el !== document.documentElement) { el.style.background = "transparent"; } }); } // Run immediately document.addEventListener("DOMContentLoaded", killWhiteBackground); // Re-run after Semplice AJAX navigation $(window).on('sempliceTransitionInDone', killWhiteBackground); // Hard safety loop (because Semplice re-injects styles late) setInterval(killWhiteBackground, 500); })(jQuery);
View