A template for a personal website with notes in the code that (try to) explain it and make it as easy to customize as possible for people who dont know much html or css. css and html are in the same file, because I personally think its easier than constantly hopping between files, especially since theres only one page that needs to be styled.
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
Made it look nice with css, i tried to make it work on mobile by using max-width instead of width for some boxes but its still kinda bad. I also organized the code better and added notes to explain different elements of the website and how to change them. I sadly couldnt add notes in the style section somehow, looking back on it you probably do that differently in css in comparison to html, but oh well, now its already on github.
added placeholder image , made it round with the border radius and added these programming-language-badges. idk if someone who doesnt use html knows any other languages, but just in case. And I wrote suggestions with what you can replace those, so i guess its fine. I also started styling things and added example links. The colors wont stay the same, this much contrast just helps me adjust height and width of stuff thatll be invisible later. (like the container)
I set up the first few divs and wrote a lot of explaining comments already. My goal with this is that people dont just mindlessly replace text in the template, but actually understand what theire doing and are able to customize it as much as possible.