Skip to content
Open

Main #1824

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ npx vite

**Linux:**
- **[Bash](https://www.gnu.org/software/bash/)** 💻 - Standard Linux shell
- **[KDE Konsole](https://docs.kde.org/trunk5/en/konsole/konsole/index.html)** - Advanced terminal emulator
- **[KDE Konsole](https://docs.kde.org/trunk_kf6/en/konsole/konsole/index.html)** - Advanced terminal emulator

> 💻 = Pre-installed on the operating system

Expand Down
5 changes: 4 additions & 1 deletion 1-getting-started-lessons/3-accessibility/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,10 @@ Assistive technologies are pretty amazing tools that help people with disabiliti
I like to think of a screen reader as having a really smart narrator reading a book to you. It reads content aloud in a logical order, announces interactive elements like "button" or "link," and provides keyboard shortcuts for jumping around a page. But here's the thing—screen readers can only work their magic if we build websites with proper structure and meaningful content. That's where you come in as a developer!

**Popular screen readers across platforms:**
- **Windows**: [NVDA](https://www.nvaccess.org/about-nvda/) (free and most popular), [JAWS](https://webaim.org/articles/jaws/), [Narrator](https://support.microsoft.com/windows/complete-guide-to-narrator-e4397a0d-ef4f-b386-d8ae-c172f109bdb1/?WT.mc_id=academic-77807-sagibbon) (built-in)
- **Windows**: [NVDA](https://www.nvaccess.org/about-nvda/) (free and most popular), [JAWS](https://webaim.org/articles/jaws/), [Narrator]([https://support.microsoft.com/en-us/windows/complete-guide-to-narrator-e4397a0d-ef4f-b386-d8ae-c172f109bdb1])([support.microsoft.com][1])

[1]: https://support.microsoft.com/en-us/windows/complete-guide-to-narrator-e4397a0d-ef4f-b386-d8ae-c172f109bdb1?utm_source=chatgpt.com "Complete guide to Narrator"
) (built-in)
- **macOS/iOS**: [VoiceOver](https://support.apple.com/guide/voiceover/welcome/10) (built-in and very capable)
- **Android**: [TalkBack](https://support.google.com/accessibility/android/answer/6283677) (built-in)
- **Linux**: [Orca](https://wiki.gnome.org/Projects/Orca) (free and open-source)
Expand Down
2 changes: 1 addition & 1 deletion 4-typing-game/typing-game/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ It's always best to develop iteratively to see how things look. Let's launch our
- **Automatically** refreshes the browser when you save files
- **Serves** your files from a local URL (typically `localhost:5500`)

**Open a browser and navigate to `https://localhost:5500`:**
**Open a browser and navigate to the URL shown by Live Server (typically `http://localhost:5500`):**

You should now see the page you created! Let's add some functionality.

Expand Down
3 changes: 2 additions & 1 deletion 5-browser-extension/1-about-browsers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,8 @@ In this lesson you learned a little about the history of the web browser; take t

[The History of Web Browsers](https://www.mozilla.org/firefox/browsers/browser-history/)

[History of the Web](https://webfoundation.org/about/vision/history-of-the-web/)
[History of the Web]https://home.cern/science/computing/the-birth-of-the-web/short-history-web/]
the l

[An interview with Tim Berners-Lee](https://www.theguardian.com/technology/2019/mar/12/tim-berners-lee-on-30-years-of-the-web-if-we-dream-a-little-we-can-get-the-web-we-want)

Expand Down