I too put my site's landing nav in an illustration: https://spenc.es
The SVG spec is huge and totally under-appreciated. There is plenty of it too that hasn't been implemented by browser vendors yet, like mesh gradients. There's even an animation language (that doesn't use CSS or JS) called SMIL that I didn't even know existed until about a week ago.
SVG though is super powerful and its full potential has yet to be realized. It is for graphics what HTML is for content, thus making layers, paths, groups, everything scriptable.
Feedback: browsing from a desktop computer, although the "contact me" globe does not overlap much with "writing" and "projects" visuals, most of the globe's surface triggers a click on either "writing" or "projects" links, instead of leading to the contact page. Happens both on firefox and chromium, linux.
And re:SVG, HN can be so serendipitous in that way. You're deep in some topic, only to find some of that exact same stuff on the front page the next day.
If anyone is curious (or has advice); I'm working on process that takes architectural photos as input and produces layered SVG illustrations as output. The intent is to turn the city where I live, Bologna, Italy, into kind of a digital dollhouse, where you can click on different buildings and look inside and discover and learn interesting historical stuff.
That sounds like a great project. I maintain the webpage for a planetarium group (with SVG things on the landing page: https://friendsoftheplanetarium.org) and have thought about doing something like you describe just for the planetarium. I’d like to follow your progress on this. I didn’t see an RSS link on your page, so I guess I’ll have to remember to visit it now and then.
The SVG spec is huge and totally under-appreciated. There is plenty of it too that hasn't been implemented by browser vendors yet, like mesh gradients. There's even an animation language (that doesn't use CSS or JS) called SMIL that I didn't even know existed until about a week ago.
SVG though is super powerful and its full potential has yet to be realized. It is for graphics what HTML is for content, thus making layers, paths, groups, everything scriptable.