Skip to content
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

Replaced transparent SVG with PNG to fix accessibility issues on dark mode #27

Merged
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
2 changes: 1 addition & 1 deletion 1-what-is-programming/0-javascript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,4 +148,4 @@ secure and developer-friendly alternative to Node.js.

JavaScript is the language used to write the Source Code in this diagram:

[![program diagram](../../assets/a-program.svg)](https://excalidraw.com/#json=_cj6JYwuO38PPGKxXN_cQ,3910Z7e2jGLZu4vjueG-Bg)
[![program diagram](../../assets/a-program.png)](https://excalidraw.com/#json=_cj6JYwuO38PPGKxXN_cQ,3910Z7e2jGLZu4vjueG-Bg)
2 changes: 1 addition & 1 deletion 1-what-is-programming/1-the-developers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ Users and on the left in this diagram, developers are on the right.
- **Dynamic**: Logs and error messages help developers understand what is
happening inside the computer as it follows the code's instructions.

[![program diagram](../../assets/a-program.svg)](https://excalidraw.com/#json=40qMI89WByj9Yhhh94Ghg,4zpL-AmDgpnbyFJWJfNQhg)
[![program diagram](../../assets/a-program.png)](https://excalidraw.com/#json=40qMI89WByj9Yhhh94Ghg,4zpL-AmDgpnbyFJWJfNQhg)
2 changes: 1 addition & 1 deletion 1-what-is-programming/2-the-computer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ developer.
Tracing code is a very good way to begin understanding how the computer follows
your instructions one step at a time:

[![program diagram](../../assets/a-program.svg)](https://excalidraw.com/#json=_cj6JYwuO38PPGKxXN_cQ,3910Z7e2jGLZu4vjueG-Bg)
[![program diagram](../../assets/a-program.png)](https://excalidraw.com/#json=_cj6JYwuO38PPGKxXN_cQ,3910Z7e2jGLZu4vjueG-Bg)
2 changes: 1 addition & 1 deletion 1-what-is-programming/3-the-users/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ Users and on the left in this diagram, developers are on the right.
- **Outputting Data**: `alert` is a simple way for the computer to display
data to a user.

[![program diagram](../../assets/a-program.svg)](https://excalidraw.com/#json=40qMI89WByj9Yhhh94Ghg,4zpL-AmDgpnbyFJWJfNQhg)
[![program diagram](../../assets/a-program.png)](https://excalidraw.com/#json=40qMI89WByj9Yhhh94Ghg,4zpL-AmDgpnbyFJWJfNQhg)
2 changes: 1 addition & 1 deletion 1-what-is-programming/4-data-in-data-out/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

So what is a program? It's something like this:

![program diagram](../../assets/a-program.svg)
![program diagram](../../assets/a-program.png)

The basic job of a computer program is to process data. Even the most beautiful
and interactive programs are just processing data behind the scenes. One of the
Expand Down
2 changes: 1 addition & 1 deletion 1-what-is-programming/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ then communicating with everyone involved to deliver quality software within
your project's constraints. This diagram shows the different channels of
communication in a software project:

![rhetorical situation](../assets/the-big-picture.svg)
![rhetorical situation](../assets/the-big-picture.png)

---

Expand Down
Binary file added assets/a-program.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/computers-and-developers.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/the-big-picture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion lesson-plans/computers-and-developers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ will be a mystery!

---

<img src="../../assets/computers-and-developers.svg" alt="rhetorical situation" style="height: 85%; width: 85%;">
<img src="../../assets/computers-and-developers.png" alt="rhetorical situation" style="height: 85%; width: 85%;">

---

Expand Down
Loading