CodeNewbie Community 🌱

yqmyxus
yqmyxus

Posted on

slideshare

Hey everyone! I found https://www.slideshare.net after a friend mentioned it while we were discussing how to make reports less boring. I figured I’d give it a quick look and ended up saving several examples for inspiration. The presentations there had that perfect mix of clarity and simplicity — you can tell real effort went into the structure. I tried applying a few tricks from what I saw and my next project actually got compliments from my supervisor. Definitely worth exploring if you like learning through visuals.

Top comments (0)

const modalMarkup = `
`; // 2. Append the markup string to the end of the document body document.body.insertAdjacentHTML('beforeend', modalMarkup);