New homepage with Vue and Gridsome
It's been so long since I've re-written my homepage.
It started orginially as a plain html file, custom css, bootstrap, fontawesome, and google font.
This is how the <head></head>
looked like.
|
|
As you can imagine, that's a a lot of static assets to download for a simple homepage. Although hopefully fontawesome, bootstrap, and google fonts are already cached is most browsers!.
Here I had to write the content in pure html and was hard to maintain.
Things like privacy-policy and terms of use were very difficult to maintain as html files.