Redesigned a website
Developed a Website
Time flies - back to the roots

I build atm our new website, it's fun but also a lot of work. Why? Yeah, I don't use such things like Wordpress, Drupal, Elementor and who knows what. They just produce so much unwanted overhead, and doing this they are also part of the pollution we do by using digital tech without understanding them.
I use plain HTML5, no add ons or such things. A lot can be done per CSS, even all the funny animations. Just to say, smooth scrolling - Wordpress uses a JS library. Wtf! This is a CSS element since 2 years (when I remember right): 
html {
  scroll-behavior: smooth;
}
Or setting an #anchor into the middle of the browser window. It's just 4 lines of CSS and an .anchor class. Why can't all the fancy "webdeveloper" not even develop CSS? 'Cause they think they can deliver a bunch of something and cash out. Okay, time for red wine and a good book for today!