@lyze@meow.social @Sir_Boops Sure, although...
Mind you, I'd have to decide on and get a domain name and hosting first. That is already my first (and likely biggest) hurdle because there seem to be a lot of bullshit with pricing and stuff. I don't know what's reasonable for "place to pictures to link to and maybe but a simple page on"
@BatElite @lyze @Sir_Boops
FYI, one free option for hosting, if you are going to set up a static site, is to use github pages and point your domain to it.
For instance, I have my site set up at https://0xdustin.github.io which is just the code in my https://github.com/0xdustin/0xdustin.github.io repo.
I don't have it set up right now, but I have previously, where you can point a domain to github pages, and it'll work, effectively providing you free hosting.
Here is some information on how to do that: https://help.github.com/articles/using-a-custom-domain-with-github-pages/