Website Template

Website Template

3 devlogs
1h 58m
•  Ship certified
Created by Etilia

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.

Timeline

Ship 1

1 payout of shell 20.0 shells

Etilia

about 1 month ago

Etilia Covers 3 devlogs and 1h 58m

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.

Update attachment

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)

Update attachment

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.

Update attachment