I'm glad you took it nicely. You should definitely post here when you write a new article.
There's always something to learn! Just remember to do things the easiest way possible; <a> allows you to "redirect" users using HTML-only, while <button> needs an event attached to it using JavaScript. There are many things that people use JavaScript for but that are 100% possible using HTML. We should favor those.
Also, writing a static website removes a plethora of vulnerabilities. Collecting email addresses comes with its legal burden, too (do you delete people's email addresses if they ask you to and are in the EU?).
There's always something to learn! Just remember to do things the easiest way possible; <a> allows you to "redirect" users using HTML-only, while <button> needs an event attached to it using JavaScript. There are many things that people use JavaScript for but that are 100% possible using HTML. We should favor those.
Also, writing a static website removes a plethora of vulnerabilities. Collecting email addresses comes with its legal burden, too (do you delete people's email addresses if they ask you to and are in the EU?).