Skip to content

Commit b266e31

Browse files
fix: some broken links, and some new ones (#77)
* Fix some broken links, and add some new ones * Run prettier to fix lining error
1 parent f42ad66 commit b266e31

4 files changed

Lines changed: 10 additions & 4 deletions

File tree

curriculum/3-core/1-web-standards.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Resources:
105105

106106
- [The web and web standards](https://developer.mozilla.org/en-US/docs/Learn/Getting_started_with_the_web/The_web_and_web_standards)
107107

108-
- [The Web Standards Model](https://www.websitearchitecture.co.uk/resources/examples/web-standards-model/), websitearchitecture.co.uk
108+
- [The Web Standards Model](https://explainers.dev/web-standards-model/), explainers.dev
109109

110110
- [What is Progressive Enhancement, and why it matters](https://www.freecodecamp.org/news/what-is-progressive-enhancement-and-why-it-matters-e80c7aaf834a/)
111111

curriculum/3-core/4-css-text-styling.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,5 @@ Resources:
8181
- [Web fonts](https://developer.mozilla.org/docs/Learn/CSS/Styling_text/Web_fonts)
8282

8383
- [Fonts Knowledge](https://fonts.google.com/knowledge), Google Fonts
84+
85+
- [All about the CSS font-family property](https://explainers.dev/font-family/), explainers.dev

curriculum/3-core/6-javascript-fundamentals.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,8 @@ Resources:
272272

273273
- [Manipulating documents](https://developer.mozilla.org/docs/Learn/JavaScript/Client-side_web_APIs/Manipulating_documents)
274274

275+
- [DOM Scripting](https://explainers.dev/dom-scripting/), explainers.dev
276+
275277
## 6.10 Events
276278

277279
Learning outcomes:

curriculum/3-core/8-design-for-developers.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,13 @@ General resources:
1818

1919
- [Designing for the Web](https://designingfortheweb.co.uk/), Mark Boulton
2020

21-
- [Design trampoline: Learn design theory basics](https://designtrampoline.org/), Anna Riazhskikh
21+
- [Design for web](https://designforweb.org/), Prisca Schmarsow + other contributors. Highlights include:
2222

23-
- [Practical Typography](https://practicaltypography.com/), Matthew Butterick
23+
- [Design trampoline: Learn design theory basics](https://designforweb.org/vis/chapter1-design-principles/designTrampoline-by-AnnaRiazhskikh/), Anna Riazhskikh
24+
25+
- [Web typography made simple](https://designforweb.org/vis/chapter2-typography/typelab-by-HannahBoom/), Hannah Boom
2426

25-
- [Web typography made simple](https://designforweb.org/vis/chapter2-typography/typelab-by-HannahBoom/), Hannah Boom
27+
- [Practical Typography](https://practicaltypography.com/), Matthew Butterick
2628

2729
- [Web Style Guide](https://webstyleguide.com/), Patrick J. Lynch and Sarah Horton
2830

0 commit comments

Comments
 (0)