Skip to content

Commit

Permalink
Fix broken links and add a couple of new ones
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdavidmills committed Jan 22, 2025
1 parent 2aa9885 commit 1deb138
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,10 @@ Learning outcomes:
- [Learn UI Design Fundamentals](https://scrimba.com/learn/design?via=mdn), Scrimba <sup>Course Partner</sup>
- [The Shape of Design](https://shapeofdesignbook.com/chapters/00-introduction/), Frank Chimero
- [Designing for the Web](https://designingfortheweb.co.uk/), Mark Boulton
- [Design trampoline: Learn design theory basics](https://designtrampoline.org/), Anna Riazhskikh
- [Design for web](https://designforweb.org/), Prisca Schmarsow + other contributors. Highlights include:
- [Design trampoline: Learn design theory basics](https://designforweb.org/vis/chapter1-design-principles/designTrampoline-by-AnnaRiazhskikh/), Anna Riazhskikh
- [Web typography made simple](https://designforweb.org/vis/chapter2-typography/typelab-by-HannahBoom/), Hannah Boom
- [Practical Typography](https://practicaltypography.com/), Matthew Butterick
- [Web typography made simple](https://designforweb.org/vis/chapter2-typography/typelab-by-HannahBoom/), Hannah Boom
- [Web Style Guide](https://webstyleguide.com/), Patrick J. Lynch and Sarah Horton
- [Visual design rules you can safely follow every time](https://anthonyhobday.com/sideprojects/saferules/), Anthony Hobday
- [16 little UI design rules that make a big impact](https://www.adhamdannaway.com/blog/ui-design/16-ui-design-rules), Adham Dannaway
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -295,13 +295,11 @@ We have reached the end of our study of document and DOM manipulation. At this p

## See also

There are lots more features you can use to manipulate your documents. Check out some of our references and see what you can discover:

- {{domxref("Document")}}
- {{domxref("Window")}}
- {{domxref("Node")}}
- {{domxref("HTMLElement")}}, {{domxref("HTMLInputElement")}}, {{domxref("HTMLImageElement")}}, etc.

(See our [Web API index](/en-US/docs/Web/API) for the full list of Web APIs documented on MDN!)
- There are lots more features you can use to manipulate your documents. Check out some of our references and see what you can discover:
- {{domxref("Document")}}
- {{domxref("Window")}}
- {{domxref("Node")}}
- {{domxref("HTMLElement")}}, {{domxref("HTMLInputElement")}}, {{domxref("HTMLImageElement")}}, etc.
- [DOM Scripting](https://explainers.dev/dom-scripting/), explainers.dev

{{PreviousMenuNext("Learn_web_development/Core/Scripting/Object_basics","Learn_web_development/Core/Scripting/Network_requests", "Learn_web_development/Core/Scripting")}}
Original file line number Diff line number Diff line change
Expand Up @@ -793,6 +793,6 @@ We hope you enjoyed playing with text in this article! The next article will pro
## See also

- [Web-safe fonts](https://v2.scrimba.com/the-frontend-developer-career-path-c0j/~02b?via=mdn), Scrimba <sup>_MDN Curriculum partner_</sup>
- : This interactive lesson provides a fun look at web-safe fonts and applying them to a simple example.
- [All about the CSS font-family property](https://explainers.dev/font-family/), explainers.dev

{{NextMenu("Learn_web_development/Core/Text_styling/Styling_lists", "Learn_web_development/Core/Text_styling")}}
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,6 @@ Now that you have worked through our articles on text styling fundamentals, it's
## See also

- [Variable fonts guide](/en-US/docs/Web/CSS/CSS_fonts/Variable_fonts_guide)
- : Variable fonts allow many different variations of a typeface to be incorporated into a single file, rather than having a separate font file for every width, weight, or style. They are somewhat advanced for our beginner's course, but have a look at this guide if you feel like stretching yourself.
- [Fonts knowledge](https://fonts.google.com/knowledge), Google Fonts
- : A series of useful, in-depth articles covering different aspects of using fonts.

{{PreviousMenuNext("Learn_web_development/Core/Text_styling/Styling_links", "Learn_web_development/Core/Text_styling/Typesetting_a_homepage", "Learn_web_development/Core/Text_styling")}}

0 comments on commit 1deb138

Please sign in to comment.