-
Notifications
You must be signed in to change notification settings - Fork 13.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
introduction.md: Add links to resources. #29327
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,4 +21,11 @@ You'll learn about animations, accessibility, and responsive design in the secon | |
|
||
This section contains helpful links to related content. It isn't required, so consider it supplemental. | ||
|
||
- It looks like this lesson doesn't have any additional resources yet. Help us expand this section by contributing to our curriculum. | ||
- [W3Schools HTML Tutorial](https://www.w3schools.com/html/) | ||
Note: Online tutorial. | ||
- [W3Schools CSS Tutorial](https://www.w3schools.com/css/) | ||
Note: Online tutorial. | ||
- [MDN Web Docs](https://developer.mozilla.org/en-US/) | ||
Note: Online tutorial. | ||
- [Learning Web Design A Beginner's Guide to HTML, CSS, JavaScript, and Web Graphics](https://wtf.tw/ref/robbins.pdf) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Looking at it's a pretty long book. I would see this as more of an end of the intermediate section type of resource. If you could remove the book and address the other note I would be happy to merge it. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes, I'd be happy to do that. |
||
Note: Comprehensive book on web design (jump ahead to Part II: **HTML MARKUP FOR STRUCTURE** and Part III: **CSS FOR PRESENTATION**). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wouldn't name this as a tutorial. I would change it to "HTML documentation" instead of "Online tutorial". Just so it's a bit clearer.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, it is my first time contributing to an open-source project. I agree that the "MDN Web Docs" is not an online tutorial and should be changed to something like "Documentation for HTML". However, if we clicked on the first 2 links to W3Schools, we would see the term "tutorial" on both sites. So should I also change them to "HTML Documentation" and "CSS Documentation", respectively, as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We wouldn't really need the notes, IMHO. The link text labels, when amended accordingly, should be sufficient by themselves (the current formatting of the
Note:
line would trigger lint errors anyway, and isn't like how any other additional resources are formatted in the curriculum).