From 9e62865c793d121cbf138d525520f4fc1e0b4fde Mon Sep 17 00:00:00 2001 From: Pagwin Date: Sat, 7 Mar 2026 02:31:23 -0500 Subject: [PATCH] oop --- posts/web-resources.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/posts/web-resources.md b/posts/web-resources.md index 415ad6e..33582a7 100644 --- a/posts/web-resources.md +++ b/posts/web-resources.md @@ -20,8 +20,7 @@ I may add resources focused on Javascript and SSGs here in future but for now. The list that I pruned this list out from initially can be found [here](https://discourse.32bit.cafe/t/resources-list-for-the-personal-web/49) -- [HTML Dog](https://www.htmldog.com/): Seems to do a good job not throwing things at you too quickly. -Although I'd say its missing important information about flexbox and grid in addition to making some omissions and mistakes. +- [HTML Dog](https://www.htmldog.com/): Seems to do a good job not throwing things at you too quickly. Although I'd say its missing important information about flexbox and grid in addition to making some omissions and mistakes. - [HTML for People](https://htmlforpeople.com/): Goes slower than HTML Dog, sticks to just HTML (CSS and Javascript learning needs to happen elsewhere) and is a bit more hand holdy overall - [Interneting is Hard](https://internetingishard.netlify.app/): Like *HTML for People* but goes over CSS as well - [Mozilla's Web Docs](https://developer.mozilla.org/en-US/docs/Learn/Getting_started_with_the_web): Shorter and less Hand holdy than the other resources listed so far, MDN is also a good reference to find information on specific bits of HTML, CSS and JS so even if the guide doesn't prove appropriate for you I advise saving the site regardless.